------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The qlogtools 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 ------------------------------------------------------------------------------- ===> qlogtools-3.1_3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The qlogtools 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 ===> qlogtools-3.1_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by qlogtools-3.1_3 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The qlogtools 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 ===> qlogtools-3.1_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by qlogtools-3.1_3 for building => SHA256 Checksum OK for qlogtools-3.1.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The qlogtools 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 ===> qlogtools-3.1_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by qlogtools-3.1_3 for building ===> Extracting for qlogtools-3.1_3 => SHA256 Checksum OK for qlogtools-3.1.tar.gz. Extracted Memory Use: 0.23M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for qlogtools-3.1_3 ===> Applying dragonfly patches for qlogtools-3.1_3 ===> Cleanly applied dragonfly patch(es) patch-qfilelog.c SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for qlogtools-3.1_3 echo "/construction/sysutils/qlogtools/stage/usr/local/bin" > /construction/sysutils/qlogtools/qlogtools-3.1/conf-bin echo "/construction/sysutils/qlogtools/stage/usr/local/man" > /construction/sysutils/qlogtools/qlogtools-3.1/conf-man echo "cc -s -pipe -O2 -fno-strict-aliasing " > /construction/sysutils/qlogtools/qlogtools-3.1/conf-cc echo "cc " > /construction/sysutils/qlogtools/qlogtools-3.1/conf-ld SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for qlogtools-3.1_3 --- load --- --- compile --- --- choose --- --- conf_bin.c --- --- conf_man.c --- --- load --- ( echo '#!/bin/sh'; echo 'main="$1"; shift'; echo exec `head -1 conf-ld` '-o "$main" "$main.o" ${1+"$@"}'; ) >load --- conf_bin.c --- head -1 conf-bin | sed -e 's/"/\\"/g' -e 's/^/const char conf_bin[] = "/' -e 's/$/";/' >conf_bin.c --- conf_man.c --- head -1 conf-man | sed -e 's/"/\\"/g' -e 's/^/const char conf_man[] = "/' -e 's/$/";/' >conf_man.c --- choose --- cat warn-auto.sh choose.sh >choose --- compile --- ( echo '#!/bin/sh'; echo 'source=$1; shift'; echo 'base=`echo "$source" | sed -e s:\\\\.c$::`'; echo exec `head -1 conf-cc` '-I. -o ${base}.o -c $source ${1+"$@"}'; ) >compile --- choose --- chmod 755 choose --- compile --- chmod 755 compile --- direntry.h --- --- installer.o --- --- instcheck.o --- --- insthier.o --- --- instshow.o --- --- qfilelog.o --- --- select.h --- --- spipe.o --- --- systime.h --- --- installer.o --- ./compile installer.c --- instcheck.o --- ./compile instcheck.c --- insthier.o --- ./compile insthier.c --- instshow.o --- ./compile instshow.c --- qfilelog.o --- ./compile qfilelog.c --- select.h --- ./choose c trysysel select.h1 select.h2 > select.h --- direntry.h --- ( ./compile trydirent.c >/dev/null 2>&1 && cat direntry.h2 || cat direntry.h1 ) > direntry.h --- systime.h --- ( ( ./compile trysystime.c >/dev/null 2>&1 && echo '#include ' ); ( ./compile trytime.c >/dev/null 2>&1 && echo '#include ' ) ) >systime.h --- spipe.o --- ./compile spipe.c --- instcheck.o --- instcheck.c: In function 'diesys': instcheck.c:18:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ instcheck.c:18:3: warning: incompatible implicit declaration of built-in function 'exit' instcheck.c:18:3: note: include '' or provide a declaration of 'exit' instcheck.c:8:1: +#include instcheck.c:18:3: exit(1); ^~~~ instcheck.c: In function 'diefsys': instcheck.c:25:3: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ instcheck.c:25:3: note: include '' or provide a declaration of 'exit' --- installer.o --- installer.c: In function 'diesys': installer.c:18:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ installer.c:18:3: warning: incompatible implicit declaration of built-in function 'exit' installer.c:18:3: note: include '' or provide a declaration of 'exit' installer.c:9:1: +#include installer.c:18:3: exit(1); ^~~~ installer.c: In function 'diefsys': installer.c:25:3: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ installer.c:25:3: note: include '' or provide a declaration of 'exit' --- load --- chmod 755 load --- tai2tai64n.o --- ./compile tai2tai64n.c --- tai64n2tai.o --- ./compile tai64n2tai.c --- direntry.h --- rm -f trydirent.o --- tai64n_decode.o --- ./compile tai64n_decode.c --- tai64n_encode.o --- ./compile tai64n_encode.c --- tai_decode.o --- ./compile tai_decode.c --- systime.h --- rm -f trysystime.o trytime.o --- tai_encode.o --- ./compile tai_encode.c --- tai_decode.o --- tai_decode.c:3:13: warning: conflicting types for built-in function 'isdigit' [-Wbuiltin-declaration-mismatch] static bool isdigit(char ch) ^~~~~~~ --- fork.h --- ( ( ./compile tryvfork.c && ./load tryvfork ) >/dev/null 2>&1 && cat fork.h2 || cat fork.h1 ) > fork.h --- multipipe.o --- ./compile multipipe.c --- installer --- ./load installer insthier.o --- multitail.o --- ./compile multitail.c --- instcheck --- --- qfilelog --- --- instcheck --- ./load instcheck insthier.o --- qfilelog --- ./load qfilelog --- fork.h --- rm -f tryvfork.o tryvfork --- svcfns.o --- --- teepipe.o --- --- svcfns.o --- ./compile svcfns.c --- teepipe.o --- ./compile teepipe.c --- tai2tai64n --- --- instshow --- ./load instshow insthier.o --- tai2tai64n --- ./load tai2tai64n tai_decode.o tai64n_encode.o --- multitail --- ./load multitail --- spipe --- ./load spipe svcfns.o --- tai64n2tai --- ./load tai64n2tai tai64n_decode.o tai_encode.o --- teepipe --- ./load teepipe --- multipipe --- ./load multipipe svcfns.o SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for qlogtools-3.1_3 ===> Generating temporary packing list cd /construction/sysutils/qlogtools/qlogtools-3.1 && ./installer /usr/bin/strip /construction/sysutils/qlogtools/stage/usr/local/bin/* install -m 0644 /construction/sysutils/qlogtools/qlogtools-3.1/NEWS /construction/sysutils/qlogtools/qlogtools-3.1/README /construction/sysutils/qlogtools/stage/usr/local/share/doc/qlogtools ====> 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:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for qlogtools-3.1_3 file sizes/checksums [16]: 0% file sizes/checksums [16]: 100% packing files [16]: 0% packing files [16]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:03