------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/ncurses-6.2.20201017.txz Installing /packages/All/libedit-3.1.20191231,1.txz Installing /packages/All/sqlite3-3.33.0,1.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.3_1.txz Installing /packages/All/expat-2.2.8.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/gettext-runtime-0.21.txz Installing /packages/All/openssl-1.1.1h_1,1.txz Installing /packages/All/python37-3.7.9_1.txz ===== Message from python37-3.7.9_1: -- 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-apsw-3.33.0 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> py37-apsw-3.33.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-apsw-3.33.0 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> py37-apsw-3.33.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-apsw-3.33.0 for building => SHA256 Checksum OK for rogerbinns-apsw-3.33.0-r1_GH0.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> py37-apsw-3.33.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-apsw-3.33.0 for building ===> Extracting for py37-apsw-3.33.0 => SHA256 Checksum OK for rogerbinns-apsw-3.33.0-r1_GH0.tar.gz. Extracted Memory Use: 1.31M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py37-apsw-3.33.0 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py37-apsw-3.33.0 depends on package: sqlite3>=3.33,1 - found ===> py37-apsw-3.33.0 depends on package: py37-setuptools>0 - found ===> py37-apsw-3.33.0 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> py37-apsw-3.33.0 depends on shared library: libsqlite3.so - found (/usr/local/lib/libsqlite3.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py37-apsw-3.33.0 depends on package: sqlite3>=3.33,1 - found ===> py37-apsw-3.33.0 depends on package: py37-setuptools>0 - found ===> py37-apsw-3.33.0 depends on file: /usr/local/bin/python3.7 - found ===> py37-apsw-3.33.0 depends on shared library: libsqlite3.so - found (/usr/local/lib/libsqlite3.so) ===> Configuring for py37-apsw-3.33.0 /usr/local/lib/python3.7/site-packages/setuptools/dist.py:476: UserWarning: Normalizing '3.33.0-r1' to '3.33.0.post1' normalized_version, running config SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py37-apsw-3.33.0 /usr/local/lib/python3.7/site-packages/setuptools/dist.py:476: UserWarning: Normalizing '3.33.0-r1' to '3.33.0.post1' normalized_version, running build running build_ext SQLite: Using system sqlite include/libraries building 'apsw' extension creating build 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 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -DEXPERIMENTAL=1 -DNDEBUG=1 -DAPSW_FORK_CHECKER=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -Isrc -I/usr/local/include/python3.7m -c src/apsw.c -o build/temp.dragonfly-5.9-x86_64-3.7/src/apsw.o In file included from src/apsw.c:145: src/apswbuffer.c: In function 'APSWBuffer_hash': src/apswbuffer.c:129:10: warning: comparison of integer expressions of different signedness: 'Py_uhash_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] if(hash==-1) ^~ In file included from src/apsw.c:151: src/connection.c: In function 'set_context_result': src/connection.c:1939:3: warning: 'PyObject_CheckReadBuffer' is deprecated [-Wdeprecated-declarations] if (PyObject_CheckReadBuffer(obj)) ^~ In file included from /usr/local/include/python3.7m/Python.h:147, from src/apsw.c:74: /usr/local/include/python3.7m/abstract.h:480:17: note: declared here PyAPI_FUNC(int) PyObject_CheckReadBuffer(PyObject *obj) ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:151: src/connection.c:1943:7: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations] int asrb=PyObject_AsReadBuffer(obj, &buffer, &buflen); ^~~ In file included from /usr/local/include/python3.7m/Python.h:147, from src/apsw.c:74: /usr/local/include/python3.7m/abstract.h:489:17: note: declared here PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:157: src/blob.c: In function 'APSWBlob_readinto': src/blob.c:404:3: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] aswb=PyObject_AsWriteBuffer(wbuf, &buffer, &bufsize); ^~~~ In file included from /usr/local/include/python3.7m/Python.h:147, from src/apsw.c:74: /usr/local/include/python3.7m/abstract.h:500:17: note: declared here PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:157: src/blob.c: In function 'APSWBlob_write': src/blob.c:532:3: warning: 'PyObject_CheckReadBuffer' is deprecated [-Wdeprecated-declarations] if(!PyUnicode_Check(obj) && PyObject_CheckReadBuffer(obj)) ^~ In file included from /usr/local/include/python3.7m/Python.h:147, from src/apsw.c:74: /usr/local/include/python3.7m/abstract.h:480:17: note: declared here PyAPI_FUNC(int) PyObject_CheckReadBuffer(PyObject *obj) ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:157: src/blob.c:534:7: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations] int asrb=PyObject_AsReadBuffer(obj, &buffer, &size); ^~~ In file included from /usr/local/include/python3.7m/Python.h:147, from src/apsw.c:74: /usr/local/include/python3.7m/abstract.h:489:17: note: declared here PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:160: src/cursor.c: In function 'APSWCursor_dobinding': src/cursor.c:558:3: warning: 'PyObject_CheckReadBuffer' is deprecated [-Wdeprecated-declarations] else if (PyObject_CheckReadBuffer(obj)) ^~~~ In file included from /usr/local/include/python3.7m/Python.h:147, from src/apsw.c:74: /usr/local/include/python3.7m/abstract.h:480:17: note: declared here PyAPI_FUNC(int) PyObject_CheckReadBuffer(PyObject *obj) ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:160: src/cursor.c:564:7: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations] APSW_FAULT_INJECT(DoBindingAsReadBufferFails,asrb=PyObject_AsReadBuffer(obj, &buffer, &buflen), (PyErr_NoMemory(), asrb=-1)); ^~~~~~~~~~~~~~~~~ In file included from /usr/local/include/python3.7m/Python.h:147, from src/apsw.c:74: /usr/local/include/python3.7m/abstract.h:489:17: note: declared here PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:166: src/vfs.c: In function 'apswvfs_xRandomness': src/vfs.c:978:7: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations] int asrb=PyObject_AsReadBuffer(pyresult, &buffer, &buflen); ^~~ In file included from /usr/local/include/python3.7m/Python.h:147, from src/apsw.c:74: /usr/local/include/python3.7m/abstract.h:489:17: note: declared here PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:166: src/vfs.c: In function 'apswvfsfile_xRead': src/vfs.c:2030:3: warning: 'PyObject_CheckReadBuffer' is deprecated [-Wdeprecated-declarations] if(PyUnicode_Check(pybuf) || !PyObject_CheckReadBuffer(pybuf)) ^~ In file included from /usr/local/include/python3.7m/Python.h:147, from src/apsw.c:74: /usr/local/include/python3.7m/abstract.h:480:17: note: declared here PyAPI_FUNC(int) PyObject_CheckReadBuffer(PyObject *obj) ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:166: src/vfs.c:2035:3: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations] asrb=PyObject_AsReadBuffer(pybuf, &buffer, &size); ^~~~ In file included from /usr/local/include/python3.7m/Python.h:147, from src/apsw.c:74: /usr/local/include/python3.7m/abstract.h:489:17: note: declared here PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:166: src/vfs.c: In function 'apswvfsfilepy_xWrite': src/vfs.c:2186:3: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations] asrb=PyObject_AsReadBuffer(buffy, &buffer, &size); ^~~~ In file included from /usr/local/include/python3.7m/Python.h:147, from src/apsw.c:74: /usr/local/include/python3.7m/abstract.h:489:17: note: declared here PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~ src/apsw.c: In function 'formatsqlvalue': src/apsw.c:1144:5: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations] asrb = PyObject_AsReadBuffer(value, (const void **)&buffer, &buflen); ^~~~ In file included from /usr/local/include/python3.7m/Python.h:147, from src/apsw.c:74: /usr/local/include/python3.7m/abstract.h:489:17: note: declared here PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~ creating build/lib.dragonfly-5.9-x86_64-3.7 cc -shared -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include build/temp.dragonfly-5.9-x86_64-3.7/src/apsw.o -L/usr/local/lib -lsqlite3 -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/apsw.so SUCCEEDED 00:00:06 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py37-apsw-3.33.0 depends on package: py37-setuptools>0 - found ===> py37-apsw-3.33.0 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py37-apsw-3.33.0 ===> py37-apsw-3.33.0 depends on package: py37-setuptools>0 - found ===> py37-apsw-3.33.0 depends on file: /usr/local/bin/python3.7 - found ===> Generating temporary packing list /usr/local/lib/python3.7/site-packages/setuptools/dist.py:476: UserWarning: Normalizing '3.33.0-r1' to '3.33.0.post1' normalized_version, running install running build running build_ext SQLite: Using system sqlite include/libraries running install_lib creating /construction/databases/py-apsw/stage/usr/local/lib/python3.7 creating /construction/databases/py-apsw/stage/usr/local/lib/python3.7/site-packages copying build/lib.dragonfly-5.9-x86_64-3.7/apsw.so -> /construction/databases/py-apsw/stage/usr/local/lib/python3.7/site-packages writing byte-compilation script '/tmp/tmpva4niy3l.py' /usr/local/bin/python3.7 /tmp/tmpva4niy3l.py removing /tmp/tmpva4niy3l.py running install_egg_info running egg_info creating apsw.egg-info writing apsw.egg-info/PKG-INFO writing dependency_links to apsw.egg-info/dependency_links.txt writing top-level names to apsw.egg-info/top_level.txt writing manifest file 'apsw.egg-info/SOURCES.txt' reading manifest file 'apsw.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'apsw.egg-info/SOURCES.txt' Copying apsw.egg-info to /construction/databases/py-apsw/stage/usr/local/lib/python3.7/site-packages/apsw-3.33.0.post1-py3.7.egg-info running install_scripts writing list of installed files to '/construction/databases/py-apsw/.PLIST.pymodtmp' /usr/bin/strip /construction/databases/py-apsw/stage/usr/local/lib/python3.7/site-packages/apsw.so ===> Creating unique files: Move MAN files needing SUFFIX ===> Creating unique files: Move files needing SUFFIX ====> 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:02 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- ====> 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 ------------------------------------------------------------------------------- ===> Building package for py37-apsw-3.33.0 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:01 TOTAL TIME 00:00:17