All of lore.kernel.org
 help / color / mirror / Atom feed
* Xen 4.0.1 failed to compile on Ubuntu Natty 32 bits
@ 2010-12-10 22:09 Martinx - ジェームズ
  2010-12-10 23:04 ` Martinx - ジェームズ
  0 siblings, 1 reply; 12+ messages in thread
From: Martinx - ジェームズ @ 2010-12-10 22:09 UTC (permalink / raw)
  To: xen-devel, Xen List


[-- Attachment #1.1: Type: text/plain, Size: 3711 bytes --]

Guys,

 I'm trying to compile the Xen 4.0.1 on top of a Ubuntu Natty 11.04 32 bits
but, it stops at blktap, check it out:

make[5]: Entering directory `/usr/src/xen-4.0.1/tools/blktap/drivers'
Makefile:23: === libgcrypt not installed: falling back to libcrypto ===
gcc  -O2 -fomit-frame-pointer -m32 -march=i686 -fno-strict-aliasing
-std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value
-Wdeclaration-after-statement  -D__XEN_TOOLS__ -MMD -MF .blktapctrl.o.d
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs -Werror -Wno-unused -I../lib
-I../../../tools/libxc -I../../../tools/include -I../../../tools/xenstore
-I../../../tools/include -I ../../libaio/src -I ../../memshr -D_GNU_SOURCE
-DMEMSHR -c -o blktapctrl.o blktapctrl.c
gcc  -O2 -fomit-frame-pointer -m32 -march=i686 -fno-strict-aliasing
-std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value
-Wdeclaration-after-statement  -D__XEN_TOOLS__ -MMD -MF
.blktapctrl_linux.o.d -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs -Werror
-Wno-unused -I../lib -I../../../tools/libxc -I../../../tools/include
-I../../../tools/xenstore -I../../../tools/include -I ../../libaio/src -I
../../memshr -D_GNU_SOURCE -DMEMSHR -c -o blktapctrl_linux.o
blktapctrl_linux.c
gcc -O2 -fomit-frame-pointer -m32 -march=i686 -fno-strict-aliasing
-std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value
-Wdeclaration-after-statement  -D__XEN_TOOLS__ -MMD -MF .blktapctrl.d
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs -Werror -Wno-unused -I../lib
-I../../../tools/libxc -I../../../tools/include -I../../../tools/xenstore
-I../../../tools/include -I ../../libaio/src -I ../../memshr -D_GNU_SOURCE
-DMEMSHR -o blktapctrl blktapctrl.o blktapctrl_linux.o
-L../../../tools/libxc -lxenctrl -L../../../tools/xenstore -lxenstore
../../memshr/libmemshr.a -L../lib -lblktap -lrt -lm -lpthread
../../memshr/libmemshr.a(interface.o): In function `memshr_vbd_initialize':
/usr/src/xen-4.0.1/tools/memshr/interface.c:116: undefined reference to
`xc_interface_open'
../../memshr/libmemshr.a(interface.o): In function
`memshr_vbd_issue_ro_request':
/usr/src/xen-4.0.1/tools/memshr/interface.c:165: undefined reference to
`xc_memshr_nominate_gref'
/usr/src/xen-4.0.1/tools/memshr/interface.c:179: undefined reference to
`xc_memshr_share'
collect2: ld returned 1 exit status
make[5]: *** [blktapctrl] Error 1
make[5]: Leaving directory `/usr/src/xen-4.0.1/tools/blktap/drivers'
make[4]: *** [subdir-install-drivers] Error 2
make[4]: Leaving directory `/usr/src/xen-4.0.1/tools/blktap'
make[3]: *** [subdirs-install] Error 2
make[3]: Leaving directory `/usr/src/xen-4.0.1/tools/blktap'
make[2]: *** [subdir-install-blktap] Error 2
make[2]: Leaving directory `/usr/src/xen-4.0.1/tools'
make[1]: *** [subdirs-install] Error 2
make[1]: Leaving directory `/usr/src/xen-4.0.1/tools'
make: *** [install-tools] Error 2

 But the packages are installed...

# dpkg -l | grep cryp
ii  libcrypto++-dev                    5.6.0-6
General purpose cryptographic library - C++ development
ii  libcrypto++8                       5.6.0-6
General purpose cryptographic library - shared library
ii  libgcrypt11                        1.4.5-2ubuntu2
LGPL Crypto library - runtime library
ii  libgcrypt11-dev                    1.4.5-2ubuntu2
LGPL Crypto library - development files
ii  libk5crypto3                       1.8.3+dfsg-3
MIT Kerberos runtime libraries - Crypto Library
ii  openssl                            0.9.8o-3ubuntu1
Secure Socket Layer (SSL) binary and related cryptographic tools

 What can I do?

Thanks!
Thiago

[-- Attachment #1.2: Type: text/html, Size: 4081 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-01-10 10:23 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-10 22:09 Xen 4.0.1 failed to compile on Ubuntu Natty 32 bits Martinx - ジェームズ
2010-12-10 23:04 ` Martinx - ジェームズ
2010-12-15 22:15   ` Martinx - ジェームズ
2010-12-15 22:21     ` Martinx - ジェームズ
2010-12-16  9:34     ` [Xen-devel] " Ian Campbell
2010-12-16 17:27       ` Martinx - ジェームズ
2010-12-16 17:36         ` Olaf Hering
2010-12-16 19:02           ` [Xen-devel] " Martinx - ジェームズ
2010-12-16 19:16             ` Olaf Hering
2010-12-16 20:21               ` Martinx - ジェームズ
2010-12-22 16:35                 ` [Xen-devel] " Ian Jackson
2011-01-10 10:23                   ` Olaf Hering

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.