Description of problem: make check hangs on build of dbus-0.20-4. All 1 tests passed ================== make[2]: Leaving directory `/home/mark/rpm/BUILD/dbus-0.20/glib' make[1]: Leaving directory `/home/mark/rpm/BUILD/dbus-0.20/glib' Making check in test make[1]: Entering directory `/home/mark/rpm/BUILD/dbus-0.20/test' Making check in glib make[2]: Entering directory `/home/mark/rpm/BUILD/dbus-0.20/test/glib' make check-TESTS make[3]: Entering directory `/home/mark/rpm/BUILD/dbus-0.20/test/glib' escaped service dir is: ..\/..\/test\/data\/valid-service-files Created configuration file ./run-test.conf Using daemon dbus-daemon-1 is ../../bus/dbus-daemon-1 Started test bus pid 9937 at unix:abstract=/tmp/dbus-JIpSHi7SlD Services on the message bus: :1.0 Got EXPECTED error from calling unknown method: D-BUS error org.freedesktop.DBus.Error.UnknownMethod: org.freedesktop.DBus does not understand message ThisMethodDoesNotExist Activation of echo service = 0x0 Duplicate activation of echo service = 0x1 String echoed = "my string hello" Version-Release number of selected component (if applicable): 0.20-4 How reproducible: I have tried is a couple of times. Building 0.20-3 worked fine but dbus didn't run nor did cups-1.1.20-4. dbus-0.20-4 is suppose to fix that problem. Steps to Reproduce: 1. rpmbuild -ba dbus.spec 2. 3. Actual results: make check doesn't finish. Expected results: dbus build and makes packages. Additional info: I ran "strace -f make check" but it will be a very long output (177MB).
I upgraded my machine today to newest devel rpms (save some gnome/evolution stuff) and it now builds. So it looks like I was just missing a build requirement.
Closing.