Bug 158719

Summary: ecj fails to compile subversion javahl on ppc64
Product: [Fedora] Fedora Reporter: Joe Orton <jorton>
Component: eclipseAssignee: Andrew Overholt <overholt>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: eclipse-bugs, gbenson
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-12-12 23:29:46 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 172172    
Bug Blocks:    

Description Joe Orton 2005-05-25 07:05:07 UTC
Description of problem:
javac on the bunch of .java files failed with:

Exception in thread "main" java.lang.NoClassDefFoundError:
org.eclipse.jdt.internal.compiler.batch.Main
   at 0x0000008000d6bad0 (Unknown Source)
   at 0x0000008000d69878 (Unknown Source)
   at 0x0000008000d68d64 (Unknown Source)
   at 0x0000008000d53220 (Unknown Source)
   at 0x0000008000d557f0 (Unknown Source)
   at 0x0000008000d57420 (Unknown Source)
   at 0x0000008000e05994 (Unknown Source)
   at 0x0000008000d3a9f4 (Unknown Source)
   at 0x0000008000cf085c (Unknown Source)
   at 0x000000800003c9f8 (Unknown Source)
   at 0x0000008001bde27c (Unknown Source)
   at 0x0000008001bde474 (Unknown Source)
Caused by: java.lang.ClassNotFoundException:
org.eclipse.jdt.internal.compiler.batch.Main not found in
gnu.gcj.runtime.SystemClassLoader{urls=[file:./],
parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
   at 0x0000008000d6bad0 (Unknown Source)
   at 0x0000008000d69878 (Unknown Source)
   at 0x0000008000d68d64 (Unknown Source)
   at 0x0000008000d68df0 (Unknown Source)
   at 0x0000008000d53310 (Unknown Source)
   at 0x0000008000d525a0 (Unknown Source)
   at 0x0000008000d525e4 (Unknown Source)
   at 0x0000008000edccfc (Unknown Source)
   at 0x0000008000d5136c (Unknown Source)
   at 0x0000008000d50df8 (Unknown Source)
   at 0x0000008000d30bac (Unknown Source)
   at 0x0000008000d2f674 (Unknown Source)
   at 0x0000008000e0591c (Unknown Source)
   ...5 more

ecj-3.1-0.M4.9 is in the buildroot currently.

Comment 4 Andrew Overholt 2005-05-25 16:27:48 UTC
We don't have Eclipse (and hence eclipse-ecj) on ppc64 yet.  If there's an old
ecj package on ppc64, it should probably be removed.

Comment 5 Gary Benson 2005-10-24 09:29:21 UTC
java-1.4.2-gcj-compat-devel bundles a recent eclipse-ecj jarfile on platforms
where eclipse is not yet built.  So you'll probably hit this bug when you start
porting eclipse to ppc64.

Comment 6 Andrew Overholt 2005-10-27 20:23:29 UTC
I (finally) added ia64 and ppc64 to the Eclipse build arches.  I'll see what
happens ...

Comment 7 Joe Orton 2005-12-12 19:20:55 UTC
The subversion javahl build appears to work on ppc64 in dist-fc5.  Should I
close this?

Comment 8 Andrew Overholt 2005-12-12 19:34:47 UTC
I can't see why not.  We should really verify that these work with the subclipse
eclipse plugin (the last time I tried, they didn't).