/usr/lib/python2.7/site-packages/setuptools/dist.py:476: UserWarning: Normalizing '3.13.0-r1' to '3.13.0.post1' normalized_version, In file included from /usr/include/python2.7/Python.h:8, from src/apsw.c:74: /usr/include/python2.7/pyconfig.h:1223: warning: "_POSIX_C_SOURCE" redefined 1223 | #define _POSIX_C_SOURCE 200112L | In file included from /usr/include/assert.h:35, from src/apsw.c:67: /usr/include/features.h:281: note: this is the location of the previous definition 281 | # define _POSIX_C_SOURCE 200809L | /usr/lib/python2.7/site-packages/setuptools/dist.py:476: UserWarning: Normalizing '3.13.0-r1' to '3.13.0.post1' normalized_version, /usr/lib/python3.9/site-packages/setuptools/dist.py:484: UserWarning: Normalizing '3.13.0-r1' to '3.13.0.post1' warnings.warn(tmpl.format(**locals())) In file included from src/apsw.c:126: src/pyutil.c: In function ‘Call_PythonMethod’: src/pyutil.c:156:3: warning: ‘PyEval_CallObjectWithKeywords’ is deprecated [-Wdeprecated-declarations] 156 | res=PyEval_CallObject(method, args); | ^~~ In file included from /usr/include/python3.9/Python.h:140, from src/apsw.c:74: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:126: src/pyutil.c: In function ‘convertutf8stringsize’: src/pyutil.c:246:11: warning: ‘PyUnicode_FromUnicode’ is deprecated [-Wdeprecated-declarations] 246 | PyObject *res=PyUnicode_FromUnicode(NULL, size); | ^~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:126: src/pyutil.c:248:11: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations] 248 | out=PyUnicode_AS_UNICODE(res); | ^~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:132: src/util.c: In function ‘apsw_write_unraiseable’: src/util.c:134:11: warning: ‘PyEval_CallFunction’ is deprecated [-Wdeprecated-declarations] 134 | result=PyEval_CallFunction(excepthook, "(OOO)", err_type?err_type:Py_None, err_value?err_value:Py_None, err_traceback?err_traceback:Py_None); | ^~~~~~ In file included from /usr/include/python3.9/Python.h:140, from src/apsw.c:74: /usr/include/python3.9/ceval.h:26:43: note: declared here 26 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallFunction( | ^~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:132: src/util.c:146:7: warning: ‘PyEval_CallFunction’ is deprecated [-Wdeprecated-declarations] 146 | result=PyEval_CallFunction(excepthook, "(OOO)", err_type?err_type:Py_None, err_value?err_value:Py_None, err_traceback?err_traceback:Py_None); | ^~~~~~ In file included from /usr/include/python3.9/Python.h:140, from src/apsw.c:74: /usr/include/python3.9/ceval.h:26:43: note: declared here 26 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallFunction( | ^~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:138: src/statementcache.c: In function ‘statementcache_prepare’: src/statementcache.c:234:7: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations] 234 | if( sc->cache && sc->numentries && ((PyUnicode_CheckExact(query) && PyUnicode_GET_DATA_SIZE(query) < SC_MAXSIZE) | ^~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:138: src/statementcache.c:234:7: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations] 234 | if( sc->cache && sc->numentries && ((PyUnicode_CheckExact(query) && PyUnicode_GET_DATA_SIZE(query) < SC_MAXSIZE) | ^~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:138: src/statementcache.c:234:7: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations] 234 | if( sc->cache && sc->numentries && ((PyUnicode_CheckExact(query) && PyUnicode_GET_DATA_SIZE(query) < SC_MAXSIZE) | ^~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:141: src/connection.c: In function ‘Connection_init’: src/connection.c:436:7: warning: ‘PyEval_CallObjectWithKeywords’ is deprecated [-Wdeprecated-declarations] 436 | hookresult=PyEval_CallObject(hook, hookargs); | ^~~~~~~~~~ In file included from /usr/include/python3.9/Python.h:140, from src/apsw.c:74: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:141: src/connection.c: In function ‘rollbackhookcb’: src/connection.c:964:3: warning: ‘PyEval_CallObjectWithKeywords’ is deprecated [-Wdeprecated-declarations] 964 | retval=PyEval_CallObject(self->rollbackhook, NULL); | ^~~~~~ In file included from /usr/include/python3.9/Python.h:140, from src/apsw.c:74: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:141: src/connection.c: In function ‘commithookcb’: src/connection.c:1103:3: warning: ‘PyEval_CallObjectWithKeywords’ is deprecated [-Wdeprecated-declarations] 1103 | retval=PyEval_CallObject(self->commithook, NULL); | ^~~~~~ In file included from /usr/include/python3.9/Python.h:140, from src/apsw.c:74: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | creating build/lib.linux-i686-3.9 gcc -pthread -shared build/temp.linux-i686-3.9/src/apsw.o -L/usr/lib -L/usr/lib -lsqlite3 -licui18n -licuuc -licudata -o build/lib.linux-i686-3.9/apsw.cpython-39-i386-linux-gnu.so running install running install_lib creating /usr/src/slapt-src/python/apsw/package-apsw/usr/lib/python3.9 creating /usr/src/slapt-src/python/apsw/package-apsw/usr/lib/python3.9/site-packages copying build/lib.linux-i686-3.9/apsw.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/apsw/package-apsw/usr/lib/python3.9/site-packages running install_egg_info running 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 SQLite: Using system sqlite include/libraries 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 /usr/src/slapt-src/python/apsw/package-apsw/usr/lib/python3.9/site-packages/apsw-3.13.0.post1-py3.9.egg-info running install_scripts Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/python/apsw/apsw-3.13.0_r1-i486-1salix15.0.txz Slackware package /usr/src/slapt-src/python/apsw/apsw-3.13.0_r1-i486-1salix15.0.txz created. Installing package apsw-3.13.0_r1-i486-1salix15.0... | apsw (Another Python SQLite Wrapper) | | APSW is a Python wrapper for the SQLite embedded relational database | engine. In contrast to other wrappers such as pysqlite it focuses on | being a minimal layer over SQLite attempting just to translate the | complete SQLite API into Python. The documentation has a section on | the differences between APSW and pysqlite. APSW supports CPython 2.3 | onwards and CPython 3.1 onwards. | | Homepage: http://code.google.com/p/apsw/ | | | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:141: src/connection.c:1917:7: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations] 1917 | int asrb=PyObject_AsReadBuffer(obj, &buffer, &buflen); | ^~~ In file included from /usr/include/python3.9/Python.h:146, from src/apsw.c:74: /usr/include/python3.9/abstract.h:343:17: note: declared here 343 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:141: src/connection.c: In function ‘cbdispatch_func’: src/connection.c:2010:3: warning: ‘PyEval_CallObjectWithKeywords’ is deprecated [-Wdeprecated-declarations] 2010 | retval=PyEval_CallObject(cbinfo->scalarfunc, pyargs); | ^~~~~~ In file included from /usr/include/python3.9/Python.h:140, from src/apsw.c:74: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:141: src/connection.c: In function ‘getaggregatefunctioncontext’: src/connection.c:2051:3: warning: ‘PyEval_CallObjectWithKeywords’ is deprecated [-Wdeprecated-declarations] 2051 | retval=PyEval_CallObject(cbinfo->aggregatefactory, NULL); | ^~~~~~ In file included from /usr/include/python3.9/Python.h:140, from src/apsw.c:74: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:141: src/connection.c: In function ‘cbdispatch_step’: src/connection.c:2131:3: warning: ‘PyEval_CallObjectWithKeywords’ is deprecated [-Wdeprecated-declarations] 2131 | retval=PyEval_CallObject(aggfc->stepfunc, pyargs); | ^~~~~~ In file included from /usr/include/python3.9/Python.h:140, from src/apsw.c:74: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:147: src/blob.c: In function ‘APSWBlob_readinto’: src/blob.c:404:3: warning: ‘PyObject_AsWriteBuffer’ is deprecated [-Wdeprecated-declarations] 404 | aswb=PyObject_AsWriteBuffer(wbuf, &buffer, &bufsize); | ^~~~ In file included from /usr/include/python3.9/Python.h:146, from src/apsw.c:74: /usr/include/python3.9/abstract.h:354:17: note: declared here 354 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:147: src/blob.c: In function ‘APSWBlob_write’: src/blob.c:532:3: warning: ‘PyObject_CheckReadBuffer’ is deprecated [-Wdeprecated-declarations] 532 | if(!PyUnicode_Check(obj) && PyObject_CheckReadBuffer(obj)) | ^~ In file included from /usr/include/python3.9/Python.h:146, from src/apsw.c:74: /usr/include/python3.9/abstract.h:334:36: note: declared here 334 | Py_DEPRECATED(3.0) PyAPI_FUNC(int) PyObject_CheckReadBuffer(PyObject *obj); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:147: src/blob.c:534:7: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations] 534 | int asrb=PyObject_AsReadBuffer(obj, &buffer, &size); | ^~~ In file included from /usr/include/python3.9/Python.h:146, from src/apsw.c:74: /usr/include/python3.9/abstract.h:343:17: note: declared here 343 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:150: src/cursor.c: In function ‘APSWCursor_dobinding’: src/cursor.c:558:3: warning: ‘PyObject_CheckReadBuffer’ is deprecated [-Wdeprecated-declarations] 558 | else if (PyObject_CheckReadBuffer(obj)) | ^~~~ In file included from /usr/include/python3.9/Python.h:146, from src/apsw.c:74: /usr/include/python3.9/abstract.h:334:36: note: declared here 334 | Py_DEPRECATED(3.0) PyAPI_FUNC(int) PyObject_CheckReadBuffer(PyObject *obj); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:150: src/cursor.c:564:7: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations] 564 | APSW_FAULT_INJECT(DoBindingAsReadBufferFails,asrb=PyObject_AsReadBuffer(obj, &buffer, &buflen), (PyErr_NoMemory(), asrb=-1)); | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.9/Python.h:146, from src/apsw.c:74: /usr/include/python3.9/abstract.h:343:17: note: declared here 343 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:156: src/vfs.c: In function ‘apswvfs_excepthook’: src/vfs.c:278:3: warning: ‘PyEval_CallObjectWithKeywords’ is deprecated [-Wdeprecated-declarations] 278 | return PyEval_CallObject(excepthook, args); | ^~~~~~ In file included from /usr/include/python3.9/Python.h:140, from src/apsw.c:74: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:156: src/vfs.c: In function ‘apswvfs_xRandomness’: src/vfs.c:978:7: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations] 978 | int asrb=PyObject_AsReadBuffer(pyresult, &buffer, &buflen); | ^~~ In file included from /usr/include/python3.9/Python.h:146, from src/apsw.c:74: /usr/include/python3.9/abstract.h:343:17: note: declared here 343 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:156: src/vfs.c: In function ‘apswvfsfile_xRead’: src/vfs.c:2030:3: warning: ‘PyObject_CheckReadBuffer’ is deprecated [-Wdeprecated-declarations] 2030 | if(PyUnicode_Check(pybuf) || !PyObject_CheckReadBuffer(pybuf)) | ^~ In file included from /usr/include/python3.9/Python.h:146, from src/apsw.c:74: /usr/include/python3.9/abstract.h:334:36: note: declared here 334 | Py_DEPRECATED(3.0) PyAPI_FUNC(int) PyObject_CheckReadBuffer(PyObject *obj); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:156: src/vfs.c:2035:3: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations] 2035 | asrb=PyObject_AsReadBuffer(pybuf, &buffer, &size); | ^~~~ In file included from /usr/include/python3.9/Python.h:146, from src/apsw.c:74: /usr/include/python3.9/abstract.h:343:17: note: declared here 343 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:156: src/vfs.c: In function ‘apswvfsfilepy_xWrite’: src/vfs.c:2186:3: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations] 2186 | asrb=PyObject_AsReadBuffer(buffy, &buffer, &size); | ^~~~ In file included from /usr/include/python3.9/Python.h:146, from src/apsw.c:74: /usr/include/python3.9/abstract.h:343:17: note: declared here 343 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~ src/apsw.c: In function ‘apsw_logger’: src/apsw.c:310:5: warning: ‘PyEval_CallFunction’ is deprecated [-Wdeprecated-declarations] 310 | res=PyEval_CallFunction(arg, "iO", errcode, msgaspystring); | ^~~ In file included from /usr/include/python3.9/Python.h:140, from src/apsw.c:74: /usr/include/python3.9/ceval.h:26:43: note: declared here 26 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallFunction( | ^~~~~~~~~~~~~~~~~~~ src/apsw.c: In function ‘formatsqlvalue’: src/apsw.c:1022:7: warning: ‘PyUnicode_FromUnicode’ is deprecated [-Wdeprecated-declarations] 1022 | unires=PyUnicode_FromUnicode(NULL, PyUnicode_GET_SIZE(value)+2); | ^~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ src/apsw.c:1022:7: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations] 1022 | unires=PyUnicode_FromUnicode(NULL, PyUnicode_GET_SIZE(value)+2); | ^~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/apsw.c:1022:7: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations] 1022 | unires=PyUnicode_FromUnicode(NULL, PyUnicode_GET_SIZE(value)+2); | ^~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/apsw.c:1022:7: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations] 1022 | unires=PyUnicode_FromUnicode(NULL, PyUnicode_GET_SIZE(value)+2); | ^~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/apsw.c:1024:7: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations] 1024 | res=PyUnicode_AS_UNICODE(unires); | ^~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/apsw.c:1026:7: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations] 1026 | memcpy(res, PyUnicode_AS_UNICODE(value), PyUnicode_GET_DATA_SIZE(value)); | ^~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/apsw.c:1026:7: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations] 1026 | memcpy(res, PyUnicode_AS_UNICODE(value), PyUnicode_GET_DATA_SIZE(value)); | ^~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/apsw.c:1026:7: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations] 1026 | memcpy(res, PyUnicode_AS_UNICODE(value), PyUnicode_GET_DATA_SIZE(value)); | ^~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/apsw.c:1026:7: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations] 1026 | memcpy(res, PyUnicode_AS_UNICODE(value), PyUnicode_GET_DATA_SIZE(value)); | ^~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/apsw.c:1027:7: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations] 1027 | res+=PyUnicode_GET_SIZE(value); | ^~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/apsw.c:1027:7: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations] 1027 | res+=PyUnicode_GET_SIZE(value); | ^~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/apsw.c:1027:7: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations] 1027 | res+=PyUnicode_GET_SIZE(value); | ^~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/apsw.c:1030:7: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations] 1030 | res=PyUnicode_AS_UNICODE(unires)+1; | ^~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/apsw.c:1031:7: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations] 1031 | left=PyUnicode_GET_SIZE(value); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/apsw.c:1031:7: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations] 1031 | left=PyUnicode_GET_SIZE(value); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/apsw.c:1031:7: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations] 1031 | left=PyUnicode_GET_SIZE(value); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/apsw.c:1039:15: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations] 1039 | APSW_FAULT_INJECT(FormatSQLValueResizeFails, | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/apsw.c:1039:15: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations] 1039 | APSW_FAULT_INJECT(FormatSQLValueResizeFails, | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/apsw.c:1039:15: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations] 1039 | APSW_FAULT_INJECT(FormatSQLValueResizeFails, | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/apsw.c:1048:15: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations] 1048 | res=PyUnicode_AS_UNICODE(unires)+(PyUnicode_GET_SIZE(unires)-left-moveamount-1); | ^~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/apsw.c:1048:15: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations] 1048 | res=PyUnicode_AS_UNICODE(unires)+(PyUnicode_GET_SIZE(unires)-left-moveamount-1); | ^~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/apsw.c:1048:15: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations] 1048 | res=PyUnicode_AS_UNICODE(unires)+(PyUnicode_GET_SIZE(unires)-left-moveamount-1); | ^~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/apsw.c:1048:15: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations] 1048 | res=PyUnicode_AS_UNICODE(unires)+(PyUnicode_GET_SIZE(unires)-left-moveamount-1); | ^~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/apsw.c:1080:7: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations] 1080 | asrb=PyObject_AsReadBuffer(value, (const void**)&buffer, &buflen); | ^~~~ In file included from /usr/include/python3.9/Python.h:146, from src/apsw.c:74: /usr/include/python3.9/abstract.h:343:17: note: declared here 343 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~ src/apsw.c:1087:7: warning: ‘PyUnicode_FromUnicode’ is deprecated [-Wdeprecated-declarations] 1087 | APSW_FAULT_INJECT(FormatSQLValuePyUnicodeFromUnicodeFails, | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ src/apsw.c:1092:7: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations] 1092 | res=PyUnicode_AS_UNICODE(unires); | ^~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from src/apsw.c:74: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ src/apsw.c: In function ‘PyInit_apsw’: src/apsw.c:1250:5: warning: ‘PyEval_InitThreads’ is deprecated [-Wdeprecated-declarations] 1250 | PyEval_InitThreads(); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.9/Python.h:140, from src/apsw.c:74: /usr/include/python3.9/ceval.h:130:37: note: declared here 130 | Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void); | ^~~~~~~~~~~~~~~~~~ /usr/lib/python3.9/site-packages/setuptools/dist.py:484: UserWarning: Normalizing '3.13.0-r1' to '3.13.0.post1' warnings.warn(tmpl.format(**locals())) listing git files failed - pretending there aren't any ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/apsw-3.13.0_r1/ usr/doc/apsw-3.13.0_r1/PKG-INFO usr/doc/apsw-3.13.0_r1/_sources/ usr/doc/apsw-3.13.0_r1/_sources/apsw.txt usr/doc/apsw-3.13.0_r1/_sources/backup.txt usr/doc/apsw-3.13.0_r1/_sources/benchmarking.txt usr/doc/apsw-3.13.0_r1/_sources/blob.txt usr/doc/apsw-3.13.0_r1/_sources/build.txt usr/doc/apsw-3.13.0_r1/_sources/changes.txt usr/doc/apsw-3.13.0_r1/_sources/connection.txt usr/doc/apsw-3.13.0_r1/_sources/copyright.txt usr/doc/apsw-3.13.0_r1/_sources/cursor.txt usr/doc/apsw-3.13.0_r1/_sources/dbapi.txt usr/doc/apsw-3.13.0_r1/_sources/download.txt usr/doc/apsw-3.13.0_r1/_sources/example.txt usr/doc/apsw-3.13.0_r1/_sources/exceptions.txt usr/doc/apsw-3.13.0_r1/_sources/execution.txt usr/doc/apsw-3.13.0_r1/_sources/extensions.txt usr/doc/apsw-3.13.0_r1/_sources/index.txt usr/doc/apsw-3.13.0_r1/_sources/pysqlite.txt usr/doc/apsw-3.13.0_r1/_sources/shell.txt usr/doc/apsw-3.13.0_r1/_sources/tips.txt usr/doc/apsw-3.13.0_r1/_sources/types.txt usr/doc/apsw-3.13.0_r1/_sources/vfs.txt usr/doc/apsw-3.13.0_r1/_sources/vtable.txt usr/doc/apsw-3.13.0_r1/_static/ usr/doc/apsw-3.13.0_r1/_static/ajax-loader.gif usr/doc/apsw-3.13.0_r1/_static/basic.css usr/doc/apsw-3.13.0_r1/_static/classic.css usr/doc/apsw-3.13.0_r1/_static/comment-bright.png usr/doc/apsw-3.13.0_r1/_static/comment-close.png usr/doc/apsw-3.13.0_r1/_static/comment.png usr/doc/apsw-3.13.0_r1/_static/default.css usr/doc/apsw-3.13.0_r1/_static/doctools.js usr/doc/apsw-3.13.0_r1/_static/down-pressed.png usr/doc/apsw-3.13.0_r1/_static/down.png usr/doc/apsw-3.13.0_r1/_static/file.png usr/doc/apsw-3.13.0_r1/_static/jquery.js usr/doc/apsw-3.13.0_r1/_static/minus.png usr/doc/apsw-3.13.0_r1/_static/plus.png usr/doc/apsw-3.13.0_r1/_static/pygments.css usr/doc/apsw-3.13.0_r1/_static/searchtools.js usr/doc/apsw-3.13.0_r1/_static/sidebar.js usr/doc/apsw-3.13.0_r1/_static/underscore.js usr/doc/apsw-3.13.0_r1/_static/up-pressed.png usr/doc/apsw-3.13.0_r1/_static/up.png usr/doc/apsw-3.13.0_r1/_static/websupport.js usr/doc/apsw-3.13.0_r1/apsw.SlackBuild usr/doc/apsw-3.13.0_r1/apsw.html usr/doc/apsw-3.13.0_r1/backup.html usr/doc/apsw-3.13.0_r1/benchmarking.html usr/doc/apsw-3.13.0_r1/blob.html usr/doc/apsw-3.13.0_r1/build.html usr/doc/apsw-3.13.0_r1/changes.html usr/doc/apsw-3.13.0_r1/connection.html usr/doc/apsw-3.13.0_r1/copyright.html usr/doc/apsw-3.13.0_r1/cursor.html usr/doc/apsw-3.13.0_r1/dbapi.html usr/doc/apsw-3.13.0_r1/download.html usr/doc/apsw-3.13.0_r1/example.html usr/doc/apsw-3.13.0_r1/exceptions.html usr/doc/apsw-3.13.0_r1/execution.html usr/doc/apsw-3.13.0_r1/extensions.html usr/doc/apsw-3.13.0_r1/genindex.html usr/doc/apsw-3.13.0_r1/index.html usr/doc/apsw-3.13.0_r1/objects.inv usr/doc/apsw-3.13.0_r1/py-modindex.html usr/doc/apsw-3.13.0_r1/pysqlite.html usr/doc/apsw-3.13.0_r1/search.html usr/doc/apsw-3.13.0_r1/searchindex.js usr/doc/apsw-3.13.0_r1/shell.html usr/doc/apsw-3.13.0_r1/tips.html usr/doc/apsw-3.13.0_r1/types.html usr/doc/apsw-3.13.0_r1/vfs.html usr/doc/apsw-3.13.0_r1/vtable.html usr/lib/ usr/lib/python2.7/ usr/lib/python2.7/site-packages/ usr/lib/python2.7/site-packages/apsw-3.13.0.post1-py2.7.egg-info/ usr/lib/python2.7/site-packages/apsw-3.13.0.post1-py2.7.egg-info/PKG-INFO usr/lib/python2.7/site-packages/apsw-3.13.0.post1-py2.7.egg-info/SOURCES.txt usr/lib/python2.7/site-packages/apsw-3.13.0.post1-py2.7.egg-info/dependency_links.txt usr/lib/python2.7/site-packages/apsw-3.13.0.post1-py2.7.egg-info/top_level.txt usr/lib/python2.7/site-packages/apsw.so usr/lib/python3.9/ usr/lib/python3.9/site-packages/ usr/lib/python3.9/site-packages/apsw-3.13.0.post1-py3.9.egg-info/ usr/lib/python3.9/site-packages/apsw-3.13.0.post1-py3.9.egg-info/PKG-INFO usr/lib/python3.9/site-packages/apsw-3.13.0.post1-py3.9.egg-info/SOURCES.txt usr/lib/python3.9/site-packages/apsw-3.13.0.post1-py3.9.egg-info/dependency_links.txt usr/lib/python3.9/site-packages/apsw-3.13.0.post1-py3.9.egg-info/top_level.txt usr/lib/python3.9/site-packages/apsw.cpython-39-i386-linux-gnu.so