from /var/tmp/portage/dev-java/openjfx-11.0.7_p0/work/rt-11.0.7+0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:34, from /var/tmp/portage/dev-java/openjfx-11.0.7_p0/work/rt-11.0.7+0/modules/javafx.graphics/src/main/native-glass/gtk/GlassSystemClipboard.cpp:26: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: error: GTypeDebugFlags is deprecated [-Werror=deprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_plasma_systemd-20200318-121516 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-9.3.0 * /usr/lib/llvm/10 10.0.0 Available Python interpreters, in order of preference: [1] python3.8 [2] python3.6 [3] python3.7 (fallback) [4] python2.7 (fallback) Available Rust versions: [1] rust-1.41.1 * The following VMs are available for generation-2: *) IcedTea JDK 3.14.0 [icedtea-bin-8] Available Java Virtual Machines: [1] icedtea-bin-8 system-vm repository: ==> /var/db/repos/gentoo/metadata/timestamp.chk <== Wed, 18 Mar 2020 14:38:33 +0000 emerge -qpvO dev-java/openjfx [ebuild N ] dev-java/openjfx-11.0.7_p0 USE="media -debug -doc -source" CPU_FLAGS_X86="sse2"
there is still a similar issue at unstable amd64 tinderbox image 17.1_desktop_plasma_systemd-20200318-121516 (see bug 713324)
Created attachment 622740 [details] emerge-info.txt
Created attachment 622742 [details] _emerge-20200319-163000.log
Created attachment 622744 [details] emerge-history.txt
Created attachment 622746 [details] etc.portage.tbz2
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6da9779d9b80919be7a96f11a5316f74746d4d0f commit 6da9779d9b80919be7a96f11a5316f74746d4d0f Author: Sam James <sam@gentoo.org> AuthorDate: 2024-03-06 15:18:41 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-03-06 15:21:36 +0000 dev-java/openjfx: various fixes to 11.x I don't even know where to start with this, so I'll keep it brief before I pop several veins. * Filter LTO (bundled gstreamer breaks). * Waste several hours debugging broken arg handling, despite inventing a DSL for the build system, making the same errors as CMake. Most of the build failure bugs linked are actually because of whitespace _somewhere_ within {C,CXX,LD}FLAGS. Strip it. * Respect AR, CC, CXX. * Various Modern C fixes from Fedora (and are upstream). Bug: https://bugs.gentoo.org/713488 Bug: https://bugs.gentoo.org/857942 Closes: https://bugs.gentoo.org/715092 Closes: https://bugs.gentoo.org/719484 Closes: https://bugs.gentoo.org/799227 Closes: https://bugs.gentoo.org/915727 Closes: https://bugs.gentoo.org/919413 Signed-off-by: Sam James <sam@gentoo.org> dev-java/openjfx/files/11/0001-c99.patch | 22 ++ dev-java/openjfx/files/11/0002-c99.patch | 18 ++ dev-java/openjfx/files/11/0003-c99.patch | 19 ++ dev-java/openjfx/files/11/respect-cc.patch | 15 ++ .../files/11/strip-blank-elements-flags.patch | 29 +++ dev-java/openjfx/openjfx-11.0.11_p1-r2.ebuild | 231 +++++++++++++++++++++ 6 files changed, 334 insertions(+)