|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] [XCI] build.git does not work! fails patch apply
Hi Vincent,
My guilt version is also 0.32.1
The first problem is with the buildroot .. (Daniel, do you have this problem
also?)
########### snippet ##########
mv -f .deps/dbus-bash-completion-helper.Tpo .deps/dbus-bash-completion-helper.Po
grep:
/usr/src/build.git/build_i686/staging_dir/usr/src/build.git/build_i686/libglib2-2.15.4/glib/libglib-2.0.la:
No such file or directory
/usr/src/build.git/toolchain_build_i686/bin/sed: can't read
/usr/src/build.git/build_i686/staging_dir/usr/src/build.git/build_i686/libglib2-2.15.4/glib/libglib-2.0.la:
No such file or directory
libtool: link:
`/usr/src/build.git/build_i686/staging_dir/usr/src/build.git/build_i686/libglib2-2.15.4/glib/libglib-2.0.la'
is not a valid libtool archive
make[5]: *** [libdbus-glib-1.la] Error 1
make[5]: *** Waiting for unfinished jobs....
mv -f .deps/dbus-binding-tool-glib.Tpo .deps/dbus-binding-tool-glib.Po
mv -f .deps/dbus-gparser.Tpo .deps/dbus-gparser.Plo
make[5]: Leaving directory `/usr/src/build.git/build_i686/dbus-glib-0.80/dbus'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/usr/src/build.git/build_i686/dbus-glib-0.80/dbus'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/usr/src/build.git/build_i686/dbus-glib-0.80/dbus'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/build.git/build_i686/dbus-glib-0.80'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/build.git/build_i686/dbus-glib-0.80'
make: *** [/usr/src/build.git/build_i686/dbus-glib-0.80/.compiled] Error 2
########### end snippet ##########
The problem seems to be a duplicated path reference, see:
/usr/src/build.git/build_i686/staging_dir/usr/src/build.git/build_i686/libglib2-2.15.4/glib/libglib-2.0.la
Which can be worked around with:
ln -s /usr/src /usr/src/build.git/build_i686/staging_dir/usr/src
(and then removed immediately)
2) But then same problem with compiling xenclient-xen-tip detailed here: (same
problem Daniel is getting)
http://lists.xensource.com/archives/html/xen-devel/2009-07/msg00673.html
3) also xenclient-ioemu fails with exactly the same problem detailed here:
http://lists.xensource.com/archives/html/xen-devel/2009-07/msg00674.html
Hope you can find a resolution to these problems, and thanks for your help!
Cheers,
Tim
________________________________________
From: Vincent Hanquez [vincent.hanquez@xxxxxxxxxxxxx]
Sent: 22 July 2009 16:06
To: Tim Moore
Cc: 'Daniel Barden'; xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-devel] [XCI] build.git does not work! fails patch apply
Tim Moore wrote:
>
> Hi Daniel,
>
>
>
> These problems are still unresolved, it looks like the patchqueue
> needs re-basing against the source trees.. but unfortunately I’ve
> never done this before so wouldn’t know where to start. Plus, it’s not
> my code so I am unfamiliar with the conventions …
>
>
>
> I have asked the list for help, just waiting for one of the XCI dev`s
> to take some time to reply, or even fix it so we can all perform some
> invaluable testing!
>
Tim, Daniel,
I just pushed all sorts of fixes and change to the trees, can you guys
try updating and let me know if it does solve the problems you are having.
Also please make sure you do have the latest guilt installed on the
machine. for example the one shipping
with debian lenny is too old. I think the build required (unfortunately)
guilt 0.32.
--
Vincent
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|