------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> libpaper-1.1.24.4 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> libpaper-1.1.24.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libpaper-1.1.24.4 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> libpaper-1.1.24.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libpaper-1.1.24.4 for building => SHA256 Checksum OK for libpaper_1.1.24+nmu4.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> libpaper-1.1.24.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libpaper-1.1.24.4 for building ===> Extracting for libpaper-1.1.24.4 => SHA256 Checksum OK for libpaper_1.1.24+nmu4.tar.gz. echo a4 > /construction/print/libpaper/papersize.a4 echo letter > /construction/print/libpaper/papersize.letter Extracted Memory Use: 1.70M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for libpaper-1.1.24.4 ===> Applying ports patches for libpaper-1.1.24.4 ===> Cleanly applied ports patch(es) patch-lib-Makefile.in SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for libpaper-1.1.24.4 configure: loading site script /xports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no 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 whether cc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of cc... gcc3 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 minix/config.h... (cached) no checking whether it is safe to define __EXTENSIONS__... yes checking build system type... x86_64-portbld-dragonfly5.9 checking host system type... x86_64-portbld-dragonfly5.9 checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 262144 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking how to convert x86_64-portbld-dragonfly5.9 file names to x86_64-portbld-dragonfly5.9 format... func_convert_file_noop checking how to convert x86_64-portbld-dragonfly5.9 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... dragonfly5.9 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether make sets $(MAKE)... (cached) yes checking for an ANSI C-conforming const... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating lib/Makefile config.status: creating src/Makefile config.status: creating src/paperconfig config.status: creating man/Makefile config.status: creating man/paperconf.1 config.status: creating man/paperconfig.8 config.status: creating man/papersize.5 config.status: creating man/systempapername.3 config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for libpaper-1.1.24.4 --- all --- /usr/bin/make all-recursive --- all-recursive --- Making all in lib --- paperspecs.h --- echo ' /* This file has been automatically generated.' >paperspecs.h echo ' Edit paperspecs to make changes to the papers specifications. */' >>paperspecs.h echo >>paperspecs.h env LANG=C LC_ALL=C awk '{ factor = 1.0; if ($4 == "mm") factor = 72.0 / 25.4; if ($4 == "in") factor = 72.0; printf(" { \"%s\", %5f, %5f },\n", $1, $2 * factor, $3 * factor); }' < paperspecs >> paperspecs.h --- all --- /usr/bin/make all-am --- libpaper_la-dimen.lo --- --- libpaper_la-paper.lo --- --- libpaper_la-dimen.lo --- /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -pipe -O2 -fno-strict-aliasing -MT libpaper_la-dimen.lo -MD -MP -MF .deps/libpaper_la-dimen.Tpo -c -o libpaper_la-dimen.lo `test -f 'dimen.c' || echo './'`dimen.c --- libpaper_la-paper.lo --- /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -pipe -O2 -fno-strict-aliasing -MT libpaper_la-paper.lo -MD -MP -MF .deps/libpaper_la-paper.Tpo -c -o libpaper_la-paper.lo `test -f 'paper.c' || echo './'`paper.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -pipe -O2 -fno-strict-aliasing -MT libpaper_la-paper.lo -MD -MP -MF .deps/libpaper_la-paper.Tpo -c paper.c -fPIC -DPIC -o .libs/libpaper_la-paper.o --- libpaper_la-dimen.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -pipe -O2 -fno-strict-aliasing -MT libpaper_la-dimen.lo -MD -MP -MF .deps/libpaper_la-dimen.Tpo -c dimen.c -fPIC -DPIC -o .libs/libpaper_la-dimen.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -pipe -O2 -fno-strict-aliasing -MT libpaper_la-dimen.lo -MD -MP -MF .deps/libpaper_la-dimen.Tpo -c dimen.c -o libpaper_la-dimen.o >/dev/null 2>&1 --- libpaper_la-paper.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -pipe -O2 -fno-strict-aliasing -MT libpaper_la-paper.lo -MD -MP -MF .deps/libpaper_la-paper.Tpo -c paper.c -o libpaper_la-paper.o >/dev/null 2>&1 --- libpaper_la-dimen.lo --- mv -f .deps/libpaper_la-dimen.Tpo .deps/libpaper_la-dimen.Plo --- libpaper_la-paper.lo --- mv -f .deps/libpaper_la-paper.Tpo .deps/libpaper_la-paper.Plo --- libpaper.la --- /bin/sh ../libtool --tag=CC --mode=link cc -pipe -O2 -fno-strict-aliasing -version-info 2:2:1 -o libpaper.la -rpath /usr/local/lib libpaper_la-dimen.lo libpaper_la-paper.lo libtool: link: cc -shared -fPIC -DPIC .libs/libpaper_la-dimen.o .libs/libpaper_la-paper.o -O2 -Wl,-soname -Wl,libpaper.so.1 -o .libs/libpaper.so.1.1.2 libtool: link: (cd ".libs" && rm -f "libpaper.so.1" && ln -s "libpaper.so.1.1.2" "libpaper.so.1") libtool: link: (cd ".libs" && rm -f "libpaper.so" && ln -s "libpaper.so.1.1.2" "libpaper.so") libtool: link: ar cru .libs/libpaper.a libpaper_la-dimen.o libpaper_la-paper.o /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libpaper.a libtool: link: ( cd ".libs" && rm -f "libpaper.la" && ln -s "../libpaper.la" "libpaper.la" ) Making all in src --- paperconf-paperconf.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../lib -pipe -O2 -fno-strict-aliasing -MT paperconf-paperconf.o -MD -MP -MF .deps/paperconf-paperconf.Tpo -c -o paperconf-paperconf.o `test -f 'paperconf.c' || echo './'`paperconf.c mv -f .deps/paperconf-paperconf.Tpo .deps/paperconf-paperconf.Po --- paperconf --- /bin/sh ../libtool --tag=CC --mode=link cc -pipe -O2 -fno-strict-aliasing -o paperconf paperconf-paperconf.o ../lib/libpaper.la libtool: link: cc -pipe -O2 -fno-strict-aliasing -o .libs/paperconf paperconf-paperconf.o ../lib/.libs/libpaper.so -Wl,-rpath -Wl,/usr/local/lib Making all in man SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for libpaper-1.1.24.4 ===> Generating temporary packing list if test -z 'strip'; then /usr/bin/make INSTALL_PROGRAM="/bin/sh /construction/print/libpaper/libpaper-1.1.24+nmu4/install-sh -c -s" install_sh_PROGRAM="/bin/sh /construction/print/libpaper/libpaper-1.1.24+nmu4/install-sh -c -s" INSTALL_STRIP_FLAG=-s install; else /usr/bin/make INSTALL_PROGRAM="/bin/sh /construction/print/libpaper/libpaper-1.1.24+nmu4/install-sh -c -s" install_sh_PROGRAM="/bin/sh /construction/print/libpaper/libpaper-1.1.24+nmu4/install-sh -c -s" INSTALL_STRIP_FLAG=-s "INSTALL_PROGRAM_ENV=STRIPPROG='strip'" install; fi Making install in lib /usr/bin/make install-am /bin/mkdir -p '/construction/print/libpaper/stage/usr/local/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c -s libpaper.la '/construction/print/libpaper/stage/usr/local/lib' libtool: install: /usr/bin/install -c .libs/libpaper.so.1.1.2 /construction/print/libpaper/stage/usr/local/lib/libpaper.so.1.1.2 libtool: install: strip --strip-unneeded /construction/print/libpaper/stage/usr/local/lib/libpaper.so.1.1.2 libtool: install: (cd /construction/print/libpaper/stage/usr/local/lib && { ln -s -f libpaper.so.1.1.2 libpaper.so.1 || { rm -f libpaper.so.1 && ln -s libpaper.so.1.1.2 libpaper.so.1; }; }) libtool: install: (cd /construction/print/libpaper/stage/usr/local/lib && { ln -s -f libpaper.so.1.1.2 libpaper.so || { rm -f libpaper.so && ln -s libpaper.so.1.1.2 libpaper.so; }; }) libtool: install: /usr/bin/install -c .libs/libpaper.lai /construction/print/libpaper/stage/usr/local/lib/libpaper.la libtool: install: /usr/bin/install -c .libs/libpaper.a /construction/print/libpaper/stage/usr/local/lib/libpaper.a libtool: install: strip --strip-debug /construction/print/libpaper/stage/usr/local/lib/libpaper.a libtool: install: chmod 644 /construction/print/libpaper/stage/usr/local/lib/libpaper.a libtool: install: ranlib /construction/print/libpaper/stage/usr/local/lib/libpaper.a libtool: install: warning: remember to run `libtool --finish /usr/local/lib' /bin/mkdir -p '/construction/print/libpaper/stage/usr/local/include' install -m 0644 paper.h '/construction/print/libpaper/stage/usr/local/include' Making install in src /bin/mkdir -p '/construction/print/libpaper/stage/usr/local/bin' STRIPPROG='strip' /bin/sh ../libtool --mode=install /bin/sh /construction/print/libpaper/libpaper-1.1.24+nmu4/install-sh -c -s paperconf '/construction/print/libpaper/stage/usr/local/bin' libtool: install: warning: `../lib/libpaper.la' has not been installed in `/usr/local/lib' libtool: install: /bin/sh /construction/print/libpaper/libpaper-1.1.24+nmu4/install-sh -c -s .libs/paperconf /construction/print/libpaper/stage/usr/local/bin/paperconf /bin/mkdir -p '/construction/print/libpaper/stage/usr/local/sbin' install -m 555 paperconfig '/construction/print/libpaper/stage/usr/local/sbin' Making install in man /bin/mkdir -p '/construction/print/libpaper/stage/usr/local/man/man1' install -m 0644 paperconf.1 '/construction/print/libpaper/stage/usr/local/man/man1' /bin/mkdir -p '/construction/print/libpaper/stage/usr/local/man/man3' install -m 0644 defaultpapername.3 defaultpapersizefile.3 paperdone.3 paperfirst.3 paperinfo.3 paperinit.3 paperlast.3 papernext.3 paperprev.3 paperpsheight.3 paperpsname.3 paperpswidth.3 paperwithsize.3 systempapername.3 systempapersizefile.3 '/construction/print/libpaper/stage/usr/local/man/man3' /bin/mkdir -p '/construction/print/libpaper/stage/usr/local/man/man5' install -m 0644 papersize.5 '/construction/print/libpaper/stage/usr/local/man/man5' /bin/mkdir -p '/construction/print/libpaper/stage/usr/local/man/man8' install -m 0644 paperconfig.8 '/construction/print/libpaper/stage/usr/local/man/man8' cd /construction/print/libpaper && install -m 0644 papersize.a4 papersize.letter /construction/print/libpaper/stage/usr/local/etc ====> 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 libpaper-1.1.24.4 file sizes/checksums [27]: 0% file sizes/checksums [27]: 100% packing files [27]: 0% packing files [27]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:07