Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 713488 - dev-java/openjfx-11.0.7_p0 : /.../gtktypeutils.h: error: GTypeDebugFlags is deprecated [-Werror=deprecated-declarations]
Summary: dev-java/openjfx-11.0.7_p0 : /.../gtktypeutils.h: error: GTypeDebugFlags is d...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: werror
  Show dependency tree
 
Reported: 2020-03-19 16:02 UTC by Toralf Förster
Modified: 2024-03-06 15:21 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,15.88 KB, text/plain)
2020-03-19 16:02 UTC, Toralf Förster
Details
_emerge-20200319-163000.log (_emerge-20200319-163000.log,472.45 KB, text/plain)
2020-03-19 16:02 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,32.10 KB, text/plain)
2020-03-19 16:02 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,10.81 KB, application/x-bzip)
2020-03-19 16:02 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2020-03-19 16:02:26 UTC
                 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"
Comment 1 Toralf Förster gentoo-dev 2020-03-19 16:02:29 UTC
there is still a similar issue at unstable amd64 tinderbox image 17.1_desktop_plasma_systemd-20200318-121516 (see bug 713324)
Comment 2 Toralf Förster gentoo-dev 2020-03-19 16:02:32 UTC
Created attachment 622740 [details]
emerge-info.txt
Comment 3 Toralf Förster gentoo-dev 2020-03-19 16:02:34 UTC
Created attachment 622742 [details]
_emerge-20200319-163000.log
Comment 4 Toralf Förster gentoo-dev 2020-03-19 16:02:37 UTC
Created attachment 622744 [details]
emerge-history.txt
Comment 5 Toralf Förster gentoo-dev 2020-03-19 16:02:40 UTC
Created attachment 622746 [details]
etc.portage.tbz2
Comment 6 Larry the Git Cow gentoo-dev 2024-03-06 15:21:55 UTC
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(+)