------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/m4-1.4.18_1,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/autoconf-wrapper-20131203.txz Installing /packages/All/perl5-5.30.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor ===== Message from perl5-5.30.1: -- The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. Installing /packages/All/autoconf-2.69_3.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/automake-1.16.1_2.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> nbtscan-1.6 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> nbtscan-1.6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by nbtscan-1.6 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> nbtscan-1.6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by nbtscan-1.6 for building => SHA256 Checksum OK for resurrecting-open-source-projects-nbtscan-1.6_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> nbtscan-1.6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by nbtscan-1.6 for building ===> Extracting for nbtscan-1.6 => SHA256 Checksum OK for resurrecting-open-source-projects-nbtscan-1.6_GH0.tar.gz. Extracted Memory Use: 0.16M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for nbtscan-1.6 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> nbtscan-1.6 depends on package: autoconf>=2.69 - found ===> nbtscan-1.6 depends on package: automake>=1.16.1 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> nbtscan-1.6 depends on package: autoconf>=2.69 - found ===> nbtscan-1.6 depends on package: automake>=1.16.1 - found ===> Configuring for nbtscan-1.6 configure.ac:25: installing './compile' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' src/Makefile.am: installing './depcomp' 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 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 whether make supports the include directive... yes (GNU style) checking dependency style of cc... gcc3 checking for socket in -lxnet... no checking for socket in -lsocket... no checking for inet_aton in -lresolv... no 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 sys/time.h... (cached) yes checking for stdint.h... (cached) yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for an ANSI C-conforming const... yes checking whether time.h and sys/time.h may both be included... yes checking for snprintf... (cached) yes checking for inet_aton... (cached) yes checking for socket... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for nbtscan-1.6 --- all-recursive --- Making all in src --- nbtscan.o --- --- statusq.o --- --- range.o --- --- list.o --- --- statusq.o --- cc -pipe -O2 -fno-strict-aliasing -DPACKAGE_NAME=\"nbtscan\" -DPACKAGE_TARNAME=\"nbtscan\" -DPACKAGE_VERSION=\"1.6\" -DPACKAGE_STRING=\"nbtscan\ 1.6\" -DPACKAGE_BUGREPORT=\"https://github.com/resurrecting-open-source-projects/nbtscan/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"nbtscan\" -DVERSION=\"1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STDINT_H=1 -Dmy_uint8_t=uint8_t -Dmy_uint16_t=uint16_t -Dmy_uint32_t=uint32_t -DTIME_WITH_SYS_TIME=1 -DHAVE_SNPRINTF=1 -DHAVE_INET_ATON=1 -DHAVE_SOCKET=1 -c statusq.c --- nbtscan.o --- cc -pipe -O2 -fno-strict-aliasing -DPACKAGE_NAME=\"nbtscan\" -DPACKAGE_TARNAME=\"nbtscan\" -DPACKAGE_VERSION=\"1.6\" -DPACKAGE_STRING=\"nbtscan\ 1.6\" -DPACKAGE_BUGREPORT=\"https://github.com/resurrecting-open-source-projects/nbtscan/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"nbtscan\" -DVERSION=\"1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STDINT_H=1 -Dmy_uint8_t=uint8_t -Dmy_uint16_t=uint16_t -Dmy_uint32_t=uint32_t -DTIME_WITH_SYS_TIME=1 -DHAVE_SNPRINTF=1 -DHAVE_INET_ATON=1 -DHAVE_SOCKET=1 -c nbtscan.c --- range.o --- cc -pipe -O2 -fno-strict-aliasing -DPACKAGE_NAME=\"nbtscan\" -DPACKAGE_TARNAME=\"nbtscan\" -DPACKAGE_VERSION=\"1.6\" -DPACKAGE_STRING=\"nbtscan\ 1.6\" -DPACKAGE_BUGREPORT=\"https://github.com/resurrecting-open-source-projects/nbtscan/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"nbtscan\" -DVERSION=\"1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STDINT_H=1 -Dmy_uint8_t=uint8_t -Dmy_uint16_t=uint16_t -Dmy_uint32_t=uint32_t -DTIME_WITH_SYS_TIME=1 -DHAVE_SNPRINTF=1 -DHAVE_INET_ATON=1 -DHAVE_SOCKET=1 -c range.c --- list.o --- cc -pipe -O2 -fno-strict-aliasing -DPACKAGE_NAME=\"nbtscan\" -DPACKAGE_TARNAME=\"nbtscan\" -DPACKAGE_VERSION=\"1.6\" -DPACKAGE_STRING=\"nbtscan\ 1.6\" -DPACKAGE_BUGREPORT=\"https://github.com/resurrecting-open-source-projects/nbtscan/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"nbtscan\" -DVERSION=\"1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STDINT_H=1 -Dmy_uint8_t=uint8_t -Dmy_uint16_t=uint16_t -Dmy_uint32_t=uint32_t -DTIME_WITH_SYS_TIME=1 -DHAVE_SNPRINTF=1 -DHAVE_INET_ATON=1 -DHAVE_SOCKET=1 -c list.c --- nbtscan --- cc -pipe -O2 -fno-strict-aliasing -o nbtscan nbtscan.o statusq.o range.o list.o SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for nbtscan-1.6 ===> Generating temporary packing list Making install in src /bin/mkdir -p '/construction/net-mgmt/nbtscan/stage/usr/local/bin' install -s -m 555 nbtscan '/construction/net-mgmt/nbtscan/stage/usr/local/bin' /bin/mkdir -p '/construction/net-mgmt/nbtscan/stage/usr/local/man/man1' install -m 0644 man/nbtscan.1 '/construction/net-mgmt/nbtscan/stage/usr/local/man/man1' install -m 0644 /construction/net-mgmt/nbtscan/nbtscan-1.6/README.md /construction/net-mgmt/nbtscan/stage/usr/local/share/doc/nbtscan ====> 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 nbtscan-1.6 file sizes/checksums [3]: 0% file sizes/checksums [3]: 100% packing files [3]: 0% packing files [3]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:18