------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/openssl-1.1.1g,1.txz Installing /packages/All/tcl86-8.6.10.txz SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> tcltls-1.7.18 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> tcltls-1.7.18 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by tcltls-1.7.18 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> tcltls-1.7.18 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by tcltls-1.7.18 for building => SHA256 Checksum OK for tcltls-1.7.18.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> tcltls-1.7.18 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by tcltls-1.7.18 for building ===> Extracting for tcltls-1.7.18 => SHA256 Checksum OK for tcltls-1.7.18.tar.gz. Extracted Memory Use: 0.71M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for tcltls-1.7.18 ===> Applying ports patches for tcltls-1.7.18 ===> Cleanly applied ports patch(es) patch-gen_dh_params /bin/mv /construction/devel/tcltls/tcltls-1.7.18/tests/ciphers.test /construction/devel/tcltls/tcltls-1.7.18/tests/ciphers.test.broken SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> tcltls-1.7.18 depends on file: /usr/local/lib/libcrypto.so.11 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> tcltls-1.7.18 depends on shared library: libtcl86.so - found (/usr/local/lib/libtcl86.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> tcltls-1.7.18 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> tcltls-1.7.18 depends on shared library: libtcl86.so - found (/usr/local/lib/libtcl86.so) ===> Configuring for tcltls-1.7.18 configure: WARNING: unrecognized options: --with-tclinclude 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 a BSD-compatible install... /usr/bin/install -c 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 host operating system... dragonfly5.9 checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for path to tclConfig.sh... /usr/local/lib/tcl8.6 checking for runnable tclsh... /usr/local/bin/tclsh8.6 checking for working tclConfig.sh... found checking how to create shared objects... -DPIC -fPIC -shared checking whether C compiler accepts -Wno-unused-value... yes checking whether C compiler accepts -Wno-unused-parameter... yes checking whether C compiler accepts -Wno-deprecated-declarations... yes checking for pkg-config... no checking whether C compiler accepts -Wall... yes checking whether C compiler accepts -W... yes checking whether C compiler accepts -Wno-self-assign... yes checking whether C compiler accepts -fstack-protector-all... yes checking whether C compiler accepts -fno-strict-overflow... yes checking which TLS library to use... openssl checking if a basic OpenSSL program works... yes checking for TLS_method... yes checking for SSLv2_method... no checking for SSLv3_method... no checking for TLSv1_method... yes checking for TLSv1_1_method... yes checking for TLSv1_2_method... yes checking for tlsv1.3 protocol support... yes checking for SSL_set_tlsext_host_name... yes checking how to use openssl... -I/usr/local/include -I/usr/local/include -L/usr/local/lib -lssl -lcrypto configure: creating ./config.status config.status: creating Makefile config.status: creating pkgIndex.tcl configure: WARNING: unrecognized options: --with-tclinclude SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for tcltls-1.7.18 --- tlsBIO.o --- --- tlsIO.o --- --- tlsX509.o --- --- tls.tcl.h --- --- dh_params.h --- --- tlsBIO.o --- cc -I/usr/local/include -I/usr/local/include/tcl8.6 -I/usr/local/include -I. -I. -DPACKAGE_NAME=\"tcltls\" -DPACKAGE_TARNAME=\"tcltls\" -DPACKAGE_VERSION=\"1.7.18\" -DPACKAGE_STRING=\"tcltls\ 1.7.18\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -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 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DMODULE_SCOPE=static -DUSE_TCL_STUBS=1 -DTCLTLS_SSL_USE_FASTPATH=1 -D_FORTIFY_SOURCE=2 -DHAVE_TLS_METHOD=1 -DNO_SSL2=1 -DNO_SSL3=1 '-DTCL_THREADS=1' '-DTCL_CFGVAL_ENCODING="iso8859-1"' '-DTCL_SHLIB_EXT=".so"' '-DTCL_CFG_OPTIMIZED=1' '-DTCL_TOMMATH=1' '-DTCL_WIDE_INT_IS_LONG=1' '-DTCL_UNLOAD_DLLS=1' -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/tcl8.6 -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -Wno-self-assign -fstack-protector-all -fno-strict-overflow -I/usr/local/include -fPIC -o "tlsBIO.o" -c "./tlsBIO.c" --- tlsX509.o --- cc -I/usr/local/include -I/usr/local/include/tcl8.6 -I/usr/local/include -I. -I. -DPACKAGE_NAME=\"tcltls\" -DPACKAGE_TARNAME=\"tcltls\" -DPACKAGE_VERSION=\"1.7.18\" -DPACKAGE_STRING=\"tcltls\ 1.7.18\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -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 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DMODULE_SCOPE=static -DUSE_TCL_STUBS=1 -DTCLTLS_SSL_USE_FASTPATH=1 -D_FORTIFY_SOURCE=2 -DHAVE_TLS_METHOD=1 -DNO_SSL2=1 -DNO_SSL3=1 '-DTCL_THREADS=1' '-DTCL_CFGVAL_ENCODING="iso8859-1"' '-DTCL_SHLIB_EXT=".so"' '-DTCL_CFG_OPTIMIZED=1' '-DTCL_TOMMATH=1' '-DTCL_WIDE_INT_IS_LONG=1' '-DTCL_UNLOAD_DLLS=1' -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/tcl8.6 -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -Wno-self-assign -fstack-protector-all -fno-strict-overflow -I/usr/local/include -fPIC -o "tlsX509.o" -c "./tlsX509.c" --- tls.tcl.h --- od -A n -v -t xC < './tls.tcl' > tls.tcl.h.new.1 --- dh_params.h --- sh ./gen_dh_params > dh_params.h.new ***************************** ** Generating DH Primes. ** ** This will take a while. ** ***************************** --- tls.tcl.h --- sed 's@ *@@g;s@..@0x&, @g' < tls.tcl.h.new.1 > tls.tcl.h.new.2 --- tlsIO.o --- cc -I/usr/local/include -I/usr/local/include/tcl8.6 -I/usr/local/include -I. -I. -DPACKAGE_NAME=\"tcltls\" -DPACKAGE_TARNAME=\"tcltls\" -DPACKAGE_VERSION=\"1.7.18\" -DPACKAGE_STRING=\"tcltls\ 1.7.18\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -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 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DMODULE_SCOPE=static -DUSE_TCL_STUBS=1 -DTCLTLS_SSL_USE_FASTPATH=1 -D_FORTIFY_SOURCE=2 -DHAVE_TLS_METHOD=1 -DNO_SSL2=1 -DNO_SSL3=1 '-DTCL_THREADS=1' '-DTCL_CFGVAL_ENCODING="iso8859-1"' '-DTCL_SHLIB_EXT=".so"' '-DTCL_CFG_OPTIMIZED=1' '-DTCL_TOMMATH=1' '-DTCL_WIDE_INT_IS_LONG=1' '-DTCL_UNLOAD_DLLS=1' -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/tcl8.6 -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -Wno-self-assign -fstack-protector-all -fno-strict-overflow -I/usr/local/include -fPIC -o "tlsIO.o" -c "./tlsIO.c" --- dh_params.h --- Generating DH parameters, 2048 bit long safe prime, generator 2 This is going to take a long time --- tls.tcl.h --- rm -f tls.tcl.h.new.1 mv tls.tcl.h.new.2 tls.tcl.h --- tlsBIO.o --- ./tlsBIO.c: In function 'BioCtrl': ./tlsBIO.c:234:8: warning: this statement may fall through [-Wimplicit-fallthrough=] num = 0; ~~~~^~~ ./tlsBIO.c:235:3: note: here case BIO_C_FILE_SEEK: ^~~~ In file included from ./tlsBIO.c:7: ./tlsInt.h:105:25: warning: this statement may fall through [-Wimplicit-fallthrough=] #define dprintf(...) if (0) { fprintf(stderr, __VA_ARGS__); } ^ ./tlsBIO.c:236:4: note: in expansion of macro 'dprintf' dprintf("Got BIO_C_FILE_SEEK"); ^~~~~~~ ./tlsBIO.c:237:3: note: here case BIO_C_FILE_TELL: ^~~~ ./tlsBIO.c: At top level: cc1: warning: unrecognized command line option '-Wno-self-assign' --- dh_params.h --- .............................................................................................................................................................+.................................+..................................+....................................................................................+........................................................+.............+........................................+.........................................................................................................................................................................................................................................+..................................................................................................................................................................................................................................................................+....................+...+...................................................................................................................................................................................................+...............................................................+................+....................................................................++*++*++*++* mv dh_params.h.new dh_params.h --- tls.o --- cc -I/usr/local/include -I/usr/local/include/tcl8.6 -I/usr/local/include -I. -I. -DPACKAGE_NAME=\"tcltls\" -DPACKAGE_TARNAME=\"tcltls\" -DPACKAGE_VERSION=\"1.7.18\" -DPACKAGE_STRING=\"tcltls\ 1.7.18\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -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 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DMODULE_SCOPE=static -DUSE_TCL_STUBS=1 -DTCLTLS_SSL_USE_FASTPATH=1 -D_FORTIFY_SOURCE=2 -DHAVE_TLS_METHOD=1 -DNO_SSL2=1 -DNO_SSL3=1 '-DTCL_THREADS=1' '-DTCL_CFGVAL_ENCODING="iso8859-1"' '-DTCL_SHLIB_EXT=".so"' '-DTCL_CFG_OPTIMIZED=1' '-DTCL_TOMMATH=1' '-DTCL_WIDE_INT_IS_LONG=1' '-DTCL_UNLOAD_DLLS=1' -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/tcl8.6 -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -Wno-self-assign -fstack-protector-all -fno-strict-overflow -I/usr/local/include -fPIC -o "tls.o" -c "./tls.c" ./tls.c: In function 'StatusObjCmd': ./tls.c:1370:9: warning: this statement may fall through [-Wimplicit-fallthrough=] if (!strcmp (Tcl_GetString (objv[1]), "-local")) { ^ ./tls.c:1375:2: note: here default: ^~~~~~~ ./tls.c: At top level: cc1: warning: unrecognized command line option '-Wno-self-assign' --- shared-tcltls.so --- cc -I/usr/local/include -I/usr/local/include/tcl8.6 -I/usr/local/include -I. -I. -DPACKAGE_NAME=\"tcltls\" -DPACKAGE_TARNAME=\"tcltls\" -DPACKAGE_VERSION=\"1.7.18\" -DPACKAGE_STRING=\"tcltls\ 1.7.18\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -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 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DMODULE_SCOPE=static -DUSE_TCL_STUBS=1 -DTCLTLS_SSL_USE_FASTPATH=1 -D_FORTIFY_SOURCE=2 -DHAVE_TLS_METHOD=1 -DNO_SSL2=1 -DNO_SSL3=1 '-DTCL_THREADS=1' '-DTCL_CFGVAL_ENCODING="iso8859-1"' '-DTCL_SHLIB_EXT=".so"' '-DTCL_CFG_OPTIMIZED=1' '-DTCL_TOMMATH=1' '-DTCL_WIDE_INT_IS_LONG=1' '-DTCL_UNLOAD_DLLS=1' -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/tcl8.6 -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -Wno-self-assign -fstack-protector-all -fno-strict-overflow -I/usr/local/include -fPIC -Wl,-rpath,/usr/local/lib -shared -o shared-tcltls.so tls.o tlsBIO.o tlsIO.o tlsX509.o -L/usr/local/lib -lssl -lcrypto -L/usr/local/lib -ltclstub86 -L/usr/local/lib -lssl -lcrypto --- tcltls.so --- mv shared-tcltls.so tcltls.so SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> tcltls-1.7.18 depends on file: /usr/local/lib/libcrypto.so.11 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for tcltls-1.7.18 ===> tcltls-1.7.18 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> Generating temporary packing list cc -I/usr/local/include -I/usr/local/include/tcl8.6 -I/usr/local/include -I. -I. -DPACKAGE_NAME=\"tcltls\" -DPACKAGE_TARNAME=\"tcltls\" -DPACKAGE_VERSION=\"1.7.18\" -DPACKAGE_STRING=\"tcltls\ 1.7.18\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -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 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DMODULE_SCOPE=static -DUSE_TCL_STUBS=1 -DTCLTLS_SSL_USE_FASTPATH=1 -D_FORTIFY_SOURCE=2 -DHAVE_TLS_METHOD=1 -DNO_SSL2=1 -DNO_SSL3=1 '-DTCL_THREADS=1' '-DTCL_CFGVAL_ENCODING="iso8859-1"' '-DTCL_SHLIB_EXT=".so"' '-DTCL_CFG_OPTIMIZED=1' '-DTCL_TOMMATH=1' '-DTCL_WIDE_INT_IS_LONG=1' '-DTCL_UNLOAD_DLLS=1' -I/usr/local/include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/tcl8.6 -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -Wno-self-assign -fstack-protector-all -fno-strict-overflow -I/usr/local/include -fPIC -Wl,-rpath,/usr/local/lib -shared -o shared-tcltls.so tls.o tlsBIO.o tlsIO.o tlsX509.o -L/usr/local/lib -lssl -lcrypto -L/usr/local/lib -ltclstub86 -L/usr/local/lib -lssl -lcrypto /usr/bin/install -c -d '/construction/devel/tcltls/stage/usr/local/lib/tls1.7.18' install -s -m 555 tcltls.so '/construction/devel/tcltls/stage/usr/local/lib/tls1.7.18' install -m 0644 pkgIndex.tcl '/construction/devel/tcltls/stage/usr/local/lib/tls1.7.18' /bin/mkdir -p /construction/devel/tcltls/stage/usr/local/share/doc/tcltls install -m 0644 /construction/devel/tcltls/tcltls-1.7.18/tls.htm /construction/devel/tcltls/stage/usr/local/share/doc/tcltls ====> 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 tcltls-1.7.18 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