eclipse-pydev 1.2.5-4 FTBFS

Bug #450031 reported by dn
18
This bug affects 3 people
Affects Status Importance Assigned to Milestone
eclipse-pydev (Debian)
Fix Released
Unknown
eclipse-pydev (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

Binary package hint: eclipse-pydev

Right now the build fails with this on karmic:

cd org.python.pydev.releng && \
 /usr/lib/jvm/default-java/bin/java \
  --noverify \
  -cp /usr/lib/eclipse/startup.jar \
[...]
Unrecognized option: --noverify
Could not create the Java virtual machine.
make: *** [build-java-stamp] Error 1

Once you delete the line with --noverify on it, that error goes away, but another error stops the build anyway:

cd org.python.pydev.releng && \
 /usr/lib/jvm/default-java/bin/java \
  -cp /usr/lib/eclipse/startup.jar \
  org.eclipse.core.launcher.Main \
  -application org.eclipse.ant.core.antRunner \
  -buildfile build.xml \
  -Dpde.build.scripts=/usr/lib/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts \
  -DjavacFailOnError=True \
  -DEC_HOME=/usr/lib/eclipse \
  -DEC_WORKSPACE=/tmp/buildd/eclipse-pydev-1.2.5 \
  -DbaseLocation=/usr/lib/eclipse \
  -DbuildDirectory=/tmp/buildd/eclipse-pydev-1.2.5/build_tree \
  -DeclipseResults=/tmp/buildd/eclipse-pydev-1.2.5/build_tree \
  -DPYDEV_VERSION=1.2.5 \
  -DBUILD_ID=1_2_5 \
  -DdontFetchAnything=True \
  -DcleanAfter=True
Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/core/launcher/Main
Caused by: java.lang.ClassNotFoundException: org.eclipse.core.launcher.Main
 at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
 at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
 at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:336)
Could not find the main class: org.eclipse.core.launcher.Main. Program will exit.
make: *** [build-java-stamp] Error 1

Revision history for this message
dn (nobled) wrote :
Changed in eclipse-pydev (Debian):
status: Unknown → New
croryb (web-rorybennett)
Changed in eclipse-pydev (Ubuntu):
status: New → Confirmed
Revision history for this message
Benjamin Drung (bdrung) wrote :

We have removed eclipse-pydev from karmic. We should reintroduce eclipse-pydev in lucid with an current version. See bug #135556 for details.

Changed in eclipse-pydev (Ubuntu):
status: Confirmed → Invalid
Changed in eclipse-pydev (Debian):
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.