In file included from /usr/include/python2.7/Python.h:8, from traceback.c:5: /usr/include/python2.7/pyconfig.h:1223: warning: "_POSIX_C_SOURCE" redefined 1223 | #define _POSIX_C_SOURCE 200112L | In file included from /usr/include/sys/prctl.h:21, from traceback.c:2: /usr/include/features.h:281: note: this is the location of the previous definition 281 | # define _POSIX_C_SOURCE 200809L | ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/python-faulthandler-3.2/ usr/doc/python-faulthandler-3.2/AUTHORS usr/doc/python-faulthandler-3.2/COPYING usr/doc/python-faulthandler-3.2/README.rst usr/doc/python-faulthandler-3.2/TODO usr/doc/python-faulthandler-3.2/python-faulthandler.SlackBuild usr/lib/ usr/lib/python2.7/ usr/lib/python2.7/site-packages/ usr/lib/python2.7/site-packages/faulthandler-3.2-py2.7.egg-info/ usr/lib/python2.7/site-packages/faulthandler-3.2-py2.7.egg-info/PKG-INFO usr/lib/python2.7/site-packages/faulthandler-3.2-py2.7.egg-info/SOURCES.txt usr/lib/python2.7/site-packages/faulthandler-3.2-py2.7.egg-info/dependency_links.txt usr/lib/python2.7/site-packages/faulthandler-3.2-py2.7.egg-info/top_level.txt usr/lib/python2.7/site-packages/faulthandler.pth usr/lib/python2.7/site-packages/faulthandler.so c -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c faulthandler.c -o build/temp.linux-i686-2.7/faulthandler.o gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c traceback.c -o build/temp.linux-i686-2.7/traceback.o creating build/lib.linux-i686-2.7 gcc -pthread -shared build/temp.linux-i686-2.7/faulthandler.o build/temp.linux-i686-2.7/traceback.o -L/usr/lib -lpython2.7 -o build/lib.linux-i686-2.7/faulthandler.so copying faulthandler.pth -> build/lib.linux-i686-2.7 running install running build running build_ext running install_lib creating /usr/src/slapt-src/python/python-faulthandler/package-python-faulthandler/usr creating /usr/src/slapt-src/python/python-faulthandler/package-python-faulthandler/usr/lib creating /usr/src/slapt-src/python/python-faulthandler/package-python-faulthandler/usr/lib/python2.7 creating /usr/src/slapt-src/python/python-faulthandler/package-python-faulthandler/usr/lib/python2.7/site-packages copying build/lib.linux-i686-2.7/faulthandler.so -> /usr/src/slapt-src/python/python-faulthandler/package-python-faulthandler/usr/lib/python2.7/site-packages copying build/lib.linux-i686-2.7/faulthandler.pth -> /usr/src/slapt-src/python/python-faulthandler/package-python-faulthandler/usr/lib/python2.7/site-packages writing byte-compilation script '/usr/src/slapt-src/python/python-faulthandler/tmp3pFIKe.py' /usr/bin/python -O /usr/src/slapt-src/python/python-faulthandler/tmp3pFIKe.py removing /usr/src/slapt-src/python/python-faulthandler/tmp3pFIKe.py running install_egg_info running egg_info writing faulthandler.egg-info/PKG-INFO writing top-level names to faulthandler.egg-info/top_level.txt writing dependency_links to faulthandler.egg-info/dependency_links.txt reading manifest file 'faulthandler.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'faulthandler.egg-info/SOURCES.txt' Copying faulthandler.egg-info to /usr/src/slapt-src/python/python-faulthandler/package-python-faulthandler/usr/lib/python2.7/site-packages/faulthandler-3.2-py2.7.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/python-faulthandler/python-faulthandler-3.2-i586-1salix15.0.txz Slackware package /usr/src/slapt-src/python/python-faulthandler/python-faulthandler-3.2-i586-1salix15.0.txz created. Installing package python-faulthandler-3.2-i586-1salix15.0... | python-faulthandler (Display the Python traceback on a crash) | | Fault handler for SIGSEGV, SIGFPE, SIGABRT, SIGBUS and SIGILL signals: | display the Python traceback and restore the previous handler. | | Import the module and call faulthandler.enable() to enable the fault | handler. | | Homepage: https://pypi.python.org/pypi/faulthandler/ | | | |