|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [XCI] build.git does not work! fails patch apply
Hi,
About the following error:
ln: target `' is not a directory: No such file or directory
Applying patch..check-open-pv-log-file
error: patch failed: tools/libxc/xc_dom_core.c:30
error: tools/libxc/xc_dom_core.c: patch does not apply
To force apply this patch, use 'guilt push -f'
make[1]: *** [/root/build/repo/xenclient-xen] Error 1
make[1]: Leaving directory `/root/build'
make: *** [/root/build/build_i686/xenclient-xen-tip/.installed] Error 2
First of all, the patches are now working, they are being applied. Thanks.
About the 'ln' message (ln: target `' is not a directory: No such file or directory), it is generated by a script located at "scripts/git_checkout.sh". There is a function "git_get_pq" that has a undefined variable $checkout, that is used in the 'ln' command (line 101).
I didn't take my time to solve it, but, in a first glance (I haven't finished my build yet) caused me no problems. Probably this $checkout should contain "master", but I'm not sure.
Best regards,
Daniel Barden
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|