[Bug 254041] x11-toolkits/swt regression in 4.11 breaks net-p2p/vuze
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Mar 5 16:52:40 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254041
Bug ID: 254041
Summary: x11-toolkits/swt regression in 4.11 breaks
net-p2p/vuze
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: damjan.jov at gmail.com
CC: makc at FreeBSD.org
CC: makc at FreeBSD.org
The x11-toolkits/swt upgrade to version 4.11 from bug #238605, causes vuze to
exception out on startup:
--------------
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.gudy.azureus2.ui.swt.Main.<init>(Unknown Source)
at org.gudy.azureus2.ui.swt.Main.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.aelitis.azureus.launcher.MainExecutor$1.run(Unknown Source)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:
no swt-gtk-4924r25 in java.library.path
no swt-gtk in java.library.path
Can't load library:
/home/user/.swt/lib/FreeBSD/x86_64/libswt-gtk-4924r25.so
Can't load library: /home/user/.swt/lib/FreeBSD/x86_64/libswt-gtk.so
at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
at org.eclipse.swt.internal.C.<clinit>(Unknown Source)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Unknown Source)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Unknown Source)
at org.eclipse.swt.widgets.Display.<clinit>(Unknown Source)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<init>(Unknown Source)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(Unknown
Source)
at com.aelitis.azureus.ui.swt.Initializer.<init>(Unknown Source)
... 12 more
--------------
If I install the older port, from Git commit
39a1c4e08ba3a9196a4ebc861ff3ca715d89b641, vuze starts up and runs successfully.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list