------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/ncurses-6.1.20190525.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/vim-console-8.2.0345.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor 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/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/libgpg-error-1.37.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libgcrypt-1.8.5.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libnghttp2-1.40.0.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/ca_root_nss-3.51.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor ===== Message from ca_root_nss-3.51: -- FreeBSD does not, and can not warrant that the certification authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Assessment and verification of trust is the complete responsibility of the system administrator. This package installs symlinks to support root certificates discovery by default for software that uses OpenSSL. This enables SSL Certificate Verification by client software without manual intervention. If you prefer to do this manually, replace the following symlinks with either an empty file or your site-local certificate bundle. * /etc/ssl/cert.pem * /usr/local/etc/ssl/cert.pem * /usr/local/openssl/cert.pem Installing /packages/All/openssl-1.1.1d,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/curl-7.68.0.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:06 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> amtc-0.8.5 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> amtc-0.8.5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by amtc-0.8.5 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> amtc-0.8.5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by amtc-0.8.5 for building => SHA256 Checksum OK for schnoddelbotz-amtc-0.8.5-e7822e8_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> amtc-0.8.5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by amtc-0.8.5 for building ===> Extracting for amtc-0.8.5 => SHA256 Checksum OK for schnoddelbotz-amtc-0.8.5-e7822e8_GH0.tar.gz. Extracted Memory Use: 2.20M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for amtc-0.8.5 ===> Applying ports patches for amtc-0.8.5 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> amtc-0.8.5 depends on executable: xxd - found ===> amtc-0.8.5 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> amtc-0.8.5 depends on shared library: libgcrypt.so - found (/usr/local/lib/libgcrypt.so) ===> amtc-0.8.5 depends on shared library: libcurl.so - found (/usr/local/lib/libcurl.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> amtc-0.8.5 depends on executable: xxd - found ===> amtc-0.8.5 depends on package: perl5>=5.30.r1<5.31 - found ===> amtc-0.8.5 depends on shared library: libgcrypt.so - found (/usr/local/lib/libgcrypt.so) ===> amtc-0.8.5 depends on shared library: libcurl.so - found (/usr/local/lib/libcurl.so) ===> Configuring for amtc-0.8.5 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for amtc-0.8.5 --- amt.h --- cp amtc_usage amtc_usage.bak perl -pi -e 's/#AMTCV#//' amtc_usage for H in amtc_usage cmd_powerdown cmd_powerup cmd_info cmd_powerreset cmd_powercycle wsman_info wsman_info_step2 wsman_up wsman_down wsman_reset wsman_xenum wsman_xenum_step2 wsman_solredir_enable wsman_solredir_disable wsman_webui_enable wsman_webui_disable wsman_ping_enable wsman_ping_disable wsman_shutdown_graceful; do xxd -i $H $H.h; done mv amtc_usage.bak amtc_usage cat amtc_usage.h cmd_*.h wsman_*.h wsman.h > amt.h perl -pi -e 's/(0x\S\S)$/$1, 0x00/' amt.h perl -pi -e 's/(\d+);$/$1 + 1 .";"/e' amt.h --- amtc --- cc -I/usr/local/include -I. -Wall amtc.c -L/usr/local/lib -lcurl -lpthread -o amtc amtc.c: In function 'process_single_client': amtc.c:400:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (int)THREAD_ID,(long)chunk.size,(int)http_code, ^ amtc.c: In function 'lookup_host': amtc.c:604:9: warning: variable 'ptr' set but not used [-Wunused-but-set-variable] void *ptr; ^~~ SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for amtc-0.8.5 ===> Generating temporary packing list mkdir -p /construction/sysutils/amtc/stage/usr/local/bin /construction/sysutils/amtc/stage/usr/local/www install -c amtc /construction/sysutils/amtc/stage/usr/local/bin /bin/cp -R ../amtc-web /construction/sysutils/amtc/stage/usr/local/www /usr/bin/strip /construction/sysutils/amtc/stage/usr/local/bin/amtc ====> 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 amtc-0.8.5 file sizes/checksums [77]: 0% file sizes/checksums [77]: 100% packing files [77]: 0% packing files [77]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:09