Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 324009 - emerging antlr fails to install /usr/bin/antlr
Summary: emerging antlr fails to install /usr/bin/antlr
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-14 20:46 UTC by David Oberlitner
Modified: 2010-06-14 21:34 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 David Oberlitner 2010-06-14 20:46:01 UTC
emerge antlr succeeds but fails to install /usr/bin/antlr as required by another application. Installing antlr outside of portage from source succeeds.

http://gentoo-portage.com/dev-java/antlr/USE#ptabs shows a "script" use flag. The "script" use flag does not appear to be supported in portage.

Reproducible: Always

Steps to Reproduce:
1. emerge antlr

Actual Results:  
Failed to install /usr/bin/antlr

Expected Results:  
Expected to see /usr/bin/antlr
Comment 1 David Oberlitner 2010-06-14 21:26:58 UTC
Resolution:

o define global java use flag in /etc/make.conf
o define dev-java/antlr script use flag in /etc/portage/package.use

The following link indicates the antlr java use flag is global. I overlooked that important detail in my previous efforts.
Comment 2 David Oberlitner 2010-06-14 21:34:48 UTC
Link showing java as a global use flag:

http://gentoo-portage.com/dev-java/antlr/USE#ptabs

(In reply to comment #1)
> Resolution:
> 
> o define global java use flag in /etc/make.conf
> o define dev-java/antlr script use flag in /etc/portage/package.use
> 
> The following link indicates the antlr java use flag is global. I overlooked
> that important detail in my previous efforts.
>