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
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.
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. >