Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 321621 - app-office/openoffice-3.2.0: broken upstream configure/unhandled arguments to configure
Summary: app-office/openoffice-3.2.0: broken upstream configure/unhandled arguments to...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-27 04:11 UTC by mehrunes
Modified: 2010-06-11 19:41 UTC (History)
0 users

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 mehrunes 2010-05-27 04:11:20 UTC
OO configure won't listen to some directives passed by ebuild:

configure: WARNING: unrecognized options: --with-system-cairo, --disable-pam, --with-java

Why i say that configure and not ebuild is broken? Because at least --with-java is documented as valid by configure script

./configure --help|fgrep with-java

  --with-java             build ooo with a Jdk & Java support



Reproducible: Always

Steps to Reproduce:
1. USE=java emerge=openoffice-3.2.0/openoffice
2. fgrep "configure: WARNING" <EBUILD_LOG_NAME>
3.




Was previous version of OO broken this way? If no i suggest returning older ebuild to portage tree, even though there were security issues
Comment 1 mehrunes 2010-05-28 15:31:13 UTC
(In reply to comment #0)
> Was previous version of OO broken this way? 

answering the question myself

Concerning this bug, 3.1.1 configure seems to be not better than 3.2.0 configure

For instance, OO 3.1.1 does not build with -odk
 

Comment 2 Michael Weber (RETIRED) gentoo-dev 2010-06-07 03:15:35 UTC
Hello,

please comment a `emerge --info`, `emerge -pv <package>` and attach the full build.log ( `FEATURES=keeptemp emerge -av1 openoffice`, do gzip if necessary ) to give the maintainer a chance to get the USE flags and surrounding packages being involved.

I'm assigning this to the maintainer, since it should be fairly obvious, i hope.

Thanks, Michael
Comment 3 mehrunes 2010-06-07 04:22:40 UTC
(In reply to comment #2)
> Hello,
> 
> please comment a `emerge --info`, `emerge -pv <package>` and attach the full
> build.log ( `FEATURES=keeptemp emerge -av1 openoffice`, do gzip if necessary )
> to give the maintainer a chance to get the USE flags and surrounding packages
> being involved.

emerge log:
http://bugs.gentoo.org/attachment.cgi?id=233211&action=view

emerge --info output
http://bugs.gentoo.org/attachment.cgi?id=233209&action=view
Comment 4 Andreas Proschofsky (RETIRED) gentoo-dev 2010-06-11 19:41:51 UTC
You can safely ignore these messages they are just the result of OOo using two configure layers (ooo-build and openoffice itself)