Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 566988 - sys-devel/gettext disabling java use flag does not disable java ./configure argument
Summary: sys-devel/gettext disabling java use flag does not disable java ./configure a...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-27 14:44 UTC by Joe M
Modified: 2015-12-01 23:15 UTC (History)
0 users

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


Attachments
build log (sys-devel:gettext-0.19.4:20151127-131359.log,111.14 KB, text/plain)
2015-11-27 14:52 UTC, Joe M
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joe M 2015-11-27 14:44:59 UTC
When the java use flag is not set, the gettext configure still checks for javac executable.

When the use flag is -java, it should probably do ./configure --disable-java --disable-native-java 

Reproducible: Always
Comment 1 Joe M 2015-11-27 14:52:24 UTC
Created attachment 418016 [details]
build log
Comment 2 Joe M 2015-11-27 15:00:20 UTC
with -java, the current configuration does ./configure --disable-java. It does not have --disable-native-java though
Comment 3 SpanKY gentoo-dev 2015-12-01 14:56:20 UTC
i don't know what you're trying to report here.  the ebuild correctly passes --enable-java/--disable-java based on USE=java.  the --xxx-native-java flag is irrelevant -- it is used only when --disable-java is not used.

passing --enable-java --enable-native-java is redundant, as is --disable-java --disable-native-java, and --disable-java --enable-native-java does nothing.  the only combo that matters is --enable-java --disable-native-java, but that's to disable bytecode, and we don't care about that case currently.