Public bug reported:

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

** Affects: eclipse-pydev (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: eclipse-pydev (Debian)
     Importance: Unknown
         Status: Unknown

-- 
eclipse-pydev 1.2.5-4 FTBFS
https://bugs.launchpad.net/bugs/450031
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to