On Tue, Oct 11, 2011 at 07:11:46AM -0400, berrange@xxxxxxxxxx wrote: > Overall status: failed > Start date: Tue Oct 11 2011 > Start time: 11:05:02 UTC / 07:05:02 EDT > Build counter: 1318331102 > Build timestamp: 1318331102 > URL: http://builder.virt-tools.org/index.html > > > Module: libvirt > Status: failed > URL: http://builder.virt-tools.org/module-libvirt.html 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 nodist_libvirt_la_SOURCES = probes.h BUILT_SOURCES += probes.h libvirt_probes.stp libvirt_functions.stp Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :| -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list