Your message dated Wed, 10 Oct 2018 21:21:05 +0000
with message-id <e1galuj-000io9...@fasolo.debian.org>
and subject line Bug#910585: fixed in openjfx 11+26-4
has caused the Debian Bug report #910585,
regarding openjfx: no glassgtk3 in java.library.path
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
910585: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=910585
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: openjfx
Version: 11+26-3
Severity: serious


I have made significant progress with packaging a newer version of
MediathekView. However when I try to run the application I get a
RuntimeException which indicates that some package is missing. I
suspect libopenjfx-jni is the culprit.

InteropFactory: cannot load com.sun.javafx.embed.swing.newimpl.InteropFactoryN
Exception in thread "AWT-EventQueue-0" java.lang.RuntimeException: 
java.lang.UnsatisfiedLinkError: no glassgtk3 in java.library.path: 
[/usr/java/packages/lib, /usr/lib/x86_64-linux-gnu/jni, /lib/x86_64-linux-gnu, 
/usr/lib/x86_64-linux-gnu, /usr/lib/jni, /lib, /usr/lib]
        at 
com.sun.javafx.tk.quantum.QuantumToolkit.startup(QuantumToolkit.java:268)
        at 
com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:269)
        at 
com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:158)
        at javafx.embed.swing.JFXPanel.lambda$initFx$1(JFXPanel.java:234)
        at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.lang.UnsatisfiedLinkError: no glassgtk3 in java.library.path: 
[/usr/java/packages/lib, /usr/lib/x86_64-linux-gnu/jni, /lib/x86_64-linux-gnu, 
/usr/lib/x86_64-linux-gnu, /usr/lib/jni, /lib, /usr/lib]
        at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2654)
        at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:876)
        at java.base/java.lang.System.loadLibrary(System.java:1875)
        at 
com.sun.glass.utils.NativeLibLoader.loadLibraryInternal(NativeLibLoader.java:150)
        at 
com.sun.glass.utils.NativeLibLoader.loadLibrary(NativeLibLoader.java:52)
        at 
com.sun.glass.ui.gtk.GtkApplication.lambda$new$6(GtkApplication.java:187)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at com.sun.glass.ui.gtk.GtkApplication.<init>(GtkApplication.java:171)
        at 
com.sun.glass.ui.gtk.GtkPlatformFactory.createApplication(GtkPlatformFactory.java:41)
        at com.sun.glass.ui.Application.run(Application.java:144)
        at 
com.sun.javafx.tk.quantum.QuantumToolkit.startup(QuantumToolkit.java:258)
        ... 4 more



-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.18.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages openjfx depends on:
ii  libopenjfx-java  11+26-3

Versions of packages openjfx recommends:
ii  openjfx-source  11+26-3

openjfx suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: openjfx
Source-Version: 11+26-4

We believe that the bug you reported is fixed in the latest version of
openjfx, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 910...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Markus Koschany <a...@debian.org> (supplier of updated openjfx package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 10 Oct 2018 22:41:09 +0200
Source: openjfx
Binary: openjfx libopenjfx-java libopenjfx-jni libopenjfx-java-doc 
openjfx-source
Architecture: source
Version: 11+26-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Description:
 libopenjfx-java - JavaFX/OpenJFX - Rich client application platform for Java 
(Java
 libopenjfx-java-doc - JavaFX/OpenJFX - Rich client application platform for 
Java (Javad
 libopenjfx-jni - JavaFX/OpenJFX - Rich client application platform for Java 
(nativ
 openjfx    - JavaFX/OpenJFX - Rich client application platform for Java
 openjfx-source - JavaFX/OpenJFX - Rich client application platform for Java 
(sourc
Closes: 910495 910585
Changes:
 openjfx (11+26-4) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Markus Koschany ]
   * Remove build-on-non-JIT-architectures.patch again. It does not work.
   * Build-depend on libgtk-3-dev and fix a RuntimeException due to non
     existent GTK 3 dependency. (Closes: #910585)
 .
   [ Frédéric Bonnard ]
   * Fix !x86 build.
     Properly define CMAKE_SYSTEM_PROCESSOR else we get x86_64 or i586
     whichever architecture.
     Set ENABLE_JIT=OFF at cmake level for all non x86 architectures.
     (Closes: #910495)
Checksums-Sha1:
 fe35a98397aedb2e0bd8b7091e2c7df54748dd74 2864 openjfx_11+26-4.dsc
 bcee573ef52a2621ee0c2c831df4c9778bf465fe 15884 openjfx_11+26-4.debian.tar.xz
 eb2d1e770dcfdeb9e1ce5764a3dd18eaf4571693 18875 openjfx_11+26-4_source.buildinfo
Checksums-Sha256:
 0528b15e4f23d988bf021b25f4eb30e799709f87baf95fba7798621e06cc21c1 2864 
openjfx_11+26-4.dsc
 ce1d292b67f52a3134aa21e6fad9a97fddae707df268df3feff7348def40b47f 15884 
openjfx_11+26-4.debian.tar.xz
 318ae03348083c06262c0425adca30420813c28c9ed01df8819a67bf671bfd74 18875 
openjfx_11+26-4_source.buildinfo
Files:
 74a7db1b90e60f1d76b98d1c9621665f 2864 java optional openjfx_11+26-4.dsc
 97f0539c90e00f19b91530bd305899a4 15884 java optional 
openjfx_11+26-4.debian.tar.xz
 bf0f6141d201c705e50e1ee98a9a106e 18875 java optional 
openjfx_11+26-4_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlu+ZdlfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkR6cP/RVcv/89xHaIFkRICjxrU0RnBrY/ph7BeEqm
I86o4PoecQ6DqPYTN8y2JQ/b1vWBzmMVQ/eqRCAHyV1cTyMy0hm1VDJMfliyBJBB
tPFLcH34TbdJOX3WsbwN3sgghEv2+Xrp+TI7g72Q+gozpqIDifl5Ytc+mWk69qjo
IOblcgQiBOCSxmtqmr3z9r9txqAwvNAEoU03v3+9yyiRDhvxhsW87sojOg0xf5c8
/KkMlUOSWj4SD8PapGs1HgEbxxoQ1qP+UFfucYmWMNjPlhu18tfouYZ2SXzY9yZq
aSubuEoJMkabT1MohpZ/dKwi/KFIshDuvkDrKIAPfywdTbkN95LbYLIBQZSvraX+
YdlBYkVK/f9Bhbjtt81ndMnqrMuHxGLiHGy9qGfHTzNlCSj4pO+ZrIYSw+ip6d3W
NBZ5MUEJPIO6EFpz2gEnAKmkyESS9BRJPi98GpNa5pskaXbXkS9jK1J6eMuoH8WL
vC+1stq+D7j6zhpfNzf7Tx0uKm7s4Zpnk/TcOe3+D/pV96Zu04c+Kr0Q3g//4ihf
0p9GK9dJNmJYO9IL73dEPB7zdA17KNM7AWt76DpvZNL5xVN8/VIQgp7WqvF42num
CV9Fk5RkF6eezlr1ibTnfLYUMyuxlwqLd8Vrz/MMcZXKFzO+MOpVlTRfG0Rd3nHx
iED144K5
=LABx
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to