[Bug 284242] www/webkit2-gtk: fails to build with GCC < 14

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 22 Jan 2025 23:39:00 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284242

Tatsuki Makino <tatsuki_makino@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tatsuki_makino@hotmail.com

--- Comment #4 from Tatsuki Makino <tatsuki_makino@hotmail.com> ---
In my environment, the following part of the command is successful.
That is, if FreeBSD is 12.4-STABLE, it doesn't matter if GCC is 13.
If FreeBSD is the currently supported version, GCC 13 will cause a failure.
Conditions have become more chaotic :)

[ 32% 2602/7901] /usr/local/bin/g++13 -DANGLE_ENABLE_ESSL -DANGLE_ENABLE_GLSL
-DANGLE_ENABLE_OPENGL -DANGLE_PLATFORM_LINUX -DBUILDING_GTK__=1
-DBUILDING_WEBKIT=1 -DBUILDING_WITH_CMAKE=1 -DEGL_EGL_PROTOTYPES=0
-DEGL_NO_PLATFORM_SPECIFIC_TYPES -DGETTEXT_PACKAGE=\"WebKitGTK-4.0\"
-DGL_GLES_PROTOTYPES=0 -DHAVE_CONFIG_H=1 -DJSC_GLIB_API_ENABLED
-DLIBANGLE_IMPLEMENTATION -DPAS_BMALLOC=1 -DUSE_SYSTEM_EGL
-I/wrkdirs/usr/ports/www/webkit2-gtk/work-40/webkitgtk-2.46.5/Source/ThirdParty/ANGLE/WebKit
-I/wrkdirs/usr/ports/www/webkit2-gtk/work-40/webkitgtk-2.46.5/Source/ThirdParty/ANGLE/include
-I/wrkdirs/usr/ports/www/webkit2-gtk/work-40/webkitgtk-2.46.5/Source/ThirdParty/ANGLE/include/KHR
-I/wrkdirs/usr/ports/www/webkit2-gtk/work-40/webkitgtk-2.46.5/Source/ThirdParty/ANGLE/src
-I/wrkdirs/usr/ports/www/webkit2-gtk/work-40/webkitgtk-2.46.5/Source/ThirdParty/ANGLE/src/common/base
-I/wrkdirs/usr/ports/www/webkit2-gtk/work-40/webkitgtk-2.46.5/Source/ThirdParty/ANGLE/src/common/third_party/xxhash
-I/wrkdirs/usr/ports/www/webkit2-gtk/work-40/webkitgtk-2.46.5/Source/ThirdParty/ANGLE/third_party/zlib/google
-I/wrkdirs/usr/ports/www/webkit2-gtk/work-40/.build/Source/ThirdParty/ANGLE/include
-fdiagnostics-color=always -Wextra -Wall -pipe -fmax-errors=20 -Wno-odr
-Wno-stringop-overread -Wno-stringop-overflow -Wno-nonnull -Wno-array-bounds
-Wno-expansion-to-defined -Wno-noexcept-type -Wno-psabi
-Wno-misleading-indentation -Wno-maybe-uninitialized -Wundef -Wpointer-arith
-Wmissing-format-attribute -Wformat-security -Wcast-align
-Wno-tautological-compare -fasynchronous-unwind-tables -O2 -pipe -march=haswell
 -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc13 
-DFIXED_EXECUTABLE_MEMORY_POOL_SIZE_IN_MB=32 -I/usr/local/include -lsysinfo
-Wl,-rpath=/usr/local/lib/gcc13 -isystem /usr/local/include
-fno-strict-aliasing -fno-exceptions -fno-rtti -fcoroutines -ffunction-sections
-fdata-sections -O2 -pipe -march=haswell  -fstack-protector-strong
-Wl,-rpath=/usr/local/lib/gcc13  -DFIXED_EXECUTABLE_MEMORY_POOL_SIZE_IN_MB=32
-I/usr/local/include -lsysinfo -Wl,-rpath=/usr/local/lib/gcc13 -isystem
/usr/local/include  -DNDEBUG -std=c++23 -fPIC -fvisibility=hidden -w -MD -MT
Source/ThirdParty/ANGLE/CMakeFiles/ANGLE.dir/src/libANGLE/renderer/gl/VertexArrayGL.cpp.o
-MF
Source/ThirdParty/ANGLE/CMakeFiles/ANGLE.dir/src/libANGLE/renderer/gl/VertexArrayGL.cpp.o.d
-o
Source/ThirdParty/ANGLE/CMakeFiles/ANGLE.dir/src/libANGLE/renderer/gl/VertexArrayGL.cpp.o
-c
/wrkdirs/usr/ports/www/webkit2-gtk/work-40/webkitgtk-2.46.5/Source/ThirdParty/ANGLE/src/libANGLE/renderer/gl/VertexArrayGL.cpp

-- 
You are receiving this mail because:
You are the assignee for the bug.