[Bug 452688] Review Request: dbus-java - Java implementation of the DBus protocol

bugzilla at redhat.com bugzilla at redhat.com
Wed Jul 2 05:23:01 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: dbus-java - Java implementation of the DBus protocol


https://bugzilla.redhat.com/show_bug.cgi?id=452688





------- Additional Comments From tibbs at math.uh.edu  2008-07-02 01:23 EST -------
Hmm, this failed to build for me.  I think the error is in %build when
generating the documentation.  I tried to disable parallel make and the failure
disappears, but then the test suite just seems to hang forever.  The last
command running is:

java -Djava.library.path=/usr/lib64/libmatthew-java -classpath
:/usr/lib64/libmatthew-java/unix.jar:/usr/lib64/libmatthew-java/hexdump.jar:/usr/lib64/libmatthew-java/debug-disable.jar:libdbus-java-2.5.jar:dbus-java-test-2.5.jar
org.freedesktop.dbus.test.test

The output at that point is:

Creating Connection
Exception in thread "main"
java.lang.UnsatisfiedLinkError: Can't load library:
/usr/lib/libmatthew-java/libunix-java.so
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1666)
        at java.lang.Runtime.load0(Runtime.java:787)
        at java.lang.System.load(System.java:1022)
        at cx.ath.matthew.unix.UnixSocket.<clinit>(UnixSocket.java:33)
        at org.freedesktop.dbus.Transport.connect(Unknown Source)
        at org.freedesktop.dbus.Transport.<init>(Unknown Source)
        at org.freedesktop.dbus.DBusConnection.<init>(Unknown Source)
        at org.freedesktop.dbus.DBusConnection.getConnection(Unknown Source)
        at org.freedesktop.dbus.test.test.main(Unknown Source)

So I went back to build the original rpm (with parallel make enabled) and it
gets through to the hanging %check section.  So I guess there are a couple of
problems: some race condition with extremely parallel make (I build on an 8-core
system) and the test suite seems busted.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-package-review mailing list