
I'm having problems building the libvirt cvs bits (clean) on FC 7. I'm sure I'm doing something stupid?? I don't see xdr_qemud_packet_client anywhere in the source? Any ideas? Thanks, MRJ ../src/.libs/libvirt_la-qemu_internal.o: In function `qemuProcessRequest': /home/mrj/libvirt/src/qemu_internal.c:312: undefined reference to `xdr_qemud_packet_client' /home/mrj/libvirt/src/qemu_internal.c:375: undefined reference to `xdr_qemud_packet_server' collect2: ld returned 1 exit status make[3]: *** [xmlrpctest] Error 1 make[3]: Leaving directory `/home/mrj/libvirt.hg/tests' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/mrj/libvirt.hg/tests' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/mrj/libvirt.hg' make: *** [all] Error 2

On Fri, Sep 07, 2007 at 11:08:23AM -0400, Mark Johnson wrote:
I'm having problems building the libvirt cvs bits (clean) on FC 7. I'm sure I'm doing something stupid??
I don't see xdr_qemud_packet_client anywhere in the source?
Any ideas?
That was removed when we switched all the QEMU stuff over to run in the main daemon. I'd guess your checkout is not up2date, or perhaps 'make' is forgetting to rebuild one of the old object files Dan. -- |=- Red Hat, Engineering, Emerging Technologies, Boston. +1 978 392 2496 -=| |=- Perl modules: http://search.cpan.org/~danberr/ -=| |=- Projects: http://freshmeat.net/~danielpb/ -=| |=- GnuPG: 7D3B9505 F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 -=|

On 9/7/07, Daniel P. Berrange <berrange@redhat.com> wrote:
On Fri, Sep 07, 2007 at 11:08:23AM -0400, Mark Johnson wrote:
I'm having problems building the libvirt cvs bits (clean) on FC 7. I'm sure I'm doing something stupid??
I don't see xdr_qemud_packet_client anywhere in the source?
Any ideas?
That was removed when we switched all the QEMU stuff over to run in the main daemon. I'd guess your checkout is not up2date, or perhaps 'make' is forgetting to rebuild one of the old object files
Hmm, I guess my clean bits weren't so clean.. I did a fresh co and everything is fine. Thanks Dan. MRJ
participants (2)
-
Daniel P. Berrange
-
Mark Johnson