Summary: | app-office/openoffice-3.0.0: libofficebean.so not linked correctly to libjawt.so | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Dustin Polke <DuPol> |
Component: | [OLD] Unspecified | Assignee: | Gentoo Office Team <office> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | java, serkan |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Dustin Polke
2009-01-06 09:36:49 UTC
Can't reproduce on x86, so asking java-herd if that's some configuration problem Mine is linked against blackdown-jdk-1.4. I suspect that it's either because that's in the $PATH or the following line should just use the $JAVA_HOME echo "--with-jdk-home=$(java-config --jdk-home 2>/dev/null)" >> ${CONFFILE} (In reply to comment #2) > Mine is linked against blackdown-jdk-1.4. I suspect that it's either because > that's in the $PATH or the following line should just use the $JAVA_HOME > echo "--with-jdk-home=$(java-config --jdk-home 2>/dev/null)" >> ${CONFFILE} > # java-config --jdk-home /opt/sun-jdk-1.6.0.11 Here is my Gentoo.conf.in: --disable-fontooo --disable-qadevooo --enable-neon --enable-xrender-link --with-external-dict-dir=/usr/share/myspell --with-external-hyph-dir=/usr/share/myspell --with-external-thes-dir=/usr/share/myspell --with-system-boost --with-system-curl --with-system-db --with-system-dicts --with-system-expat --with-system-hunspell --with-system-icu --with-system-libxslt --with-system-neon --with-system-openssl --with-system-vigra --with-system-xrender --without-myspell-dicts --without-stlport --with-vendor=\"Gentoo Foundation\" --with-ant-home=/usr/share/ant --with-jdk-home=/opt/sun-jdk-1.6.0.11 --with-java-target-version=1.5 --with-system-beanshell --with-system-hsqldb --with-beanshell-jar=/usr/share/bsh/lib/bsh.jar --with-hsqldb-jar=/usr/share/hsqldb/lib/hsqldb.jar --enable-mozilla --with-system-mozilla=libxul --disable-binfilter --enable-cups --enable-dbus --enable-evolution2 --enable-gnome-vfs --enable-lockdown --enable-gstreamer --enable-systray --disable-ldap --enable-opengl --without-openldap --disable-crashdump --disable-strip-solver --with-extension-integration --enable-minimizer --enable-pdfimport --enable-presenter-console --with-intro-bitmaps=\"/var/tmp/portage/app-office/openoffice-3.0.0/work/ooo/build/ooo300-m9/ooo_custom_images/nologo/introabout/intro.bmp\" For now, I put USE=-java into package.use to get rid of this. If someone wants me to test something, please let me know, though compilation is enoyingly slow due to bug 253386 :( BR, Dustin Tried today again with USE=java since I needed to recompile due to icu update and now everything is okay. For me this is WORKSFORME atm. BR, Dustin (In reply to comment #5) > Tried today again with USE=java since I needed to recompile due to icu update > and now everything is okay. > > For me this is WORKSFORME atm. > > BR, > Dustin > Ok, thanks for reporting back, closing |