Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 208768 - app-office/openoffice-2.3.1 on amd64 can be built with JDK 1.5
Summary: app-office/openoffice-2.3.1 on amd64 can be built with JDK 1.5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High enhancement (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-03 17:20 UTC by Simone Scanzoni
Modified: 2008-03-24 14:42 UTC (History)
4 users (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 Simone Scanzoni 2008-02-03 17:20:33 UTC
Since openoffice was my only dependency to blackdown 1.4 I modified the ebuild to use jdk-1.5 and unmerged blackdown. Then OOo built fine with sun-jdk-1.5.0.13 . I used it a few times in the last two weeks without problems (and tested a few wizards).

Reproducible: Didn't try

Steps to Reproduce:
Build openoffice with a modified ebuild:
-       java? ( || ( !amd64? ( =virtual/jdk-1.5* ) =virtual/jdk-1.4* )
+       java? ( =virtual/jdk-1.5*
-if use amd64; then
-       # All available Java 1.5 JDKs are broken, in one way or another, on amd64.
-       # Thus we force the use of a Java 1.4 JDK on amd64 (and amd64 only).
-       export JAVA_PKG_NV_DEPEND="=virtual/jdk-1.4*"
-fi
+#if use amd64; then
+#      # All available Java 1.5 JDKs are broken, in one way or another, on amd64.
+#      # Thus we force the use of a Java 1.4 JDK on amd64 (and amd64 only).
+#      export JAVA_PKG_NV_DEPEND="=virtual/jdk-1.4*"
+#fi
Actual Results:  
Everything worked fine.

Expected Results:  
Shouldn't work. :P
Comment 1 Patrizio Bassi 2008-02-03 18:56:24 UTC
same here with jdk 6.

can we remove the version?
Comment 2 Krzysztof Pawlik (RETIRED) gentoo-dev 2008-02-07 11:17:47 UTC
I've tested modified ebuild too - works as expected.
Comment 3 Patrick Libby 2008-02-20 20:56:03 UTC
Confirmation.

Works on AMD64 with sun-jdk-1.5*

jdk-1.6 fails, possibly due to missing dependency.
Comment 4 Andreas Proschofsky (RETIRED) gentoo-dev 2008-03-24 14:42:21 UTC
This is fixed now for the upcoming 2.4.0, an rc-ebuild is already in the tree, so closing