#3341: libvirt 0.9.11 does not build under LFS 7.1 64bit
----------------------+-----------------------------------------------------
 Reporter:  wblaszcz  |       Owner:  blfs-book@…                   
     Type:  defect    |      Status:  new                           
 Priority:  normal    |   Milestone:  current                       
Component:  BOOK      |     Version:  SVN                           
 Severity:  normal    |    Keywords:                                
----------------------+-----------------------------------------------------
 First, there is a missing required dependency, libgcrypt, otherwise make
 will fail.

 Secondly,
 The following error occurs during configure:[[BR]]
 checking for xdrmem_create in -lportablexdr... no[[BR]]
 checking for library containing xdrmem_create... no[[BR]]
 configure: error: Cannot find a XDR library[[BR]]


 If libtirpc is installed, then the above error goes away but the following
 error occurs during make:

 ./remote/remote_protocol.c: In function 'xdr_remote_vcpu_info':[[BR]]
 ./remote/remote_protocol.c:257:10: warning: implicit declaration of
 function 'xdr_u_int64_t' [-Wimplicit-function-declaration][[BR]]
 ./remote/remote_protocol.c:257:10: warning: nested extern declaration of
 'xdr_u_int64_t' [-Wnested-externs][[BR]]
 ./remote/remote_protocol.c: In function
 'xdr_remote_node_get_cells_free_memory_ret':[[BR]]
 ./remote/remote_protocol.c:623:48: error: 'xdr_u_int64_t' undeclared
 (first use in this function)[[BR]]
 ./remote/remote_protocol.c:623:48: note: each undeclared identifier is
 reported only once for each function it appears in [[BR]]
 make[3]: *** [libvirt_driver_remote_la-remote_protocol.lo] Error 1[[BR]]
 make[3]: Leaving directory `/sources/libvirt-0.9.11/src'[[BR]]
 make[2]: *** [all] Error 2[[BR]]
 make[2]: Leaving directory `/sources/libvirt-0.9.11/src'[[BR]]
 make[1]: *** [all-recursive] Error 1[[BR]]
 make[1]: Leaving directory `/sources/libvirt-0.9.11'[[BR]]
 make: *** [all] Error 2[[BR]]

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/3341>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to