------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/expat-2.2.8.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/openssl-1.1.1g,1.txz Installing /packages/All/python37-3.7.7.txz ===== Message from python37-3.7.7: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py37-gdbm databases/py-gdbm@py37 py37-sqlite3 databases/py-sqlite3@py37 py37-tkinter x11-toolkits/py-tkinter@py37 Installing /packages/All/py37-setuptools-44.0.0.txz Installing /packages/All/nspr-4.25.txz Installing /packages/All/sqlite3-3.31.1_1,1.txz Installing /packages/All/nss-3.52.txz SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py37-python-nss-1.0.1_3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> py37-python-nss-1.0.1_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-python-nss-1.0.1_3 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> py37-python-nss-1.0.1_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-python-nss-1.0.1_3 for building => SHA256 Checksum OK for python-nss-1.0.1.tar.bz2. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> py37-python-nss-1.0.1_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-python-nss-1.0.1_3 for building ===> Extracting for py37-python-nss-1.0.1_3 => SHA256 Checksum OK for python-nss-1.0.1.tar.bz2. Extracted Memory Use: 1.54M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py37-python-nss-1.0.1_3 ===> Applying ports patches for py37-python-nss-1.0.1_3 ===> Cleanly applied ports patch(es) patch-test_test__digest.py SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py37-python-nss-1.0.1_3 depends on package: py37-setuptools>0 - found ===> py37-python-nss-1.0.1_3 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> py37-python-nss-1.0.1_3 depends on shared library: libnspr4.so - found (/usr/local/lib/libnspr4.so) ===> py37-python-nss-1.0.1_3 depends on shared library: libnss3.so - found (/usr/local/lib/libnss3.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py37-python-nss-1.0.1_3 depends on package: py37-setuptools>0 - found ===> py37-python-nss-1.0.1_3 depends on file: /usr/local/bin/python3.7 - found ===> py37-python-nss-1.0.1_3 depends on shared library: libnspr4.so - found (/usr/local/lib/libnspr4.so) ===> py37-python-nss-1.0.1_3 depends on shared library: libnss3.so - found (/usr/local/lib/libnss3.so) ===> Configuring for py37-python-nss-1.0.1_3 running config SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py37-python-nss-1.0.1_3 running build running build_py creating build creating build/lib.dragonfly-5.9-x86_64-3.7 creating build/lib.dragonfly-5.9-x86_64-3.7/nss copying src/__init__.py -> build/lib.dragonfly-5.9-x86_64-3.7/nss running build_ext building 'nss.error' extension creating build/temp.dragonfly-5.9-x86_64-3.7 creating build/temp.dragonfly-5.9-x86_64-3.7/src cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/nss -I/usr/local/include/nspr -I/usr/local/include/python3.7m -c src/py_nspr_error.c -o build/temp.dragonfly-5.9-x86_64-3.7/src/py_nspr_error.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/src/py_nspr_error.o -L/usr/local/lib -lnspr4 -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/nss/error.so building 'nss.io' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/nss -I/usr/local/include/nspr -I/usr/local/include/python3.7m -c src/py_nspr_io.c -o build/temp.dragonfly-5.9-x86_64-3.7/src/py_nspr_io.o src/py_nspr_io.c: In function 'Socket_poll': src/py_nspr_io.c:3159:19: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'Py_ssize_t' {aka 'long int'} [-Wsign-compare] for (i = 0; i < num_descs; i++) { ^ src/py_nspr_io.c:3201:19: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'Py_ssize_t' {aka 'long int'} [-Wsign-compare] for (i = 0; i < num_descs; i++) { ^ cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/src/py_nspr_io.o -L/usr/local/lib -lnspr4 -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/nss/io.so building 'nss.nss' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -Isrc -I/usr/local/include/nss -I/usr/local/include/nspr -I/usr/local/include/python3.7m -c src/py_nss.c -o build/temp.dragonfly-5.9-x86_64-3.7/src/py_nss.o In file included from src/py_nss.h:22, from src/py_nss.c:341: /usr/local/include/nss/key.h:9:9: note: #pragma message: key.h is deprecated. Please include keyhi.h instead. #pragma message("key.h is deprecated. Please include keyhi.h instead.") ^~~~~~~ In file included from src/py_nss.c:339: src/py_nss.c: In function 'SECItem_to_base64': src/py_nspr_common.h:256:23: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'long int' [-Wsign-compare] #define MIN(a,b) ((a) < (b) ? (a) : (b)) ^ src/py_nss.c:1832:24: note: in expansion of macro 'MIN' line_len = MIN(chars_per_line, src_end - src); ^~~ src/py_nspr_common.h:256:37: warning: operand of ?: changes signedness from 'long int' to 'size_t' {aka 'long unsigned int'} due to unsignedness of other operand [-Wsign-compare] #define MIN(a,b) ((a) < (b) ? (a) : (b)) ^~~ src/py_nss.c:1832:24: note: in expansion of macro 'MIN' line_len = MIN(chars_per_line, src_end - src); ^~~ src/py_nss.c: In function 'CERTAVA_value_to_pystr': src/py_nss.c:4818:41: warning: comparison of integer expressions of different signedness: 'SECOidTag' {aka 'enum '} and 'int' [-Wsign-compare] if ((oid_tag = CERT_GetAVATag(ava)) != -1) { ^~ src/py_nss.c: In function 'CERTRDN_to_pystr': src/py_nss.c:4882:45: warning: comparison of integer expressions of different signedness: 'SECOidTag' {aka 'enum '} and 'int' [-Wsign-compare] if ((oid_tag = CERT_GetAVATag(ava)) != -1) { ^~ src/py_nss.c: In function 'Certificate_get_extension': src/py_nss.c:10192:53: warning: comparison of integer expressions of different signedness: 'SECOidTag' {aka 'enum '} and 'int' [-Wsign-compare] if ((oid_tag = get_oid_tag_from_object(py_oid)) == -1) { ^~ src/py_nss.c: In function 'pk11_create_pbev2_algorithm_id': src/py_nss.c:23446:65: warning: comparison of integer expressions of different signedness: 'SECOidTag' {aka 'enum '} and 'int' [-Wsign-compare] if ((pbe_alg_tag = get_oid_tag_from_object(py_pbe_alg)) == -1) { ^~ src/py_nss.c:23453:71: warning: comparison of integer expressions of different signedness: 'SECOidTag' {aka 'enum '} and 'int' [-Wsign-compare] if ((cipher_alg_tag = get_oid_tag_from_object(py_cipher_alg)) == -1) { ^~ src/py_nss.c:23460:65: warning: comparison of integer expressions of different signedness: 'SECOidTag' {aka 'enum '} and 'int' [-Wsign-compare] if ((prf_alg_tag = get_oid_tag_from_object(py_prf_alg)) == -1) { ^~ src/py_nss.c: In function 'pkcs12_enable_all_ciphers': src/py_nss.c:24381:19: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] for (i = 0; i < sizeof(all_ciphers)/sizeof(all_ciphers[0]); i++) { ^ cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/src/py_nss.o -L/usr/local/lib -lnspr4 -lssl3 -lnss3 -lsmime3 -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/nss/nss.so building 'nss.ssl' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -Isrc -I/usr/local/include/nss -I/usr/local/include/nspr -I/usr/local/include/python3.7m -c src/py_ssl.c -o build/temp.dragonfly-5.9-x86_64-3.7/src/py_ssl.o In file included from src/py_nss.h:22, from src/py_ssl.c:17: /usr/local/include/nss/key.h:9:9: note: #pragma message: key.h is deprecated. Please include keyhi.h instead. #pragma message("key.h is deprecated. Please include keyhi.h instead.") ^~~~~~~ cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/src/py_ssl.o -L/usr/local/lib -lnspr4 -lssl3 -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/nss/ssl.so SUCCEEDED 00:00:15 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py37-python-nss-1.0.1_3 depends on package: py37-setuptools>0 - found ===> py37-python-nss-1.0.1_3 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py37-python-nss-1.0.1_3 ===> py37-python-nss-1.0.1_3 depends on package: py37-setuptools>0 - found ===> py37-python-nss-1.0.1_3 depends on file: /usr/local/bin/python3.7 - found ===> Generating temporary packing list running install running build running build_py running build_ext running install_lib creating /construction/security/py-python-nss/stage/usr/local/lib/python3.7 creating /construction/security/py-python-nss/stage/usr/local/lib/python3.7/site-packages creating /construction/security/py-python-nss/stage/usr/local/lib/python3.7/site-packages/nss copying build/lib.dragonfly-5.9-x86_64-3.7/nss/error.so -> /construction/security/py-python-nss/stage/usr/local/lib/python3.7/site-packages/nss copying build/lib.dragonfly-5.9-x86_64-3.7/nss/__init__.py -> /construction/security/py-python-nss/stage/usr/local/lib/python3.7/site-packages/nss copying build/lib.dragonfly-5.9-x86_64-3.7/nss/ssl.so -> /construction/security/py-python-nss/stage/usr/local/lib/python3.7/site-packages/nss copying build/lib.dragonfly-5.9-x86_64-3.7/nss/io.so -> /construction/security/py-python-nss/stage/usr/local/lib/python3.7/site-packages/nss copying build/lib.dragonfly-5.9-x86_64-3.7/nss/nss.so -> /construction/security/py-python-nss/stage/usr/local/lib/python3.7/site-packages/nss byte-compiling /construction/security/py-python-nss/stage/usr/local/lib/python3.7/site-packages/nss/__init__.py to __init__.cpython-37.pyc writing byte-compilation script '/tmp/tmpjul_oei_.py' /usr/local/bin/python3.7 /tmp/tmpjul_oei_.py removing /tmp/tmpjul_oei_.py running install_egg_info running egg_info creating python_nss.egg-info writing python_nss.egg-info/PKG-INFO writing dependency_links to python_nss.egg-info/dependency_links.txt writing top-level names to python_nss.egg-info/top_level.txt writing manifest file 'python_nss.egg-info/SOURCES.txt' reading manifest file 'python_nss.egg-info/SOURCES.txt' writing manifest file 'python_nss.egg-info/SOURCES.txt' Copying python_nss.egg-info to /construction/security/py-python-nss/stage/usr/local/lib/python3.7/site-packages/python_nss-1.0.1-py3.7.egg-info running install_scripts writing list of installed files to '/construction/security/py-python-nss/.PLIST.pymodtmp' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/python3.7/site-packages/nss/error.so is linked to /usr/local/lib/libintl.so.8 from devel/gettext-runtime but it is not declared as a dependency Warning: you need USES+=gettext-runtime Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for py37-python-nss-1.0.1_3 file sizes/checksums [11]: 0% file sizes/checksums [11]: 100% packing files [11]: 0% packing files [11]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:28