------------------------------------------------------------------------------- -- 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 SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py37-wsaccel-0.6.2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> py37-wsaccel-0.6.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-wsaccel-0.6.2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> py37-wsaccel-0.6.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-wsaccel-0.6.2 for building => SHA256 Checksum OK for wsaccel-0.6.2.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> py37-wsaccel-0.6.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-wsaccel-0.6.2 for building ===> Extracting for py37-wsaccel-0.6.2 => SHA256 Checksum OK for wsaccel-0.6.2.tar.gz. Extracted Memory Use: 0.24M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py37-wsaccel-0.6.2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py37-wsaccel-0.6.2 depends on package: py37-setuptools>0 - found ===> py37-wsaccel-0.6.2 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py37-wsaccel-0.6.2 depends on package: py37-setuptools>0 - found ===> py37-wsaccel-0.6.2 depends on file: /usr/local/bin/python3.7 - found ===> Configuring for py37-wsaccel-0.6.2 running config SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py37-wsaccel-0.6.2 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/wsaccel copying wsaccel/__init__.py -> build/lib.dragonfly-5.9-x86_64-3.7/wsaccel running build_ext building 'wsaccel.utf8validator' extension creating build/temp.dragonfly-5.9-x86_64-3.7 creating build/temp.dragonfly-5.9-x86_64-3.7/wsaccel 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/python3.7m -c wsaccel/utf8validator.c -o build/temp.dragonfly-5.9-x86_64-3.7/wsaccel/utf8validator.o wsaccel/utf8validator.c: In function '__pyx_pf_7wsaccel_13utf8validator_13Utf8Validator_6validate': wsaccel/utf8validator.c:983:3: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations] __pyx_t_1 = PyObject_AsReadBuffer(__pyx_v_ba, ((void **)(&__pyx_v_buf)), (&__pyx_v_buf_len)); if (unlikely(__pyx_t_1 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 104; __pyx_clineno = __LINE__; goto __pyx_L1_error;} ^~~~~~~~~ In file included from /usr/local/include/python3.7m/Python.h:147, from wsaccel/utf8validator.c:16: /usr/local/include/python3.7m/abstract.h:489:17: note: declared here PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~ wsaccel/utf8validator.c:983:50: warning: passing argument 2 of 'PyObject_AsReadBuffer' from incompatible pointer type [-Wincompatible-pointer-types] __pyx_t_1 = PyObject_AsReadBuffer(__pyx_v_ba, ((void **)(&__pyx_v_buf)), (&__pyx_v_buf_len)); if (unlikely(__pyx_t_1 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 104; __pyx_clineno = __LINE__; goto __pyx_L1_error;} ~^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/python3.7m/Python.h:147, from wsaccel/utf8validator.c:16: /usr/local/include/python3.7m/abstract.h:490:52: note: expected 'const void **' but argument is of type 'void **' const void **buffer, ~~~~~~~~~~~~~^~~~~~ cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/wsaccel/utf8validator.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/wsaccel/utf8validator.so building 'wsaccel.xormask' 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/python3.7m -c wsaccel/xormask.c -o build/temp.dragonfly-5.9-x86_64-3.7/wsaccel/xormask.o wsaccel/xormask.c: In function '__pyx_pf_7wsaccel_7xormask_15XorMaskerSimple___init__': wsaccel/xormask.c:1042:3: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations] __pyx_t_1 = PyObject_AsReadBuffer(__pyx_v_mask, ((void const **)(&__pyx_v_msk)), (&__pyx_v_msk_len)); if (unlikely(__pyx_t_1 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 36; __pyx_clineno = __LINE__; goto __pyx_L1_error;} ^~~~~~~~~ In file included from /usr/local/include/python3.7m/Python.h:147, from wsaccel/xormask.c:16: /usr/local/include/python3.7m/abstract.h:489:17: note: declared here PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~ wsaccel/xormask.c: In function '__pyx_pf_7wsaccel_7xormask_15XorMaskerSimple_6process': wsaccel/xormask.c:1253:3: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations] __pyx_t_1 = PyObject_AsReadBuffer(__pyx_v_data, ((void const **)(&__pyx_v_cdata)), (&__pyx_v_dlen)); if (unlikely(__pyx_t_1 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 55; __pyx_clineno = __LINE__; goto __pyx_L1_error;} ^~~~~~~~~ In file included from /usr/local/include/python3.7m/Python.h:147, from wsaccel/xormask.c:16: /usr/local/include/python3.7m/abstract.h:489:17: note: declared here PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~ cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/wsaccel/xormask.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/wsaccel/xormask.so SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py37-wsaccel-0.6.2 depends on package: py37-setuptools>0 - found ===> py37-wsaccel-0.6.2 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py37-wsaccel-0.6.2 ===> py37-wsaccel-0.6.2 depends on package: py37-setuptools>0 - found ===> py37-wsaccel-0.6.2 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/www/py-wsaccel/stage/usr/local/lib/python3.7 creating /construction/www/py-wsaccel/stage/usr/local/lib/python3.7/site-packages creating /construction/www/py-wsaccel/stage/usr/local/lib/python3.7/site-packages/wsaccel copying build/lib.dragonfly-5.9-x86_64-3.7/wsaccel/xormask.so -> /construction/www/py-wsaccel/stage/usr/local/lib/python3.7/site-packages/wsaccel copying build/lib.dragonfly-5.9-x86_64-3.7/wsaccel/utf8validator.so -> /construction/www/py-wsaccel/stage/usr/local/lib/python3.7/site-packages/wsaccel copying build/lib.dragonfly-5.9-x86_64-3.7/wsaccel/__init__.py -> /construction/www/py-wsaccel/stage/usr/local/lib/python3.7/site-packages/wsaccel byte-compiling /construction/www/py-wsaccel/stage/usr/local/lib/python3.7/site-packages/wsaccel/__init__.py to __init__.cpython-37.pyc writing byte-compilation script '/tmp/tmp6g8cpggx.py' /usr/local/bin/python3.7 /tmp/tmp6g8cpggx.py removing /tmp/tmp6g8cpggx.py running install_egg_info running egg_info creating wsaccel.egg-info writing wsaccel.egg-info/PKG-INFO writing dependency_links to wsaccel.egg-info/dependency_links.txt writing top-level names to wsaccel.egg-info/top_level.txt writing manifest file 'wsaccel.egg-info/SOURCES.txt' reading manifest file 'wsaccel.egg-info/SOURCES.txt' writing manifest file 'wsaccel.egg-info/SOURCES.txt' Copying wsaccel.egg-info to /construction/www/py-wsaccel/stage/usr/local/lib/python3.7/site-packages/wsaccel-0.6.2-py3.7.egg-info running install_scripts writing list of installed files to '/construction/www/py-wsaccel/.PLIST.pymodtmp' /usr/bin/strip /construction/www/py-wsaccel/stage/usr/local/lib/python3.7/site-packages/wsaccel/utf8validator.so /usr/bin/strip /construction/www/py-wsaccel/stage/usr/local/lib/python3.7/site-packages/wsaccel/xormask.so ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/python3.7/site-packages/wsaccel/utf8validator.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:02 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for py37-wsaccel-0.6.2 file sizes/checksums [9]: 0% file sizes/checksums [9]: 100% packing files [9]: 0% packing files [9]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:12