I was seeing some issues regarding building xvm on the b85. I was working with John Lavon and we found that the compilers specified for libvirt building was not present in the default b85 environment.
The following patch to b85 xvm sources fixed the issue. Also the default setting of environment variable LANG was causing build failures. So one has to set the environment variable LANG to empty string for build to work. Maybe it can be mentioned in the README so that other trying to build xvm can find a quick solution. --- sunos.hg/bin/build-libvirt.old Wed Apr 9 14:06:36 2008 +++ sunos.hg/bin/build-libvirt Wed Apr 9 14:06:53 2008 @@ -58,7 +58,7 @@ init_build $1 -export CC="$SOLARIS_BUILD_TOOLS/SUNWspro/SS11/bin/cc" +export CC="$SOLARIS_BUILD_TOOLS/SUNWspro/bin/cc" cflags_common="-I$proto/usr/include -I$gatepath" ldflags_common="-L$gatepath/readline -L$gatepath/libvirt/src/.libs" Thanks & Regards, Nitin Linux Open Source Technology Center, Intel Corporation ------------------------------------------------------------------------ ---- The Mind is like a parachute; it works much better when it's open. _______________________________________________ xen-discuss mailing list [email protected]
