Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90912 - maven-bin depends on dev-java/forehead library
Summary: maven-bin depends on dev-java/forehead library
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-29 15:54 UTC by unlord
Modified: 2005-05-16 05:34 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 unlord 2005-04-29 15:54:15 UTC
The maven program requires the dev-java/forehead library to run, however the ebuild deos not list this among its DEPEND.  This should be fixed.

Reproducible: Always
Steps to Reproduce:
emerge -C forehead
emerge maven-bin
maven



Actual Results:  
When running maven you would get a NoClassDefFoundException.

Expected Results:  
The emerge maven-bin line should have installed dev-java/forhead as well.
Comment 1 Jan Brinkmann (RETIRED) gentoo-dev 2005-05-16 05:34:00 UTC
maven makes use of packed jars, and this hole package is quite complex. however, vgarg is currently working on a new ebuild, which builds maven from source and which also removes the packed jars issue. in that version, all problems will be removed. not going to cleanup this ebuild.