pycldmodule.cc: In function ‘PyObject* PyInit_cld2()’: pycldmodule.cc:402:16: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘Py_ssize_t’ {aka ‘int’} [-Wsign-compare] 402 | if (upto == PyTuple_Size(pyEncs)) { | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ pycldmodule.cc:410:12: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘Py_ssize_t’ {aka ‘int’} [-Wsign-compare] 410 | if (upto != PyTuple_Size(pyEncs)) { | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ pycldmodule.cc:423:16: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘Py_ssize_t’ {aka ‘int’} [-Wsign-compare] 423 | if (upto == PyTuple_Size(pyLangs)) { | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ pycldmodule.cc:440:12: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘Py_ssize_t’ {aka ‘int’} [-Wsign-compare] 440 | if (upto != PyTuple_Size(pyLangs)) { | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ pycldmodule.cc:729:12: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘Py_ssize_t’ {aka ‘int’} [-Wsign-compare] 729 | if (upto != PyTuple_Size(detLangs)) { | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/python3.9/distutils/extension.py:131: UserWarning: Unknown Extension options: 'libdirs' warnings.warn(msg) pycldmodule.cc: In function ‘PyObject* PyInit_cld2full()’: pycldmodule.cc:402:16: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘Py_ssize_t’ {aka ‘int’} [-Wsign-compare] 402 | if (upto == PyTuple_Size(pyEncs)) { | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ pycldmodule.cc:410:12: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘Py_ssize_t’ {aka ‘int’} [-Wsign-compare] 410 | if (upto != PyTuple_Size(pyEncs)) { | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ pycldmodule.cc:423:16: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘Py_ssize_t’ {aka ‘int’} [-Wsign-compare] 423 | if (upto == PyTuple_Size(pyLangs)) { | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ pycldmodule.cc:440:12: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘Py_ssize_t’ {aka ‘int’} [-Wsign-compare] 440 | if (upto != PyTuple_Size(pyLangs)) { | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ pycldmodule.cc:729:12: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘Py_ssize_t’ {aka ‘int’} [-Wsign-compare] 729 | if (upto != PyTuple_Size(detLangs)) { | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/pycld2-20151111/ usr/doc/pycld2-20151111/README usr/doc/pycld2-20151111/pycld2.SlackBuild usr/lib/ usr/lib/python3.9/ usr/lib/python3.9/site-packages/ usr/lib/python3.9/site-packages/chromium_compact_language_detector-2.0-py3.9.egg-info usr/lib/python3.9/site-packages/cld2.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/cld2full.cpython-39-i386-linux-gnu.so pycldmodule.cc -o build/temp.linux-i686-3.9/pycldmodule.o -DCLD2_FULL creating build/lib.linux-i686-3.9 g++ -pthread -shared build/temp.linux-i686-3.9/encodings.o build/temp.linux-i686-3.9/pycldmodule.o -L/usr/lib -lcld2_full -o build/lib.linux-i686-3.9/cld2full.cpython-39-i386-linux-gnu.so running install_lib copying build/lib.linux-i686-3.9/cld2full.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/pycld2/package-pycld2/usr/lib/python3.9/site-packages running install_egg_info Removing /usr/src/slapt-src/python/pycld2/package-pycld2/usr/lib/python3.9/site-packages/chromium_compact_language_detector-2.0-py3.9.egg-info Writing /usr/src/slapt-src/python/pycld2/package-pycld2/usr/lib/python3.9/site-packages/chromium_compact_language_detector-2.0-py3.9.egg-info 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/pycld2/pycld2-20151111-i586-2salix15.0.txz Slackware package /usr/src/slapt-src/python/pycld2/pycld2-20151111-i586-2salix15.0.txz created. Installing package pycld2-20151111-i586-2salix15.0... | pycld2 (a Python wrapper around the cld2 library) | | pycld2 is a Python wrapper around the cld2 library. It provides both | the cld2 and cld2full modules. | | | | | | | | |