Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] Problems trying to compile eclipse on x86 debian sarge


There  is a known issue with the 3.1.1 source build on Debian.

See

https://bugs.eclipse.org/bugs/show_bug.cgi?id=96845

If you replace the file named "build" with org.eclipse.releng.eclipsebuilder/sdk/srcBuild/build in either the HEAD or R3_1_maintenance streams, you shouldn't see this error.  Please reopen the bug if this doesn't resolve the issue.

Kim




Luiz-Otavio Zorzella <z0200@xxxxxxxxxxxx>
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx

10/28/2005 01:14 AM

Please respond to
"Eclipse platform release engineering list."

To
platform-releng-dev@xxxxxxxxxxx
cc
Subject
[platform-releng-dev] Problems trying to compile eclipse on x86        debian sarge





I downloaded the source build package, and tried to compile like the doc
says, but I get a "(ecj.jar) cannot be found" (see below). After playing
with it for a while, I noticed a "if debian" statement on the shell
script right before the failure. I tried "removing" it (i.e. changing it
to make it go to the "else"), and it went farther ahead, but it failed
right after that (also see below). I fear I must be doing something
fundamentally wrong, and I decided not to muck around with it any further.

Any help?

Thanks,

Zorzella

*************** BEG 1st FAILURE *******************

$ ./build -os linux -ws gtk -arch x86
[...]
BUILD FAILED
/usr/local/eclipse-3.1.1-src/jdtcoresrc/compilejdtcore.xml:47: Compiler
Adapter org.eclipse.jdt.core.JDTCompilerAdapter caused an interesting
exception.

Total time: 2 seconds

BUILD FAILED
/usr/local/eclipse-3.1.1-src/build.xml:238: The Eclipse compiler
(ecj.jar) cannot be found.

*************** END 1st FAILURE *******************

*************** BEG 2nd FAILURE *******************
$ ./build -os linux -ws gtk -arch x86
[...]
Total time: 2 seconds
BUILD FAILED
/usr/local/eclipse-3.1.1-src/build.xml:37: The following error occurred
while executing this line:
/usr/local/eclipse-3.1.1-src/build.xml:8: The following error occurred
while executing this line:
/usr/local/eclipse-3.1.1-src/features/org.eclipse.sdk/build.xml:35: The
following error occurred while executing this line:
/usr/local/eclipse-3.1.1-src/features/org.eclipse.sdk/build.xml:17: The
following error occurred while executing this line:
/usr/local/eclipse-3.1.1-src/features/org.eclipse.platform/build.xml:305:
The following error occurred while executing this line:
/usr/local/eclipse-3.1.1-src/features/org.eclipse.platform/build.xml:292:
The following error occurred while executing this line:
/usr/local/eclipse-3.1.1-src/features/org.eclipse.rcp/build.xml:144: The
following error occurred while executing this line:
/usr/local/eclipse-3.1.1-src/features/org.eclipse.rcp/build.xml:10: The
following error occurred while executing this line:
/usr/local/eclipse-3.1.1-src/plugins/org.eclipse.osgi/build.xml:100: The
following error occurred while executing this line:
/usr/local/eclipse-3.1.1-src/plugins/org.eclipse.osgi/build.xml:56:
Compiler Adapter org.eclipse.jdt.core.JDTCompilerAdapter caused an
interesting exception.

Total time: 33 seconds

*************** END 2nd FAILURE *******************

_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev


Back to the top