------------------------------------------------------------------------------- -- 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/pcre-8.43_2.txz SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> confget-2.3.4 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> confget-2.3.4 depends on file: /usr/local/sbin/pkg - found => confget-release-2.3.4.tar.gz doesn't seem to exist in /distfiles/. => Attempting to fetch https://gitlab.com/confget/confget/-/archive/release/2.3.4/confget-release-2.3.4.tar.gz fetch: https://gitlab.com/confget/confget/-/archive/release/2.3.4/confget-release-2.3.4.tar.gz: size unknown fetch: https://gitlab.com/confget/confget/-/archive/release/2.3.4/confget-release-2.3.4.tar.gz: size of remote file is not known confget-release-2.3.4.tar.gz 0 B 0 Bps confget-release-2.3.4.tar.gz 43 kB 4262 kBps 00s ===> Fetching all distfiles required by confget-2.3.4 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> confget-2.3.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by confget-2.3.4 for building => SHA256 Checksum OK for confget-release-2.3.4.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> confget-2.3.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by confget-2.3.4 for building ===> Extracting for confget-2.3.4 => SHA256 Checksum OK for confget-release-2.3.4.tar.gz. Extracted Memory Use: 0.42M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for confget-2.3.4 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> confget-2.3.4 depends on package: gmake>=4.3 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> confget-2.3.4 depends on shared library: libpcre.so - found (/usr/local/lib/libpcre.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> confget-2.3.4 depends on package: gmake>=4.3 - found ===> confget-2.3.4 depends on shared library: libpcre.so - found (/usr/local/lib/libpcre.so) ===> Configuring for confget-2.3.4 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for confget-2.3.4 gmake[1]: Entering directory '/construction/textproc/confget/confget-release-2.3.4' cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHAVE_PCRE -I/usr/local/include -pipe -O2 -fno-strict-aliasing -std=c99 -Wall -W -c confget.c rm -f readaline.h cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHAVE_PCRE -I/usr/local/include -pipe -O2 -fno-strict-aliasing -std=c99 -Wall -W -c confget_http_get.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHAVE_PCRE -I/usr/local/include -pipe -O2 -fno-strict-aliasing -std=c99 -Wall -W -c confget_ini.c if cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHAVE_PCRE -I/usr/local/include -pipe -O2 -fno-strict-aliasing -std=c99 -Wall -W -o test-getline test-getline.c ; then \ echo '#define HAVE_GETLINE' > readaline.h; \ else if cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHAVE_PCRE -I/usr/local/include -pipe -O2 -fno-strict-aliasing -std=c99 -Wall -W -o test-fgetln test-fgetln.c ; then \ echo '#define HAVE_FGETLN' > readaline.h; \ else \ echo 'Neither getline() nor fgetln() found!' 1>&2; \ false; \ fi; fi cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHAVE_PCRE -I/usr/local/include -pipe -O2 -fno-strict-aliasing -std=c99 -Wall -W -c confget_common.c cc -o confget confget.o confget_common.o confget_http_get.o confget_ini.o -L/usr/local/lib -lpcre [ -n '' ] || gmake confget.1.gz gmake[2]: Entering directory '/construction/textproc/confget/confget-release-2.3.4' gzip -c9 confget.1 > confget.1.gz.tmp mv confget.1.gz.tmp confget.1.gz gmake[2]: Leaving directory '/construction/textproc/confget/confget-release-2.3.4' gmake[1]: Leaving directory '/construction/textproc/confget/confget-release-2.3.4' SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for confget-2.3.4 ===> Generating temporary packing list install -s -m 555 /construction/textproc/confget/confget-release-2.3.4/confget /construction/textproc/confget/stage/usr/local/bin/ install -m 444 /construction/textproc/confget/confget-release-2.3.4/confget.1 /construction/textproc/confget/stage/usr/local/share/man/man1/ /bin/mkdir -p /construction/textproc/confget/stage/usr/local/share/examples/confget/ cd /construction/textproc/confget/confget-release-2.3.4/t/ && install -m 0644 t1.ini t2.ini /construction/textproc/confget/stage/usr/local/share/examples/confget/ ====> 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 confget-2.3.4 file sizes/checksums [4]: 0% file sizes/checksums [4]: 100% packing files [4]: 0% packing files [4]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:05