-
Bug
-
Resolution: Fixed
-
P3
-
jfx14
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8243412 | 8u261 | Kevin Rushforth | P3 | Resolved | Fixed | b05 |
JDK-8247263 | jfx11.0.8 | Thiago Sayao | P3 | Resolved | Fixed |
Build fails on ubuntu 20.04 with the following error and other similar ones (related to deprecation):
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
from /usr/include/glib-2.0/glib.h:30,
from /usr/include/glib-2.0/gobject/gbinding.h:28,
from /usr/include/glib-2.0/glib-object.h:22,
from /usr/include/glib-2.0/gio/gioenums.h:28,
from /usr/include/glib-2.0/gio/giotypes.h:28,
from /usr/include/glib-2.0/gio/gio.h:26,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /home/tsayao/IdeaProjects/jfx/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:32,
from /home/tsayao/IdeaProjects/jfx/modules/javafx.graphics/src/main/native-glass/gtk/GlassView.cpp:32:
/usr/include/glib-2.0/glib/gtypes.h:545:26: note: declared here
545 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
| ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
from /usr/include/glib-2.0/glib.h:30,
from /usr/include/glib-2.0/gobject/gbinding.h:28,
from /usr/include/glib-2.0/glib-object.h:22,
from /usr/include/glib-2.0/gio/gioenums.h:28,
from /usr/include/glib-2.0/gio/giotypes.h:28,
from /usr/include/glib-2.0/gio/gio.h:26,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /home/tsayao/IdeaProjects/jfx/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:32,
from /home/tsayao/IdeaProjects/jfx/modules/javafx.graphics/src/main/native-glass/gtk/GlassView.cpp:32:
/usr/include/glib-2.0/glib/gtypes.h:545:26: note: declared here
545 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
| ^~~~~~~~
- backported by
-
JDK-8243412 Build failing on Ubuntu 20.04
- Resolved
-
JDK-8247263 Build failing on Ubuntu 20.04
- Resolved
- relates to
-
JDK-8242490 Upgrade to gcc 9.2 on Linux
- Resolved