2010/4/15 Chris Lalancette <clalance(a)redhat.com>:
Hey Jamie,
I've starting doing some automated builds of libvirt, and I've run into this
build failure on Ubuntu 9.10 (both for i386 and x86_64):
Git head revision: cffe619bdf9943282cc9f6a0cf815ad9f0fe7fd7
make all-recursive
make[1]: Entering directory `/root/libvirt'
Making all in gnulib/lib
make[2]: Entering directory `/root/libvirt/gnulib/lib'
...
make all-am
make[3]: Entering directory `/root/libvirt/src'
...
CC libvirt_lxc-capabilities.o
CC libvirt_lxc-domain_conf.o
CC libvirt_lxc-cpu_conf.o
CC libvirt_lxc-nwfilter_params.o
CC virt_aa_helper-virt-aa-helper.o
make[3]: *** No rule to make target `../src/libvirt_conf.la', needed by
`virt-aa-helper'. Stop.
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/root/libvirt/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/libvirt/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/libvirt'
make: *** [all] Error 2
(if you want the full build log, or build with V=1, let me know). Any thoughts?
I can reproduce this with 'make -j2' (Ubuntu 9.10) here. Doesn't
happen with a simple 'make'.
Matthias