Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 306269 - openoffice-3.2.0.ebuild uses unrecognized configure options
Summary: openoffice-3.2.0.ebuild uses unrecognized configure options
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-21 22:58 UTC by Stelian Ionescu
Modified: 2010-02-22 16:45 UTC (History)
1 user (show)

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


Attachments
Fix configure.in (fix_configure.in.diff,954 bytes, patch)
2010-02-21 23:11 UTC, Stelian Ionescu
Details | Diff
Fix ebuild (openoffice-3.2.0.diff,1.19 KB, patch)
2010-02-21 23:11 UTC, Stelian Ionescu
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stelian Ionescu 2010-02-21 22:58:50 UTC
In src_configure, I get

configure: WARNING: unrecognized options: --with-system-cairo, --enable-pam, --without-java, --disable-sun-templates

configure.in uses $with_system_cairo so I suppose that --with-system-cairo was removed by mistake. The same for $enable_pam and --enable-pam.
Java support should use AC_ARG_WITH not AC_ARG_ENABLE
Comment 1 Stelian Ionescu 2010-02-21 23:11:24 UTC
Created attachment 220647 [details, diff]
Fix configure.in
Comment 2 Stelian Ionescu 2010-02-21 23:11:53 UTC
Created attachment 220649 [details, diff]
Fix ebuild
Comment 3 Stelian Ionescu 2010-02-22 00:29:31 UTC
I just noticed in the build log more of these warnings:

unrecognized options: --without-gpc, --without-writer2latex, --with-system-redland, --with-distro, --with-arch, --with-srcdir, --with-num-cpus, --without-binsuffix, --with-installed-ooo-dirname, --with-tag, --with-drink, --without-git, --without-split, --enable-strip, --disable-access, --disable-post-install-scripts, --enable-extensions

Is this expected ?
Comment 4 Bartosz Brachaczek 2010-02-22 14:55:53 UTC
Probably the same situation as in bug #265208.
Comment 5 Andreas Proschofsky (RETIRED) gentoo-dev 2010-02-22 16:45:30 UTC
That's because of the way the build system for OOo works, actually we have two build systems, one wrapped around the other, so those are "passed through" from ooo-build config to the openoffice config.you can safely ignore those messages.

Though you are right that it should be --without-sun-templates, fixed this in CVS