Skip to content
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

Open
djandruczyk opened this issue Mar 22, 2017 · 8 comments
Open

make fails #2

djandruczyk opened this issue Mar 22, 2017 · 8 comments

Comments

@djandruczyk
Copy link

~/git/xencenter-ovf$ make
Makefile:34: /common.mk: No such file or directory
rm -f /version.inc

/version.inc
/bin/sh: 1: cannot create /version.inc: Permission denied
make: Circular /common.mk <- /common.mk dependency dropped.
mkdir -p /
cp /common.mk
cp: missing destination file operand after '/common.mk'
Try 'cp --help' for more information.
Makefile:85: recipe for target '/common.mk' failed
make: *** [/common.mk] Error 1

It seems like pieces are missing.
Thoughts?

@mappsys
Copy link

mappsys commented Mar 23, 2017

I've the same problem!

@nodenineinc
Copy link

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.

@nodenineinc
Copy link

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
@nodenineinc
Copy link

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.

@Frezzle
Copy link

Frezzle commented Sep 8, 2017

XenCenter has the functionality to convert OVF/OVA/VHDs into Xen VMs, if you go to File -> Import...

It can be installed from https://www.citrix.com/downloads/xenserver/product-software/xenserver-72-standard-edition.html

@nodenineinc
Copy link

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.

@Frezzle
Copy link

Frezzle commented Sep 11, 2017

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

@trashcluster
Copy link

trashcluster commented Jun 3, 2019

any answeras for the original issue ? Why does "sudo make" return

Makefile:34: /common.mk: No such file or directory
make: Circular /common.mk <- /common.mk dependency dropped.
mkdir -p /
cp  /common.mk
cp: missing destination file operand after '/common.mk'
Try 'cp --help' for more information.
Makefile:85: recipe for target '/common.mk' failed
make: *** [/common.mk] Error 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants