------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> qprint-1.1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> qprint-1.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by qprint-1.1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> qprint-1.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by qprint-1.1 for building => SHA256 Checksum OK for qprint-1.1.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> qprint-1.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by qprint-1.1 for building ===> Extracting for qprint-1.1 => SHA256 Checksum OK for qprint-1.1.tar.gz. Extracted Memory Use: 0.63M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for qprint-1.1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for qprint-1.1 configure: loading site script /xports/Templates/config.site checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for a BSD-compatible install... /usr/bin/install -c checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for unistd.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking size of unsigned long long... 8 checking size of unsigned long... 8 checking for getopt... (cached) yes configure: creating ./config.status config.status: creating Makefile config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting config.status: creating config.h SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for qprint-1.1 cc -c qprint.c -pipe -O2 -fno-strict-aliasing cc -c getopt.c -pipe -O2 -fno-strict-aliasing cc qprint.o getopt.o -o qprint -pipe -O2 -fno-strict-aliasing cc -c wretch.c -pipe -O2 -fno-strict-aliasing cc wretch.o -o wretch -pipe -O2 -fno-strict-aliasing ./wretch ./qprint --encode --binary /tmp/qprint1.bak ./qprint --decode /tmp/qprint2.bak cmp -s wretch.bin /tmp/qprint2.bak ; if test $? -ne 0 ; then echo '** qprint: Redirection test failed. **' ; else ./qprint -eb wretch.bin /tmp/qprint1.bak ; ./qprint -d /tmp/qprint1.bak /tmp/qprint2.bak ; cmp -s wretch.bin /tmp/qprint2.bak ; if test $? -ne 0 ; then echo '** qprint: Command line file argument test failed. **' ; else echo 'All tests passed.' ; fi ; fi All tests passed. This test performs 13 nested encodes and decodes using various options and compares the result to the original file. ./qprint -e --binary wretch.bin /tmp/qprint1.bak # E 1 ./qprint -e /tmp/qprint1.bak /tmp/qprint2.bak # E 2 ./qprint -e /tmp/qprint2.bak /tmp/qprint3.bak # E 3 ./qprint -e /tmp/qprint3.bak /tmp/qprint4.bak # E 4 ./qprint -e /tmp/qprint4.bak /tmp/qprint5.bak # E 5 ./qprint -e --paranoid /tmp/qprint5.bak /tmp/qprint6.bak # E 6 ./qprint -e /tmp/qprint8.bak # E 7, 8 ./qprint -e /tmp/qprint8.bak /tmp/qprint9.bak # E 9 ./qprint -e --paranoid /tmp/qprint9.bak /tmp/qprinta.bak # E 10 ./qprint -e /tmp/qprinta.bak /tmp/qprintb.bak # E 11 ./qprint -e /tmp/qprintb.bak /tmp/qprintc.bak # E 12 ./qprint -e /tmp/qprintc.bak /tmp/qprintd.bak # E 13 ./qprint -d /tmp/qprintd.bak /tmp/qpdc.bak # D 1 ./qprint -d /tmp/qpdc.bak /tmp/qpdb.bak # D 2 ./qprint -d /tmp/qpdb.bak /tmp/qpda.bak # D 3 ./qprint -d /tmp/qpda.bak /tmp/qpd9.bak # D 4 ./qprint -d /tmp/qpd9.bak /tmp/qpd8.bak # D 5 ./qprint -d /tmp/qpd8.bak /tmp/qpd7.bak # D 6 ./qprint -d /tmp/qpd7.bak /tmp/qpd6.bak # D 7 ./qprint -d /tmp/qpd4.bak # D 8, 9 ./qprint -d /tmp/qpd4.bak /tmp/qpd3.bak # D 10 ./qprint -d /tmp/qpd3.bak /tmp/qpd2.bak # D 11 ./qprint -d /tmp/qpd2.bak /tmp/qpd1.bak # D 13 ./qprint -d /tmp/qpd1.bak /tmp/qpd0.bak # D 13 cmp -s /tmp/qpd0.bak wretch.bin ; if test $? -ne 0 ; then echo '** qprint Wringer test failed. **' ; else echo 'Wringer test passed.' ; fi Wringer test passed. SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for qprint-1.1 ===> Generating temporary packing list install -s -m 555 /construction/textproc/qprint/qprint-1.1/qprint /construction/textproc/qprint/stage/usr/local/bin install -m 444 /construction/textproc/qprint/qprint-1.1/qprint.1 /construction/textproc/qprint/stage/usr/local/man/man1 ====> 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 qprint-1.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:06