warning: no files found matching 'README' warning: no files found matching '*.c' under directory 'macos' warning: no previously-included files matching '*.pyc' found under directory '*' warning: no previously-included files matching '*.o' found under directory '*' warning: no previously-included files matching '*.opp' found under directory '*' ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/python2-pybluez-0.23/ usr/doc/python2-pybluez-0.23/CHANGELOG usr/doc/python2-pybluez-0.23/COPYING usr/doc/python2-pybluez-0.23/PKG-INFO usr/doc/python2-pybluez-0.23/README.md usr/doc/python2-pybluez-0.23/python2-pybluez.SlackBuild usr/lib/ usr/lib/python2.7/ usr/lib/python2.7/site-packages/ usr/lib/python2.7/site-packages/PyBluez-0.23-py2.7.egg-info/ usr/lib/python2.7/site-packages/PyBluez-0.23-py2.7.egg-info/PKG-INFO usr/lib/python2.7/site-packages/PyBluez-0.23-py2.7.egg-info/SOURCES.txt usr/lib/python2.7/site-packages/PyBluez-0.23-py2.7.egg-info/dependency_links.txt usr/lib/python2.7/site-packages/PyBluez-0.23-py2.7.egg-info/eager_resources.txt usr/lib/python2.7/site-packages/PyBluez-0.23-py2.7.egg-info/requires.txt usr/lib/python2.7/site-packages/PyBluez-0.23-py2.7.egg-info/top_level.txt usr/lib/python2.7/site-packages/PyBluez-0.23-py2.7.egg-info/zip-safe usr/lib/python2.7/site-packages/bluetooth/ usr/lib/python2.7/site-packages/bluetooth/__init__.py usr/lib/python2.7/site-packages/bluetooth/__init__.pyc usr/lib/python2.7/site-packages/bluetooth/_bluetooth.so usr/lib/python2.7/site-packages/bluetooth/ble.py usr/lib/python2.7/site-packages/bluetooth/ble.pyc usr/lib/python2.7/site-packages/bluetooth/bluez.py usr/lib/python2.7/site-packages/bluetooth/bluez.pyc usr/lib/python2.7/site-packages/bluetooth/btcommon.py usr/lib/python2.7/site-packages/bluetooth/btcommon.pyc usr/lib/python2.7/site-packages/bluetooth/macos.py usr/lib/python2.7/site-packages/bluetooth/macos.pyc usr/lib/python2.7/site-packages/bluetooth/msbt.py usr/lib/python2.7/site-packages/bluetooth/msbt.pyc usr/lib/python2.7/site-packages/bluetooth/widcomm.py usr/lib/python2.7/site-packages/bluetooth/widcomm.pyc 3/examples/advanced/l2-unreliable-server.py PyBluez-0.23/examples/advanced/write-inquiry-scan.py PyBluez-0.23/examples/bluezchat/ PyBluez-0.23/examples/bluezchat/bluezchat.py PyBluez-0.23/examples/simple/ PyBluez-0.23/examples/simple/rfcomm-client.py PyBluez-0.23/examples/simple/asynchronous-inquiry.py PyBluez-0.23/examples/simple/sdp-browse.py PyBluez-0.23/examples/simple/l2capclient.py PyBluez-0.23/examples/simple/inquiry.py PyBluez-0.23/examples/simple/l2capserver.py PyBluez-0.23/examples/simple/rfcomm-server.py PyBluez-0.23/bluez/ PyBluez-0.23/bluez/btsdp.h PyBluez-0.23/bluez/btmodule.h PyBluez-0.23/bluez/btmodule.c PyBluez-0.23/bluez/btsdp.c PyBluez-0.23/CHANGELOG PyBluez-0.23/bluetooth/ PyBluez-0.23/bluetooth/__init__.py PyBluez-0.23/bluetooth/msbt.py PyBluez-0.23/bluetooth/widcomm.py PyBluez-0.23/bluetooth/bluez.py PyBluez-0.23/bluetooth/macos.py PyBluez-0.23/bluetooth/ble.py PyBluez-0.23/bluetooth/btcommon.py PyBluez-0.23/setup.cfg PyBluez-0.23/widcomm/ PyBluez-0.23/widcomm/sdpservice.cpp PyBluez-0.23/widcomm/rfcommif.cpp PyBluez-0.23/widcomm/l2capconn.hpp PyBluez-0.23/widcomm/rfcommport.hpp PyBluez-0.23/widcomm/inquirer.hpp PyBluez-0.23/widcomm/l2capif.cpp PyBluez-0.23/widcomm/util.cpp PyBluez-0.23/widcomm/inquirer.cpp PyBluez-0.23/widcomm/_widcomm.cpp PyBluez-0.23/widcomm/util.h PyBluez-0.23/widcomm/rfcommport.cpp PyBluez-0.23/widcomm/l2capconn.cpp PyBluez-0.23/widcomm/l2capif.hpp PyBluez-0.23/port3/ PyBluez-0.23/port3/port3.h running install running build running build_py creating build creating build/lib.linux-i686-2.7 creating build/lib.linux-i686-2.7/bluetooth copying bluetooth/__init__.py -> build/lib.linux-i686-2.7/bluetooth copying bluetooth/msbt.py -> build/lib.linux-i686-2.7/bluetooth copying bluetooth/widcomm.py -> build/lib.linux-i686-2.7/bluetooth copying bluetooth/bluez.py -> build/lib.linux-i686-2.7/bluetooth copying bluetooth/macos.py -> build/lib.linux-i686-2.7/bluetooth copying bluetooth/ble.py -> build/lib.linux-i686-2.7/bluetooth copying bluetooth/btcommon.py -> build/lib.linux-i686-2.7/bluetooth running build_ext building 'bluetooth._bluetooth' extension creating build/temp.linux-i686-2.7 creating build/temp.linux-i686-2.7/bluez gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./port3 -I/usr/include/python2.7 -c bluez/btmodule.c -o build/temp.linux-i686-2.7/bluez/btmodule.o gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./port3 -I/usr/include/python2.7 -c bluez/btsdp.c -o build/temp.linux-i686-2.7/bluez/btsdp.o gcc -pthread -shared build/temp.linux-i686-2.7/bluez/btmodule.o build/temp.linux-i686-2.7/bluez/btsdp.o -L/usr/lib -lbluetooth -lpython2.7 -o build/lib.linux-i686-2.7/bluetooth/_bluetooth.so running install_lib creating /usr/src/slapt-src/python/python2-pybluez/package-python2-pybluez/usr creating /usr/src/slapt-src/python/python2-pybluez/package-python2-pybluez/usr/lib creating /usr/src/slapt-src/python/python2-pybluez/package-python2-pybluez/usr/lib/python2.7 creating /usr/src/slapt-src/python/python2-pybluez/package-python2-pybluez/usr/lib/python2.7/site-packages creating /usr/src/slapt-src/python/python2-pybluez/package-python2-pybluez/usr/lib/python2.7/site-packages/bluetooth copying build/lib.linux-i686-2.7/bluetooth/__init__.py -> /usr/src/slapt-src/python/python2-pybluez/package-python2-pybluez/usr/lib/python2.7/site-packages/bluetooth copying build/lib.linux-i686-2.7/bluetooth/msbt.py -> /usr/src/slapt-src/python/python2-pybluez/package-python2-pybluez/usr/lib/python2.7/site-packages/bluetooth copying build/lib.linux-i686-2.7/bluetooth/widcomm.py -> /usr/src/slapt-src/python/python2-pybluez/package-python2-pybluez/usr/lib/python2.7/site-packages/bluetooth copying build/lib.linux-i686-2.7/bluetooth/bluez.py -> /usr/src/slapt-src/python/python2-pybluez/package-python2-pybluez/usr/lib/python2.7/site-packages/bluetooth copying build/lib.linux-i686-2.7/bluetooth/macos.py -> /usr/src/slapt-src/python/python2-pybluez/package-python2-pybluez/usr/lib/python2.7/site-packages/bluetooth copying build/lib.linux-i686-2.7/bluetooth/ble.py -> /usr/src/slapt-src/python/python2-pybluez/package-python2-pybluez/usr/lib/python2.7/site-packages/bluetooth copying build/lib.linux-i686-2.7/bluetooth/btcommon.py -> /usr/src/slapt-src/python/python2-pybluez/package-python2-pybluez/usr/lib/python2.7/site-packages/bluetooth copying build/lib.linux-i686-2.7/bluetooth/_bluetooth.so -> /usr/src/slapt-src/python/python2-pybluez/package-python2-pybluez/usr/lib/python2.7/site-packages/bluetooth byte-compiling /usr/src/slapt-src/python/python2-pybluez/package-python2-pybluez/usr/lib/python2.7/site-packages/bluetooth/__init__.py to __init__.pyc byte-compiling /usr/src/slapt-src/python/python2-pybluez/package-python2-pybluez/usr/lib/python2.7/site-packages/bluetooth/msbt.py to msbt.pyc byte-compiling /usr/src/slapt-src/python/python2-pybluez/package-python2-pybluez/usr/lib/python2.7/site-packages/bluetooth/widcomm.py to widcomm.pyc byte-compiling /usr/src/slapt-src/python/python2-pybluez/package-python2-pybluez/usr/lib/python2.7/site-packages/bluetooth/bluez.py to bluez.pyc byte-compiling /usr/src/slapt-src/python/python2-pybluez/package-python2-pybluez/usr/lib/python2.7/site-packages/bluetooth/macos.py to macos.pyc byte-compiling /usr/src/slapt-src/python/python2-pybluez/package-python2-pybluez/usr/lib/python2.7/site-packages/bluetooth/ble.py to ble.pyc byte-compiling /usr/src/slapt-src/python/python2-pybluez/package-python2-pybluez/usr/lib/python2.7/site-packages/bluetooth/btcommon.py to btcommon.pyc running install_egg_info running egg_info writing requirements to PyBluez.egg-info/requires.txt writing PyBluez.egg-info/PKG-INFO writing eager_resources to PyBluez.egg-info/eager_resources.txt writing top-level names to PyBluez.egg-info/top_level.txt writing dependency_links to PyBluez.egg-info/dependency_links.txt reading manifest file 'PyBluez.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'PyBluez.egg-info/SOURCES.txt' Copying PyBluez.egg-info to /usr/src/slapt-src/python/python2-pybluez/package-python2-pybluez/usr/lib/python2.7/site-packages/PyBluez-0.23-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/python2-pybluez/python2-pybluez-0.23-i586-1salix15.0.txz Slackware package /usr/src/slapt-src/python/python2-pybluez/python2-pybluez-0.23-i586-1salix15.0.txz created. Installing package python2-pybluez-0.23-i586-1salix15.0... | python2-pybluez (Python BlueZ bindings) | | Python extension module allowing access to system Bluetooth | resources. | | Homepage: https://pybluez.github.io/ | | | | | | |