Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 191378 - emerge dev-java/jarjar-0.9 fails with ecj-3.3
Summary: emerge dev-java/jarjar-0.9 fails with ecj-3.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High normal
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-05 13:15 UTC by Vlastimil Babka (Caster) (RETIRED)
Modified: 2009-10-06 19:00 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 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2007-09-05 13:15:26 UTC
Found when trying to reproduce that other bug with jarjar, unrelated to it.

 * Using ecj-3.3 for compilation
 * Using all available ANT_TASKS
Buildfile: build.xml

init:
     [echo] bootclasspath

compile:
    [mkdir] Created dir: /var/tmp/portage/dev-java/jarjar-0.9/work/jarjar-0.9/build/main
     [copy] Copying 1 file to /var/tmp/portage/dev-java/jarjar-0.9/work/jarjar-0.9/build/main
     [copy] Copied 5 empty directories to 2 empty directories under /var/tmp/portage/dev-java/jarjar-0.9/work/jarjar-0.9/build/main
    [javac] Compiling 43 source files to /var/tmp/portage/dev-java/jarjar-0.9/work/jarjar-0.9/build/main
    [javac] ----------
    [javac] 1. ERROR in /var/tmp/portage/dev-java/jarjar-0.9/work/jarjar-0.9/src/main/com/tonicsystems/jarjar/AbstractDepHandler.java (at line 1)
    [javac]     /*
    [javac]     ^
    [javac] The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files

Not affected by JAVA_PKG_STRICT. Strangely, ecj-3.2 works fine, so might be a regression in 3.3 that should be investigated as might affect other packages too.
Comment 1 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2009-10-06 19:00:07 UTC
Fixed