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

Bug 94470

Summary: dev-java/commons-net-1.3.0-r1 needs source use flag for dev-java/jakarta-oro-2.0.8-r1
Product: Gentoo Linux Reporter: David Schoen <neerolyte>
Component: Current packagesAssignee: Java team <java>
Status: RESOLVED INVALID    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description David Schoen 2005-05-30 01:04:12 UTC
dev-java/commons-net-1.3.0-r1 does not compile unless
dev-java/jakarta-oro-2.0.8-r1 is compiled with USE="source".

Reproducible: Always
Steps to Reproduce:
1. emerge =dev-java/commons-net-1.3.0-r1
2. >breakage<
3. USE="source" emerge =dev-java/jakarta-oro-2.0.8-r1
4. emerge =dev-java/commons-net-1.3.0-r1
5. >workage<
Comment 1 Jan Brinkmann (RETIRED) gentoo-dev 2005-05-30 04:57:51 UTC
invalid, the source useflag only controlls installation of source code in a
zipfile. other packages dont need the source. the problem was that you had
dev-java/oro merged and after the package move you havnt recompiled it. the
package was bumped, though. after recompiling jakarta-oro once, everything was
installed into the right location.