You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build.
Maintainer: [email protected] Log URL: https://pkg-status.freebsd.org/ampere1/data/143arm64-quarterly/708a0dde70ae/logs/glob2-0.9.5.0.g20240607_6.log Build URL: https://pkg-status.freebsd.org/ampere1/build.html?mastername=143arm64-quarterly&build=708a0dde70ae Log: =>> Building games/glob2 build started at Sat Oct 11 08:11:02 -00 2025 port directory: /usr/ports/games/glob2 package name: glob2-0.9.5.0.g20240607_6 building for: FreeBSD 143arm64-quarterly-job-10 14.3-RELEASE-p4 FreeBSD 14.3-RELEASE-p4 arm64 maintained by: [email protected] Makefile datestamp: -rw-r--r-- 1 root wheel 1150 Oct 4 01:02 /usr/ports/games/glob2/Makefile Ports top last git commit: 708a0dde7 Ports top unclean checkout: no Port dir last git commit: ff3cbc27e Port dir unclean checkout: no Poudriere version: poudriere-git-3.4.3-12-g245259ce Host OSVERSION: 1600000 Jail OSVERSION: 1403000 Job Id: 10 ---Begin Environment--- SHELL=/bin/sh OSVERSION=1403000 UNAME_v=FreeBSD 14.3-RELEASE-p4 UNAME_r=14.3-RELEASE-p4 BLOCKSIZE=K MAIL=/var/mail/root MM_CHARSET=UTF-8 LANG=C.UTF-8 STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin MAKE_OBJDIR_CHECK_WRITABLE=0 LOCALBASE=/usr/local USER=root POUDRIERE_NAME=poudriere-git LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.4.3-12-g245259ce MASTERMNT=/usr/local/poudriere/data/.m/143arm64-quarterly/ref LC_COLLATE=C POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= OUTPUT_REDIRECTED_STDERR=4 OUTPUT_REDIRECTED=1 PWD=/usr/local/poudriere/data/.m/143arm64-quarterly/10/.p OUTPUT_REDIRECTED_STDOUT=3 P_PORTS_FEATURES=FLAVORS SUBPACKAGES SELECTED_OPTIONS MASTERNAME=143arm64-quarterly SCRIPTPREFIX=/usr/local/share/poudriere SCRIPTNAME=bulk.sh OLDPWD=/usr/local/poudriere/data/.m/143arm64-quarterly/ref/.p/pool POUDRIERE_PKGNAME=poudriere-git-3.4.3-12-g245259ce SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- [email protected] --End MAINTAINER-- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- PKG_CONFIG=pkgconf SDL2_CONFIG=/usr/local/bin/sdl2-config XDG_DATA_HOME=/wrkdirs/usr/ports/games/glob2/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/games/glob2/work XDG_CACHE_HOME=/wrkdirs/usr/ports/games/glob2/work/.cache HOME=/wrkdirs/usr/ports/games/glob2/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/games/glob2/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/games/glob2/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local" --End CONFIGURE_ENV-- --MAKE_ENV-- SDL2_CONFIG=/usr/local/bin/sdl2-config XDG_DATA_HOME=/wrkdirs/usr/ports/games/glob2/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/games/glob2/work XDG_CACHE_HOME=/wrkdirs/usr/ports/games/glob2/work/.cache HOME=/wrkdirs/usr/ports/games/glob2/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/games/glob2/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/games/glob2/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-isystem /usr/local/include" LDFLAGS=" -L/usr/local/lib " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++14 " CXXSTD=c++14 BSD_INSTALL_ PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- OSREL=14.3 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/glob2" EXAMPLESDIR="share/examples/glob2" DATADIR="share/glob2" WWWDIR="www/glob2" ETCDIR="etc/glob2" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/glob2 DOCSDIR=/usr/local/share/doc/glob2 EXAMPLESDIR=/usr/local/share/examples/glob2 WWWDIR=/usr/local/www/glob2 ETCDIR=/usr/local/etc/glob2 --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes #### #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 3 jobs MAKE_JOBS_NUMBER=3 #### Misc Poudriere #### .include "/etc/make.conf.ports_env" GID=0 UID=0 ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 1048576 stack size (kbytes, -s) 1048576 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 8192 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited pipebuf (-y) unlimited --End resource limits-- =======================<phase: check-sanity >============================ ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> License GPLv3+ accepted by the user =========================================================================== =======================<phase: pkg-depends >============================ ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> glob2-0.9.5.0.g20240607_6 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-2.3.1.pkg [143arm64-quarterly-job-10] Installing pkg-2.3.1... [143arm64-quarterly-job-10] Extracting pkg-2.3.1: .......... done ===> glob2-0.9.5.0.g20240607_6 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of glob2-0.9.5.0.g20240607_6 =========================================================================== =======================<phase: fetch-depends >============================ ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 =========================================================================== =======================<phase: fetch >============================ ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> License GPLv3+ accepted by the user ===> Fetching all distfiles required by glob2-0.9.5.0.g20240607_6 for building =========================================================================== =======================<phase: checksum >============================ ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> License GPLv3+ accepted by the user ===> Fetching all distfiles required by glob2-0.9.5.0.g20240607_6 for building => SHA256 Checksum OK for Globulation2-glob2-0.9.5.0.g20240607-bf277676_GH0.tar.gz. =========================================================================== =======================<phase: extract-depends>============================ ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 =========================================================================== =======================<phase: extract >============================ ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> License GPLv3+ accepted by the user ===> Fetching all distfiles required by glob2-0.9.5.0.g20240607_6 for building ===> Extracting for glob2-0.9.5.0.g20240607_6 => SHA256 Checksum OK for Globulation2-glob2-0.9.5.0.g20240607-bf277676_GH0.tar.gz. =========================================================================== =======================<phase: patch-depends >============================ ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 =========================================================================== =======================<phase: patch >============================ ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> Patching for glob2-0.9.5.0.g20240607_6 ===> Applying FreeBSD patches for glob2-0.9.5.0.g20240607_6 from /usr/ports/games/glob2/files /usr/bin/sed -i.bak '/addDir(PACKAGE_SOURCE_DIR)/d' /wrkdirs/usr/ports/games/glob2/work/glob2-bf277676/libgag/src/FileManager.cpp =========================================================================== =======================<phase: build-depends >============================ ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> glob2-0.9.5.0.g20240607_6 depends on package: pkgconf>=1.3.0_1 - not found ===> Installing existing package /packages/All/pkgconf-2.4.3,1.pkg [143arm64-quarterly-job-10] Installing pkgconf-2.4.3,1... [143arm64-quarterly-job-10] Extracting pkgconf-2.4.3,1: .......... done ===> glob2-0.9.5.0.g20240607_6 depends on package: pkgconf>=1.3.0_1 - found ===> Returning to build of glob2-0.9.5.0.g20240607_6 ===> glob2-0.9.5.0.g20240607_6 depends on file: /usr/local/bin/scons-3.11 - not found ===> Installing existing package /packages/All/scons-py311-4.7.0.pkg [143arm64-quarterly-job-10] Installing scons-py311-4.7.0... [143arm64-quarterly-job-10] `-- Installing python311-3.11.13_1... [143arm64-quarterly-job-10] | `-- Installing gettext-runtime-0.23.1... [143arm64-quarterly-job-10] | | `-- Installing indexinfo-0.3.1_1... [143arm64-quarterly-job-10] | | `-- Extracting indexinfo-0.3.1_1: .... done [143arm64-quarterly-job-10] | `-- Extracting gettext-runtime-0.23.1: .......... done [143arm64-quarterly-job-10] | `-- Installing libffi-3.5.1... [143arm64-quarterly-job-10] | `-- Extracting libffi-3.5.1: .......... done [143arm64-quarterly-job-10] | `-- Installing mpdecimal-4.0.1... [143arm64-quarterly-job-10] | `-- Extracting mpdecimal-4.0.1: .......... done [143arm64-quarterly-job-10] | `-- Installing readline-8.2.13_2... [143arm64-quarterly-job-10] | `-- Extracting readline-8.2.13_2: .......... done [143arm64-quarterly-job-10] `-- Extracting python311-3.11.13_1: .......... done [143arm64-quarterly-job-10] Extracting scons-py311-4.7.0: .......... done ===== Message from python311-3.11.13_1: <snip> 73 | template<typename This> NativeValuePrototype<This> NativeValue<This>::prototype; | ^ libusl/src/native.h:57:16: note: in instantiation of static data member 'NativeValue<std::string>::prototype' requested here 57 | Value(heap, &prototype), | ^ libusl/src/native.h:104:13: note: in instantiation of member function 'NativeValue<std::string>::NativeValue' requested here 104 | return new NativeValue<T>(&thread->usl->heap, t); | ^ libusl/src/native.h:124:17: note: in instantiation of function template specialization 'box<std::string>' requested here 124 | Value* value = box(thread, t); | ^ libusl/src/native.h:166:2: note: in instantiation of function template specialization 'push<std::string>' requested here 166 | push(thread, result); | ^ libusl/src/native.h:294:4: note: in instantiation of function template specialization 'execute<std::string, GameObjectives *, int>' requested here 294 | ::execute(function, thread); | ^ libusl/src/native.h:250:27: note: in instantiation of member function 'NativeFunction<std::string (GameObjectives *, int)>::execute' requested here 250 | NativeFunction<Function>::NativeFunction(const std::string& name, const BoostFunction& function, bool receiver): | ^ libusl/src/native.h:46:28: note: in instantiation of member function 'NativeFunction<std::string (GameObjectives *, int)>::NativeFunction' requested here 46 | NativeCode* native = new NativeFunction<Function>(name, function, true); | ^ src/MapScriptUSL.cpp:106:2: note: in instantiation of function template specialization 'NativeValuePrototype<GameObjectives *>::addMethod<std::string (GameObjectives *, int)>' requested here 106 | addMethod<string(GameObjectives*,int)>("getText", &GameObjectives::getGameObjectiveText); | ^ In file included from src/MapScriptUSL.cpp:28: libusl/src/native.h:32:13: warning: base class 'Prototype' is uninitialized when used here to access 'Prototype::heap' [-Wuninitialized] 32 | Prototype(heap) | ^ libusl/src/native.h:73:71: note: in instantiation of member function 'NativeValuePrototype<GameGUI *>::NativeValuePrototype' requested here 73 | template<typename This> NativeValuePrototype<This> NativeValue<This>::prototype; | ^ libusl/src/native.h:57:16: note: in instantiation of static data member 'NativeValue<GameGUI *>::prototype' requested here 57 | Value(heap, &prototype), | ^ src/MapScriptUSL.cpp:113:29: note: in instantiation of member function 'NativeValue<GameGUI *>::NativeValue' requested here 113 | usl.setConstant("gui", new NativeValue<GameGUI*>(&usl.heap, gui)); | ^ In file included from src/MapScriptUSL.cpp:28: libusl/src/native.h:32:13: warning: base class 'Prototype' is uninitialized when used here to access 'Prototype::heap' [-Wuninitialized] 32 | Prototype(heap) | ^ libusl/src/native.h:73:71: note: in instantiation of member function 'NativeValuePrototype<Game *>::NativeValuePrototype' requested here 73 | template<typename This> NativeValuePrototype<This> NativeValue<This>::prototype; | ^ libusl/src/native.h:57:16: note: in instantiation of static data member 'NativeValue<Game *>::prototype' requested here 57 | Value(heap, &prototype), | ^ src/MapScriptUSL.cpp:114:32: note: in instantiation of member function 'NativeValue<Game *>::NativeValue' requested here 114 | usl.setConstant("engine", new NativeValue<Game*>(&usl.heap, &(gui->game))); | ^ In file included from src/MapScriptUSL.cpp:28: libusl/src/native.h:32:13: warning: base class 'Prototype' is uninitialized when used here to access 'Prototype::heap' [-Wuninitialized] 32 | Prototype(heap) | ^ libusl/src/native.h:73:71: note: in instantiation of member function 'NativeValuePrototype<GameHints *>::NativeValuePrototype' requested here 73 | template<typename This> NativeValuePrototype<This> NativeValue<This>::prototype; | ^ libusl/src/native.h:57:16: note: in instantiation of static data member 'NativeValue<GameHints *>::prototype' requested here 57 | Value(heap, &prototype), | ^ src/MapScriptUSL.cpp:115:31: note: in instantiation of member function 'NativeValue<GameHints *>::NativeValue' requested here 115 | usl.setConstant("hints", new NativeValue<GameHints*>(&usl.heap, &(gui->game.gameHints))); | ^ In file included from src/MapScriptUSL.cpp:28: libusl/src/native.h:32:13: warning: base class 'Prototype' is uninitialized when used here to access 'Prototype::heap' [-Wuninitialized] 32 | Prototype(heap) | ^ libusl/src/native.h:73:71: note: in instantiation of member function 'NativeValuePrototype<GameObjectives *>::NativeValuePrototype' requested here 73 | template<typename This> NativeValuePrototype<This> NativeValue<This>::prototype; | ^ libusl/src/native.h:57:16: note: in instantiation of static data member 'NativeValue<GameObjectives *>::prototype' requested here 57 | Value(heap, &prototype), | ^ src/MapScriptUSL.cpp:116:36: note: in instantiation of member function 'NativeValue<GameObjectives *>::NativeValue' requested here 116 | usl.setConstant("objectives", new NativeValue<GameObjectives*>(&usl.heap, &(gui->game.objectives))); | ^ In file included from src/Minimap.cpp:22: In file included from src/Minimap.h:26: In file included from src/Game.h:35: In file included from src/MapScript.h:26: In file included from src/MapScriptUSL.h:22: In file included from libusl/src/usl.h:6: libusl/src/types.h:80:45: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] 80 | for_each(members.begin(), members.end(), [this](auto& member) {dynamic_cast<Value*>(member.second)->markForGC(); }); | ^~~~ libusl/src/types.h:167:42: warning: 'mem_fun<void, Value>' is deprecated [-Wdeprecated-declarations] 167 | for_each(locals.begin(), locals.end(), mem_fun(&Value::markForGC)); | ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:44:1: note: 'mem_fun<void, Value>' has been explicitly marked deprecated here 44 | _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI mem_fun_t<_Sp, _Tp> mem_fun(_Sp (_Tp::*__f)()) { | ^ /usr/include/c++/v1/__config:736:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' 736 | # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED | ^ /usr/include/c++/v1/__config:713:49: note: expanded from macro '_LIBCPP_DEPRECATED' 713 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__)) | ^ In file included from src/MarkManager.cpp:23: In file included from src/Game.h:35: In file included from src/MapScript.h:26: In file included from src/MapScriptUSL.h:22: In file included from libusl/src/usl.h:6: libusl/src/types.h:80:45: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] 80 | for_each(members.begin(), members.end(), [this](auto& member) {dynamic_cast<Value*>(member.second)->markForGC(); }); | ^~~~ libusl/src/types.h:167:42: warning: 'mem_fun<void, Value>' is deprecated [-Wdeprecated-declarations] 167 | for_each(locals.begin(), locals.end(), mem_fun(&Value::markForGC)); | ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:44:1: note: 'mem_fun<void, Value>' has been explicitly marked deprecated here 44 | _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI mem_fun_t<_Sp, _Tp> mem_fun(_Sp (_Tp::*__f)()) { | ^ /usr/include/c++/v1/__config:736:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' 736 | # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED | ^ /usr/include/c++/v1/__config:713:49: note: expanded from macro '_LIBCPP_DEPRECATED' 713 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__)) | ^ 2 warnings generated. CC -o build/src/MultiplayerGame.o -c -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++14 -Wall -fPIC -DHAVE_CONFIG_H -D_REENTRANT -D_THREAD_SAFE -Ilibgag/include -I. -Ilibusl/src -I/usr/local/include -I/usr/local/include/SDL2 src/MultiplayerGame.cpp 8 warnings generated. CC -o build/src/MultiplayerGameEvent.o -c -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++14 -Wall -fPIC -DHAVE_CONFIG_H -D_REENTRANT -D_THREAD_SAFE -Ilibgag/include -I. -Ilibusl/src -I/usr/local/include -I/usr/local/include/SDL2 src/MultiplayerGameEvent.cpp 2 warnings generated. CC -o build/src/MultiplayerGameEventListener.o -c -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++14 -Wall -fPIC -DHAVE_CONFIG_H -D_REENTRANT -D_THREAD_SAFE -Ilibgag/include -I. -Ilibusl/src -I/usr/local/include -I/usr/local/include/SDL2 src/MultiplayerGameEventListener.cpp CC -o build/src/MultiplayerGameScreen.o -c -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++14 -Wall -fPIC -DHAVE_CONFIG_H -D_REENTRANT -D_THREAD_SAFE -Ilibgag/include -I. -Ilibusl/src -I/usr/local/include -I/usr/local/include/SDL2 src/MultiplayerGameScreen.cpp CC -o build/src/NetBroadcaster.o -c -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++14 -Wall -fPIC -DHAVE_CONFIG_H -D_REENTRANT -D_THREAD_SAFE -Ilibgag/include -I. -Ilibusl/src -I/usr/local/include -I/usr/local/include/SDL2 src/NetBroadcaster.cpp In file included from src/MultiplayerGame.cpp:21: In file included from src/Engine.h:26: In file included from src/GameGUI.h:28: In file included from src/Game.h:35: In file included from src/MapScript.h:26: In file included from src/MapScriptUSL.h:22: In file included from libusl/src/usl.h:6: libusl/src/types.h:80:45: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] 80 | for_each(members.begin(), members.end(), [this](auto& member) {dynamic_cast<Value*>(member.second)->markForGC(); }); | ^~~~ libusl/src/types.h:167:42: warning: 'mem_fun<void, Value>' is deprecated [-Wdeprecated-declarations] 167 | for_each(locals.begin(), locals.end(), mem_fun(&Value::markForGC)); | ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:44:1: note: 'mem_fun<void, Value>' has been explicitly marked deprecated here 44 | _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI mem_fun_t<_Sp, _Tp> mem_fun(_Sp (_Tp::*__f)()) { | ^ /usr/include/c++/v1/__config:736:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' 736 | # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED | ^ /usr/include/c++/v1/__config:713:49: note: expanded from macro '_LIBCPP_DEPRECATED' 713 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__)) | ^ CC -o build/src/NetBroadcastListener.o -c -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++14 -Wall -fPIC -DHAVE_CONFIG_H -D_REENTRANT -D_THREAD_SAFE -Ilibgag/include -I. -Ilibusl/src -I/usr/local/include -I/usr/local/include/SDL2 src/NetBroadcastListener.cpp 2 warnings generated. CC -o build/src/NetConnection.o -c -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++14 -Wall -fPIC -DHAVE_CONFIG_H -D_REENTRANT -D_THREAD_SAFE -Ilibgag/include -I. -Ilibusl/src -I/usr/local/include -I/usr/local/include/SDL2 src/NetConnection.cpp CC -o build/src/NetConnectionThread.o -c -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++14 -Wall -fPIC -DHAVE_CONFIG_H -D_REENTRANT -D_THREAD_SAFE -Ilibgag/include -I. -Ilibusl/src -I/usr/local/include -I/usr/local/include/SDL2 src/NetConnectionThread.cpp CC -o build/src/NetConnectionThreadMessage.o -c -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++14 -Wall -fPIC -DHAVE_CONFIG_H -D_REENTRANT -D_THREAD_SAFE -Ilibgag/include -I. -Ilibusl/src -I/usr/local/include -I/usr/local/include/SDL2 src/NetConnectionThreadMessage.cpp CC -o build/src/NetEngine.o -c -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++14 -Wall -fPIC -DHAVE_CONFIG_H -D_REENTRANT -D_THREAD_SAFE -Ilibgag/include -I. -Ilibusl/src -I/usr/local/include -I/usr/local/include/SDL2 src/NetEngine.cpp CC -o build/src/NetGamePlayerManager.o -c -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++14 -Wall -fPIC -DHAVE_CONFIG_H -D_REENTRANT -D_THREAD_SAFE -Ilibgag/include -I. -Ilibusl/src -I/usr/local/include -I/usr/local/include/SDL2 src/NetGamePlayerManager.cpp CC -o build/src/NetListener.o -c -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++14 -Wall -fPIC -DHAVE_CONFIG_H -D_REENTRANT -D_THREAD_SAFE -Ilibgag/include -I. -Ilibusl/src -I/usr/local/include -I/usr/local/include/SDL2 src/NetListener.cpp PLEASE submit a bug report to https://bugs.freebsd.org/submit/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump: 0. Program arguments: /usr/bin/c++ -o build/src/NetListener.o -c -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++14 -Wall -fPIC -DHAVE_CONFIG_H -D_REENTRANT -D_THREAD_SAFE -Ilibgag/include -I. -Ilibusl/src -I/usr/local/include -I/usr/local/include/SDL2 src/NetListener.cpp 1. /usr/include/c++/v1/__string/char_traits.h:129:39: current parser token ')' 2. /usr/include/c++/v1/__string/char_traits.h:42:1 <Spelling=/usr/include/c++/v1/__config:617:39>: parsing namespace 'std' 3. /usr/include/c++/v1/__string/char_traits.h:42:1 <Spelling=/usr/include/c++/v1/__config:618:39>: parsing namespace 'std::__1' 4. /usr/include/c++/v1/__string/char_traits.h:80:1: parsing struct/union/class body 'std::char_traits<char>' 5. /usr/include/c++/v1/__string/char_traits.h:128:115: parsing function body 'std::char_traits<char>::length' 6. /usr/include/c++/v1/__string/char_traits.h:128:115: in compound statement ('{}') 7. /usr/include/c++/v1/__string/constexpr_c_functions.h:50:67: instantiating function definition 'std::__constexpr_strlen<char>' #0 0x0000000004e7d4c8 (/usr/bin/c+++0x4e7d4c8) #1 0x0000000004e7b4c0 (/usr/bin/c+++0x4e7b4c0) #2 0x0000000004e4b610 (/usr/bin/c+++0x4e4b610) #3 0x0000000088526ea8 (/lib/libthr.so.3+0x2aea8) c++: error: clang frontend command failed with exit code 138 (use -v to see invocation) FreeBSD clang version 19.1.7 (https://github.com/llvm/llvm-project.git llvmorg-19.1.7-0-gcd708029e0b2) Target: aarch64-unknown-freebsd14.3 Thread model: posix InstalledDir: /usr/bin c++: note: diagnostic msg: ******************** PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: Preprocessed source(s) and associated run script(s) are located at: c++: note: diagnostic msg: /tmp/NetListener-929c03.cpp c++: note: diagnostic msg: /tmp/NetListener-929c03.sh c++: note: diagnostic msg: ******************** scons: *** [build/src/NetListener.o] Error 1 In file included from src/NetGamePlayerManager.cpp:19: src/NetGamePlayerManager.h:65:7: warning: private field 'previousReadyToLaunch' is not used [-Wunused-private-field] 65 | bool previousReadyToLaunch; | ^ 1 warning generated. scons: building terminated because of errors. ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /usr/ports/games/glob2
