Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 433283 - dev-java/icedtea doesn't set DEPEND in package.env correctly with javascript
Summary: dev-java/icedtea doesn't set DEPEND in package.env correctly with javascript
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-29 19:19 UTC by Peter Fox
Modified: 2012-09-26 08:46 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 Peter Fox 2012-08-29 19:19:35 UTC
java-check-environment fails with:

!!! ERROR: Package rhino was not found!
 * Broken dependencies for dev-java/icedtea-6.1.11.3
 * Please try emerge -uD1 =dev-java/icedtea-6.1.11.3         [ !! ]

The emerge command find nothing to do. Forcing an emerge doesn't help.

$ grep DEPEND /usr/share/icedtea-6/package.env
DEPEND="js.jar@rhino:1.6"

The : is used as a separator between dependencies. This should be 

DEPEND="js.jar@rhino-1.6"

The same thing happens with icedtea-7 (dev-java/icedtea-7.2.2.1).

Manually tweaking the package.env entry fixes it.
Comment 1 Ralph Sennhauser (RETIRED) gentoo-dev 2012-09-26 08:46:56 UTC
Fixed, without rev bump as icedtea doesn't use that file. Thanks for the report.