Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
This ebuild builds the Java Bindings for Gnome 2.6.0 Reproducible: Always Steps to Reproduce: 1. 2. 3. Actual Results: Builds on my boxes.
Created an attachment (id=29236) [details] Minor patches to allow to build java-gnome-2.6.0 Some minor patches for configure; diverse Makefile.in
Created an attachment (id=29237) [details] Ebuild to build java-gnome-2.6.0 This is basically the same ebuild as for java-gnome-0.8; just added actual dependencies. Additionally I built zip-files for the java-sources and install them to the same location as the jar-files (which is very handy for developing in eclipse).
This should really be treated as a part of Gnome 2.6... when it gets unmasked it would be nice if this was available as well. AfC Sydney
2.6.0.1 in portage.
Isn't there missing a patch to emerge on gentoo? There seems to be a problem with the core-doc. Only an index.html file is there, but the install expects more files. I saw that the patch for java-gnome-0.8.3 made changes to fix this issue. On my System it fails with: make[1]: Entering directory `/var/tmp/portage/java-gnome-2.6.0.1/work/java-gnome-2.6.0.1/doc-core' /bin/install -c -d -m755 /var/tmp/portage/java-gnome-2.6.0.1/image//usr/share/doc/java-gnome-2.6/doc/core/ /bin/install -c -m644 build-faq/t1.html /var/tmp/portage/java-gnome-2.6.0.1/image//usr/share/doc/java-gnome-2.6/doc/core/faq.html /bin/install: cannot stat `build-faq/t1.html': No such file or directory make[1]: *** [install] Error 1 make[1]: Leaving directory `/var/tmp/portage/java-gnome-2.6.0.1/work/java-gnome-2.6.0.1/doc-core' make: *** [install] Error 1 !!! ERROR: dev-java/java-gnome-2.6.0.1 failed. !!! Function src_install, Line 35, Exitcode 2 !!! (no error message)
Created an attachment (id=29975) [details] fixes problems with make install (faq, tutorial) java-gnome-2.6.0.1 still has wrong Makefile.ins.. need patch to fix make install for docs (faq, tutorial).. Add the line epatch ${FILESDIR}/gentoo-java-gnome-2.6.0.1.patch in your ebuild as first line in src_compile() [before configure]
perfect, it works!
sorry, it works not at all. link from gnome2.6.tar to gnome2.6-2.6.0.tar is missing.
link from libgnomejava2.6.so to libgnomejava2.6.so.2.6.0 is missing.
Created an attachment (id=30067) [details] new ebuild for java-gnome-2.6.0.1 new ebuild for java-gnome-2.6.0.1; some rework to handle different versions correctly (gtk2.4 instead of gtk2.6), fixes symbolic links et al to 3-point version-numbers (libgnomejava2.6.so.2.6.0 instead of libgnomejava2.6.so.2.6.0.1), fix package env
Created an attachment (id=30069) [details] actual patch for 2.6.0.1 most recent patch; still fixes problems with broken Makefile.ins; additionally installs whole tutorial, not only index.html
this time i checked a little more in depth before signalling success :-) excellent work, hope it will soon go to the portage tree!
/bin/install -c -m644 api/resources/* /var/tmp/portage/java-gnome-2.6.0.1/image//usr/share/doc/java-gnome-2.6/api/core/resources/ /bin/install: cannot stat `api/resources/*': No such file or directory make[1]: *** [install] Error 1 make[1]: Leaving directory `/var/tmp/portage/java-gnome-2.6.0.1/work/java-gnome-2.6.0.1/doc-core' make: *** [install] Error 1 !!! ERROR: dev-java/java-gnome-2.6.0.1 failed. !!! Function src_install, Line 36, Exitcode 2 !!! (no error message)
I am also getting this error: /bin/install -c -m644 api/resources/* /var/tmp/portage/java-gnome-2.6.0.1/image//usr/share/doc/java-gnome-2.6/api/core/resources/ /bin/install: cannot stat `api/resources/*': No such file or directory make[1]: *** [install] Error 1 make[1]: Leaving directory `/var/tmp/portage/java-gnome-2.6.0.1/work/java-gnome-2.6.0.1/doc-core' make: *** [install] Error 1 !!! ERROR: dev-java/java-gnome-2.6.0.1 failed. !!! Function src_install, Line 36, Exitcode 2 !!! (no error message) Any news on a fix? I see it is mentioned in another thread aswell, without resolve.