>>> Building on amd64-3 under games/openarena,-data BDEPENDS = [net/curl;audio/libogg;audio/libvorbis;archivers/bzip2;devel/gmake;devel/sdl;archivers/unzip;devel/dwz] DIST = [games/openarena,-data:openarena-engine-source-0.8.8.tar.bz2;games/openarena,-data:openarena-0.8.8.zip] FULLPKGNAME = openarena-data-0.8.8p0 (Junk lock failure for amd64-3 at 1779824826.51578) Received IO (Junk lock obtained for amd64-3 at 1779824829.30) Received IO Woken up games/openarena,-data Woken up games/openarena,-data Woken up games/openarena,-data >>> Running depends in games/openarena,-data at 1779824830.70 last junk was in games/xlife /usr/sbin/pkg_add -aI -Drepair curl-8.20.0 libogg-1.3.6 libvorbis-1.3.7 sdl-1.2.15p12 was: /usr/sbin/pkg_add -aI -Drepair bzip2-1.0.8p0 curl-8.20.0 dwz-0.16p1 gmake-4.4.1p0 libogg-1.3.6 libvorbis-1.3.7 sdl-1.2.15p12 unzip-6.0p18 /usr/sbin/pkg_add -aI -Drepair curl-8.20.0 libogg-1.3.6 libvorbis-1.3.7 sdl-1.2.15p12 >>> Running show-prepare-results in games/openarena,-data at 1779824840.88 ===> games/openarena,-data ===> Building from scratch openarena-0.8.8 ===> openarena-data-0.8.8p0 depends on: gmake-* -> gmake-4.4.1p0 ===> openarena-data-0.8.8p0 depends on: dwz-* -> dwz-0.16p1 ===> openarena-data-0.8.8p0 depends on: unzip-* -> unzip-6.0p18 ===> openarena-data-0.8.8p0 depends on: bzip2-* -> bzip2-1.0.8p0 ===> openarena-data-0.8.8p0 depends on: libogg-* -> libogg-1.3.6 ===> openarena-data-0.8.8p0 depends on: libvorbis-* -> libvorbis-1.3.7 ===> openarena-data-0.8.8p0 depends on: sdl-* -> sdl-1.2.15p12 ===> openarena-data-0.8.8p0 depends on: curl-* -> curl-8.20.0 ===> Verifying specs: GL c m pthread sndio ogg>=5 SDL>=7 vorbis>=7 vorbisfile>=5 curl c m ===> found GL.19.2 c.103.0 m.10.1 pthread.28.1 sndio.9.0 ogg.6.2 SDL.8.0 vorbis.9.0 vorbisfile.6.0 curl.26.35 bzip2-1.0.8p0 curl-8.20.0 dwz-0.16p1 gmake-4.4.1p0 libogg-1.3.6 libvorbis-1.3.7 sdl-1.2.15p12 unzip-6.0p18 (Junk lock released for amd64-3 at 1779824843.36) Woken up www/p5-Catalyst-Plugin-Session-PerUser distfiles size=428967085 >>> Running patch in games/openarena,-data at 1779824843.41 ===> games/openarena,-data ===> Checking files for openarena-0.8.8 `/usr/ports/distfiles/openarena-0.8.8.zip' is up to date. `/usr/ports/distfiles/openarena-engine-source-0.8.8.tar.bz2' is up to date. >> (SHA256) all files: OK ===> Extracting for openarena-0.8.8 find /usr/obj/ports/openarena-0.8.8 -name '*.orig' -delete mkdir /usr/obj/ports/openarena-0.8.8/openarena-engine-source-0.8.8/code/sndio cp /usr/ports/games/openarena/files/snd_sndio.c /usr/obj/ports/openarena-0.8.8/openarena-engine-source-0.8.8/code/sndio ===> Patching for openarena-0.8.8 ===> Applying OpenBSD patch patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: Makefile |--- Makefile.orig |+++ Makefile -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 164. Hunk #2 succeeded at 639. Hunk #3 succeeded at 663. Hunk #4 succeeded at 671. Hunk #5 succeeded at 852. Hunk #6 succeeded at 898. Hunk #7 succeeded at 1472. Hunk #8 succeeded at 1599. Hunk #9 succeeded at 1758. Hunk #10 succeeded at 2078. Hunk #11 succeeded at 2228. Hunk #12 succeeded at 2238. done ===> Applying OpenBSD patch patch-code_client_snd_dma_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- code/client/snd_dma.c.orig Sat Dec 24 14:29:31 2011 |+++ code/client/snd_dma.c Tue Mar 6 22:44:31 2012 -------------------------- Patching file code/client/snd_dma.c using Plan A... Hunk #1 succeeded at 1219. Hunk #2 succeeded at 1228. done ===> Applying OpenBSD patch patch-code_qcommon_q_platform_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- code/qcommon/q_platform.h.orig Sat Dec 24 14:29:32 2011 |+++ code/qcommon/q_platform.h Tue Mar 6 22:44:31 2012 -------------------------- Patching file code/qcommon/q_platform.h using Plan A... Hunk #1 succeeded at 209. Hunk #2 succeeded at 220. Hunk #3 succeeded at 245. done ===> Applying OpenBSD patch patch-code_qcommon_vm_x86_64_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- | * Add PROT_READ to x86 and x86_64 VM mmap calls[1] | |[1] According to OpenBSD's mmap(2): | |BUGS | Due to a limitation of the current vm system (see uvm(9)), mapping | descriptors PROT_WRITE without also specifying PROT_READ is useless | (results in a segmentation fault when first accessing the mapping). This | means that such descriptors must be opened with O_RDWR, which requires | both read and write permissions on the underlying object. | |--- code/qcommon/vm_x86_64.c.orig Sat Dec 24 14:29:32 2011 |+++ code/qcommon/vm_x86_64.c Sun Mar 11 15:22:24 2012 -------------------------- Patching file code/qcommon/vm_x86_64.c using Plan A... Hunk #1 succeeded at 445. done ===> Applying OpenBSD patch patch-code_qcommon_vm_x86_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- | * Add PROT_READ to x86 and x86_64 VM mmap calls[1] | |[1] According to OpenBSD's mmap(2): | |BUGS | Due to a limitation of the current vm system (see uvm(9)), mapping | descriptors PROT_WRITE without also specifying PROT_READ is useless | (results in a segmentation fault when first accessing the mapping). This | means that such descriptors must be opened with O_RDWR, which requires | both read and write permissions on the underlying object. | |--- code/qcommon/vm_x86.c.orig Sat Dec 24 14:29:32 2011 |+++ code/qcommon/vm_x86.c Sun Mar 11 15:22:08 2012 -------------------------- Patching file code/qcommon/vm_x86.c using Plan A... Hunk #1 succeeded at 36. Hunk #2 succeeded at 1094. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ >>> Running configure in games/openarena,-data at 1779824918.98 ===> games/openarena,-data ===> Generating configure for openarena-0.8.8 ===> Configuring for openarena-0.8.8 >>> Running build in games/openarena,-data at 1779824919.72 ===> games/openarena,-data ===> Building for openarena-0.8.8 gmake[1]: Entering directory '/usr/obj/ports/openarena-0.8.8/openarena-engine-source-0.8.8' Building openarena in build/release-openbsd: PLATFORM: openbsd ARCH: amd64 VERSION: 1.36 COMPILE_PLATFORM: openbsd COMPILE_ARCH: amd64 CC: cc CFLAGS: -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING="amd64" -DNO_GZIP -DDEFAULT_BASEDIR="/usr/local/share/openarena" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION="1.36" -MMD -DNDEBUG CLIENT_CFLAGS: -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP SERVER_CFLAGS: -DUSE_VOIP LDFLAGS: LIBS: -lm CLIENT_LIBS: -L/usr/local/lib -lSDL -pthread -L/usr/X11R6/lib -lGL -lsndio -lvorbisfile -lvorbis -logg -lcurl Output: build/release-openbsd/openarena-server build/release-openbsd/openarena-client gmake[2]: Entering directory '/usr/obj/ports/openarena-0.8.8/openarena-engine-source-0.8.8' cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/sv_bot.o -c code/server/sv_bot.c cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/sv_client.o -c code/server/sv_client.c cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/sv_ccmds.o -c code/server/sv_ccmds.c cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/sv_game.o -c code/server/sv_game.c cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/sv_init.o -c code/server/sv_init.c cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/sv_main.o -c code/server/sv_main.c code/server/sv_main.c:1023:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1023 | int SV_FrameMsec() | ^ | void 1 warning generated. cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/sv_net_chan.o -c code/server/sv_net_chan.c cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/sv_snapshot.o -c code/server/sv_snapshot.c cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/sv_world.o -c code/server/sv_world.c code/server/sv_world.c:385:8: warning: variable 'count' set but not used [-Wunused-but-set-variable] 385 | int count; | ^ code/server/sv_world.c:663:10: warning: variable 'angles' set but not used [-Wunused-but-set-variable] 663 | float *angles; | ^ 2 warnings generated. cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/cm_load.o -c code/qcommon/cm_load.c cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/cm_patch.o -c code/qcommon/cm_patch.c cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/cm_polylib.o -c code/qcommon/cm_polylib.c cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/cm_test.o -c code/qcommon/cm_test.c cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/cm_trace.o -c code/qcommon/cm_trace.c code/qcommon/cm_trace.c:735:8: warning: variable 'a' set but not used [-Wunused-but-set-variable] 735 | float a, b, c, d, sqrtd; | ^ code/qcommon/cm_trace.c:823:8: warning: variable 'a' set but not used [-Wunused-but-set-variable] 823 | float a, b, c, d, sqrtd; | ^ 2 warnings generated. cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/cmd.o -c code/qcommon/cmd.c code/qcommon/cmd.c:249:7: warning: variable 'len' set but not used [-Wunused-but-set-variable] 249 | int len; | ^ 1 warning generated. cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/common.o -c code/qcommon/common.c code/qcommon/common.c:892:8: warning: variable 'count' set but not used [-Wunused-but-set-variable] 892 | int count; | ^ code/qcommon/common.c:926:14: warning: variable 'allocSize' set but not used [-Wunused-but-set-variable] 926 | int extra, allocSize; | ^ code/qcommon/common.c:1251:24: warning: variable 'smallZoneBlocks' set but not used [-Wunused-but-set-variable] 1251 | int smallZoneBytes, smallZoneBlocks; | ^ code/qcommon/common.c:1345:7: warning: variable 'sum' set but not used [-Wunused-but-set-variable] 1345 | int sum; | ^ code/qcommon/common.c:1464:12: warning: variable 'locsize' set but not used [-Wunused-but-set-variable] 1464 | int size, locsize, numBlocks; | ^ code/qcommon/common.c:2315:2: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference] 2315 | * ( int * ) 0 = 0x12345678; | ^ ~~~~~~~~~~~ code/qcommon/common.c:2315:2: note: consider using __builtin_trap() or qualifying pointer with 'volatile' 6 warnings generated. cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/cvar.o -c code/qcommon/cvar.c cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/files.o -c code/qcommon/files.c code/qcommon/files.c:2654:20: warning: variable 'badchecksum' set but not used [-Wunused-but-set-variable] 2654 | qboolean havepak, badchecksum; | ^ code/qcommon/files.c:178:27: warning: unused variable 'pak_checksums' [-Wunused-const-variable] 178 | static const unsigned int pak_checksums[] = { | ^~~~~~~~~~~~~ code/qcommon/files.c:190:27: warning: unused variable 'missionpak_checksums' [-Wunused-const-variable] 190 | static const unsigned int missionpak_checksums[] = | ^~~~~~~~~~~~~~~~~~~~ 3 warnings generated. cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/md4.o -c code/qcommon/md4.c cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/msg.o -c code/qcommon/msg.c cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/net_chan.o -c code/qcommon/net_chan.c code/qcommon/net_chan.c:306:8: warning: variable 'qport' set but not used [-Wunused-but-set-variable] 306 | int qport; | ^ 1 warning generated. cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/net_ip.o -c code/qcommon/net_ip.c code/qcommon/net_ip.c:1069:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1069 | void NET_LeaveMulticast6() | ^ | void code/qcommon/net_ip.c:1089:10: warning: variable 'err' set but not used [-Wunused-but-set-variable] 1089 | int err; | ^ 2 warnings generated. cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/huffman.o -c code/qcommon/huffman.c cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/q_math.o -c code/qcommon/q_math.c cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/q_shared.o -c code/qcommon/q_shared.c code/qcommon/q_shared.c:725:9: warning: variable 'd' set but not used [-Wunused-but-set-variable] 725 | double d; | ^ 1 warning generated. cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/unzip.o -c code/qcommon/unzip.c code/qcommon/unzip.c:157:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 157 | local int unzlocal_getByte(pzlib_filefunc_def,filestream,pi) | ^ code/qcommon/unzip.c:187:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 187 | local int unzlocal_getShort (pzlib_filefunc_def,filestream,pX) | ^ code/qcommon/unzip.c:215:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 215 | local int unzlocal_getLong (pzlib_filefunc_def,filestream,pX) | ^ code/qcommon/unzip.c:251:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 251 | local int strcmpcasenosensitive_internal (fileName1,fileName2) | ^ code/qcommon/unzip.c:294:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 294 | extern int ZEXPORT unzStringFileNameCompare (fileName1,fileName2,iCaseSensitivity) | ^ code/qcommon/unzip.c:320:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 320 | local uLong unzlocal_SearchCentralDir(pzlib_filefunc_def,filestream) | ^ code/qcommon/unzip.c:386:24: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 386 | extern unzFile ZEXPORT unzOpen2 (path, pzlib_filefunc_def) | ^ code/qcommon/unzip.c:489:24: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 489 | extern unzFile ZEXPORT unzOpen (path) | ^ code/qcommon/unzip.c:500:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 500 | extern int ZEXPORT unzClose (file) | ^ code/qcommon/unzip.c:521:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 521 | extern int ZEXPORT unzGetGlobalInfo (file,pglobal_info) | ^ code/qcommon/unzip.c:543:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 543 | local void unzlocal_DosDateToTmuDate (ulDosDate, ptm) | ^ code/qcommon/unzip.c:572:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 572 | local int unzlocal_GetCurrentFileInfoInternal (file, | ^ code/qcommon/unzip.c:745:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 745 | extern int ZEXPORT unzGetCurrentFileInfo (file, | ^ code/qcommon/unzip.c:769:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 769 | extern int ZEXPORT unzGoToFirstFile (file) | ^ code/qcommon/unzip.c:791:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 791 | extern int ZEXPORT unzGoToNextFile (file) | ^ code/qcommon/unzip.c:825:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 825 | extern int ZEXPORT unzLocateFile (file, szFileName, iCaseSensitivity) | ^ code/qcommon/unzip.c:904:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 904 | extern int ZEXPORT unzGetFilePos(file, file_pos) | ^ code/qcommon/unzip.c:922:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 922 | extern int ZEXPORT unzGoToFilePos(file, file_pos) | ^ code/qcommon/unzip.c:966:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 966 | local int unzlocal_CheckCurrentFileCoherencyHeader (s,piSizeVar, | ^ code/qcommon/unzip.c:1058:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1058 | extern int ZEXPORT unzOpenCurrentFile3 (file, method, level, raw, password) | ^ code/qcommon/unzip.c:1203:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1203 | extern int ZEXPORT unzOpenCurrentFile (file) | ^ code/qcommon/unzip.c:1209:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1209 | extern int ZEXPORT unzOpenCurrentFilePassword (file, password) | ^ code/qcommon/unzip.c:1216:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1216 | extern int ZEXPORT unzOpenCurrentFile2 (file,method,level,raw) | ^ code/qcommon/unzip.c:1235:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1235 | extern int ZEXPORT unzReadCurrentFile (file, buf, len) | ^ code/qcommon/unzip.c:1253:46: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1253 | if ((pfile_in_zip_read_info->read_buffer == NULL)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ code/qcommon/unzip.c:1253:46: note: remove extraneous parentheses around the comparison to silence this warning 1253 | if ((pfile_in_zip_read_info->read_buffer == NULL)) | ~ ^ ~ code/qcommon/unzip.c:1253:46: note: use '=' to turn this equality comparison into an assignment 1253 | if ((pfile_in_zip_read_info->read_buffer == NULL)) | ^~ | = code/qcommon/unzip.c:1396:24: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1396 | extern z_off_t ZEXPORT unztell (file) | ^ code/qcommon/unzip.c:1416:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1416 | extern int ZEXPORT unzeof (file) | ^ code/qcommon/unzip.c:1449:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1449 | extern int ZEXPORT unzGetLocalExtrafield (file,buf,len) | ^ code/qcommon/unzip.c:1500:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1500 | extern int ZEXPORT unzCloseCurrentFile (file) | ^ code/qcommon/unzip.c:1543:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1543 | extern int ZEXPORT unzGetGlobalComment (file, szComment, uSizeBuf) | ^ code/qcommon/unzip.c:1574:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1574 | extern uLong ZEXPORT unzGetOffset (file) | ^ code/qcommon/unzip.c:1590:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1590 | extern int ZEXPORT unzSetOffset (file, pos) | ^ 32 warnings generated. cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/ioapi.o -c code/qcommon/ioapi.c code/qcommon/ioapi.c:73:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 73 | voidpf ZCALLBACK fopen_file_func (opaque, filename, mode) | ^ code/qcommon/ioapi.c:95:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 95 | uLong ZCALLBACK fread_file_func (opaque, stream, buf, size) | ^ code/qcommon/ioapi.c:107:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 107 | uLong ZCALLBACK fwrite_file_func (opaque, stream, buf, size) | ^ code/qcommon/ioapi.c:118:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 118 | long ZCALLBACK ftell_file_func (opaque, stream) | ^ code/qcommon/ioapi.c:127:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 127 | long ZCALLBACK fseek_file_func (opaque, stream, offset, origin) | ^ code/qcommon/ioapi.c:153:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 153 | int ZCALLBACK fclose_file_func (opaque, stream) | ^ code/qcommon/ioapi.c:162:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 162 | int ZCALLBACK ferror_file_func (opaque, stream) | ^ code/qcommon/ioapi.c:171:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 171 | void fill_fopen_filefunc (pzlib_filefunc_def) | ^ 8 warnings generated. cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/vm.o -c code/qcommon/vm.c code/qcommon/vm.c:220:7: warning: variable 'len' set but not used [-Wunused-but-set-variable] 220 | int len; | ^ code/qcommon/vm.c:368:10: warning: variable 'length' set but not used [-Wunused-but-set-variable] 368 | int length; | ^ 2 warnings generated. cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/vm_interpreted.o -c code/qcommon/vm_interpreted.c cc -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_aas_bspq3.o -c code/botlib/be_aas_bspq3.c cc -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_aas_cluster.o -c code/botlib/be_aas_cluster.c cc -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_aas_debug.o -c code/botlib/be_aas_debug.c cc -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_aas_entity.o -c code/botlib/be_aas_entity.c code/botlib/be_aas_entity.c:393:7: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 393 | if (abs(dir[0]) < 40) | ^ code/botlib/be_aas_entity.c:393:7: note: use function 'fabsf' instead 393 | if (abs(dir[0]) < 40) | ^~~ | fabsf code/botlib/be_aas_entity.c:395:8: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 395 | if (abs(dir[1]) < 40) | ^ code/botlib/be_aas_entity.c:395:8: note: use function 'fabsf' instead 395 | if (abs(dir[1]) < 40) | ^~~ | fabsf 2 warnings generated. cc -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_aas_file.o -c code/botlib/be_aas_file.c cc -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_aas_main.o -c code/botlib/be_aas_main.c cc -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_aas_move.o -c code/botlib/be_aas_move.c code/botlib/be_aas_move.c:171:7: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 171 | if (abs(DotProduct(plane->normal, origin) - plane->dist) < 3) | ^ code/botlib/be_aas_move.c:171:7: note: use function 'fabsf' instead 171 | if (abs(DotProduct(plane->normal, origin) - plane->dist) < 3) | ^~~ | fabsf code/botlib/be_aas_move.c:521:35: warning: variable 'ax' set but not used [-Wunused-but-set-variable] 521 | int n, i, j, pc, step, swimming, ax, crouch, event, jump_frame, areanum; | ^ 2 warnings generated. cc -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_aas_optimize.o -c code/botlib/be_aas_optimize.c cc -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_aas_reach.o -c code/botlib/be_aas_reach.c code/botlib/be_aas_reach.c:292:6: warning: variable 'area2num' set but not used [-Wunused-but-set-variable] 292 | int area2num, ent, bot_visualizejumppads, bestareanum; | ^ code/botlib/be_aas_reach.c:840:22: warning: variable 'areasettings' set but not used [-Wunused-but-set-variable] 840 | aas_areasettings_t *areasettings; | ^ code/botlib/be_aas_reach.c:1065:34: warning: variable 'invgravitydot' set but not used [-Wunused-but-set-variable] 1065 | float dist, dist1, dist2, diff, invgravitydot, ortdot; | ^ code/botlib/be_aas_reach.c:1076:42: warning: variable 'ground_bestface1' set but not used [-Wunused-but-set-variable] 1076 | aas_face_t *groundface1, *groundface2, *ground_bestface1, *water_bestface1; | ^ code/botlib/be_aas_reach.c:1076:61: warning: variable 'water_bestface1' set but not used [-Wunused-but-set-variable] 1076 | aas_face_t *groundface1, *groundface2, *ground_bestface1, *water_bestface1; | ^ code/botlib/be_aas_reach.c:2472:25: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 2472 | ladderface1vertical = abs(DotProduct(plane1->normal, up)) < 0.1; | ^ code/botlib/be_aas_reach.c:2472:25: note: use function 'fabsf' instead 2472 | ladderface1vertical = abs(DotProduct(plane1->normal, up)) < 0.1; | ^~~ | fabsf code/botlib/be_aas_reach.c:2473:25: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 2473 | ladderface2vertical = abs(DotProduct(plane2->normal, up)) < 0.1; | ^ code/botlib/be_aas_reach.c:2473:25: note: use function 'fabsf' instead 2473 | ladderface2vertical = abs(DotProduct(plane2->normal, up)) < 0.1; | ^~~ | fabsf code/botlib/be_aas_reach.c:2481:9: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 2481 | && abs(DotProduct(sharededgevec, up)) < 0.7) | ^ code/botlib/be_aas_reach.c:2481:9: note: use function 'fabsf' instead 2481 | && abs(DotProduct(sharededgevec, up)) < 0.7) | ^~~ | fabsf code/botlib/be_aas_reach.c:2606:10: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 2606 | if (abs(DotProduct(plane2->normal, up)) < 0.1) break; | ^ code/botlib/be_aas_reach.c:2606:10: note: use function 'fabsf' instead 2606 | if (abs(DotProduct(plane2->normal, up)) < 0.1) break; | ^~~ | fabsf code/botlib/be_aas_reach.c:3495:21: warning: variable 'hordist' set but not used [-Wunused-but-set-variable] 3495 | float speed, zvel, hordist; | ^ code/botlib/be_aas_reach.c:4000:21: warning: variable 'hordist' set but not used [-Wunused-but-set-variable] 4000 | float speed, zvel, hordist; | ^ 11 warnings generated. cc -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_aas_route.o -c code/botlib/be_aas_route.c code/botlib/be_aas_route.c:509:6: warning: variable 'starttime' set but not used [-Wunused-but-set-variable] 509 | int starttime; | ^ code/botlib/be_aas_route.c:890:12: warning: variable 't' set but not used [-Wunused-but-set-variable] 890 | int i, j, t; | ^ 2 warnings generated. cc -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_aas_routealt.o -c code/botlib/be_aas_routealt.c cc -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_aas_sample.o -c code/botlib/be_aas_sample.c cc -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_ai_char.o -c code/botlib/be_ai_char.c cc -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_ai_chat.o -c code/botlib/be_ai_chat.c code/botlib/be_ai_chat.c:2942:19: warning: variable 'cs' set but not used [-Wunused-but-set-variable] 2942 | bot_chatstate_t *cs; | ^ 1 warning generated. cc -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_ai_gen.o -c code/botlib/be_ai_gen.c code/botlib/be_ai_gen.c:54:13: warning: variable 'select' set but not used [-Wunused-but-set-variable] 54 | float sum, select; | ^ 1 warning generated. cc -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_ai_goal.o -c code/botlib/be_ai_goal.c code/botlib/be_ai_goal.c:241:19: warning: variable 'gs' set but not used [-Wunused-but-set-variable] 241 | bot_goalstate_t *gs; | ^ 1 warning generated. cc -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_ai_move.o -c code/botlib/be_ai_move.c code/botlib/be_ai_move.c:1483:8: warning: variable 'dist' set but not used [-Wunused-but-set-variable] 1483 | float dist; | ^ code/botlib/be_ai_move.c:1570:8: warning: variable 'dist' set but not used [-Wunused-but-set-variable] 1570 | float dist; | ^ code/botlib/be_ai_move.c:2061:7: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 2061 | if (abs(ms->origin[2] - reach->end[2]) < sv_maxbarrier->value) | ^ code/botlib/be_ai_move.c:2061:7: note: use function 'fabsf' instead 2061 | if (abs(ms->origin[2] - reach->end[2]) < sv_maxbarrier->value) | ^~~ | fabsf code/botlib/be_ai_move.c:2870:8: warning: variable 'dist' set but not used [-Wunused-but-set-variable] 2870 | float dist, speed; | ^ 4 warnings generated. cc -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_ai_weap.o -c code/botlib/be_ai_weap.c cc -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_ai_weight.o -c code/botlib/be_ai_weight.c cc -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_ea.o -c code/botlib/be_ea.c cc -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_interface.o -c code/botlib/be_interface.c cc -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/l_crc.o -c code/botlib/l_crc.c cc -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/l_libvar.o -c code/botlib/l_libvar.c cc -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/l_log.o -c code/botlib/l_log.c cc -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/l_memory.o -c code/botlib/l_memory.c cc -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/l_precomp.o -c code/botlib/l_precomp.c code/botlib/l_precomp.c:1701:6: warning: variable 'lastoperatortype' set but not used [-Wunused-but-set-variable] 1701 | int lastoperatortype = 0; | ^ code/botlib/l_precomp.c:2456:30: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] 2456 | sprintf(token.string, "%d", abs(value)); | ^ code/botlib/l_precomp.c:2456:30: note: use function 'labs' instead 2456 | sprintf(token.string, "%d", abs(value)); | ^~~ | labs code/botlib/l_precomp.c:2561:30: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] 2561 | sprintf(token.string, "%d", abs(value)); | ^ code/botlib/l_precomp.c:2561:30: note: use function 'labs' instead 2561 | sprintf(token.string, "%d", abs(value)); | ^~~ | labs code/botlib/l_precomp.c:2566:19: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] 2566 | token.intvalue = abs(value); | ^ code/botlib/l_precomp.c:2566:19: note: use function 'labs' instead 2566 | token.intvalue = abs(value); | ^~~ | labs 4 warnings generated. cc -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/l_script.o -c code/botlib/l_script.c code/botlib/l_script.c:361:14: warning: variable 'i' set but not used [-Wunused-but-set-variable] 361 | int c, val, i; | ^ 1 warning generated. cc -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/l_struct.o -c code/botlib/l_struct.c cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/null_client.o -c code/null/null_client.c cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/null_input.o -c code/null/null_input.c cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/null_snddma.o -c code/null/null_snddma.c cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/con_log.o -c code/sys/con_log.c cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/sys_main.o -c code/sys/sys_main.c cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/adler32.o -c code/zlib/adler32.c code/zlib/adler32.c:57:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 57 | uLong ZEXPORT adler32(adler, buf, len) | ^ code/zlib/adler32.c:128:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 128 | uLong ZEXPORT adler32_combine(adler1, adler2, len2) | ^ 2 warnings generated. cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/crc32.o -c code/zlib/crc32.c code/zlib/crc32.c:205:48: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 205 | const unsigned long FAR * ZEXPORT get_crc_table() | ^ | void code/zlib/crc32.c:219:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 219 | unsigned long ZEXPORT crc32(crc, buf, len) | ^ code/zlib/crc32.c:262:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 262 | local unsigned long crc32_little(crc, buf, len) | ^ code/zlib/crc32.c:302:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 302 | local unsigned long crc32_big(crc, buf, len) | ^ code/zlib/crc32.c:342:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 342 | local unsigned long gf2_matrix_times(mat, vec) | ^ code/zlib/crc32.c:359:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 359 | local void gf2_matrix_square(square, mat) | ^ code/zlib/crc32.c:370:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 370 | uLong ZEXPORT crc32_combine(crc1, crc2, len2) | ^ 7 warnings generated. cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/inffast.o -c code/zlib/inffast.c code/zlib/inffast.c:67:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 67 | void inflate_fast(strm, start) | ^ 1 warning generated. cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/inflate.o -c code/zlib/inflate.c code/zlib/inflate.c:103:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 103 | int ZEXPORT inflateReset(strm) | ^ code/zlib/inflate.c:128:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 128 | int ZEXPORT inflatePrime(strm, bits, value) | ^ code/zlib/inflate.c:144:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 144 | int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) | ^ code/zlib/inflate.c:187:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 187 | int ZEXPORT inflateInit_(strm, version, stream_size) | ^ code/zlib/inflate.c:205:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 205 | local void fixedtables(state) | ^ code/zlib/inflate.c:323:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 323 | local int updatewindow(strm, out) | ^ code/zlib/inflate.c:554:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 554 | int ZEXPORT inflate(strm, flush) | ^ code/zlib/inflate.c:1155:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1155 | int ZEXPORT inflateEnd(strm) | ^ code/zlib/inflate.c:1169:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1169 | int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) | ^ code/zlib/inflate.c:1211:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1211 | int ZEXPORT inflateGetHeader(strm, head) | ^ code/zlib/inflate.c:1239:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1239 | local unsigned syncsearch(have, buf, len) | ^ code/zlib/inflate.c:1262:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1262 | int ZEXPORT inflateSync(strm) | ^ code/zlib/inflate.c:1313:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1313 | int ZEXPORT inflateSyncPoint(strm) | ^ code/zlib/inflate.c:1323:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1323 | int ZEXPORT inflateCopy(dest, source) | ^ 14 warnings generated. cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/inftrees.o -c code/zlib/inftrees.c code/zlib/inftrees.c:32:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 32 | int inflate_table(type, lens, codes, table, bits, work) | ^ 1 warning generated. cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/zutil.o -c code/zlib/zutil.c code/zlib/zutil.c:27:33: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 27 | const char * ZEXPORT zlibVersion() | ^ | void code/zlib/zutil.c:32:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 32 | uLong ZEXPORT zlibCompileFlags() | ^ | void code/zlib/zutil.c:133:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 133 | const char * ZEXPORT zError(err) | ^ code/zlib/zutil.c:300:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 300 | voidpf zcalloc (opaque, items, size) | ^ code/zlib/zutil.c:310:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 310 | void zcfree (opaque, ptr) | ^ 5 warnings generated. cc -DDEDICATED -O2 -pipe -g -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/vm_x86_64.o -c code/qcommon/vm_x86_64.c code/qcommon/vm_x86_64.c:107:30: error: incompatible pointer types passing 'int64_t[11]' (aka 'long long[11]') to parameter of type 'intptr_t *' (aka 'long *') [-Wincompatible-pointer-types] 107 | ret = currentVM->systemCall(args); | ^~~~ code/qcommon/vm_x86_64.c:991:80: warning: format specifies type 'unsigned long long' but the argument has type 'suseconds_t' (aka 'long') [-Wformat] 991 | Com_Printf( "compilation took %"PRIu64".%06"PRIu64" seconds\n", dur.tv_sec, dur.tv_usec ); | ~~~~~~~~~~ ^~~~~~~~~~~ code/qcommon/vm_x86_64.c:1024:7: warning: variable 'programCounter' set but not used [-Wunused-but-set-variable] 1024 | int programCounter; | ^ 2 warnings and 1 error generated. gmake[2]: *** [Makefile:2107: build/release-openbsd/ded/vm_x86_64.o] Error 1 gmake[2]: Leaving directory '/usr/obj/ports/openarena-0.8.8/openarena-engine-source-0.8.8' gmake[1]: *** [Makefile:1084: targets] Error 2 gmake[1]: Leaving directory '/usr/obj/ports/openarena-0.8.8/openarena-engine-source-0.8.8' gmake: *** [Makefile:1046: release] Error 2 *** Error 2 in games/openarena (/usr/ports/infrastructure/mk/bsd.port.mk:3079 '/usr/obj/ports/openarena-0.8.8/.build_done': @cd /usr/obj/por...) *** Error 2 in games/openarena (/usr/ports/infrastructure/mk/bsd.port.mk:2722 'build': @lock=openarena-0.8.8; export _LOCKS_HELD=" openaren...) ===> Exiting games/openarena,-data with an error *** Error 1 in /usr/ports (infrastructure/mk/bsd.port.subdir.mk:144 'build': @: ${echo_msg:=echo}; : ${target:=build}; for i in ; do eval...) >>> Ended at 1779824967.42 max_stuck=48.96/waiting-for-lock #288=4.17/depends=10.20/show-prepare-results=2.51/patch=75.55/configure=0.76/build=47.73 Error: job failed with 512 on amd64-3 at 1779824967