Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 127480 - dev-java/junitperf should depend on dev-java/junit
Summary: dev-java/junitperf should depend on dev-java/junit
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-24 14:54 UTC by UncleOwen
Modified: 2006-04-09 08:26 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 UncleOwen 2006-03-24 14:54:43 UTC
While trying to emerge jmock I get

# emerge -av jmock

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] dev-java/junitperf-1.9.1  USE="-doc -jikes -junit -source" 0 kB
[ebuild  N    ] dev-java/jrexx-1.1.1  USE="-doc -source" 0 kB
[ebuild  N    ] dev-java/trove-1.0.2  USE="-doc -jikes -source" 0 kB
[ebuild  N    ] dev-java/ant-owanttask-1.1-r1  0 kB
[ebuild  N    ] dev-java/asm-1.5.2-r1  USE="-doc" 0 kB
[ebuild  N    ] dev-java/jakarta-regexp-1.3-r2  USE="-doc -jikes -source" 0 kB
[ebuild  N    ] dev-java/bcel-5.1-r2  USE="-doc -jikes -source" 0 kB
[ebuild  N    ] dev-java/javassist-2.6  USE="-doc -jikes -source" 0 kB
[ebuild  N    ] dev-java/qdox-20050104  USE="-doc -jikes -source" 0 kB
[ebuild  N    ] dev-java/xml-commons-resolver-1.1  USE="-doc -source" 0 kB
[ebuild  N    ] dev-java/xml-commons-external-1.3.02  USE="-doc -source" 0 kB
[ebuild  N    ] dev-java/xjavac-20041208-r1  USE="-jikes" 0 kB
[ebuild  N    ] dev-java/xerces-2.7.1  USE="-doc -examples -jikes -source" 0 kB
[ebuild  N    ] dev-java/relaxng-datatype-1.0  USE="-doc -jikes -source" 0 kB
[ebuild  N    ] dev-java/xsdlib-20050627  USE="-doc -jikes -source" 0 kB
[ebuild  N    ] dev-java/iso-relax-20050331  USE="-doc -source" 0 kB
[ebuild  N    ] dev-java/msv-20050627  USE="-doc -jikes -source" 0 kB
[ebuild  N    ] dev-java/xpp2-2.1.10  USE="-doc -jikes -source" 0 kB
[ebuild  N    ] dev-java/xpp3-1.1.3.4m  USE="-doc -jikes -junit -source" 0 kB
[ebuild  N    ] dev-java/servletapi-2.3-r2  USE="-doc -jikes -source" 0 kB
[ebuild  N    ] dev-java/bsf-2.3.0-r2  USE="-doc -jikes -jython -rhino -source" 0 kB
[ebuild  N    ] dev-java/javacup-0.10k  USE="-source" 0 kB
[ebuild  N    ] dev-java/xalan-2.7.0-r1  USE="-doc -jikes -source" 0 kB
[ebuild  N    ] dev-java/junit-3.8.1-r1  USE="-doc -jikes -source" 0 kB
[ebuild  N    ] dev-java/xmldb-20011111  USE="-doc -jikes -source" 0 kB
[ebuild  N    ] dev-db/hsqldb-1.7.3.1-r2  USE="-doc -jikes -source" 0 kB
[ebuild  N    ] dev-java/log4j-1.2.13  USE="-doc -javamail -jms -jmx -source" 0 kB
[ebuild  N    ] dev-java/jaxme-0.3.1  USE="-doc -source" 0 kB
[ebuild  N    ] dev-java/jsr173-1.0  USE="-doc -jikes -source" 0 kB
[ebuild  N    ] dev-java/dom4j-1.6.1  USE="-doc -source" 0 kB
[ebuild  N    ] dev-java/concurrent-util-1.3.4  USE="-doc -jikes -source" 0 kB
[ebuild  N    ] dev-java/aspectwerkz-2.0_rc2  USE="-jikes -source" 0 kB
[ebuild  N    ] dev-java/asm-1.4.3-r2  USE="-doc" 0 kB
[ebuild  N    ] dev-java/cglib-2.0.2-r1  USE="-doc -jikes -source" 0 kB
[ebuild  N    ] dev-java/jmock-1.0.1  USE="-doc -examples -jikes" 0 kB

Total size of downloads: 0 kB

Do you want me to merge these packages? [Yes/No] yes
>>> Emerging (1 of 35) dev-java/junitperf-1.9.1 to /
>>> checksums files   ;-) junitperf-1.9.1.ebuild
>>> checksums files   ;-) files/digest-junitperf-1.9.1
>>> checksums src_uri ;-) junitperf-1.9.1.zip
>>> Unpacking source...
>>> Unpacking junitperf-1.9.1.zip to /var/tmp/portage/junitperf-1.9.1/work
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/junitperf-1.9.1/work/junitperf-1.9.1 ...
Buildfile: build.xml

prepare:
    [mkdir] Created dir: /var/tmp/portage/junitperf-1.9.1/work/junitperf-1.9.1/build

compile:
    [javac] Compiling 24 source files to /var/tmp/portage/junitperf-1.9.1/work/junitperf-1.9.1/build
    [javac] /var/tmp/portage/junitperf-1.9.1/work/junitperf-1.9.1/src/app/com/clarkware/junitperf/LoadTest.java:3: package junit.framework does not exist
    [javac] import junit.framework.Test;
    [javac]                        ^
[lots of errors]
    [javac] /var/tmp/portage/junitperf-1.9.1/work/junitperf-1.9.1/samples/com/clarkware/junitperf/ExampleResponseTimeUnderLoadTest.java:19: cannot resolve symbol
    [javac] symbol  : class Test
    [javac] location: class com.clarkware.junitperf.ExampleResponseTimeUnderLoadTest
    [javac]     public static Test suite() {
    [javac]                   ^
    [javac] 100 errors

BUILD FAILED
/var/tmp/portage/junitperf-1.9.1/work/junitperf-1.9.1/build.xml:63: Compile failed; see the compiler error output for details.
Comment 1 Josh Nichols (RETIRED) gentoo-dev 2006-04-09 08:26:55 UTC
Fixed in CVS, so sync in a few hours to get the update. Thanks for reporting!