Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 116464 - openoffice-2.0.1 passes java-option wrongfully to configure
Summary: openoffice-2.0.1 passes java-option wrongfully to configure
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-23 01:51 UTC by Xake
Modified: 2005-12-23 09:18 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 Xake 2005-12-23 01:51:54 UTC
I have a system with only gcc-4.0.2 and sun-jdk-1.5 merged.
I tried to build openoffice-2.0.2 and when it failed I tried with USE="-java".
One thing I noticed with this is that configure still reports:

Building openoffice
[snip]
        java:               yes

cd-ing into the building directory and entering ./configure gives me the same output, however adding --without-java changes the output to:

Building openoffice
[snip]
        java:               no

So shortly: The ebuild does for some reson not pass --without-java to configure as it should with USE="-java".
Comment 1 Andreas Proschofsky (RETIRED) gentoo-dev 2005-12-23 02:15:39 UTC
No it doesn't. Just ignore the first message, this is from ooo-build, while we push the java-stuff directly to the the openoffice configure. So this is a non harmful "mistake" in reporting, but nothing relevant. If you want to see if java is disabled, you'll have to look a little bit later in the logs what the actual openoffice-configure run reports. This should work fine, it does here.

btw: Which version are you actually trying to build? While the title of the bug says 2.0.1, you state 2.0.2 (which does not exist until now) in the report. Cause 2.0.1 actually should build fine with sun-jdk-1.5 (while 2.0.0 did not)
Comment 2 Xake 2005-12-23 02:56:55 UTC
Ok, found what you meant.

And I meant 2.0.1, did wrote the wrong thing.
So this bug is with other words invalid?
My buildproblems should be another bug, right?
Comment 3 Andreas Proschofsky (RETIRED) gentoo-dev 2005-12-23 03:05:11 UTC
Yes and yes ;)
Comment 4 Andreas Proschofsky (RETIRED) gentoo-dev 2005-12-23 09:18:43 UTC
Closing this bug, as the problem is no problem at all. If you have a build problem with java-1.5 please file a new bug with more info about the actual build failure.