------------------------------------------------------------------------------- -- 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 fnord 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:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> fnord-1.11 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The fnord 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 ===> fnord-1.11 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by fnord-1.11 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The fnord 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 ===> fnord-1.11 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by fnord-1.11 for building => SHA256 Checksum OK for fnord-1.11.tar.bz2. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The fnord 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 ===> fnord-1.11 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by fnord-1.11 for building ===> Extracting for fnord-1.11 => SHA256 Checksum OK for fnord-1.11.tar.bz2. Extracted Memory Use: 0.21M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for fnord-1.11 ===> Applying ports patches for fnord-1.11 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> fnord-1.11 depends on executable: gmake - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> fnord-1.11 depends on executable: gmake - found ===> Configuring for fnord-1.11 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for fnord-1.11 gmake[1]: Entering directory '/construction/www/fnord/fnord-1.11' cc -pipe -Os -fomit-frame-pointer -c httpd.c -DFNORD=\"fnord/1.11\" cc -pipe -Os -fomit-frame-pointer -c buffer_1.c cc -pipe -Os -fomit-frame-pointer -c buffer_puts.c cc -pipe -Os -fomit-frame-pointer -c buffer_flush.c cc -pipe -Os -fomit-frame-pointer -c buffer_put.c cc -pipe -Os -fomit-frame-pointer -c buffer_putulong.c cc -pipe -Os -fomit-frame-pointer -c buffer_2.c In file included from buffer_1.c:2: buffer.h:13:64: warning: initialization of 'int (*)()' from incompatible pointer type 'ssize_t (*)(int, const void *, size_t)' {aka 'long int (*)(int, const void *, long unsigned int)'} [-Wincompatible-pointer-types] #define BUFFER_INIT(op,fd,buf,len) { (buf), 0, 0, (len), (fd), (op) } ^ buffer_1.c:5:20: note: in expansion of macro 'BUFFER_INIT' static buffer it = BUFFER_INIT(write,1,buffer_1_space,sizeof buffer_1_space); ^~~~~~~~~~~ buffer.h:13:64: note: (near initialization for 'it.op') #define BUFFER_INIT(op,fd,buf,len) { (buf), 0, 0, (len), (fd), (op) } ^ buffer_1.c:5:20: note: in expansion of macro 'BUFFER_INIT' static buffer it = BUFFER_INIT(write,1,buffer_1_space,sizeof buffer_1_space); ^~~~~~~~~~~ cc -pipe -Os -fomit-frame-pointer -c buffer_putspace.c cc -pipe -Os -fomit-frame-pointer -c buffer_stubborn.c cc -pipe -Os -fomit-frame-pointer -c buffer_putflush.c cc -pipe -Os -fomit-frame-pointer -c str_copy.c cc -pipe -Os -fomit-frame-pointer -c fmt_ulong.c cc -pipe -Os -fomit-frame-pointer -c byte_diff.c cc -pipe -Os -fomit-frame-pointer -c byte_copy.c In file included from buffer_2.c:2: buffer.h:13:64: warning: initialization of 'int (*)()' from incompatible pointer type 'ssize_t (*)(int, const void *, size_t)' {aka 'long int (*)(int, const void *, long unsigned int)'} [-Wincompatible-pointer-types] #define BUFFER_INIT(op,fd,buf,len) { (buf), 0, 0, (len), (fd), (op) } ^ buffer_2.c:5:20: note: in expansion of macro 'BUFFER_INIT' static buffer it = BUFFER_INIT(write,2,buffer_2_space,sizeof buffer_2_space); ^~~~~~~~~~~ buffer.h:13:64: note: (near initialization for 'it.op') #define BUFFER_INIT(op,fd,buf,len) { (buf), 0, 0, (len), (fd), (op) } ^ buffer_2.c:5:20: note: in expansion of macro 'BUFFER_INIT' static buffer it = BUFFER_INIT(write,2,buffer_2_space,sizeof buffer_2_space); ^~~~~~~~~~~ cc -pipe -Os -fomit-frame-pointer -c str_len.c cc -pipe -Os -fomit-frame-pointer -c str_diff.c cc -pipe -Os -fomit-frame-pointer -c str_chr.c cc -pipe -Os -fomit-frame-pointer -c str_diffn.c cc -pipe -Os -fomit-frame-pointer -c str_start.c cc -pipe -Os -fomit-frame-pointer -c scan_ulong.c cc -pipe -Os -fomit-frame-pointer -c httpd.c -o httpd-cgi.o -DCGI -DFNORD=\"fnord/1.11\" cc -pipe -Os -fomit-frame-pointer -c httpd.c -o httpd-idx.o -DDIR_LIST -DFNORD=\"fnord/1.11\" httpd.c:28: warning: "CGI" redefined #define CGI : note: this is the location of the previous definition httpd.c:42: warning: "DIR_LIST" redefined #define DIR_LIST : note: this is the location of the previous definition ar cru libowfat.a httpd.o buffer_1.o buffer_puts.o buffer_flush.o buffer_put.o buffer_putulong.o buffer_2.o buffer_putspace.o buffer_stubborn.o buffer_putflush.o str_copy.o fmt_ulong.o byte_diff.o byte_copy.o str_len.o str_diff.o str_chr.o str_diffn.o str_start.o scan_ulong.o /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') ranlib libowfat.a cc -o httpd httpd.o libowfat.a -Os -fomit-frame-pointer cc -o fnord-cgi httpd-cgi.o libowfat.a -Os -fomit-frame-pointer cp -p httpd fnord cc -o fnord-idx httpd-idx.o libowfat.a -Os -fomit-frame-pointer gmake[1]: Leaving directory '/construction/www/fnord/fnord-1.11' SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for fnord-1.11 ===> Generating temporary packing list install -s -m 555 /construction/www/fnord/fnord-1.11/fnord /construction/www/fnord/stage/usr/local/bin install -m 555 /construction/www/fnord/fnord-1.11/fnord-conf /construction/www/fnord/stage/usr/local/bin install -m 555 /construction/www/fnord/fnord.inetd /construction/www/fnord/stage/usr/local/bin ====> 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 fnord-1.11 file sizes/checksums [3]: 0% file sizes/checksums [3]: 100% packing files [3]: 0% packing files [3]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:05