On 07/05/2011 06:45 PM, Matthias Bolte wrote:
2011/7/5 Ruben Kerkhof<[email protected]>:
Hi all,

Building libvirt 0.9.3 from source with --without-network, make check
fails with:

CC     networkxml2xmltest.o
  CCLD   networkxml2xmltest
  CC     networkxml2argvtest.o
make[2]: *** No rule to make target
`../src/libvirt_driver_network.la', needed by `networkxml2argvtest'.
Stop.
make[2]: Leaving directory `/home/ruben/src/libvirt/libvirt-0.9.3/tests'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/home/ruben/src/libvirt/libvirt-0.9.3/tests'
make: *** [check-recursive] Error 1

Kind regards,

Ruben
The attached patch fixes this.


It also needs:

if WITH_NETWORK
check_PROGRAMS += networkxml2argvtest
endif

if WITH_NETWORK
TESTS += networkxml2argvtest
endif

ACK with this fix.

Regards
Osier


--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to