Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94470 - dev-java/commons-net-1.3.0-r1 needs source use flag for dev-java/jakarta-oro-2.0.8-r1
Summary: dev-java/commons-net-1.3.0-r1 needs source use flag for dev-java/jakarta-oro-...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-30 01:04 UTC by David Schoen
Modified: 2005-05-30 04:57 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 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.