Date: Fri, 05 Mar 2021 16:52:40 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 254041] x11-toolkits/swt regression in 4.11 breaks net-p2p/vuze Message-ID: <bug-254041-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254041 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@FreeBSD.org Reporter: damjan.jov@gmail.com CC: makc@FreeBSD.org CC: makc@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(NativeConstructorAcce= ssorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstru= ctorAccessorImpl.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:6= 2) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp= l.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. Reas= ons:=20 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 Sou= rce) at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(Unk= nown 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 successfu= lly. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254041-7788>