The following 64-bit java-gnome related libraries are missing on ppc64: libgcj-4.1.1-3.ppc64.rpm binutils-2.17.50.0.2-4.ppc64.rpm libgtk-java-2.8.5-0.ppc64.rpm cairo-java-1.0.4-0.ppc64.rpm glib-java-0.2.5-0.ppc64.rpm libglade-java-2.12.4-0.ppc64.rpm libvte-java-0.12.0-0.ppc64.rpm libgnome-java-2.12.3-0.ppc64.rpm libgconf-java-2.12.1.0.20060301.rh1-1.ppc64.rpm They are needed to build frysk in 64-bit mode. The situation is the same for FC5, RHEL4, RHEL5 (alpha) and FC6 (test1). We can get these packages from http://download.fedora.redhat.com/pub/fedora/linux/core/development/ppc64/os/Fedora/RPMS/. After installing these packages (and also some other tweaks), frysk can build ok. So I am requesting that these packages can be included in FC5 or FC6 or both, RHEL4 or RHEL5 or both.
Phil said frysk team are also responsible for java-gnome packages. So I add you into the cc list. :-)
Only libgcj-4.1.1-14.ppc64.rpm could be found in FC6 Test2, and other packages are still missed.
Stepan, you'll want to push this downstream into redhat bugzilla so that fc6 have something tangable.
Stepan, note that, per woodzltc's comments, it is a packaging / menafest problem, and not a build problem: pmuldoon woodzltc: withouth java-GNOME rpms, how do you build frysk on ppc64? With the upstream sources? pmuldoon s/withouth/without cagney pmuldoon, suspects 32-bit :-) woodzltc cagney, we are downloading these 64-bit packages from what you refer to as rawhide cagney woodzltc, so they are built, but not bundled? woodzltc cagney, we are using binary rpm package. woodzltc cagney, I don't bother to build them by ourselves woodzltc cagney, this method works largely ok cagney woodzltc, right, but the problem isn't that they don't build, rather that they are not being made available in a way that lets them be installed
FYI, we define the following environment variables before build Frysk on ppc64. export 'JAVAC=/usr/bin/gcj -m64 -C' export 'GCJ=/usr/bin/gcj -m64' export 'GIJ=/usr/bin/gij' export 'JAR=/usr/bin/fastjar' export 'GCJH=/usr/bin/gcjh' export 'GCJ_DBTOOL=/usr/bin/gcj-dbtool' export 'GCC=/usr/bin/gcc -m64' export 'CC=/usr/bin/gcc -m64' export 'CXX=/usr/bin/g++ -m64' export 'JAVA=/usr/bin/gij' export 'JV_SCAN=/usr/bin/jv-scan' export 'PKG_CONFIG_PATH=/usr/lib64/pkgconfig'
(In reply to comment #3) > Stepan, you'll want to push this downstream into redhat bugzilla so that fc6 > have something tangable. Filed as: http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=204464 (FC6 Test) http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=204466 (RHEL5 Beta)
Fixed in FC6 Test2.