Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46977 - dev-java/antlr-2.7.3 failes to configure
Summary: dev-java/antlr-2.7.3 failes to configure
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-06 10:18 UTC by Torsten Flammiger
Modified: 2004-04-10 20:31 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 Torsten Flammiger 2004-04-06 10:18:16 UTC
the configure script complains about not to find a suitable java compiler in $PATH. Thats not correct. Calling _configure_ manually it works.
JAVA_HOME and JAVA_SDK are set well and the path to javac is in PATH environment.

Reproducible: Always
Steps to Reproduce:
1. emerge antlr
Comment 1 Chris Aniszczyk (RETIRED) gentoo-dev 2004-04-10 10:43:44 UTC
I don't see anything wrong with this. THERE SHOULD be a java compiler in your path if you installed any of our jdk's. I don't know what you want to get out out of this. If I don't get a response I'm going to mark this bug invalid.
Comment 2 Torsten Flammiger 2004-04-10 13:23:53 UTC
Yes, there is a java compiler in my $PATH. (simply calling java -v ...)
But the ebuild does not see the java compiler: thus "emerge antlr" failes.
BTW: i only wanted to build cocoon - this depends on antlr, for what ever.
Comment 3 Torsten Flammiger 2004-04-10 13:27:44 UTC
Oops: java -v gives

java version "1.4.2_03"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2
Java HotSpot(TM) Client VM (build 1.4.2_03-b02, mixed mode)

sorry
Comment 4 Chris Aniszczyk (RETIRED) gentoo-dev 2004-04-10 13:41:35 UTC
use java-config -S to set your JDK. After you do that, env-update && source /etc/profile

emerge antlr

After that's done, it should stop complaining.
Comment 5 Torsten Flammiger 2004-04-10 20:31:20 UTC
it seems not to be a bug, sorry.
it worked now like you wrote after setting my virtual machine