-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make fails #2
Comments
I've the same problem! |
Confirmed this exact same problem as well. If there are perhaps prerequisites for the make-based build to work, then it would be a great help if we could get some clues as to what they are. |
Anyone? Bueller? I really need to be able to build this as I have a couple projects stalled due to needing to convert them to run in a Xen environment. Any help in getting this project to actually 'make' as the brief README states would be really appreciated. |
1 similar comment
Anyone? Bueller? I really need to be able to build this as I have a couple projects stalled due to needing to convert them to run in a Xen environment. Any help in getting this project to actually 'make' as the brief README states would be really appreciated. |
XenCenter has the functionality to convert OVF/OVA/VHDs into Xen VMs, if you go to It can be installed from https://www.citrix.com/downloads/xenserver/product-software/xenserver-72-standard-edition.html |
Thank you for the follow-up. Unfortunately that process is failing for our attempts at importing a working OVA (built in vmware) for our Xen 6.5 environment, hence my hopes of trying to get the OS-fixup ISO component operational in attempt of furthering/debugging the import attempts. |
Your best bet is to file a bug at https://bugs.xenserver.org/ so we can investigate this and potentially get a fix in XenCenter, since this is something that we support and would want to fix :) XenServer does have a conversion manager which does what you need, but it's a paid feature: http://docs.citrix.com/content/dam/docs/en-us/xenserver/current-release/downloads/xenserver-conversion-manager-guide.pdf |
any answeras for the original issue ? Why does "sudo make" return
|
~/git/xencenter-ovf$ make
Makefile:34: /common.mk: No such file or directory
rm -f /version.inc
It seems like pieces are missing.
Thoughts?
The text was updated successfully, but these errors were encountered: