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: java-gnome: Java GNOME bindings https://bugzilla.redhat.com/show_bug.cgi?id=438452 tibbs@xxxxxxxxxxx changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tibbs@xxxxxxxxxxx ------- Additional Comments From tibbs@xxxxxxxxxxx 2008-04-05 00:47 EST ------- This failed to build in mock for me: Check for required jar files: - JUnit test framework not found! In order to build java-gnome, you need junit.jar (looked in /usr/share/java) which is part of the JUnit test framework Java library. On a Fedora system, you should be able to get this requirement by doing: # yum install junit Failed to complete configuration. I added a build dependency on junit and the build fails later: + make install DESTDIR=/var/tmp/java-gnome-4.0.6-0.1.20080404bzr.fc9-2XFrfw /usr/bin/env: python: Permission denied which I admit I don't completely understand. However, python is not in the build root, so I added it and the build fails later: + make install DESTDIR=/var/tmp/java-gnome-4.0.6-0.1.20080404bzr.fc9-zqtPuh sh: pkg-config: command not found sh: pkg-config: command not found MKDIR tmp/stamp/ [...] Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. JAVA BindingsGenerator JAVAC src/bindings/*.java, generated/bindings/*.java src/bindings/org/freedesktop/cairo/Surface.java:28: destroy(org.freedesktop.cairo.ImageSurface) in org.freedesktop.cairo.CairoSurface cannot be applied to (org.freedesktop.cairo.Surface) CairoSurface.destroy(this); ^ [several other analogous complaints] 9 errors make: *** [build-java] Error 1 I've no clue what to add to get past this. -- 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. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review