Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] java.lang.UnsatisfiedLinkError in org.eclipse.egit.ui.importer.tests on Neon target platform

thanks, this was the root cause. Changing the JDK named "1.8-latest" in Hudson to use 64 bit JDK fixes this issue.
This wasn't visible from Hudson at all since we can't see what's installed behind this name.

-Matthias

On Tue, May 3, 2016 at 8:40 AM, Mickael Istria <mistria@xxxxxxxxxx> wrote:
On 05/03/2016 01:12 AM, Matthias Sohn wrote:

java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons: 
	/jobs/genie.egit/egit.gerrit/workspace/org.eclipse.egit.ui.importer.tests/target/work/configuration/org.eclipse.osgi/100/0/.cp/libswt-pi-gtk-4622.so: libgthread-2.0.so.0: cannot open shared object file: No such file or directory
	no swt-pi-gtk in java.library.path
	/opt/public/hipp/homes/genie.egit/.swt/lib/linux/x86/libswt-pi-gtk-4622.so: libgthread-2.0.so.0: cannot open shared object file: No such file or directory
	Can't load library: /opt/public/hipp/homes/genie.egit/.swt/lib/linux/x86/libswt-pi-gtk.so

It seems related to https://bugs.eclipse.org/bugs/show_bug.cgi?id=479991 and https://bugs.eclipse.org/bugs/show_bug.cgi?id=484768 . It requires to pick another JRE for the build.
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

_______________________________________________
egit-dev mailing list
egit-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/egit-dev


Back to the top