On 10/11/2011 05:17 AM, Daniel P. Berrange wrote:
Looks like a parallel make issue, wrt probes.o
I think the following might be what we need:
diff --git a/src/Makefile.am b/src/Makefile.am
index f937b97..6451ad3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1253,7 +1253,8 @@ libvirt_la_CFLAGS = -DIN_LIBVIRT $(AM_CFLAGS)
libvirt_la_DEPENDENCIES = $(libvirt_la_BUILT_LIBADD) $(LIBVIRT_SYMBOL_FILE)
if WITH_DTRACE
-libvirt_la_LIBADD += probes.o
+libvirt_la_BUILT_LIBADD += probes.o
+libvirt_la_DEPENDENCIES += probes.o
ACK. That also fixed things for my case, of doing an incremental
single-thread build in-tree rather than a parallel build on a fresh tree.
--
Eric Blake eblake(a)redhat.com +1-801-349-2682
Libvirt virtualization library
http://libvirt.org