------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> kcgi-0.12.0 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> kcgi-0.12.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by kcgi-0.12.0 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> kcgi-0.12.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by kcgi-0.12.0 for building => SHA256 Checksum OK for kcgi-0.12.0.tgz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> kcgi-0.12.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by kcgi-0.12.0 for building ===> Extracting for kcgi-0.12.0 => SHA256 Checksum OK for kcgi-0.12.0.tgz. Extracted Memory Use: 1.63M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for kcgi-0.12.0 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for kcgi-0.12.0 config.log: writing... configure.local: no (fully automatic configuration) arc4random: yes b64_ntop: yes capsicum: no crypt: yes (with -lcrypt) endian_h: no err: yes explicit_bzero: yes fts: yes getexecname: no getprogname: yes INFTIM: yes lib_socket: yes md5: no memmem: yes memrchr: yes memset_s: yes mkfifoat: yes mknodat: yes osbyteorder_h: no PATH_MAX: yes pledge: no program_invocation_short_name: no readpassphrase: yes reallocarray: yes recallocarray: yes sandbox_init: no seccomp-filter: no setresgid: yes setresuid: yes sha2_h: no SOCK_NONBLOCK: yes static: yes strlcat: yes strlcpy: yes strndup: yes strnlen: yes strtonum: yes sys_byteorder_h: no sys_endian_h: yes sys_mkdev_h: no sys_sysmacros_h: no sys_queue: no sys_tree: no unveil: no WAIT_ANY: yes __progname: yes config.h: written Makefile.configure: written SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for kcgi-0.12.0 --- kfcgi.o --- --- compats.o --- --- auth.o --- --- child.o --- --- datetime.o --- --- fcgi.o --- --- httpauth.o --- --- kcgi.o --- --- logging.o --- --- output.o --- --- kfcgi.o --- cc -pipe -O2 -fno-strict-aliasing -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c kfcgi.c --- child.o --- cc -pipe -O2 -fno-strict-aliasing -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c child.c --- fcgi.o --- cc -pipe -O2 -fno-strict-aliasing -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c fcgi.c --- httpauth.o --- cc -pipe -O2 -fno-strict-aliasing -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c httpauth.c --- kcgi.o --- cc -pipe -O2 -fno-strict-aliasing -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c kcgi.c --- logging.o --- cc -pipe -O2 -fno-strict-aliasing -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c logging.c --- output.o --- cc -pipe -O2 -fno-strict-aliasing -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c output.c --- compats.o --- cc -pipe -O2 -fno-strict-aliasing -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c compats.c --- auth.o --- cc -pipe -O2 -fno-strict-aliasing -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c auth.c --- datetime.o --- cc -pipe -O2 -fno-strict-aliasing -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c datetime.c --- compats.o --- compats.c: In function 'SHA256FileChunk': compats.c:2512:30: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'off_t' {aka 'long int'} [-Wsign-compare] # define MINIMUM(a, b) (((a) < (b)) ? (a) : (b)) ^ compats.c:3454:32: note: in expansion of macro 'MINIMUM' while ((nr = read(fd, buffer, MINIMUM(sizeof(buffer), len))) > 0) { ^~~~~~~ compats.c:2512:45: warning: operand of ?: changes signedness from 'off_t' {aka 'long int'} to 'long unsigned int' due to unsignedness of other operand [-Wsign-compare] # define MINIMUM(a, b) (((a) < (b)) ? (a) : (b)) ^~~ compats.c:3454:32: note: in expansion of macro 'MINIMUM' while ((nr = read(fd, buffer, MINIMUM(sizeof(buffer), len))) > 0) { ^~~~~~~ compats.c: In function 'SHA384FileChunk': compats.c:2512:30: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'off_t' {aka 'long int'} [-Wsign-compare] # define MINIMUM(a, b) (((a) < (b)) ? (a) : (b)) ^ compats.c:3501:32: note: in expansion of macro 'MINIMUM' while ((nr = read(fd, buffer, MINIMUM(sizeof(buffer), len))) > 0) { ^~~~~~~ compats.c:2512:45: warning: operand of ?: changes signedness from 'off_t' {aka 'long int'} to 'long unsigned int' due to unsignedness of other operand [-Wsign-compare] # define MINIMUM(a, b) (((a) < (b)) ? (a) : (b)) ^~~ compats.c:3501:32: note: in expansion of macro 'MINIMUM' while ((nr = read(fd, buffer, MINIMUM(sizeof(buffer), len))) > 0) { ^~~~~~~ compats.c: In function 'SHA512FileChunk': compats.c:2512:30: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'off_t' {aka 'long int'} [-Wsign-compare] # define MINIMUM(a, b) (((a) < (b)) ? (a) : (b)) ^ compats.c:3548:32: note: in expansion of macro 'MINIMUM' while ((nr = read(fd, buffer, MINIMUM(sizeof(buffer), len))) > 0) { ^~~~~~~ compats.c:2512:45: warning: operand of ?: changes signedness from 'off_t' {aka 'long int'} to 'long unsigned int' due to unsignedness of other operand [-Wsign-compare] # define MINIMUM(a, b) (((a) < (b)) ? (a) : (b)) ^~~ compats.c:3548:32: note: in expansion of macro 'MINIMUM' while ((nr = read(fd, buffer, MINIMUM(sizeof(buffer), len))) > 0) { ^~~~~~~ --- parent.o --- cc -pipe -O2 -fno-strict-aliasing -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c parent.c --- sandbox.o --- cc -pipe -O2 -fno-strict-aliasing -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c sandbox.c sandbox.c:23:2: warning: #warning Compiling without a sandbox!? [-Wcpp] #warning Compiling without a sandbox!? ^~~~~~~ --- sandbox-capsicum.o --- cc -pipe -O2 -fno-strict-aliasing -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c sandbox-capsicum.c --- sandbox-darwin.o --- cc -pipe -O2 -fno-strict-aliasing -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c sandbox-darwin.c --- sandbox-pledge.o --- cc -pipe -O2 -fno-strict-aliasing -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c sandbox-pledge.c --- sandbox-seccomp-filter.o --- cc -pipe -O2 -fno-strict-aliasing -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c sandbox-seccomp-filter.c --- template.o --- cc -pipe -O2 -fno-strict-aliasing -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c template.c --- wrappers.o --- --- kcgihtml.o --- --- wrappers.o --- cc -pipe -O2 -fno-strict-aliasing -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c wrappers.c --- kcgihtml.o --- cc -pipe -O2 -fno-strict-aliasing -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c kcgihtml.c --- kcgijson.o --- cc -pipe -O2 -fno-strict-aliasing -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c kcgijson.c --- kcgixml.o --- cc -pipe -O2 -fno-strict-aliasing -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c kcgixml.c --- kcgiregress.o --- cc -pipe -O2 -fno-strict-aliasing -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c kcgiregress.c --- kcgi.pc --- sed -e "s!@PREFIX@!/usr/local!g" -e "s!@LDADD_ZLIB@!-lz!g" -e "s!@LDADD_LIB_SOCKET@!!g" -e "s!@LDADD_MD5@!!g" -e "s!@LIBDIR@!/usr/local/lib!g" -e "s!@INCLUDEDIR@!/usr/local/include!g" -e "s!@VERSION@!0.12.0!g" kcgi.in.pc >kcgi.pc --- kcgi-html.pc --- --- kcgi-json.pc --- --- kcgi-html.pc --- sed -e "s!@PREFIX@!/usr/local!g" -e "s!@LDADD_ZLIB@!-lz!g" -e "s!@LDADD_LIB_SOCKET@!!g" -e "s!@LDADD_MD5@!!g" -e "s!@LIBDIR@!/usr/local/lib!g" -e "s!@INCLUDEDIR@!/usr/local/include!g" -e "s!@VERSION@!0.12.0!g" kcgi-html.in.pc >kcgi-html.pc --- kcgi-json.pc --- sed -e "s!@PREFIX@!/usr/local!g" -e "s!@LDADD_ZLIB@!-lz!g" -e "s!@LDADD_LIB_SOCKET@!!g" -e "s!@LDADD_MD5@!!g" -e "s!@LIBDIR@!/usr/local/lib!g" -e "s!@INCLUDEDIR@!/usr/local/include!g" -e "s!@VERSION@!0.12.0!g" kcgi-json.in.pc >kcgi-json.pc --- kcgi-regress.pc --- --- kcgi-xml.pc --- sed -e "s!@PREFIX@!/usr/local!g" -e "s!@LDADD_ZLIB@!-lz!g" -e "s!@LDADD_LIB_SOCKET@!!g" -e "s!@LDADD_MD5@!!g" -e "s!@LIBDIR@!/usr/local/lib!g" -e "s!@INCLUDEDIR@!/usr/local/include!g" -e "s!@VERSION@!0.12.0!g" kcgi-xml.in.pc >kcgi-xml.pc --- kcgi-regress.pc --- sed -e "s!@PREFIX@!/usr/local!g" -e "s!@LDADD_ZLIB@!-lz!g" -e "s!@LDADD_LIB_SOCKET@!!g" -e "s!@LDADD_MD5@!!g" -e "s!@LIBDIR@!/usr/local/lib!g" -e "s!@INCLUDEDIR@!/usr/local/include!g" -e "s!@VERSION@!0.12.0!g" kcgi-regress.in.pc >kcgi-regress.pc --- libkcgihtml.a --- ar rs libkcgihtml.a kcgihtml.o /usr/libexec/binutils227/elf/ar: creating libkcgihtml.a --- libkcgijson.a --- ar rs libkcgijson.a kcgijson.o /usr/libexec/binutils227/elf/ar: creating libkcgijson.a --- libkcgixml.a --- ar rs libkcgixml.a kcgixml.o /usr/libexec/binutils227/elf/ar: creating libkcgixml.a --- libkcgiregress.a --- ar rs libkcgiregress.a kcgiregress.o /usr/libexec/binutils227/elf/ar: creating libkcgiregress.a --- kfcgi --- --- libkcgi.a --- --- kfcgi --- cc -pipe -O2 -fno-strict-aliasing -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -o kfcgi kfcgi.o compats.o --- libkcgi.a --- ar rs libkcgi.a auth.o child.o datetime.o fcgi.o httpauth.o kcgi.o logging.o output.o parent.o sandbox.o sandbox-capsicum.o sandbox-darwin.o sandbox-pledge.o sandbox-seccomp-filter.o template.o wrappers.o compats.o /usr/libexec/binutils227/elf/ar: creating libkcgi.a SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for kcgi-0.12.0 ===> Generating temporary packing list mkdir -p /construction/www/kcgi/stage/usr/local/lib/pkgconfig mkdir -p /construction/www/kcgi/stage/usr/local/include mkdir -p /construction/www/kcgi/stage/usr/local/share/examples/kcgi mkdir -p /construction/www/kcgi/stage/usr/local/man/man3 mkdir -p /construction/www/kcgi/stage/usr/local/man/man8 mkdir -p /construction/www/kcgi/stage/usr/local/sbin install -m 0444 libkcgi.a libkcgihtml.a libkcgijson.a libkcgixml.a libkcgiregress.a /construction/www/kcgi/stage/usr/local/lib install -m 0444 kcgi.h kcgihtml.h kcgijson.h kcgixml.h kcgiregress.h /construction/www/kcgi/stage/usr/local/include install -m 0444 kcgi.pc kcgi-html.pc kcgi-json.pc kcgi-regress.pc kcgi-xml.pc /construction/www/kcgi/stage/usr/local/lib/pkgconfig install -m 0444 man/kcgi.3 man/kcgihtml.3 man/kcgijson.3 man/kcgiregress.3 man/kcgixml.3 man/kcgi_buf_printf.3 man/kcgi_buf_putc.3 man/kcgi_buf_puts.3 man/kcgi_buf_write.3 man/kcgi_writer_disable.3 man/kcgi_strerror.3 man/khtml_attr.3 man/khtml_close.3 man/khtml_closeelem.3 man/khtml_closeto.3 man/khtml_double.3 man/khtml_elem.3 man/khtml_elemat.3 man/khtml_entity.3 man/khtml_int.3 man/khtml_ncr.3 man/khtml_open.3 man/khtml_printf.3 man/khtml_putc.3 man/khtml_puts.3 man/khtml_write.3 man/khttp_body.3 man/khttp_fcgi_free.3 man/khttp_fcgi_init.3 man/khttp_fcgi_parse.3 man/khttp_fcgi_test.3 man/khttp_free.3 man/khttp_head.3 man/khttp_parse.3 man/khttp_printf.3 man/khttp_putc.3 man/khttp_puts.3 man/khttp_template.3 man/khttp_urlabs.3 man/khttp_urldecode.3 man/khttp_urlencode.3 man/khttp_urlpart.3 man/khttp_write.3 man/khttpbasic_validate.3 man/khttpdigest_validate.3 man/kjson_array_close.3 man/kjson_array_open.3 man/kjson_close.3 man/kjson_obj_close.3 man/kjson_obj_open.3 man/kjson_open.3 man/kjson_putbool.3 man/kjson_putdouble.3 man/kjson_putint.3 man/kjson_putnull.3 man/kjson_putstring.3 man/kjson_string_close.3 man/kjson_string_open.3 man/kjson_string_write.3 man/kmalloc.3 man/kutil_epoch2str.3 man/kutil_invalidate.3 man/kutil_log.3 man/kutil_openlog.3 man/kvalid_string.3 man/kxml_close.3 man/kxml_open.3 man/kxml_pop.3 man/kxml_popall.3 man/kxml_prologue.3 man/kxml_push.3 man/kxml_pushnull.3 man/kxml_putc.3 man/kxml_puts.3 man/kxml_write.3 /construction/www/kcgi/stage/usr/local/man/man3 install -m 0444 man/kfcgi.8 /construction/www/kcgi/stage/usr/local/man/man8 install -s -m 555 kfcgi /construction/www/kcgi/stage/usr/local/sbin install -m 0444 template.xml sample.c samplepp.cc sample-fcgi.c sample-cgi.c /construction/www/kcgi/stage/usr/local/share/examples/kcgi ====> Compressing man pages (compress-man) ===> Staging rc.d startup script(s) ====> 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 kcgi-0.12.0 file sizes/checksums [98]: 0% file sizes/checksums [98]: 100% packing files [98]: 0% packing files [98]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:09