------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/unzip-6.0_8.tgz Installing /packages/All/expat-2.2.6_1.tgz Installing /packages/All/indexinfo-0.3.1.tgz Installing /packages/All/libffi-3.2.1_3.tgz Installing /packages/All/ncurses-6.1.20190525.tgz Installing /packages/All/readline-8.0.0.tgz Installing /packages/All/gettext-runtime-0.20.1.tgz Installing /packages/All/openssl-1.0.2s,1.tgz Message from openssl-1.0.2s,1: Edit /usr/local/openssl/openssl.cnf to fit your needs. Installing /packages/All/python27-2.7.16_1.tgz Message from python27-2.7.16_1: =========================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter =========================================================================== Installing /packages/All/py27-setuptools-41.0.1.tgz Message from py27-setuptools-41.0.1: ******************************************************************* Only /usr/local/bin/easy_install-2.7 script has been installed since Python 2.7 is not the default Python version. ******************************************************************* Installing /packages/All/cryptlib-3.4.3.tgz SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py27-cryptlib_py-3.4.3_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py27-cryptlib_py-3.4.3_1 for building => SHA256 Checksum OK for cl343.zip. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py27-cryptlib_py-3.4.3_1 for building ===> Extracting for py27-cryptlib_py-3.4.3_1 => SHA256 Checksum OK for cl343.zip. Extracted Memory Use: 22.21M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for py27-cryptlib_py-3.4.3_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- x===> Configuring for py27-cryptlib_py-3.4.3_1 running config SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for py27-cryptlib_py-3.4.3_1 running build running build_ext building 'cryptlib_py' extension creating build creating build/temp.dragonfly-5.7-x86_64-2.7 cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python2.7 -c python.c -o build/temp.dragonfly-5.7-x86_64-2.7/python.o python.c: In function 'getPointerReadString': python.c:88:39: warning: passing argument 2 of 'PyObject_AsCharBuffer' from incompatible pointer type [-Wincompatible-pointer-types] if (PyObject_AsCharBuffer(objPtr, charPtrPtr, &length) == -1) ^~~~~~~~~~ In file included from /usr/local/include/python2.7/Python.h:136, from python.c:2: /usr/local/include/python2.7/abstract.h:477:56: note: expected 'const char **' but argument is of type 'char **' const char **buffer, ~~~~~~~~~~~~~^~~~~~ python.c:92:44: warning: passing argument 2 of 'PyObject_AsWriteBuffer' from incompatible pointer type [-Wincompatible-pointer-types] if (PyObject_AsWriteBuffer(objPtr, charPtrPtr, &length) == -1) ^~~~~~~~~~ In file included from /usr/local/include/python2.7/Python.h:136, from python.c:2: /usr/local/include/python2.7/abstract.h:518:51: note: expected 'void **' but argument is of type 'char **' void **buffer, ~~~~~~~^~~~~~ python.c: In function 'python_cryptKeysetOpen': python.c:749:34: warning: passing argument 2 of 'getPointerReadString' from incompatible pointer type [-Wincompatible-pointer-types] if (!getPointerReadString(name, &namePtr)) ^~~~~~~~ python.c:76:58: note: expected 'char **' but argument is of type 'unsigned char **' static int getPointerReadString(PyObject* objPtr, char** charPtrPtr) ~~~~~~~^~~~~~~~~~ python.c: In function 'python_cryptGetPublicKey': python.c:784:35: warning: passing argument 2 of 'getPointerReadString' from incompatible pointer type [-Wincompatible-pointer-types] if (!getPointerReadString(keyID, &keyIDPtr)) ^~~~~~~~~ python.c:76:58: note: expected 'char **' but argument is of type 'unsigned char **' static int getPointerReadString(PyObject* objPtr, char** charPtrPtr) ~~~~~~~^~~~~~~~~~ python.c: In function 'python_cryptGetPrivateKey': python.c:808:35: warning: passing argument 2 of 'getPointerReadString' from incompatible pointer type [-Wincompatible-pointer-types] if (!getPointerReadString(keyID, &keyIDPtr)) ^~~~~~~~~ python.c:76:58: note: expected 'char **' but argument is of type 'unsigned char **' static int getPointerReadString(PyObject* objPtr, char** charPtrPtr) ~~~~~~~^~~~~~~~~~ python.c:810:38: warning: passing argument 2 of 'getPointerReadString' from incompatible pointer type [-Wincompatible-pointer-types] if (!getPointerReadString(password, &passwordPtr)) ^~~~~~~~~~~~ python.c:76:58: note: expected 'char **' but argument is of type 'unsigned char **' static int getPointerReadString(PyObject* objPtr, char** charPtrPtr) ~~~~~~~^~~~~~~~~~ python.c: In function 'python_cryptGetKey': python.c:835:35: warning: passing argument 2 of 'getPointerReadString' from incompatible pointer type [-Wincompatible-pointer-types] if (!getPointerReadString(keyID, &keyIDPtr)) ^~~~~~~~~ python.c:76:58: note: expected 'char **' but argument is of type 'unsigned char **' static int getPointerReadString(PyObject* objPtr, char** charPtrPtr) ~~~~~~~^~~~~~~~~~ python.c:837:38: warning: passing argument 2 of 'getPointerReadString' from incompatible pointer type [-Wincompatible-pointer-types] if (!getPointerReadString(password, &passwordPtr)) ^~~~~~~~~~~~ python.c:76:58: note: expected 'char **' but argument is of type 'unsigned char **' static int getPointerReadString(PyObject* objPtr, char** charPtrPtr) ~~~~~~~^~~~~~~~~~ python.c: In function 'python_cryptAddPrivateKey': python.c:873:38: warning: passing argument 2 of 'getPointerReadString' from incompatible pointer type [-Wincompatible-pointer-types] if (!getPointerReadString(password, &passwordPtr)) ^~~~~~~~~~~~ python.c:76:58: note: expected 'char **' but argument is of type 'unsigned char **' static int getPointerReadString(PyObject* objPtr, char** charPtrPtr) ~~~~~~~^~~~~~~~~~ python.c: In function 'python_cryptDeleteKey': python.c:894:35: warning: passing argument 2 of 'getPointerReadString' from incompatible pointer type [-Wincompatible-pointer-types] if (!getPointerReadString(keyID, &keyIDPtr)) ^~~~~~~~~ python.c:76:58: note: expected 'char **' but argument is of type 'unsigned char **' static int getPointerReadString(PyObject* objPtr, char** charPtrPtr) ~~~~~~~^~~~~~~~~~ python.c: In function 'python_cryptGetCertExtension': python.c:947:33: warning: passing argument 2 of 'getPointerReadString' from incompatible pointer type [-Wincompatible-pointer-types] if (!getPointerReadString(oid, &oidPtr)) ^~~~~~~ python.c:76:58: note: expected 'char **' but argument is of type 'unsigned char **' static int getPointerReadString(PyObject* objPtr, char** charPtrPtr) ~~~~~~~^~~~~~~~~~ python.c: In function 'python_cryptAddCertExtension': python.c:978:33: warning: passing argument 2 of 'getPointerReadString' from incompatible pointer type [-Wincompatible-pointer-types] if (!getPointerReadString(oid, &oidPtr)) ^~~~~~~ python.c:76:58: note: expected 'char **' but argument is of type 'unsigned char **' static int getPointerReadString(PyObject* objPtr, char** charPtrPtr) ~~~~~~~^~~~~~~~~~ python.c: In function 'python_cryptDeleteCertExtension': python.c:1002:33: warning: passing argument 2 of 'getPointerReadString' from incompatible pointer type [-Wincompatible-pointer-types] if (!getPointerReadString(oid, &oidPtr)) ^~~~~~~ python.c:76:58: note: expected 'char **' but argument is of type 'unsigned char **' static int getPointerReadString(PyObject* objPtr, char** charPtrPtr) ~~~~~~~^~~~~~~~~~ python.c: In function 'python_cryptCAGetItem': python.c:1115:35: warning: passing argument 2 of 'getPointerReadString' from incompatible pointer type [-Wincompatible-pointer-types] if (!getPointerReadString(keyID, &keyIDPtr)) ^~~~~~~~~ python.c:76:58: note: expected 'char **' but argument is of type 'unsigned char **' static int getPointerReadString(PyObject* objPtr, char** charPtrPtr) ~~~~~~~^~~~~~~~~~ python.c: In function 'python_cryptCADeleteItem': python.c:1137:35: warning: passing argument 2 of 'getPointerReadString' from incompatible pointer type [-Wincompatible-pointer-types] if (!getPointerReadString(keyID, &keyIDPtr)) ^~~~~~~~~ python.c:76:58: note: expected 'char **' but argument is of type 'unsigned char **' static int getPointerReadString(PyObject* objPtr, char** charPtrPtr) ~~~~~~~^~~~~~~~~~ python.c: In function 'python_cryptDeviceOpen': python.c:1291:34: warning: passing argument 2 of 'getPointerReadString' from incompatible pointer type [-Wincompatible-pointer-types] if (!getPointerReadString(name, &namePtr)) ^~~~~~~~ python.c:76:58: note: expected 'char **' but argument is of type 'unsigned char **' static int getPointerReadString(PyObject* objPtr, char** charPtrPtr) ~~~~~~~^~~~~~~~~~ python.c: In function 'python_cryptLogin': python.c:1356:34: warning: passing argument 2 of 'getPointerReadString' from incompatible pointer type [-Wincompatible-pointer-types] if (!getPointerReadString(name, &namePtr)) ^~~~~~~~ python.c:76:58: note: expected 'char **' but argument is of type 'unsigned char **' static int getPointerReadString(PyObject* objPtr, char** charPtrPtr) ~~~~~~~^~~~~~~~~~ python.c:1358:38: warning: passing argument 2 of 'getPointerReadString' from incompatible pointer type [-Wincompatible-pointer-types] if (!getPointerReadString(password, &passwordPtr)) ^~~~~~~~~~~~ python.c:76:58: note: expected 'char **' but argument is of type 'unsigned char **' static int getPointerReadString(PyObject* objPtr, char** charPtrPtr) ~~~~~~~^~~~~~~~~~ creating build/lib.dragonfly-5.7-x86_64-2.7 cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.7-x86_64-2.7/python.o -L.. -L/usr/local/lib -lcl -lpython2.7 -o build/lib.dragonfly-5.7-x86_64-2.7/cryptlib_py.so SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for py27-cryptlib_py-3.4.3_1 ===> Generating temporary packing list running install running build running build_ext running install_lib creating /construction/security/py-cryptlib_py/stage/usr/local/lib/python2.7 creating /construction/security/py-cryptlib_py/stage/usr/local/lib/python2.7/site-packages copying build/lib.dragonfly-5.7-x86_64-2.7/cryptlib_py.so -> /construction/security/py-cryptlib_py/stage/usr/local/lib/python2.7/site-packages writing byte-compilation script '/tmp/tmp9OKtO4.py' /usr/local/bin/python2.7 -O /tmp/tmp9OKtO4.py removing /tmp/tmp9OKtO4.py running install_egg_info running egg_info creating cryptlib_py.egg-info writing cryptlib_py.egg-info/PKG-INFO writing top-level names to cryptlib_py.egg-info/top_level.txt writing dependency_links to cryptlib_py.egg-info/dependency_links.txt writing manifest file 'cryptlib_py.egg-info/SOURCES.txt' reading manifest file 'cryptlib_py.egg-info/SOURCES.txt' writing manifest file 'cryptlib_py.egg-info/SOURCES.txt' Copying cryptlib_py.egg-info to /construction/security/py-cryptlib_py/stage/usr/local/lib/python2.7/site-packages/cryptlib_py-0.0.0-py2.7.egg-info running install_scripts writing list of installed files to '/construction/security/py-cryptlib_py/.PLIST.pymodtmp' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/python2.7/site-packages/cryptlib_py.so is linked to /usr/local/lib/libcl.so which does not have a SONAME. security/cryptlib needs to be fixed. Error: /usr/local/lib/python2.7/site-packages/cryptlib_py.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:01 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- x====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- x===> Building package for py27-cryptlib_py-3.4.3_1 file sizes/checksums [5]: 0% file sizes/checksums [5]: 100% packing files [5]: 0% packing files [5]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:06