Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41025 - eclipse 2.1.x ebuild failed
Summary: eclipse 2.1.x ebuild failed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: PPC Linux
: High major (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-09 14:56 UTC by Oli
Modified: 2004-02-25 13:56 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 Oli 2004-02-09 14:56:29 UTC
#emerge eclipse-sdk-2.1.2.ebuild 
Calculating dependencies ...done!
>>> emerge (1 of 1) dev-util/eclipse-sdk-2.1.2 to /
>>> md5 src_uri ;-) eclipse-sourceBuild-srcIncluded-2.1.2.zip
>>> Unpacking source...
>>> Unpacking eclipse-sourceBuild-srcIncluded-2.1.2.zip to /var/tmp/portage/ecli                    pse-sdk-2.1.2/work
>>> Source unpacked.
 * Building GTK+ frontend
Buildfile: build.xml

BUILD FAILED
Unable to load default ProjectHelper due to java.lang.NoClassDefFoundError: org/                    xml/sax/SAXException

Total time: 1 second
install: too few arguments
Try `install --help' for more information.
 * Building Motif frontend
Buildfile: build.xml

BUILD FAILED
Unable to load default ProjectHelper due to java.lang.NoClassDefFoundError: org/                    xml/sax/SAXException

Total time: 1 second
Building Linux launcher. Defaults: -os linux -arch ppc -ws gtk
rm -f eclipse eclipse.o eclipseUtil.o eclipseGtk.o
gcc -O -s -DPROGRAM_NAME="\"Eclipse\"" -DDEFAULT_OS="\"linux\"" -DDEFAULT_OS_ARC                    H="\"ppc\"" -DDEFAULT_WS="\"gtk\"" -I. -I.. `pkg-config --cflags gtk+-2.0` -c ..                    /eclipse.c -o eclipse.o
...

Reproducible: Always
Steps to Reproduce:
1.emerge eclipse-sdk-2.1.x.ebuild
2.
3.

Actual Results:  
BUILD FAILED
Unable to load default ProjectHelper due to java.lang.NoClassDefFoundError: org/
                   xml/sax/SAXException
Comment 1 Adrian Almenar 2004-02-09 20:31:14 UTC
Afaik, i see this is a problem with ant.

Can you post the output of "emerge -pv dev-java/ant ant-optional" ??

Thanks.
Comment 2 Oli 2004-02-10 11:08:22 UTC
Afaik, i see this is a problem with ant.                                        
                                                                                
Can you post the output of "emerge -pv dev-java/ant ant-optional" ??:
**********************************************************************
[kangaroo:~]$ emerge -pv dev-java/ant

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] dev-java/ant-1.5.4-r1  -doc
Comment 3 Dylan Carlson (RETIRED) gentoo-dev 2004-02-25 13:56:48 UTC
According to dholm, this is fixed.  If not, it may be due to using the blackdown-jdk.  If that's the case, merge the ibm-jdk and try again.  Failing all of that, please re-open this bug.  Cheers