cjellyfish/porter.c: In function ‘m’: cjellyfish/porter.c:127:7: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 127 | if (! cons(z, i)) break; i++; | ^~ cjellyfish/porter.c:127:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 127 | if (! cons(z, i)) break; i++; | ^ cjellyfish/porter.c: In function ‘ends’: cjellyfish/porter.c:190:20: warning: comparison of integer expressions of different signedness: ‘char’ and ‘Py_UCS4’ {aka ‘unsigned int’} [-Wsign-compare] 190 | if (s[length-1] != b[k]) return FALSE; /* tiny speed-up */ | ^~ cjellyfish/porter.c:194:38: warning: comparison of integer expressions of different signedness: ‘Py_UCS4’ {aka ‘unsigned int’} and ‘char’ [-Wsign-compare] 194 | if( *(b + k - length + 1 + i) != *(s + i) ) { | ^~ cjellyfish/porter.c: In function ‘step4’: cjellyfish/porter.c:339:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 339 | if (ends(z, 4, "ence")) break; return; | ^~ cjellyfish/porter.c:339:48: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 339 | if (ends(z, 4, "ence")) break; return; | ^~~~~~ cjellyfish/porter.c:343:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 343 | if (ends(z, 4, "ible")) break; return; | ^~ cjellyfish/porter.c:343:48: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 343 | if (ends(z, 4, "ible")) break; return; | ^~~~~~ cjellyfish/porter.c:347:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 347 | if (ends(z, 3, "ent")) break; return; | ^~ cjellyfish/porter.c:347:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 347 | if (ends(z, 3, "ent")) break; return; | ^~~~~~ cjellyfish/porter.c:349:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 349 | if (ends(z, 2, "ou")) break; return; | ^~ cjellyfish/porter.c:349:46: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 349 | if (ends(z, 2, "ou")) break; return; | ^~~~~~ cjellyfish/porter.c:353:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 353 | if (ends(z, 3, "iti")) break; return; | ^~ cjellyfish/porter.c:353:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 353 | if (ends(z, 3, "iti")) break; return; | ^~~~~~ cjellyfish/soundex.c: In function ‘soundex’: cjellyfish/soundex.c:61:13: warning: ‘c’ may be used uninitialized in this function [-Wmaybe-uninitialized] 61 | if (c && c != prev && s != str) { | ^ listing git files failed - pretending there aren't any warning: no files found matching '*.rst' warning: no files found matching '*.pyi' warning: no files found matching 'py.typed' warning: no previously-included files matching '.git' found anywhere in distribution ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/jellyfish-0.9.0/ usr/doc/jellyfish-0.9.0/LICENSE usr/doc/jellyfish-0.9.0/PKG-INFO usr/doc/jellyfish-0.9.0/README.md usr/doc/jellyfish-0.9.0/jellyfish.SlackBuild usr/lib/ usr/lib/python3.9/ usr/lib/python3.9/site-packages/ usr/lib/python3.9/site-packages/jellyfish/ usr/lib/python3.9/site-packages/jellyfish-0.9.0-py3.9.egg-info/ usr/lib/python3.9/site-packages/jellyfish-0.9.0-py3.9.egg-info/PKG-INFO usr/lib/python3.9/site-packages/jellyfish-0.9.0-py3.9.egg-info/SOURCES.txt usr/lib/python3.9/site-packages/jellyfish-0.9.0-py3.9.egg-info/dependency_links.txt usr/lib/python3.9/site-packages/jellyfish-0.9.0-py3.9.egg-info/top_level.txt usr/lib/python3.9/site-packages/jellyfish/__init__.py usr/lib/python3.9/site-packages/jellyfish/__init__.pyi usr/lib/python3.9/site-packages/jellyfish/__pycache__/ usr/lib/python3.9/site-packages/jellyfish/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/site-packages/jellyfish/__pycache__/_jellyfish.cpython-39.pyc usr/lib/python3.9/site-packages/jellyfish/__pycache__/porter.cpython-39.pyc usr/lib/python3.9/site-packages/jellyfish/__pycache__/test.cpython-39.pyc usr/lib/python3.9/site-packages/jellyfish/_jellyfish.py usr/lib/python3.9/site-packages/jellyfish/cjellyfish.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/jellyfish/porter.py usr/lib/python3.9/site-packages/jellyfish/py.typed usr/lib/python3.9/site-packages/jellyfish/test.py build/temp.linux-i686-3.9/cjellyfish/metaphone.o build/temp.linux-i686-3.9/cjellyfish/mra.o build/temp.linux-i686-3.9/cjellyfish/nysiis.o build/temp.linux-i686-3.9/cjellyfish/porter.o build/temp.linux-i686-3.9/cjellyfish/soundex.o -L/usr/lib -o build/lib.linux-i686-3.9/jellyfish/cjellyfish.cpython-39-i386-linux-gnu.so running install_lib creating /usr/src/slapt-src/python/jellyfish/package-jellyfish/usr creating /usr/src/slapt-src/python/jellyfish/package-jellyfish/usr/lib creating /usr/src/slapt-src/python/jellyfish/package-jellyfish/usr/lib/python3.9 creating /usr/src/slapt-src/python/jellyfish/package-jellyfish/usr/lib/python3.9/site-packages creating /usr/src/slapt-src/python/jellyfish/package-jellyfish/usr/lib/python3.9/site-packages/jellyfish copying build/lib.linux-i686-3.9/jellyfish/__init__.py -> /usr/src/slapt-src/python/jellyfish/package-jellyfish/usr/lib/python3.9/site-packages/jellyfish copying build/lib.linux-i686-3.9/jellyfish/_jellyfish.py -> /usr/src/slapt-src/python/jellyfish/package-jellyfish/usr/lib/python3.9/site-packages/jellyfish copying build/lib.linux-i686-3.9/jellyfish/porter.py -> /usr/src/slapt-src/python/jellyfish/package-jellyfish/usr/lib/python3.9/site-packages/jellyfish copying build/lib.linux-i686-3.9/jellyfish/test.py -> /usr/src/slapt-src/python/jellyfish/package-jellyfish/usr/lib/python3.9/site-packages/jellyfish copying build/lib.linux-i686-3.9/jellyfish/__init__.pyi -> /usr/src/slapt-src/python/jellyfish/package-jellyfish/usr/lib/python3.9/site-packages/jellyfish copying build/lib.linux-i686-3.9/jellyfish/py.typed -> /usr/src/slapt-src/python/jellyfish/package-jellyfish/usr/lib/python3.9/site-packages/jellyfish copying build/lib.linux-i686-3.9/jellyfish/cjellyfish.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/jellyfish/package-jellyfish/usr/lib/python3.9/site-packages/jellyfish byte-compiling /usr/src/slapt-src/python/jellyfish/package-jellyfish/usr/lib/python3.9/site-packages/jellyfish/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/jellyfish/package-jellyfish/usr/lib/python3.9/site-packages/jellyfish/_jellyfish.py to _jellyfish.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/jellyfish/package-jellyfish/usr/lib/python3.9/site-packages/jellyfish/porter.py to porter.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/jellyfish/package-jellyfish/usr/lib/python3.9/site-packages/jellyfish/test.py to test.cpython-39.pyc running install_egg_info running egg_info writing jellyfish.egg-info/PKG-INFO writing dependency_links to jellyfish.egg-info/dependency_links.txt writing top-level names to jellyfish.egg-info/top_level.txt reading manifest file 'jellyfish.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'jellyfish.egg-info/SOURCES.txt' Copying jellyfish.egg-info to /usr/src/slapt-src/python/jellyfish/package-jellyfish/usr/lib/python3.9/site-packages/jellyfish-0.9.0-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/jellyfish/jellyfish-0.9.0-i586-1salix15.0.txz WARNING: zero length file usr/lib/python3.9/site-packages/jellyfish/py.typed Slackware package /usr/src/slapt-src/python/jellyfish/jellyfish-0.9.0-i586-1salix15.0.txz created. Installing package jellyfish-0.9.0-i586-1salix15.0... | jellyfish (python library) | | Jellyfish is a python library for doing approximate and phonetic | matching of strings. | | Homepage: https://github.com/sunlightlabs/jellyfish | | | | | | |