Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] SWT 4.7 on RedHat 6

Hi Lars,

Thanks for the answer. Unfortunately, this issue does not explain the why-aspect.

--
Best regards,
Thomas Singer
=============
syntevo GmbH
http://www.syntevo.com
http://www.syntevo.com/blog


On 2017-01-31 10:39, Lars Vogel wrote:
Hi Thomas,

Eclipse SWT 4.7 requires 2.24 as minimum. See
https://bugs.eclipse.org/bugs/show_bug.cgi?id=501986

Best regards, Lars

On Tue, Jan 31, 2017 at 10:34 AM, Thomas Singer <ts-swt@xxxxxxxxxxx> wrote:
Hi all,

Is there a serious reason why SWT 4.7 does not work any more on RedHat 6?

$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.8 (Santiago)

SmartGit 17 users are getting:

java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:
            Can't load library:
/home/nick/.smartgit/17/swt.tmp/libswt-pi-gtk-4723.so
            Can't load library:
/home/nick/.smartgit/17/swt.tmp/libswt-pi-gtk.so
            no swt-pi-gtk-4723 in java.library.path
            no swt-pi-gtk in java.library.path
            /home/nick/.smartgit/17/swt.tmp/libswt-pi-gtk-4723.so:
/lib64/libc.so.6: version `GLIBC_2.14' not found (required by
/home/nick/.smartgit/17/swt.tmp/libswt-pi-gtk-4723.so)

            at
org.eclipse.swt.internal.Library.loadLibrary(Library.java:327)
            at
org.eclipse.swt.internal.Library.loadLibrary(Library.java:236)
            at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:28)
            at
org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:118)
            at
org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:80)
            at org.eclipse.swt.widgets.Display.<clinit>(Display.java:140)
            at com.syntevo.q.gui.cH.a(SourceFile:58)
            at smartgit.adV.a(SourceFile:99)
            at smartgit.aya.a(SourceFile:258)
            at smartgit.aya.a(SourceFile:210)
            at smartgit.aes.b(SourceFile:61)
            at SmartGit.main(SourceFile:11)


RedHat 6 only has glibc 2.12 according to the user's feedback.

--
Best regards,
Thomas Singer
=============
syntevo GmbH
http://www.syntevo.com
http://www.syntevo.com/blog
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from
this list, visit
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev





Back to the top