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

Bug 90912

Summary: maven-bin depends on dev-java/forehead library
Product: Gentoo Linux Reporter: unlord
Component: New packagesAssignee: Java team <java>
Status: RESOLVED WONTFIX    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.