Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 234053 - dev-java/icedtea-9999 typo in ebuild causes configure/compile failure if USE=javascript is enabled.
Summary: dev-java/icedtea-9999 typo in ebuild causes configure/compile failure if USE=...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-06 07:41 UTC by Dan Reidy
Modified: 2008-09-06 12:45 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 Dan Reidy 2008-08-06 07:41:53 UTC
an error on line 100 in dev-java/icedtea6-9999.ebuild causes ./configure
to search for rhino in an invalid location.

line 100 should look something like this instead:
 rhino_jar=$(java-pkg_getjar rhino:1.6 js.jar);

else you end up with:
--with-rhino="--with-rhino=/path/to/js.jar"
which makes baby jebus cry.
Comment 1 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2008-09-06 12:45:38 UTC
This looks fixed now.