------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/erlang-man-21.3_2.txz Installing /packages/All/ncurses-6.1.20190525.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/openssl-1.1.1d,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/erlang-21.3.8.13,4.txz ===== Message from erlang-21.3.8.13,4: -- Installation tips: You can find an emacs mode for Erlang here: /usr/local/lib/erlang/lib/tools-3.1.0.1/emacs Installing /packages/All/rebar-2.6.4,1.txz Installing /packages/All/erlang-p1_utils-1.0.12.txz SUCCEEDED 00:00:07 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> erlang-fast_tls-1.0.22 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> erlang-fast_tls-1.0.22 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by erlang-fast_tls-1.0.22 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> erlang-fast_tls-1.0.22 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by erlang-fast_tls-1.0.22 for building => SHA256 Checksum OK for processone-fast_tls-1.0.22_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> erlang-fast_tls-1.0.22 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by erlang-fast_tls-1.0.22 for building ===> Extracting for erlang-fast_tls-1.0.22 => SHA256 Checksum OK for processone-fast_tls-1.0.22_GH0.tar.gz. Extracted Memory Use: 0.36M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for erlang-fast_tls-1.0.22 ===> Applying ports patches for erlang-fast_tls-1.0.22 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> erlang-fast_tls-1.0.22 depends on executable: erl - found ===> erlang-fast_tls-1.0.22 depends on package: rebar>=0 - found ===> erlang-fast_tls-1.0.22 depends on package: erlang-p1_utils>=0 - found ===> erlang-fast_tls-1.0.22 depends on file: /usr/local/lib/libcrypto.so.11 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> erlang-fast_tls-1.0.22 depends on executable: erl - found ===> erlang-fast_tls-1.0.22 depends on package: rebar>=0 - found ===> erlang-fast_tls-1.0.22 depends on package: erlang-p1_utils>=0 - found ===> erlang-fast_tls-1.0.22 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> Configuring for erlang-fast_tls-1.0.22 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 whether make sets $(MAKE)... yes checking for an ANSI C-conforming const... yes 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 stdlib.h... (cached) yes checking for GNU libc compatible malloc... (cached) yes checking for ANSI C header files... (cached) yes checking for erl... /usr/local/bin/erl checking for erlc... /usr/local/bin/erlc checking for SSL_free in -lssl... yes checking for SHA1_Init in -lcrypto... yes checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes checking openssl/err.h usability... yes checking openssl/err.h presence... yes checking for openssl/err.h... yes checking openssl/sha.h usability... yes checking openssl/sha.h presence... yes checking for openssl/sha.h... yes checking openssl/opensslv.h usability... yes checking openssl/opensslv.h presence... yes checking for openssl/opensslv.h... yes configure: creating ./config.status config.status: creating vars.config SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for erlang-fast_tls-1.0.22 ==> fast_tls-1.0.22 (compile) Compiled src/fast_tls_sup.erl Compiled src/fast_tls_app.erl Compiled src/p1_sha.erl Compiled src/fast_tls.erl Compiling c_src/fast_tls.c In file included from /usr/local/include/openssl/bio.h:20, from /usr/local/include/openssl/err.h:21, from c_src/fast_tls.c:21: c_src/fast_tls.c: In function 'load': /usr/local/include/openssl/crypto.h:235:57: warning: statement with no effect [-Wunused-value] # define CRYPTO_THREADID_set_callback(threadid_func) (0) ^ c_src/fast_tls.c:210:5: note: in expansion of macro 'CRYPTO_THREADID_set_callback' CRYPTO_THREADID_set_callback(thread_id_callback); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ At top level: c_src/fast_tls.c:194:12: warning: 'atomic_add_callback' defined but not used [-Wunused-function] static int atomic_add_callback(int *pointer, int amount, int type, const char *file, int line) { ^~~~~~~~~~~~~~~~~~~ c_src/fast_tls.c:190:13: warning: 'thread_id_callback' defined but not used [-Wunused-function] static void thread_id_callback(CRYPTO_THREADID *id) { ^~~~~~~~~~~~~~~~~~ c_src/fast_tls.c:183:13: warning: 'locking_callback' defined but not used [-Wunused-function] static void locking_callback(int mode, int n, const char *file, int line) { ^~~~~~~~~~~~~~~~ =ERROR REPORT==== 18-Mar-2020::05:00:45.750422 === Bad output fd in erts_poll()! fd=20, port=#Port<0.4>, driver=spawn, name=cc -c -pipe -I/usr/local/include -O2 -fno-strict-aliasing -DHAS_ERTS_EXIT -pipe -I/usr/local/include -O2 -fno-strict-aliasing -Wall -g -Wall -fPIC -MMD -I"/usr/local/lib/erlang/lib/erl_interface-3.11.3/include" -I"/usr/local/lib/erlang/erts-10.3.5.9/include" c_src/fast_tls.c -o c_src/fast_tls.o Compiling c_src/p1_sha.c =ERROR REPORT==== 18-Mar-2020::05:00:45.869801 === Bad output fd in erts_poll()! fd=20, port=#Port<0.6>, driver=spawn, name=cc c_src/fast_tls.o -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lssl -lcrypto -L/usr/local/lib -Wl,-rpath,/usr/local/lib -shared -L"/usr/local/lib/erlang/lib/erl_interface-3.11.3/lib" -lerl_interface -lei -o priv/lib/fast_tls.so =ERROR REPORT==== 18-Mar-2020::05:00:45.922072 === Bad output fd in erts_poll()! fd=20, port=#Port<0.7>, driver=spawn, name=cc c_src/p1_sha.o -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lssl -lcrypto -L/usr/local/lib -Wl,-rpath,/usr/local/lib -shared -L"/usr/local/lib/erlang/lib/erl_interface-3.11.3/lib" -lerl_interface -lei -o priv/lib/p1_sha.so SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> erlang-fast_tls-1.0.22 depends on executable: erl - found ===> erlang-fast_tls-1.0.22 depends on package: erlang-p1_utils>=0 - found ===> erlang-fast_tls-1.0.22 depends on file: /usr/local/lib/libcrypto.so.11 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for erlang-fast_tls-1.0.22 ===> erlang-fast_tls-1.0.22 depends on executable: erl - found ===> erlang-fast_tls-1.0.22 depends on package: erlang-p1_utils>=0 - found ===> erlang-fast_tls-1.0.22 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> Generating temporary packing list cd /construction/security/erlang-fast_tls/fast_tls-1.0.22/src && /bin/sh -c '(/usr/bin/find -Ed $1 $3 | /usr/bin/cpio -dumpl $2 >/dev/null 2>&1) && /usr/bin/find -Ed $1 $3 \( -type d -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 755 "$@"'\'' . {} + -o -type f -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 0644 "$@"'\'' . {} + \)' COPYTREE_SHARE \* /construction/security/erlang-fast_tls/stage/usr/local/lib/erlang/lib/fast_tls-1.0.22/src install -m 0644 /construction/security/erlang-fast_tls/fast_tls-1.0.22/ebin/* /construction/security/erlang-fast_tls/stage/usr/local/lib/erlang/lib/fast_tls-1.0.22/ebin if [ -d /construction/security/erlang-fast_tls/fast_tls-1.0.22/include ]; then /bin/mkdir -p /construction/security/erlang-fast_tls/stage/usr/local/lib/erlang/lib/fast_tls-1.0.22/include; cd /construction/security/erlang-fast_tls/fast_tls-1.0.22/include && /bin/sh -c '(/usr/bin/find -Ed $1 $3 | /usr/bin/cpio -dumpl $2 >/dev/null 2>&1) && /usr/bin/find -Ed $1 $3 \( -type d -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 755 "$@"'\'' . {} + -o -type f -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 0644 "$@"'\'' . {} + \)' COPYTREE_SHARE \* /construction/security/erlang-fast_tls/stage/usr/local/lib/erlang/lib/fast_tls-1.0.22/include; fi if [ -d /construction/security/erlang-fast_tls/fast_tls-1.0.22/priv ]; then /bin/mkdir -p /construction/security/erlang-fast_tls/stage/usr/local/lib/erlang/lib/fast_tls-1.0.22/priv; cd /construction/security/erlang-fast_tls/fast_tls-1.0.22/priv && /bin/sh -c '(/usr/bin/find -Ed $1 $3 | /usr/bin/cpio -dumpl $2 >/dev/null 2>&1) && /usr/bin/find -Ed $1 $3 \( -type d -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 755 "$@"'\'' . {} + -o -type f -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 0644 "$@"'\'' . {} + \)' COPYTREE_SHARE \* /construction/security/erlang-fast_tls/stage/usr/local/lib/erlang/lib/fast_tls-1.0.22/priv; fi if [ -d "/construction/security/erlang-fast_tls/fast_tls-1.0.22/README*" ]; then cd /construction/security/erlang-fast_tls/fast_tls-1.0.22 && /bin/sh -c '(/usr/bin/find -Ed $1 $3 | /usr/bin/cpio -dumpl $2 >/dev/null 2>&1) && /usr/bin/find -Ed $1 $3 \( -type d -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 755 "$@"'\'' . {} + -o -type f -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 0644 "$@"'\'' . {} + \)' COPYTREE_SHARE README* /construction/security/erlang-fast_tls/stage/usr/local/share/doc/fast_tls; else install -m 0644 /construction/security/erlang-fast_tls/fast_tls-1.0.22/README* /construction/security/erlang-fast_tls/stage/usr/local/share/doc/fast_tls; fi /usr/bin/strip /construction/security/erlang-fast_tls/stage/usr/local/lib/erlang/lib/fast_tls-1.0.22/priv/lib/*.so ====> 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:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for erlang-fast_tls-1.0.22 file sizes/checksums [13]: 0% file sizes/checksums [13]: 100% packing files [13]: 0% packing files [13]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:15