[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-users] Can you try installing Xen 4.3-unstable changeset 26666 to see if there's a bug?



Hi,

Here are the steps to install Xen 4.3-unstable changeset 26666.

cd

hg clone -r 26666 http://xenbits.xensource.com/xen-unstable.hg xen-unstable.hg-cs26666

cd xen-unstable.hg-cs26666

sudo -s

./configure

make world

nano tools/qemu-xen-traditional-dir-remote/i386-dm/Makefile


Apply the following patch.


========================================

--- tools/qemu-xen-traditional-dir-remote/i386-dm/Makefile.orig

+++ tools/qemu-xen-traditional-dir-remote/i386-dm/Makefile

@@ -520,7 +520,7 @@

OBJS+=block-raw-posix.o

endif


-LIBS+=-lz

+LIBS+=-lz -lm -lrt

ifdef CONFIG_ALSA

LIBS += -lasound

endif


==========================================

make world

make install


Error

Solution

configure: error: C compiler cannot create executables

sudo -s

LINK i386-dm/qemu-dm

/usr/bin/ld: vl.o: undefined reference to symbol 'timer_settime@@GLIBC_2.3.3'

/usr/bin/ld: note: 'timer_settime@@GLIBC_2.3.3' is defined in DSO /lib/x86_64-linux-gnu/librt.so.1 so try adding it to the linker command line

/lib/x86_64-linux-gnu/librt.so.1: could not read symbols: Invalid operation

collect2: error: ld returned 1 exit status

make[5]: *** [qemu-dm] Error 1

make[5]: Leaving directory `/home/teo-en-ming/xen-unstable.hg-cs26666/tools/qemu-xen-traditional-dir-remote/i386-dm'

make[4]: *** [subdir-i386-dm] Error 2

make[4]: Leaving directory `/home/teo-en-ming/xen-unstable.hg-cs26666/tools/qemu-xen-traditional-dir-remote'

make[3]: *** [subdir-install-qemu-xen-traditional-dir] Error 2

make[3]: Leaving directory `/home/teo-en-ming/xen-unstable.hg-cs26666/tools'

make[2]: *** [subdirs-install] Error 2

make[2]: Leaving directory `/home/teo-en-ming/xen-unstable.hg-cs26666/tools'

make[1]: *** [install-tools] Error 2

make[1]: Leaving directory `/home/teo-en-ming/xen-unstable.hg-cs26666'

make: *** [world] Error 2

--- tools/qemu-xen-traditional-dir-remote/i386-dm/Makefile.orig

+++ tools/qemu-xen-traditional-dir-remote/i386-dm/Makefile

@@ -520,7 +520,7 @@

OBJS+=block-raw-posix.o

endif


-LIBS+=-lz

+LIBS+=-lz -lm -lrt

ifdef CONFIG_ALSA

LIBS += -lasound

endif





-- 
Yours sincerely,

Singapore Citizen Mr. Teo En Ming (Zhang Enming)
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxx
http://lists.xen.org/xen-users

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.