Compiling /usr/src/slapt-src/python/llfuse/llfuse-1.4.1/src/llfuse.pyx src/llfuse.c: In function ‘__pyx_f_6llfuse_session_loop_mt’: src/llfuse.c:42436:3: warning: ‘PyEval_InitThreads’ is deprecated [-Wdeprecated-declarations] 42436 | PyEval_InitThreads(); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.9/Python.h:140, from src/llfuse.c:6: /usr/include/python3.9/ceval.h:130:37: note: declared here 130 | Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void); | ^~~~~~~~~~~~~~~~~~ listing git files failed - pretending there aren't any warning: no directories found matching 'doc/html' no previously-included directories found matching 'test/.cache' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/llfuse-1.4.1/ usr/doc/llfuse-1.4.1/Changes.rst usr/doc/llfuse-1.4.1/LICENSE usr/doc/llfuse-1.4.1/README.rst usr/doc/llfuse-1.4.1/examples/ usr/doc/llfuse-1.4.1/examples/lltest.py usr/doc/llfuse-1.4.1/examples/passthroughfs.py usr/doc/llfuse-1.4.1/examples/tmpfs.py usr/doc/llfuse-1.4.1/llfuse.SlackBuild usr/lib/ usr/lib/python3.9/ usr/lib/python3.9/site-packages/ usr/lib/python3.9/site-packages/llfuse-1.4.1-py3.9.egg-info/ usr/lib/python3.9/site-packages/llfuse-1.4.1-py3.9.egg-info/PKG-INFO usr/lib/python3.9/site-packages/llfuse-1.4.1-py3.9.egg-info/SOURCES.txt usr/lib/python3.9/site-packages/llfuse-1.4.1-py3.9.egg-info/dependency_links.txt usr/lib/python3.9/site-packages/llfuse-1.4.1-py3.9.egg-info/top_level.txt usr/lib/python3.9/site-packages/llfuse-1.4.1-py3.9.egg-info/zip-safe usr/lib/python3.9/site-packages/llfuse.cpython-39-i386-linux-gnu.so llfuse-1.4.1/.travis.yml llfuse-1.4.1/.hgignore llfuse-1.4.1/setup.py llfuse-1.4.1/src/ llfuse-1.4.1/src/lock.h llfuse-1.4.1/src/llfuse.h llfuse-1.4.1/src/llfuse.pyx llfuse-1.4.1/src/darwin_compat.h llfuse-1.4.1/src/macros.c llfuse-1.4.1/src/fuse_api.pxi llfuse-1.4.1/src/darwin_compat.c llfuse-1.4.1/src/operations.pxi llfuse-1.4.1/src/xattr.h llfuse-1.4.1/src/gettime.h llfuse-1.4.1/src/misc.pxi llfuse-1.4.1/src/handlers.pxi llfuse-1.4.1/src/lock.c llfuse-1.4.1/rst/ llfuse-1.4.1/rst/fuse_api.rst llfuse-1.4.1/rst/lock.rst llfuse-1.4.1/rst/_static/ llfuse-1.4.1/rst/_static/.placeholder llfuse-1.4.1/rst/data.rst llfuse-1.4.1/rst/changes.rst llfuse-1.4.1/rst/about.rst llfuse-1.4.1/rst/gotchas.rst llfuse-1.4.1/rst/install.rst llfuse-1.4.1/rst/conf.py llfuse-1.4.1/rst/index.rst llfuse-1.4.1/rst/operations.rst llfuse-1.4.1/rst/example.rst llfuse-1.4.1/rst/_templates/ llfuse-1.4.1/rst/_templates/localtoc.html llfuse-1.4.1/rst/util.rst llfuse-1.4.1/rst/general.rst llfuse-1.4.1/.dir-locals.el llfuse-1.4.1/util/ llfuse-1.4.1/util/sphinx_cython.py llfuse-1.4.1/util/upload-pypi llfuse-1.4.1/util/sdist-sign llfuse-1.4.1/MANIFEST.in running build_cython running build_ext building 'llfuse' extension creating build creating build/temp.linux-i686-3.9 creating build/temp.linux-i686-3.9/src gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/usr/include/python3.9 -c src/llfuse.c -o build/temp.linux-i686-3.9/src/llfuse.o -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=29 -Wall -Wextra -Wconversion -Wsign-compare -DLLFUSE_VERSION="1.4.1" -Wno-unused-function -Wno-implicit-fallthrough -Wno-unused-parameter gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/usr/include/python3.9 -c src/lock.c -o build/temp.linux-i686-3.9/src/lock.o -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=29 -Wall -Wextra -Wconversion -Wsign-compare -DLLFUSE_VERSION="1.4.1" -Wno-unused-function -Wno-implicit-fallthrough -Wno-unused-parameter creating build/lib.linux-i686-3.9 gcc -pthread -shared build/temp.linux-i686-3.9/src/llfuse.o build/temp.linux-i686-3.9/src/lock.o -L/usr/lib -o build/lib.linux-i686-3.9/llfuse.cpython-39-i386-linux-gnu.so -lfuse -pthread -lpthread -lrt copying build/lib.linux-i686-3.9/llfuse.cpython-39-i386-linux-gnu.so -> src running install running build running build_ext running install_lib creating /usr/src/slapt-src/python/llfuse/package-llfuse/usr creating /usr/src/slapt-src/python/llfuse/package-llfuse/usr/lib creating /usr/src/slapt-src/python/llfuse/package-llfuse/usr/lib/python3.9 creating /usr/src/slapt-src/python/llfuse/package-llfuse/usr/lib/python3.9/site-packages copying build/lib.linux-i686-3.9/llfuse.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/llfuse/package-llfuse/usr/lib/python3.9/site-packages writing byte-compilation script '/usr/src/slapt-src/python/llfuse/tmppmoririu.py' /usr/bin/python3 /usr/src/slapt-src/python/llfuse/tmppmoririu.py removing /usr/src/slapt-src/python/llfuse/tmppmoririu.py running install_egg_info running egg_info creating src/llfuse.egg-info writing src/llfuse.egg-info/PKG-INFO writing dependency_links to src/llfuse.egg-info/dependency_links.txt writing top-level names to src/llfuse.egg-info/top_level.txt writing manifest file 'src/llfuse.egg-info/SOURCES.txt' reading manifest file 'src/llfuse.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'src/llfuse.egg-info/SOURCES.txt' Copying src/llfuse.egg-info to /usr/src/slapt-src/python/llfuse/package-llfuse/usr/lib/python3.9/site-packages/llfuse-1.4.1-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/llfuse/llfuse-1.4.1-i586-1salix15.0.txz Slackware package /usr/src/slapt-src/python/llfuse/llfuse-1.4.1-i586-1salix15.0.txz created. Installing package llfuse-1.4.1-i586-1salix15.0... | llfuse (The Python LLFUSE Module) | | LLFUSE is a set of Python bindings for the low level FUSE API. | It requires at least FUSE 2.8.0 and supports both Python 2.x and 3.x. | | Homepage: https://github.com/python-llfuse/python-llfuse | | | | | | |