Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 79776 (jabref-dep-junit) - JabRef 1.6 ebuild fails w/o junit
Summary: JabRef 1.6 ebuild fails w/o junit
Status: RESOLVED FIXED
Alias: jabref-dep-junit
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-27 13:34 UTC by shrevz
Modified: 2005-01-28 06:58 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 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.