Jason Helfman wrote: > On Thu, Mar 6, 2014 at 5:22 AM, Eric Blake <eblake@xxxxxxxxxx> wrote: > > > On 03/06/2014 12:02 AM, Jason Helfman wrote: > > > On Sun, Mar 2, 2014 at 7:26 AM, Daniel Veillard <veillard@xxxxxxxxxx> > > wrote: > > > > > >> As planned I have tagged libvirt-1.2.2 in git and it seem the git tree > > >> finally updated despite the horrible network I get in china ATM, the > > >> tarballs may finally arrive at some time too at the usual place after > > >> working around the local infrastructure flaws... : > > >> ftp://libvirt.org/libvirt/ > > >> > > >> I am also pushing a libvirt-python-1.2.2 update at: > > >> ftp://libvirt.org/libvirt/libvirt/ > > >> > > >> > > > I get this breakage on libvirt 1.2.2 for FreeBSD. > > > > > > > > gmake[3]: *** No rule to make target `test_libvirt_lockd.aug', needed by > > > `all-am'. Stop. > > > > > > > > Any ideas? > > > > Known bug: > > https://bugzilla.redhat.com/show_bug.cgi?id=1071777 > > > > -- > > Eric Blake eblake redhat com +1-919-301-3266 > > Libvirt virtualization library http://libvirt.org > > > > > This works for build, but fails on install phase. > > https://redports.org/buildarchive/20140306201300-37125/ Hi Jason, I've updated Makefile.in patch. I've done it in a way that it's ready to be just placed into files/ directory of the port. It works for me (both with qemu driver disabled and enabled). Patch is attached. Roman Bogorodskiy
--- src/Makefile.in.bak 2014-03-07 14:35:24.000000000 +0400 +++ src/Makefile.in 2014-03-07 14:38:32.000000000 +0400 @@ -288,9 +288,9 @@ @WITH_LIBVIRTD_TRUE@am__append_159 = lockd.la @WITH_LIBVIRTD_TRUE@am__append_160 = locking/libvirt_lockd.aug \ @WITH_LIBVIRTD_TRUE@ locking/virtlockd.aug -@WITH_LIBVIRTD_TRUE@am__append_161 = test_libvirt_lockd.aug \ -@WITH_LIBVIRTD_TRUE@ test_virtlockd.aug -@WITH_LIBVIRTD_TRUE@am__append_162 = test_libvirt_lockd.aug +@WITH_LIBVIRTD_TRUE@@WITH_QEMU_TRUE@am__append_161 = test_libvirt_lockd.aug \ +@WITH_LIBVIRTD_TRUE@@WITH_QEMU_TRUE@ test_virtlockd.aug +@WITH_LIBVIRTD_TRUE@@WITH_QEMU_TRUE@am__append_162 = test_libvirt_lockd.aug @WITH_DTRACE_PROBES_TRUE@@WITH_LIBVIRTD_TRUE@am__append_163 = libvirt_probes.lo @WITH_LIBVIRTD_TRUE@@WITH_QEMU_TRUE@am__append_164 = locking/qemu-lockd.conf @WITH_LIBVIRTD_TRUE@@WITH_QEMU_TRUE@am__append_165 = locking/qemu-lockd.conf @@ -9677,6 +9677,7 @@ @WITH_QEMU_TRUE@test_libvirt_lockd.aug: locking/test_libvirt_lockd.aug.in \ @WITH_QEMU_TRUE@ locking/qemu-lockd.conf $(AUG_GENTEST) @WITH_QEMU_TRUE@ $(AM_V_GEN)$(AUG_GENTEST) locking/qemu-lockd.conf $< $@ +@WITH_QEMU_FALSE@test_libvirt_lockd.aug: test_virtlockd.aug: locking/test_virtlockd.aug.in \ locking/virtlockd.conf $(AUG_GENTEST)
Attachment:
pgpS0tbOVTrmt.pgp
Description: PGP signature
-- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list