In file included from /usr/include/python3.9/Python.h:8, from cwcwidth/_impl.c:30: /usr/include/python3.9/pyconfig.h:1634: warning: "_XOPEN_SOURCE" redefined 1634 | #define _XOPEN_SOURCE 700 | : note: this is the location of the previous definition listing git files failed - pretending there aren't any warning: no previously-included files found matching '.gitignore' no previously-included directories found matching '.github' ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/cwcwidth-0.1.1/ usr/doc/cwcwidth-0.1.1/CHANGELOG.md usr/doc/cwcwidth-0.1.1/LICENSE usr/doc/cwcwidth-0.1.1/README.md usr/doc/cwcwidth-0.1.1/cwcwidth.SlackBuild usr/lib/ usr/lib/python3.9/ usr/lib/python3.9/site-packages/ usr/lib/python3.9/site-packages/cwcwidth/ usr/lib/python3.9/site-packages/cwcwidth-0.1.1-py3.9.egg-info/ usr/lib/python3.9/site-packages/cwcwidth-0.1.1-py3.9.egg-info/PKG-INFO usr/lib/python3.9/site-packages/cwcwidth-0.1.1-py3.9.egg-info/SOURCES.txt usr/lib/python3.9/site-packages/cwcwidth-0.1.1-py3.9.egg-info/dependency_links.txt usr/lib/python3.9/site-packages/cwcwidth-0.1.1-py3.9.egg-info/top_level.txt usr/lib/python3.9/site-packages/cwcwidth/__init__.py usr/lib/python3.9/site-packages/cwcwidth/__pycache__/ usr/lib/python3.9/site-packages/cwcwidth/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/site-packages/cwcwidth/_impl.cpython-39-i386-linux-gnu.so _init__.py -> build/lib.linux-i686-3.9/cwcwidth running build_ext building 'cwcwidth._impl' extension creating build/temp.linux-i686-3.9 creating build/temp.linux-i686-3.9/cwcwidth gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -D_XOPEN_SOURCE=600 -Icwcwidth -I/usr/include/python3.9 -c cwcwidth/_impl.c -o build/temp.linux-i686-3.9/cwcwidth/_impl.o gcc -pthread -shared build/temp.linux-i686-3.9/cwcwidth/_impl.o -L/usr/lib -o build/lib.linux-i686-3.9/cwcwidth/_impl.cpython-39-i386-linux-gnu.so running install_lib creating /usr/src/slapt-src/python/cwcwidth/package-cwcwidth/usr creating /usr/src/slapt-src/python/cwcwidth/package-cwcwidth/usr/lib creating /usr/src/slapt-src/python/cwcwidth/package-cwcwidth/usr/lib/python3.9 creating /usr/src/slapt-src/python/cwcwidth/package-cwcwidth/usr/lib/python3.9/site-packages creating /usr/src/slapt-src/python/cwcwidth/package-cwcwidth/usr/lib/python3.9/site-packages/cwcwidth copying build/lib.linux-i686-3.9/cwcwidth/__init__.py -> /usr/src/slapt-src/python/cwcwidth/package-cwcwidth/usr/lib/python3.9/site-packages/cwcwidth copying build/lib.linux-i686-3.9/cwcwidth/_impl.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/cwcwidth/package-cwcwidth/usr/lib/python3.9/site-packages/cwcwidth byte-compiling /usr/src/slapt-src/python/cwcwidth/package-cwcwidth/usr/lib/python3.9/site-packages/cwcwidth/__init__.py to __init__.cpython-39.pyc running install_egg_info running egg_info writing cwcwidth.egg-info/PKG-INFO writing dependency_links to cwcwidth.egg-info/dependency_links.txt writing top-level names to cwcwidth.egg-info/top_level.txt reading manifest file 'cwcwidth.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'cwcwidth.egg-info/SOURCES.txt' Copying cwcwidth.egg-info to /usr/src/slapt-src/python/cwcwidth/package-cwcwidth/usr/lib/python3.9/site-packages/cwcwidth-0.1.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/cwcwidth/cwcwidth-0.1.1-i586-1salix15.0.txz Slackware package /usr/src/slapt-src/python/cwcwidth/cwcwidth-0.1.1-i586-1salix15.0.txz created. Installing package cwcwidth-0.1.1-i586-1salix15.0... | cwcwidth (Python bindings for wcwidth and wcswidth) | | cwcwidth provides Python bindings for wcwidth and wcswidth functions | defined in POSIX.1-2001 and POSIX.1-2008 based on Cython. | These functions compute the printable length of a unicode characters | The module provides the same functions as wcwidth and its behavior | is compatible. | | Homepage: https://github.com/sebastinas/cwcwidth | | | |