+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/ufoai-2.2.1nb41/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/ufoai-2.2.1nb41/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for ufoai-2.2.1nb41 * [UFO] src/client/cl_actor.c In file included from /usr/include/inttypes.h:25, from src/client/../common/../game/../shared/ufotypes.h:34, from src/client/../common/../game/q_shared.h:40, from src/client/../common/common.h:29, from src/client/ref.h:34, from src/client/client.h:32, from src/client/cl_actor.c:25: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/inttypes.h:25, from src/client/../common/../game/../shared/ufotypes.h:34, from src/client/../common/../game/q_shared.h:40, from src/client/../common/common.h:29, from src/client/ref.h:34, from src/client/client.h:32, from src/client/cl_actor.c:25: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ src/client/cl_actor.c: In function 'SetWeaponButton': src/client/cl_actor.c:422:20: warning: comparison between 'cl_reaction_firemode_type_t' and 'enum ' [-Wenum-compare] 422 | || (state == BT_STATE_HIGHLIGHT)) { | ^~ src/client/cl_actor.c:426:26: warning: comparison between 'cl_reaction_firemode_type_t' and 'enum ' [-Wenum-compare] 426 | } else if (state == BT_STATE_DESELECT) { | ^~ src/client/cl_actor.c:428:26: warning: comparison between 'cl_reaction_firemode_type_t' and 'enum ' [-Wenum-compare] 428 | } else if (state == BT_STATE_DISABLE) { | ^~ src/client/cl_actor.c: In function 'CL_ActorStartShoot': src/client/cl_actor.c:2812:20: warning: variable 'fd' set but not used [-Wunused-but-set-variable] 2812 | fireDef_t *fd; | ^~ * [UFO] src/client/cl_aliencont.c In file included from /usr/include/inttypes.h:25, from src/client/../common/../game/../shared/ufotypes.h:34, from src/client/../common/../game/q_shared.h:40, from src/client/../common/common.h:29, from src/client/ref.h:34, from src/client/client.h:32, from src/client/cl_aliencont.c:28: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/inttypes.h:25, from src/client/../common/../game/../shared/ufotypes.h:34, from src/client/../common/../game/q_shared.h:40, from src/client/../common/common.h:29, from src/client/ref.h:34, from src/client/client.h:32, from src/client/cl_aliencont.c:28: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ src/client/cl_aliencont.c: In function 'AC_AddOne_f': src/client/cl_aliencont.c:857:23: warning: variable 'containment' set but not used [-Wunused-but-set-variable] 857 | aliensCont_t *containment = NULL; | ^~~~~~~~~~~ src/client/cl_aliencont.c:855:13: warning: variable 'length' set but not used [-Wunused-but-set-variable] 855 | int length; | ^~~~~~ * [UFO] src/client/cl_aircraft.c In file included from /usr/include/inttypes.h:25, from src/client/../common/../game/../shared/ufotypes.h:34, from src/client/../common/../game/q_shared.h:40, from src/client/../common/common.h:29, from src/client/ref.h:34, from src/client/client.h:32, from src/client/cl_aircraft.c:29: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/inttypes.h:25, from src/client/../common/../game/../shared/ufotypes.h:34, from src/client/../common/../game/q_shared.h:40, from src/client/../common/common.h:29, from src/client/ref.h:34, from src/client/client.h:32, from src/client/cl_aircraft.c:29: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ src/client/cl_aircraft.c: In function 'AIR_AircraftSelect': src/client/cl_aircraft.c:602:13: warning: variable 'idx' set but not used [-Wunused-but-set-variable] 602 | int idx; | ^~~ src/client/cl_aircraft.c:599:21: warning: variable 'node' set but not used [-Wunused-but-set-variable] 599 | menuNode_t *node = NULL; | ^~~~ src/client/cl_aircraft.c: In function 'AIR_AircraftsNotifyUfoRemoved': src/client/cl_aircraft.c:1572:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 1572 | for (base = gd.bases + gd.numBases - 1; base >= gd.bases; base--) | ^~~ src/client/cl_aircraft.c:1580:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 1580 | for (i = 0; i < base->maxLasers; i++) { | ^~~ At top level: src/client/cl_aircraft.c:40:18: warning: 'DISTANCE' defined but not used [-Wunused-const-variable=] 40 | static const int DISTANCE = 15; | ^~~~~~~~ * [UFO] src/client/cl_airfight.c In file included from /usr/include/inttypes.h:25, from src/client/../common/../game/../shared/ufotypes.h:34, from src/client/../common/../game/q_shared.h:40, from src/client/../common/common.h:29, from src/client/ref.h:34, from src/client/client.h:32, from src/client/cl_airfight.c:28: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/inttypes.h:25, from src/client/../common/../game/../shared/ufotypes.h:34, from src/client/../common/../game/q_shared.h:40, from src/client/../common/common.h:29, from src/client/ref.h:34, from src/client/client.h:32, from src/client/cl_airfight.c:28: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ * [UFO] src/client/cl_basemanagement.c In file included from /usr/include/inttypes.h:25, from src/client/../common/../game/../shared/ufotypes.h:34, from src/client/../common/../game/q_shared.h:40, from src/client/../common/common.h:29, from src/client/ref.h:34, from src/client/client.h:32, from src/client/cl_basemanagement.c:31: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/inttypes.h:25, from src/client/../common/../game/../shared/ufotypes.h:34, from src/client/../common/../game/q_shared.h:40, from src/client/../common/common.h:29, from src/client/ref.h:34, from src/client/client.h:32, from src/client/cl_basemanagement.c:31: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ src/client/cl_basemanagement.c:3834:1: fatal error: closing dependency file debug-linux-gnu-x86_64/client/client/cl_basemanagement.d: No space left on device 3834 | } | ^ compilation terminated. {standard input}: Assembler messages: {standard input}: Fatal error: can't write 208 bytes to section .text of debug-linux-gnu-x86_64/client/client/cl_basemanagement.o: 'No space left on device' as: BFD version 2.35.2-42.el9_3.1 assertion fail ../../bfd/elf.c:3170 as: BFD version 2.35.2-42.el9_3.1 assertion fail ../../bfd/elf.c:3170 as: BFD version 2.35.2-42.el9_3.1 assertion fail ../../bfd/elf.c:3170 as: BFD version 2.35.2-42.el9_3.1 assertion fail ../../bfd/elf.c:3170 as: BFD version 2.35.2-42.el9_3.1 assertion fail ../../bfd/elf.c:3170 as: BFD version 2.35.2-42.el9_3.1 assertion fail ../../bfd/elf.c:3170 {standard input}: Fatal error: can't close debug-linux-gnu-x86_64/client/client/cl_basemanagement.o: No space left on device make: *** [build/client.mk:156: debug-linux-gnu-x86_64/client/client/cl_basemanagement.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/games/ufoai *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/games/ufoai