Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41118 - Emerge Openoffice(1.1.0-r2) does not look for blackdown-jre dependency
Summary: Emerge Openoffice(1.1.0-r2) does not look for blackdown-jre dependency
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Low minor
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-10 08:30 UTC by Wil
Modified: 2004-02-11 02:11 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wil 2004-02-10 08:30:08 UTC
I had openoffice-bin(1.1.0) installed and decided to move to openoffice(1.1.0-r2) over the weekend.
emerge -C openoffice-bin
emerge -up openoffice
//openoffice listed as only dependency.
emerge -u openoffice:
//blah blah compile download ...
...
// Monday morning
>>> md5 src_uri ;-) OOo_1.1.0_source.tar.bz2
>>> md5 src_uri ;-) gpc231.tar.Z
>>> md5 src_uri ;-) freetype-2.1.4.tar.bz2
Traceback (most recent call last):
  File "/usr/bin/java-config", line 15, in ?
    from java_config import jc_options
ImportError: No module named java_config
 *
 * This ebuild has only been tested with the blackdown port of
 * java.  If you use another java implementation, it could fail
 * horribly, so please merge the blackdown-jdk and set it as
 * system VM before proceeding:
 *
 *  # emerge blackdown-jdk
 *  # java-config --set-system-vm=blackdown-jdk-<VERSION>
 *  # env-update
 *  # source /etc/profile
 *
 * Please adjust <VERSION> according to the version installed in
 * /opt.
 *
 * If you however want to test another JDK (not officially supported),
 * you could do the following:
 *
 *  # export FORCE_JAVA=yes
 *
 
!!! ERROR: app-office/openoffice-1.1.0-r2 failed.
!!! Function pkg_setup, Line 132, Exitcode 0
!!! (no error message)

Installed blackdown-jre : emerge -u blackdown-jre
Now java-config doesn't break from command line with "java-config --jdk-home"
I haven't tried to re-emerge openoffice yet due to time limitations,
but I expect that it has fixed the problem.
Thanks.
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2004-02-11 02:08:17 UTC
Note, you will need blackdown-jdk (not blackdown-jre) about the previous problem. java-config is a python app and thus needs to be remerged after the update of python from 2.2 to 2.3
Comment 2 Andreas Proschofsky (RETIRED) gentoo-dev 2004-02-11 02:11:26 UTC
This is neither a java nor an openoffice problem but happened when upgrading python from 2.2 to 2.3 and didn't run the python-updater afterwards, not a lot we can do here...