Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 234053

Summary: dev-java/icedtea-9999 typo in ebuild causes configure/compile failure if USE=javascript is enabled.
Product: Gentoo Linux Reporter: Dan Reidy <dubkat>
Component: [OLD] JavaAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: trivial    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.