/usr/lib/python2.7/site-packages/setuptools/dist.py:476: UserWarning: Normalizing '2019.08.19' to '2019.8.19' normalized_version, regex_2/_regex.c: In function ‘folded_char_at’: regex_2/_regex.c:10535:9: warning: variable ‘folded_len’ set but not used [-Wunused-but-set-variable] 10535 | int folded_len; | ^~~~~~~~~~ regex_2/_regex.c: In function ‘fuzzy_match_string_fld’: regex_2/_regex.c:11180:10: warning: ‘data.new_text_pos’ may be used uninitialized [-Wmaybe-uninitialized] 11180 | if (!record_fuzzy(state, data.fuzzy_type, data.new_text_pos - data.step)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regex_2/_regex.c: In function ‘fuzzy_match_group_fld’: regex_2/_regex.c:11413:10: warning: ‘data.new_text_pos’ may be used uninitialized [-Wmaybe-uninitialized] 11413 | if (!record_fuzzy(state, data.fuzzy_type, data.new_text_pos - data.step)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regex_2/_regex.c: In function ‘basic_match’: regex_2/_regex.c:11518:10: warning: ‘data.new_text_pos’ may be used uninitialized [-Wmaybe-uninitialized] 11518 | if (!record_fuzzy(state, data.fuzzy_type, data.new_text_pos - data.step)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regex_2/_regex.c:11432:18: note: ‘data.new_text_pos’ was declared here 11432 | RE_FuzzyData data; | ^~~~ regex_2/_regex.c:11279:10: warning: ‘data.new_text_pos’ may be used uninitialized [-Wmaybe-uninitialized] 11279 | if (!record_fuzzy(state, data.fuzzy_type, data.new_text_pos - data.step)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regex_2/_regex.c:11198:18: note: ‘data.new_text_pos’ was declared here 11198 | RE_FuzzyData data; | ^~~~ /usr/lib/python3.9/site-packages/setuptools/dist.py:484: UserWarning: Normalizing '2019.08.19' to '2019.8.19' warnings.warn(tmpl.format(**locals())) regex_3/_regex.c: In function ‘folded_char_at’: regex_3/_regex.c:10625:9: warning: variable ‘folded_len’ set but not used [-Wunused-but-set-variable] 10625 | int folded_len; | ^~~~~~~~~~ regex_3/_regex.c: In function ‘unicode_slice’: regex_3/_regex.c:19260:5: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations] 19260 | length = PyUnicode_GET_SIZE(string); | ^~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from regex_3/_regex.c:48: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ regex_3/_regex.c:19260:5: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations] 19260 | length = PyUnicode_GET_SIZE(string); | ^~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from regex_3/_regex.c:48: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ regex_3/_regex.c:19260:5: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations] 19260 | length = PyUnicode_GET_SIZE(string); | ^~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from regex_3/_regex.c:48: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ regex_3/_regex.c: In function ‘join_list_info’: regex_3/_regex.c:20176:13: warning: ‘PyUnicode_FromUnicode’ is deprecated [-Wdeprecated-declarations] 20176 | joiner = PyUnicode_FromUnicode(NULL, 0); | ^~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from regex_3/_regex.c:48: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ regex_3/_regex.c:20206:9: warning: ‘PyUnicode_FromUnicode’ is deprecated [-Wdeprecated-declarations] 20206 | return PyUnicode_FromUnicode(NULL, 0); | ^~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from regex_3/_regex.c:48: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ regex_3/_regex.c: In function ‘fuzzy_match_string_fld’: regex_3/_regex.c:11270:10: warning: ‘data.new_text_pos’ may be used uninitialized [-Wmaybe-uninitialized] 11270 | if (!record_fuzzy(state, data.fuzzy_type, data.new_text_pos - data.step)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regex_3/_regex.c: In function ‘fuzzy_match_group_fld’: regex_3/_regex.c:11503:10: warning: ‘data.new_text_pos’ may be used uninitialized [-Wmaybe-uninitialized] 11503 | if (!record_fuzzy(state, data.fuzzy_type, data.new_text_pos - data.step)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regex_3/_regex.c: In function ‘basic_match’: regex_3/_regex.c:11608:10: warning: ‘data.new_text_pos’ may be used uninitialized [-Wmaybe-uninitialized] 11608 | if (!record_fuzzy(state, data.fuzzy_type, data.new_text_pos - data.step)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regex_3/_regex.c:11522:18: note: ‘data.new_text_pos’ was declared here 11522 | RE_FuzzyData data; | ^~~~ regex_3/_regex.c:11369:10: warning: ‘datgcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/usr/include/python3.9 -c regex_3/_regex_unicode.c -o build/temp.linux-i686-3.9/regex_3/_regex_unicode.o gcc -pthread -shared build/temp.linux-i686-3.9/regex_3/_regex.o build/temp.linux-i686-3.9/regex_3/_regex_unicode.o -L/usr/lib -o build/lib.linux-i686-3.9/regex/_regex.cpython-39-i386-lilisting git files failed - pretending there aren't any ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/regex-2019.08.19/ usr/doc/regex-2019.08.19/README usr/doc/regex-2019.08.19/regex.SlackBuild usr/lib/ usr/lib/python2.7/ usr/lib/python2.7/site-packages/ usr/lib/python2.7/site-packages/regex/ usr/lib/python2.7/site-packages/regex-2019.8.19-py2.7.egg-info/ usr/lib/python2.7/site-packages/regex-2019.8.19-py2.7.egg-info/PKG-INFO usr/lib/python2.7/site-packages/regex-2019.8.19-py2.7.egg-info/SOURCES.txt usr/lib/python2.7/site-packages/regex-2019.8.19-py2.7.egg-info/dependency_links.txt usr/lib/python2.7/site-packages/regex-2019.8.19-py2.7.egg-info/top_level.txt usr/lib/python2.7/site-packages/regex/__init__.py usr/lib/python2.7/site-packages/regex/__init__.pyc usr/lib/python2.7/site-packages/regex/_regex.so usr/lib/python2.7/site-packages/regex/_regex_core.py usr/lib/python2.7/site-packages/regex/_regex_core.pyc usr/lib/python2.7/site-packages/regex/regex.py usr/lib/python2.7/site-packages/regex/regex.pyc usr/lib/python2.7/site-packages/regex/test/ usr/lib/python2.7/site-packages/regex/test/__init__.py usr/lib/python2.7/site-packages/regex/test/__init__.pyc usr/lib/python2.7/site-packages/regex/test/test_regex.py usr/lib/python2.7/site-packages/regex/test/test_regex.pyc usr/lib/python3.9/ usr/lib/python3.9/site-packages/ usr/lib/python3.9/site-packages/regex/ usr/lib/python3.9/site-packages/regex-2019.8.19-py3.9.egg-info/ usr/lib/python3.9/site-packages/regex-2019.8.19-py3.9.egg-info/PKG-INFO usr/lib/python3.9/site-packages/regex-2019.8.19-py3.9.egg-info/SOURCES.txt usr/lib/python3.9/site-packages/regex-2019.8.19-py3.9.egg-info/dependency_links.txt usr/lib/python3.9/site-packages/regex-2019.8.19-py3.9.egg-info/top_level.txt usr/lib/python3.9/site-packages/regex/__init__.py usr/lib/python3.9/site-packages/regex/__pycache__/ usr/lib/python3.9/site-packages/regex/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/site-packages/regex/__pycache__/_regex_core.cpython-39.pyc usr/lib/python3.9/site-packages/regex/__pycache__/regex.cpython-39.pyc usr/lib/python3.9/site-packages/regex/_regex.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/regex/_regex_core.py usr/lib/python3.9/site-packages/regex/regex.py usr/lib/python3.9/site-packages/regex/test/ usr/lib/python3.9/site-packages/regex/test/__init__.py usr/lib/python3.9/site-packages/regex/test/__pycache__/ usr/lib/python3.9/site-packages/regex/test/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/site-packages/regex/test/__pycache__/test_regex.cpython-39.pyc usr/lib/python3.9/site-packages/regex/test/test_regex.py inks: 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/regex/regex-2019.08.19-i586-1salix15.0.txz WARNING: zero length file usr/lib/python2.7/site-packages/regex/test/__init__.py WARNING: zero length file usr/lib/python3.9/site-packages/regex/test/__init__.py Slackware package /usr/src/slapt-src/python/regex/regex-2019.08.19-i586-1salix15.0.txz created. Installing package regex-2019.08.19-i586-1salix15.0... | regex (Python regex implementation) | | A new regex implementation intended eventually to replace Python's | current re module implementation. For testing and comparison with the | new implementation is in the form of a module called 'regex'. | | Homepage: https://code.google.com/p/mrab-regex-hg/ | | | | | |