Comment 0 for bug 1652759

Revision history for this message
Hans Joachim Desserud (hjd) wrote :

eclipse-mylyn 3.12.0-2 fails to build from source in Zesty with the following error message:

BUILD FAILED
/usr/lib/eclipse/dropins/sdk/plugins/org.eclipse.pde.build_3.8.1.dist/scripts/build.xml:35: The following error occurred while executing this line:
/usr/lib/eclipse/dropins/sdk/plugins/org.eclipse.pde.build_3.8.1.dist/scripts/build.xml:91: The following error occurred while executing this line:
/usr/lib/eclipse/dropins/sdk/plugins/org.eclipse.pde.build_3.8.1.dist/templates/package-build/customTargets.xml:19: The following error occurred while executing this line:
/usr/lib/eclipse/dropins/sdk/plugins/org.eclipse.pde.build_3.8.1.dist/scripts/genericTargets.xml:111: Processing inclusion from feature org.eclipse.mylyn.commons: Unable to find plug-in: org.apache.commons.lang_0.0.0. Please check the error log for more details.

See https://launchpadlibrarian.net/298782395/buildlog_ubuntu-zesty-amd64.eclipse-mylyn_3.12.0-2_BUILDING.txt.gz for complete build log.

I got the same error message when attempting to build the package on my Zesty vm, but didn't have any problems on Debian Sid. When I saw that the package containing commons-lang mentioned in the error message had an Ubuntu-delta, I wanted to check if this could explain the different results. I grabbed the libcommons-lang-java package from Debian and installed that on my Zesty vm. With this package, eclipse-mylyn built successfully, therefore I believe the Ubuntu-delta or a difference in how libcommons-lang-java has been built is causing this issue.