------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/gmake-4.2.1_3.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> safecopy-1.7 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> safecopy-1.7 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by safecopy-1.7 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> safecopy-1.7 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by safecopy-1.7 for building => SHA256 Checksum OK for safecopy-1.7.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> safecopy-1.7 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by safecopy-1.7 for building ===> Extracting for safecopy-1.7 => SHA256 Checksum OK for safecopy-1.7.tar.gz. Extracted Memory Use: 2.16M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for safecopy-1.7 ===> Applying ports patches for safecopy-1.7 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> safecopy-1.7 depends on executable: gmake - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> safecopy-1.7 depends on executable: gmake - found ===> Configuring for safecopy-1.7 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 gmake sets $(MAKE)... yes checking for style of include used by gmake... GNU 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 dependency style of cc... gcc3 checking for library containing strerror... none required checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) gcc3 checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) 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 configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands ----------------------------------------------------------------------- compile configuration completed successfully SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for safecopy-1.7 gmake[1]: Entering directory '/construction/sysutils/safecopy/safecopy-1.7' Making all in src gmake[2]: Entering directory '/construction/sysutils/safecopy/safecopy-1.7/src' cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"safecopy\" -DVERSION=\"1.7\" -DSTDC_HEADERS=1 -I. -pipe -O2 -fno-strict-aliasing -MT voidlist.o -MD -MP -MF .deps/voidlist.Tpo -c -o voidlist.o voidlist.c cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"safecopy\" -DVERSION=\"1.7\" -DSTDC_HEADERS=1 -I. -pipe -O2 -fno-strict-aliasing -MT textlist.o -MD -MP -MF .deps/textlist.Tpo -c -o textlist.o textlist.c cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"safecopy\" -DVERSION=\"1.7\" -DSTDC_HEADERS=1 -I. -pipe -O2 -fno-strict-aliasing -MT arglist.o -MD -MP -MF .deps/arglist.Tpo -c -o arglist.o arglist.c cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"safecopy\" -DVERSION=\"1.7\" -DSTDC_HEADERS=1 -I. -pipe -O2 -fno-strict-aliasing -MT lowlevel.o -MD -MP -MF .deps/lowlevel.Tpo -c -o lowlevel.o lowlevel.c cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"safecopy\" -DVERSION=\"1.7\" -DSTDC_HEADERS=1 -I. -pipe -O2 -fno-strict-aliasing -MT safecopy.o -MD -MP -MF .deps/safecopy.Tpo -c -o safecopy.o safecopy.c lowlevel.c: In function 'read_desperately': lowlevel.c:16:9: warning: implicit declaration of function 'read' [-Wimplicit-function-declaration] retval=read(*fd,buffer,length); ^~~~ safecopy.c: In function 'usage': safecopy.c:263:20: warning: unknown escape sequence: '\-' fprintf(printout, " Default: none, 0 if \-I is specified\n"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/lowlevel.Tpo .deps/lowlevel.Po mv -f .deps/textlist.Tpo .deps/textlist.Po mv -f .deps/arglist.Tpo .deps/arglist.Po mv -f .deps/voidlist.Tpo .deps/voidlist.Po mv -f .deps/safecopy.Tpo .deps/safecopy.Po cc -pipe -O2 -fno-strict-aliasing -o safecopy voidlist.o textlist.o arglist.o lowlevel.o safecopy.o gmake[2]: Leaving directory '/construction/sysutils/safecopy/safecopy-1.7/src' gmake[2]: Entering directory '/construction/sysutils/safecopy/safecopy-1.7' gmake[2]: Nothing to be done for 'all-am'. gmake[2]: Leaving directory '/construction/sysutils/safecopy/safecopy-1.7' gmake[1]: Leaving directory '/construction/sysutils/safecopy/safecopy-1.7' SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for safecopy-1.7 ===> Generating temporary packing list gmake[1]: Entering directory '/construction/sysutils/safecopy/safecopy-1.7' Making install in src gmake[2]: Entering directory '/construction/sysutils/safecopy/safecopy-1.7/src' gmake[3]: Entering directory '/construction/sysutils/safecopy/safecopy-1.7/src' test -z "/usr/local/bin" || /bin/mkdir -p "/construction/sysutils/safecopy/stage/usr/local/bin" install -s -m 555 safecopy '/construction/sysutils/safecopy/stage/usr/local/bin' test -z "/usr/local/man/man1" || /bin/mkdir -p "/construction/sysutils/safecopy/stage/usr/local/man/man1" install -m 0644 safecopy.1 '/construction/sysutils/safecopy/stage/usr/local/man/man1' gmake[3]: Leaving directory '/construction/sysutils/safecopy/safecopy-1.7/src' gmake[2]: Leaving directory '/construction/sysutils/safecopy/safecopy-1.7/src' gmake[2]: Entering directory '/construction/sysutils/safecopy/safecopy-1.7' gmake[3]: Entering directory '/construction/sysutils/safecopy/safecopy-1.7' gmake[3]: Nothing to be done for 'install-exec-am'. gmake[3]: Nothing to be done for 'install-data-am'. gmake[3]: Leaving directory '/construction/sysutils/safecopy/safecopy-1.7' gmake[2]: Leaving directory '/construction/sysutils/safecopy/safecopy-1.7' gmake[1]: Leaving directory '/construction/sysutils/safecopy/safecopy-1.7' ====> 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 safecopy-1.7 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:08