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

Bug 233934

Summary: net-p2p/frostwire should depend on dev-java/log4j
Product: Gentoo Linux Reporter: Brandon Berhent <cheater1034>
Component: New packagesAssignee: William L. Thomson Jr. (RETIRED) <wltjr>
Status: RESOLVED INVALID    
Severity: normal CC: net-p2p
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Brandon Berhent 2008-08-05 05:33:21 UTC
* The ebuild is attempting to use log4j that is not declared in DEPEND
* The ebuild is attempting to use log4j, without specifying --build-only, that is not declared in RDEPEND or PDEPEND.

dev-java/log4j should be in COMMON_DEP, which causes those warnings to leave.

I only got these warnings when icu4j caused frostwire to fail (slot), otherwise there are no warnings. But it should be added to the dependencies in ebuild regardless.

Reproducible: Always

Steps to Reproduce:
See description
Actual Results:  
See description

Expected Results:  
See description
Comment 1 William L. Thomson Jr. (RETIRED) gentoo-dev 2008-08-05 18:04:37 UTC
Frostwire current has log4j in it's deps, line 28 of ebuild in tree. Nothing for me to do, can't add a dep that's already there. Not sure why you are getting errors, or the dep is missing for you. Maybe sync tree, the ebuild has not been modified in a bit.

Closing as invalid, since the dep is already present.