Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 352903 - configure warning for unrecognized options in app-office /libreoffice-3.3.0
Summary: configure warning for unrecognized options in app-office /libreoffice-3.3.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High trivial (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-27 07:51 UTC by Paolo Pedroni
Modified: 2011-02-05 09:45 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 Paolo Pedroni 2011-01-27 07:51:14 UTC
During the configuration phase of the libreoffice ebuild I got the following warning:

>>> Configuring source in /var/tmp/portage/app-office/libreoffice-3.3.0/work/libreoffice-build-3.3.0.4 ...
configure: WARNING: unrecognized options: --with-tag, --with-system-cairo, --enable-pam, --with-java

Does this mean that we can take out the "java" and "pam" USE flags?

The ebuild keeps on going without problems after this.

Reproducible: Always

Steps to Reproduce:
1. emerge libreoffice
2. pay attention to the warnings on screen
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2011-01-27 13:23:58 UTC
These are the warnings I found in the build.log file:


configure: WARNING: unrecognized options: --with-tag, --with-system-cairo, --enable-pam, --with-java
configure: WARNING: unrecognized options: --disable-fontooo, --disable-qadevooo, --with-system-rhino, --with-rhino-jar, --enable-presenter-screen, --without-writer2latex, --with-distro, --with-arch, --with-srcdir, --without-binsuffix, --with-installed-ooo-dirname, --with-tag, --with-drink, --without-git, --with-split, --enable-strip, --disable-access, --disable-post-install-scripts, --enable-extensions
Comment 2 Andreas Proschofsky (RETIRED) gentoo-dev 2011-01-27 14:01:03 UTC
Like I said in multiple bugs before ;-) This is caused by the way the libreoffice (or ooo-build /openoffice before) build system works. Basically it's two build systems wrapped around each other which pass those statements along... So nothing to be worried about.

Keeping it open just to remind myself to double check if there aren't any really deprecated flags hidden somewhere in there ;-)
Comment 3 Andreas Proschofsky (RETIRED) gentoo-dev 2011-02-05 09:45:45 UTC
I've now double checked and there were indeed some unnecessary checks, for instance remove the pam stuff. Those remaining warnings are side-effects of the way LO is built, the corresponding config-flags are actually all necessary. So: Closing.