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

Bug 79776 (jabref-dep-junit)

Summary: JabRef 1.6 ebuild fails w/o junit
Product: Gentoo Linux Reporter: shrevz
Component: New packagesAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description shrevz 2005-01-27 13:34:59 UTC
I tried emerge-ing JabRef and got a compilation error. 
The messages were regarding junit.<something> being an unknown package.

Problem was fixed by installing junit

Reproducible: Always
Steps to Reproduce:
1. Unmerge junit, jabref
2. emerge jabref
3.

Actual Results:  
compile:
    [javac] Compiling 223 source files to
/var/tmp/portage/jabref-1.6/work/jabref-1.6/build/classes
    [javac]
/var/tmp/portage/jabref-1.6/work/jabref-1.6/src/java/tests/net/sf/jabref/export/layout/format/AuthorLastFirstAbbreviatorTester.java:4:
package junit.framework does not exist
    [javac] import junit.framework.Assert;
    [javac]                        ^
...
Comment 1 Jan Brinkmann (RETIRED) gentoo-dev 2005-01-28 06:58:30 UTC
added missing junit depend, thanks for the report.