------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/gmake-4.3.txz Installing /packages/All/quake2-data-3.20_3.txz ===== Message from quake2-data-3.20_3: -- To complete the installation of this port you need to copy the file "baseq2/pak0.pak" from the original Quake II distribution to /usr/local/share/quake2/baseq2. SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> quake2-relay-0.4_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> quake2-relay-0.4_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by quake2-relay-0.4_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> quake2-relay-0.4_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by quake2-relay-0.4_1 for building => SHA256 Checksum OK for relay-0.4.src.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> quake2-relay-0.4_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by quake2-relay-0.4_1 for building ===> Extracting for quake2-relay-0.4_1 => SHA256 Checksum OK for relay-0.4.src.tar.gz. Extracted Memory Use: 0.65M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for quake2-relay-0.4_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> quake2-relay-0.4_1 depends on package: gmake>=4.3 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> quake2-relay-0.4_1 depends on package: gmake>=4.3 - found ===> Configuring for quake2-relay-0.4_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for quake2-relay-0.4_1 gmake[1]: Entering directory '/construction/games/quake2-relay/relay-0.4' gmake[1]: Circular democonv <- democonv dependency dropped. cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o common/block.o -c common/block.c cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o common/bsp.o -c common/bsp.c cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o common/cmd.o -c common/cmd.c cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o common/dm2.o -c common/dm2.c cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o common/endian.o -c common/endian.c cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o common/getopt.o -c common/getopt.c cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o common/getopt1.o -c common/getopt1.c cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o common/mem.o -c common/mem.c cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o common/pak.o -c common/pak.c cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o common/q2utils.o -c common/q2utils.c common/getopt.c: In function '_getopt_internal': common/getopt.c:420:27: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (optind != argc && !strcmp (argv[optind], "--")) ^~~~~~ common/getopt.c:496:7: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] if (!strncmp (p->name, nextchar, nameend - nextchar)) ^~~~~~~ common/getopt.c:498:29: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] if (nameend - nextchar == strlen (p->name)) ^~~~~~ common/getopt.c:498:29: warning: incompatible implicit declaration of built-in function 'strlen' common/getopt.c:498:29: note: include '' or provide a declaration of 'strlen' common/getopt.c:84:1: +#include common/getopt.c:498:29: if (nameend - nextchar == strlen (p->name)) ^~~~~~ common/getopt.c:529:16: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^~~~~~ common/getopt.c:529:16: note: include '' or provide a declaration of 'strlen' common/getopt.c:573:17: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^~~~~~ common/getopt.c:573:17: note: include '' or provide a declaration of 'strlen' common/getopt.c:593:17: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^~~~~~ common/getopt.c:593:17: note: include '' or provide a declaration of 'strlen' common/getopt.c:597:16: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^~~~~~ common/getopt.c:597:16: note: include '' or provide a declaration of 'strlen' In file included from common/q2utils.h:7, from common/q2utils.c:13: common/q2defines.h:79: warning: "M_PI" redefined #define M_PI 3.14159265358979323846 // matches value in gcc v2 math.h In file included from common/q2utils.c:5: /usr/include/math.h:134: note: this is the location of the previous definition #define M_PI ((double)3.14159265358979323846) /* pi */ cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o common/utils.o -c common/utils.c common/mem.c: In function 'Z_FreeAll': common/mem.c:106:7: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif; ^ cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o democonv/dc_dm2.o -c democonv/dc_dm2.c cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o democonv/dc_main.o -c democonv/dc_main.c gmake[1]: Circular dm2server <- dm2server dependency dropped. cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o common/menu.o -c common/menu.c cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o common/net.o -c common/net.c cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o dm2server/sv_challenge.o -c dm2server/sv_challenge.c cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o dm2server/sv_clcmds.o -c dm2server/sv_clcmds.c cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o dm2server/sv_client.o -c dm2server/sv_client.c cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o dm2server/sv_cvar.o -c dm2server/sv_cvar.c cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o dm2server/sv_dm2.o -c dm2server/sv_dm2.c cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o dm2server/sv_main.o -c dm2server/sv_main.c cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o dm2server/sv_menus.o -c dm2server/sv_menus.c cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o dm2server/sv_net.o -c dm2server/sv_net.c dm2server/sv_menus.c: In function 'Select_OpenMenu': dm2server/sv_menus.c:61:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (void (*)(menu_t *))item->param[0], ^ cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o dm2server/sv_pmove.o -c dm2server/sv_pmove.c cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o dm2server/sv_svcmds.o -c dm2server/sv_svcmds.c gmake[1]: Circular proxy <- proxy dependency dropped. cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o common/proxy.o -c common/proxy.c cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o proxy/p_main.o -c proxy/p_main.c gmake[1]: Circular relay <- relay dependency dropped. cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o relay/r_export.o -c relay/r_export.c cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o relay/r_import.o -c relay/r_import.c cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o relay/r_main.o -c relay/r_main.c gmake[1]: Circular replay <- replay dependency dropped. cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o replay/rp_client.o -c replay/rp_client.c cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o replay/rp_cmds.o -c replay/rp_cmds.c cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o replay/rp_dm2.o -c replay/rp_dm2.c relay/r_import.c: In function 'import_configstring': cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o replay/rp_main.o -c replay/rp_main.c relay/r_import.c:98:3: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(dm2out.configstrings[num], string); ^~~~~~ relay/r_import.c:98:3: warning: incompatible implicit declaration of built-in function 'strcpy' relay/r_import.c:98:3: note: include '' or provide a declaration of 'strcpy' relay/r_import.c:26:1: +#include relay/r_import.c:98:3: strcpy(dm2out.configstrings[num], string); ^~~~~~ relay/r_import.c: In function 'import_modelindex': relay/r_import.c:116:3: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(dm2out.configstrings[CS_MODELS+index], name); ^~~~~~ relay/r_import.c:116:3: note: include '' or provide a declaration of 'strcpy' relay/r_import.c: In function 'import_soundindex': relay/r_import.c:135:3: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(dm2out.configstrings[CS_SOUNDS+index], name); ^~~~~~ relay/r_import.c:135:3: note: include '' or provide a declaration of 'strcpy' relay/r_import.c: In function 'import_imageindex': relay/r_import.c:154:3: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(dm2out.configstrings[CS_IMAGES+index], name); ^~~~~~ relay/r_import.c:154:3: note: include '' or provide a declaration of 'strcpy' relay/r_import.c: In function 'import_setmodel': relay/r_import.c:171:3: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(dm2out.configstrings[CS_MODELS+ent->s.modelindex], name); ^~~~~~ relay/r_import.c:171:3: note: include '' or provide a declaration of 'strcpy' cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o replay/rp_menus.o -c replay/rp_menus.c cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o replay/rp_q2utils.o -c replay/rp_q2utils.c replay/rp_menus.c: In function 'Select_OpenMenu': replay/rp_menus.c:81:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (void (*)(menu_t *))item->param[0], ^ In file included from common/cmd.h:4, from replay/rp_local.h:35, from replay/rp_q2utils.c:4: common/q2defines.h:79: warning: "M_PI" redefined #define M_PI 3.14159265358979323846 // matches value in gcc v2 math.h In file included from replay/rp_q2utils.c:1: /usr/include/math.h:134: note: this is the location of the previous definition #define M_PI ((double)3.14159265358979323846) /* pi */ cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o replay/rp_save.o -c replay/rp_save.c cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o replay/rp_spawn.o -c replay/rp_spawn.c In file included from replay/rp_save.c:24: replay/rp_local.h:105:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define FOFS(x) (int)&(((edict_t *)0)->x) ^ replay/rp_save.c:30:16: note: in expansion of macro 'FOFS' {"classname", FOFS(classname), F_LSTRING}, ^~~~ replay/rp_local.h:105:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define FOFS(x) (int)&(((edict_t *)0)->x) ^ replay/rp_save.c:31:13: note: in expansion of macro 'FOFS' {"origin", FOFS(s.origin), F_VECTOR}, ^~~~ replay/rp_local.h:105:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define FOFS(x) (int)&(((edict_t *)0)->x) ^ replay/rp_save.c:32:13: note: in expansion of macro 'FOFS' {"angles", FOFS(s.angles), F_VECTOR}, ^~~~ replay/rp_local.h:105:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define FOFS(x) (int)&(((edict_t *)0)->x) ^ replay/rp_save.c:33:12: note: in expansion of macro 'FOFS' {"angle", FOFS(s.angles), F_ANGLEHACK}, ^~~~ cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o replay/rp_svcmds.o -c replay/rp_svcmds.c cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o replay/rp_utils.o -c replay/rp_utils.c cc -Icommon -pipe -O2 -fno-strict-aliasing -fPIC -o replay/rp_view.o -c replay/rp_view.c cc -lm -o democonv/democonv common/block.o common/bsp.o common/cmd.o common/dm2.o common/endian.o common/getopt.o common/getopt1.o common/mem.o common/pak.o common/q2utils.o common/utils.o democonv/dc_dm2.o democonv/dc_main.o cc -lm -o dm2server/dm2server common/block.o common/bsp.o common/cmd.o common/dm2.o common/endian.o common/mem.o common/menu.o common/net.o common/pak.o common/q2utils.o common/utils.o dm2server/sv_challenge.o dm2server/sv_clcmds.o dm2server/sv_client.o dm2server/sv_cvar.o dm2server/sv_dm2.o dm2server/sv_main.o dm2server/sv_menus.o dm2server/sv_net.o dm2server/sv_pmove.o dm2server/sv_svcmds.o mkdir -p democonv mkdir -p dm2server cc -lm -shared -o proxy/game.so common/proxy.o proxy/p_main.o cc -lm -shared -o relay/game.so common/block.o common/cmd.o common/dm2.o common/endian.o common/mem.o common/pak.o common/proxy.o common/q2utils.o common/utils.o relay/r_export.o relay/r_import.o relay/r_main.o mkdir -p proxy mkdir -p relay cc -lm -shared -o replay/game.so common/block.o common/cmd.o common/dm2.o common/endian.o common/mem.o common/menu.o common/pak.o common/q2utils.o common/utils.o replay/rp_client.o replay/rp_cmds.o replay/rp_dm2.o replay/rp_main.o replay/rp_menus.o replay/rp_q2utils.o replay/rp_save.o replay/rp_spawn.o replay/rp_svcmds.o replay/rp_utils.o replay/rp_view.o mkdir -p replay gmake[1]: Leaving directory '/construction/games/quake2-relay/relay-0.4' SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> quake2-relay-0.4_1 depends on package: quake2-data>0 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for quake2-relay-0.4_1 ===> quake2-relay-0.4_1 depends on package: quake2-data>0 - found ===> Generating temporary packing list gmake[1]: Entering directory '/construction/games/quake2-relay/relay-0.4' mkdir -p /construction/games/quake2-relay/stage/usr/local/share/quake2/release mkdir -p /construction/games/quake2-relay/stage/usr/local/share/quake2/proxy mkdir -p /construction/games/quake2-relay/stage/usr/local/share/quake2/proxy/relay mkdir -p /construction/games/quake2-relay/stage/usr/local/share/quake2/proxy/replay install -s -m 555 ./democonv/democonv /construction/games/quake2-relay/stage/usr/local/bin install -s -m 555 ./dm2server/dm2server /construction/games/quake2-relay/stage/usr/local/bin install -s -m 555 ./proxy/game.so /construction/games/quake2-relay/stage/usr/local/share/quake2/release install -s -m 555 ./relay/game.so /construction/games/quake2-relay/stage/usr/local/share/quake2/proxy/relay install -s -m 555 ./replay/game.so /construction/games/quake2-relay/stage/usr/local/share/quake2/proxy/replay gmake[1]: Leaving directory '/construction/games/quake2-relay/relay-0.4' install -m 0644 /construction/games/quake2-relay/relay-0.4/FAQ /construction/games/quake2-relay/relay-0.4/README /construction/games/quake2-relay/stage/usr/local/share/doc/relay ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for quake2-relay-0.4_1 file sizes/checksums [7]: 0% file sizes/checksums [7]: 100% packing files [7]: 0% packing files [7]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:08