------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/gmake-4.2.1_3.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The tycho port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> tycho-0.1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The tycho port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> tycho-0.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by tycho-0.1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The tycho port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> tycho-0.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by tycho-0.1 for building => SHA256 Checksum OK for redcoder.tar.bz2. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The tycho port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> tycho-0.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by tycho-0.1 for building ===> Extracting for tycho-0.1 => SHA256 Checksum OK for redcoder.tar.bz2. Extracted Memory Use: 1.34M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for tycho-0.1 ===> Applying ports patches for tycho-0.1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> tycho-0.1 depends on executable: gmake - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> tycho-0.1 depends on executable: gmake - found ===> Configuring for tycho-0.1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for tycho-0.1 gmake[1]: Entering directory '/construction/games/tycho/tycho' cc -pipe -O2 -fno-strict-aliasing -fomit-frame-pointer -DSIM_STRIP_FLAGS=1 -c sim.c cc -pipe -O2 -fno-strict-aliasing -fomit-frame-pointer -DSIM_STRIP_FLAGS=1 -c asm.c cc -pipe -O2 -fno-strict-aliasing -fomit-frame-pointer -DSIM_STRIP_FLAGS=1 -c pspace.c cc -pipe -O2 -fno-strict-aliasing -fomit-frame-pointer -DSIM_STRIP_FLAGS=1 -c compress.c In file included from compress.c:18: compress.h:30:5: warning: variably modified 'buf' at file scope unsigned char buf[COMPRESS_SAFE_BUFFER]; ^~~~~~~~ compress.c:22:8: warning: return type defaults to 'int' [-Wimplicit-int] static panic(const char *reason) { ^~~~~ compress.c: In function 'panic': compress.c:24:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ compress.c:24:2: warning: incompatible implicit declaration of built-in function 'exit' compress.c:24:2: note: include '' or provide a declaration of 'exit' compress.c:21:1: +#include compress.c:24:2: exit(1); ^~~~ sim.c: In function 'opcode_panic': sim.c:92:2: warning: implicit declaration of function 'panic' [-Wimplicit-function-declaration] panic("x1"); ^~~~~ cc -pipe -O2 -fno-strict-aliasing -fomit-frame-pointer -DSIM_STRIP_FLAGS=1 -o exstat asm.o compress.o exstat.c -lz In file included from exstat.c:6: compress.h:30:5: warning: variably modified 'buf' at file scope unsigned char buf[COMPRESS_SAFE_BUFFER]; ^~~~~~~~ exstat.c: In function 'main': exstat.c:224:5: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration] memset(count,0,MAX_OPMOD*sizeof(unsigned long long)); ^~~~~~ exstat.c:224:5: warning: incompatible implicit declaration of built-in function 'memset' exstat.c:224:5: note: include '' or provide a declaration of 'memset' exstat.c:7:1: +#include exstat.c:224:5: memset(count,0,MAX_OPMOD*sizeof(unsigned long long)); ^~~~~~ exstat.c:225:40: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] opmod_enquiry = (opmod_enquiry_t**)malloc(NWarriors*sizeof(opmod_enquiry_t*)); ^~~~~~ exstat.c:225:40: warning: incompatible implicit declaration of built-in function 'malloc' exstat.c:225:40: note: include '' or provide a declaration of 'malloc' exstat.c:7:1: +#include exstat.c:225:40: opmod_enquiry = (opmod_enquiry_t**)malloc(NWarriors*sizeof(opmod_enquiry_t*)); ^~~~~~ exstat.c:227:46: warning: implicit declaration of function 'calloc' [-Wimplicit-function-declaration] opmod_enquiry[i] = (opmod_enquiry_t*)calloc(NWarriors,sizeof(opmod_enquiry_t)); ^~~~~~ exstat.c:227:46: warning: incompatible implicit declaration of built-in function 'calloc' exstat.c:227:46: note: include '' or provide a declaration of 'calloc' cc -pipe -O2 -fno-strict-aliasing -fomit-frame-pointer -DSIM_STRIP_FLAGS=1 -o tycho sim.o asm.o pspace.o compress.o exhaust.c -lz In file included from exhaust.c:35: compress.h:30:5: warning: variably modified 'buf' at file scope unsigned char buf[COMPRESS_SAFE_BUFFER]; ^~~~~~~~ gmake[1]: Leaving directory '/construction/games/tycho/tycho' SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for tycho-0.1 ===> Generating temporary packing list install -s -m 555 /construction/games/tycho/tycho/tycho /construction/games/tycho/stage/usr/local/bin install -s -m 555 /construction/games/tycho/tycho/exstat /construction/games/tycho/stage/usr/local/bin/tycho-exstat ====> 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 tycho-0.1 file sizes/checksums [2]: 0% file sizes/checksums [2]: 100% packing files [2]: 0% packing files [2]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:05