_mysql.c: In function ‘_mysql_row_to_dict’: _mysql.c:1465:25: warning: ‘strncpy’ specified bound 256 equals destination size [-Wstringop-truncation] 1465 | strncpy(buf, fields[i].table, 256); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _mysql.c: In function ‘_mysql_row_to_dict_old’: _mysql.c:1503:33: warning: ‘strncpy’ specified bound 256 equals destination size [-Wstringop-truncation] 1503 | strncpy(buf, fields[i].table, 256); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/MySQL-python-1.2.5/ usr/doc/MySQL-python-1.2.5/FAQ.txt usr/doc/MySQL-python-1.2.5/MySQL-python.SlackBuild usr/doc/MySQL-python-1.2.5/PKG-INFO usr/doc/MySQL-python-1.2.5/user_guide.txt usr/lib64/ usr/lib64/python2.7/ usr/lib64/python2.7/site-packages/ usr/lib64/python2.7/site-packages/MySQL_python-1.2.5-py2.7.egg-info/ usr/lib64/python2.7/site-packages/MySQL_python-1.2.5-py2.7.egg-info/PKG-INFO usr/lib64/python2.7/site-packages/MySQL_python-1.2.5-py2.7.egg-info/SOURCES.txt usr/lib64/python2.7/site-packages/MySQL_python-1.2.5-py2.7.egg-info/dependency_links.txt usr/lib64/python2.7/site-packages/MySQL_python-1.2.5-py2.7.egg-info/top_level.txt usr/lib64/python2.7/site-packages/MySQLdb/ usr/lib64/python2.7/site-packages/MySQLdb/__init__.py usr/lib64/python2.7/site-packages/MySQLdb/__init__.pyc usr/lib64/python2.7/site-packages/MySQLdb/connections.py usr/lib64/python2.7/site-packages/MySQLdb/connections.pyc usr/lib64/python2.7/site-packages/MySQLdb/constants/ usr/lib64/python2.7/site-packages/MySQLdb/constants/CLIENT.py usr/lib64/python2.7/site-packages/MySQLdb/constants/CLIENT.pyc usr/lib64/python2.7/site-packages/MySQLdb/constants/CR.py usr/lib64/python2.7/site-packages/MySQLdb/constants/CR.pyc usr/lib64/python2.7/site-packages/MySQLdb/constants/ER.py usr/lib64/python2.7/site-packages/MySQLdb/constants/ER.pyc usr/lib64/python2.7/site-packages/MySQLdb/constants/FIELD_TYPE.py usr/lib64/python2.7/site-packages/MySQLdb/constants/FIELD_TYPE.pyc usr/lib64/python2.7/site-packages/MySQLdb/constants/FLAG.py usr/lib64/python2.7/site-packages/MySQLdb/constants/FLAG.pyc usr/lib64/python2.7/site-packages/MySQLdb/constants/REFRESH.py usr/lib64/python2.7/site-packages/MySQLdb/constants/REFRESH.pyc usr/lib64/python2.7/site-packages/MySQLdb/constants/__init__.py usr/lib64/python2.7/site-packages/MySQLdb/constants/__init__.pyc usr/lib64/python2.7/site-packages/MySQLdb/converters.py usr/lib64/python2.7/site-packages/MySQLdb/converters.pyc usr/lib64/python2.7/site-packages/MySQLdb/cursors.py usr/lib64/python2.7/site-packages/MySQLdb/cursors.pyc usr/lib64/python2.7/site-packages/MySQLdb/release.py usr/lib64/python2.7/site-packages/MySQLdb/release.pyc usr/lib64/python2.7/site-packages/MySQLdb/times.py usr/lib64/python2.7/site-packages/MySQLdb/times.pyc usr/lib64/python2.7/site-packages/_mysql.so usr/lib64/python2.7/site-packages/_mysql_exceptions.py usr/lib64/python2.7/site-packages/_mysql_exceptions.pyc db/constants/FIELD_TYPE.py inflating: MySQL-python-1.2.5/MySQLdb/constants/FLAG.py inflating: MySQL-python-1.2.5/MySQLdb/constants/REFRESH.py inflating: MySQL-python-1.2.5/MySQLdb/constants/__init__.py inflating: MySQL-python-1.2.5/MySQL_python.egg-info/dependency_links.txt inflating: MySQL-python-1.2.5/MySQL_python.egg-info/PKG-INFO inflating: MySQL-python-1.2.5/MySQL_python.egg-info/SOURCES.txt inflating: MySQL-python-1.2.5/MySQL_python.egg-info/top_level.txt inflating: MySQL-python-1.2.5/tests/capabilities.py inflating: MySQL-python-1.2.5/tests/configdb.py inflating: MySQL-python-1.2.5/tests/dbapi20.py inflating: MySQL-python-1.2.5/tests/test_MySQLdb_capabilities.py inflating: MySQL-python-1.2.5/tests/test_MySQLdb_dbapi20.py inflating: MySQL-python-1.2.5/tests/test_MySQLdb_nonstandard.py running install running build running build_py creating build creating build/lib.linux-x86_64-2.7 copying _mysql_exceptions.py -> build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/MySQLdb copying MySQLdb/__init__.py -> build/lib.linux-x86_64-2.7/MySQLdb copying MySQLdb/converters.py -> build/lib.linux-x86_64-2.7/MySQLdb copying MySQLdb/connections.py -> build/lib.linux-x86_64-2.7/MySQLdb copying MySQLdb/cursors.py -> build/lib.linux-x86_64-2.7/MySQLdb copying MySQLdb/release.py -> build/lib.linux-x86_64-2.7/MySQLdb copying MySQLdb/times.py -> build/lib.linux-x86_64-2.7/MySQLdb creating build/lib.linux-x86_64-2.7/MySQLdb/constants copying MySQLdb/constants/__init__.py -> build/lib.linux-x86_64-2.7/MySQLdb/constants copying MySQLdb/constants/CR.py -> build/lib.linux-x86_64-2.7/MySQLdb/constants copying MySQLdb/constants/FIELD_TYPE.py -> build/lib.linux-x86_64-2.7/MySQLdb/constants copying MySQLdb/constants/ER.py -> build/lib.linux-x86_64-2.7/MySQLdb/constants copying MySQLdb/constants/FLAG.py -> build/lib.linux-x86_64-2.7/MySQLdb/constants copying MySQLdb/constants/REFRESH.py -> build/lib.linux-x86_64-2.7/MySQLdb/constants copying MySQLdb/constants/CLIENT.py -> build/lib.linux-x86_64-2.7/MySQLdb/constants running build_ext building '_mysql' extension creating build/temp.linux-x86_64-2.7 gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/include/mysql/server -fPIC -Dversion_info=(1,2,5,'final',1) -D__version__=1.2.5 -I/usr/include/mysql -I/usr/include/mysql/mysql -I/usr/include/python2.7 -c _mysql.c -o build/temp.linux-x86_64-2.7/_mysql.o gcc -pthread -shared -I/usr/include/mysql/server build/temp.linux-x86_64-2.7/_mysql.o -L/usr/lib64/ -L/usr/lib64 -lmariadb -lpython2.7 -o build/lib.linux-x86_64-2.7/_mysql.so running install_lib creating /usr/src/slapt-src/development/MySQL-python/package-MySQL-python/usr creating /usr/src/slapt-src/development/MySQL-python/package-MySQL-python/usr/lib64 creating /usr/src/slapt-src/development/MySQL-python/package-MySQL-python/usr/lib64/python2.7 creating /usr/src/slapt-src/development/MySQL-python/package-MySQL-python/usr/lib64/python2.7/site-packages copying build/lib.linux-x86_64-2.7/_mysql_exceptions.py -> /usr/src/slapt-src/development/MySQL-python/package-MySQL-python/usr/lib64/python2.7/site-packages creating /usr/src/slapt-src/development/MySQL-python/package-MySQL-python/usr/lib64/python2.7/site-packages/MySQLdb copying build/lib.linux-x86_64-2.7/MySQLdb/__init__.py -> /usr/src/slapt-src/development/MySQL-python/package-MySQL-python/usr/lib64/python2.7/site-packages/MySQLdb copying build/lib.linux-x86_64-2.7/MySQLdb/converters.py -> /usr/src/slapt-src/development/MySQL-python/package-MySQL-python/usr/lib64/python2.7/site-packages/MySQLdb copying build/lib.linux-x86_64-2.7/MySQLdb/connections.py -> /usr/src/slapt-src/development/MySQL-python/package-MySQL-python/usr/lib64/python2.7/site-packages/MySQLdb copying build/lib.linux-x86_64-2.7/MySQLdb/cursors.py -> /usr/src/slapt-src/development/MySQL-python/package-MySQL-python/usr/lib64/python2.7/site-packages/MySQLdb copying build/lib.linux-x86_64-2.7/MySQLdb/release.py -> /usr/src/slapt-src/development/MySQL-python/package-MySQL-python/usr/lib64/python2.7/site-packages/MySQLdb copying build/lib.linux-x86_64-2.7/MySQLdb/times.py -> /usr/src/slapt-src/development/MySQL-python/package-MySQL-python/usr/lib64/python2.7/site-packages/MySQLdb creating /usr/src/slapt-src/development/MySQL-python/package-MySQL-python/usr/lib64/python2.7/site-packages/MySQLdb/constants copying build/lib.linux-x86_64-2.7/MySQLdb/constants/__init__.py -> /usr/src/slapt-src/development/MySQL-python/package-MySQL-python/usr/lib64/python2.7/site-packages/MySQLdb/constants copying build/lib.linux-x86_64-2.7/MySQLdb/constants/CR.py -> /usr/src/slapt-src/development/MySQL-python/package-MySQL-python/usr/lib64/python2.7/site-packages/MySQLdb/constants copying build/lib.linux-x86_64-2.7/MySQLdb/constants/FIELD_TYPE.py -> /usr/src/slapt-src/development/MySQL-python/package-MySQL-python/usr/lib64/python2.7/site-packages/MySQLdb/constants copying build/lib.linux-x86_64-2.7/MySQLdb/constants/ER.py -> /usr/src/slapt-src/development/MySQL-python/package-MySQL-python/usr/lib64/python2.7/site-packages/MySQLdb/constants copying build/lib.linux-x86_64-2.7/MySQLdb/constants/FLAG.py -> /usr/src/slapt-src/development/MySQL-python/package-MySQL-python/usr/lib64/python2.7/site-packages/MySQLdb/constants copying build/lib.linux-x86_64-2.7/MySQLdb/constants/REFRESH.py -> /usr/src/slapt-src/development/MySQL-python/package-MySQL-python/usr/lib64/python2.7/site-packages/MySQLdb/constants copying build/lib.linux-x86_64-2.7/MySQLdb/constants/CLIENT.py -> /usr/src/slapt-src/development/MySQL-python/package-MySQL-python/usr/lib64/python2.7/site-packages/MySQLdb/constants copying build/lib.linux-x86_64-2.7/_mysql.so -> /usr/src/slapt-src/development/MySQL-python/package-MySQL-python/usr/lib64/python2.7/site-packages byte-compiling /usr/src/slapt-src/development/MySQL-python/package-MySQL-python/usr/lib64/python2.7/site-packages/_mysql_exceptions.py to _mysql_exceptions.pyc byte-compiling /usr/src/slapt-src/development/MySQL-python/package-MySQL-python/usr/lib64/python2.7/site-packages/MySQLdb/__init__.py to __init__.pyc byte-compiling /usr/src/slapt-src/development/MySQL-python/package-MySQL-python/usr/lib64/python2.7/site-packages/MySQLdb/converters.py to converters.pyc byte-compiling /usr/src/slapt-src/development/MySQL-python/package-MySQL-python/usr/lib64/python2.7/site-packages/MySQLdb/connections.py to connections.pyc byte-compiling /usr/src/slapt-src/development/MySQL-python/package-MySQL-python/usr/lib64/python2.7/site-packages/MySQLdb/cursors.py to cursors.pyc byte-compiling /usr/src/slapt-src/development/MySQL-python/package-MySQL-python/usr/lib64/python2.7/site-packages/MySQLdb/release.py to release.pyc byte-compiling /usr/src/slapt-src/development/MySQL-python/package-MySQL-python/usr/lib64/python2.7/site-packages/MySQLdb/times.py to times.pyc byte-compiling /usr/src/slapt-src/development/MySQL-python/package-MySQL-python/usr/lib64/python2.7/site-packages/MySQLdb/constants/__init__.py to __init__.pyc byte-compiling /usr/src/slapt-src/development/MySQL-python/package-MySQL-python/usr/lib64/python2.7/site-packages/MySQLdb/constants/CR.py to CR.pyc byte-compiling /usr/src/slapt-src/development/MySQL-python/package-MySQL-python/usr/lib64/python2.7/site-packages/MySQLdb/constants/FIELD_TYPE.py to FIELD_TYPE.pyc byte-compiling /usr/src/slapt-src/development/MySQL-python/package-MySQL-python/usr/lib64/python2.7/site-packages/MySQLdb/constants/ER.py to ER.pyc byte-compiling /usr/src/slapt-src/development/MySQL-python/package-MySQL-python/usr/lib64/python2.7/site-packages/MySQLdb/constants/FLAG.py to FLAG.pyc byte-compiling /usr/src/slapt-src/development/MySQL-python/package-MySQL-python/usr/lib64/python2.7/site-packages/MySQLdb/constants/REFRESH.py to REFRESH.pyc byte-compiling /usr/src/slapt-src/development/MySQL-python/package-MySQL-python/usr/lib64/python2.7/site-packages/MySQLdb/constants/CLIENT.py to CLIENT.pyc running install_egg_info running egg_info writing MySQL_python.egg-info/PKG-INFO writing top-level names to MySQL_python.egg-info/top_level.txt writing dependency_links to MySQL_python.egg-info/dependency_links.txt reading manifest file 'MySQL_python.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'MySQL_python.egg-info/SOURCES.txt' Copying MySQL_python.egg-info to /usr/src/slapt-src/development/MySQL-python/package-MySQL-python/usr/lib64/python2.7/site-packages/MySQL_python-1.2.5-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/development/MySQL-python/MySQL-python-1.2.5-x86_64-1salix15.0.txz Slackware package /usr/src/slapt-src/development/MySQL-python/MySQL-python-1.2.5-x86_64-1salix15.0.txz created. Installing package MySQL-python-1.2.5-x86_64-1salix15.0... | MySQL-python (Python interface to MySQL) | | MySQLdb is an interface to the popular MySQL database server | for Python. The design goals are: | * Compliance with Python database API version 2.0 [PEP-0249] | * Thread-safety | * Thread-friendliness (threads will not block each other) | MySQL-3.23 through 5.5 and Python-2.4 through 2.7 are currently | supported. | | homepage: https://pypi.python.org/pypi/MySQL-python | |