yara-python.c: In function ‘convert_object_to_python’: yara-python.c:466:27: warning: comparison of integer expressions of different signedness: ‘int64_t’ {aka ‘long long int’} and ‘long long unsigned int’ [-Wsign-compare] 466 | if (object->value.i != YR_UNDEFINED) | ^~ yara-python.c: In function ‘process_compile_externals’: yara-python.c:1233:16: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 1233 | identifier = PY_STRING_TO_C(key); | ^ yara-python.c:52:27: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 52 | #define PY_STRING_TO_C(x) PyUnicode_AsUTF8(x) | ^~~~~~~~~~~~~~~~ yara-python.c:1262:19: note: in expansion of macro ‘PY_STRING_TO_C’ 1262 | char* str = PY_STRING_TO_C(value); | ^~~~~~~~~~~~~~ yara-python.c: In function ‘process_match_externals’: yara-python.c:1303:16: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 1303 | identifier = PY_STRING_TO_C(key); | ^ yara-python.c:52:27: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 52 | #define PY_STRING_TO_C(x) PyUnicode_AsUTF8(x) | ^~~~~~~~~~~~~~~~ yara-python.c:1332:19: note: in expansion of macro ‘PY_STRING_TO_C’ 1332 | char* str = PY_STRING_TO_C(value); | ^~~~~~~~~~~~~~ yara-python.c: In function ‘yara_compile’: yara-python.c:2351:18: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 2351 | source = PY_STRING_TO_C(value); | ^ yara-python.c:2352:14: warning: assignment dcreating build/lib.linux-i686-3.9 gcc -pthread -shared build/temp.linux-i686-3.9/yara-python.o -L/usr/lib -lyara -o build/lib.linux-i686-3.9/yara.cpython-39-i386-linux-gnu.so running install running build running build_ext running install_lib creating /usr/src/slapt-src/python/python3-yara/package-python3-yara/usr creating /usr/src/slapt-src/python/python3-yara/package-python3-yara/usr/lib creating /usr/src/slapt-src/python/python3-yara/package-python3-yara/usr/lib/python3.9 creating /usr/src/slapt-src/python/python3-yara/package-python3listing git files failed - pretending there aren't any warning: no files found matching 'yara/libyara/modules/module_list' warning: no files found matching '*.c' under directory 'yara' warning: no files found matching '*.h' under directory 'yara' ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/python3-yara-4.2.0/ usr/doc/python3-yara-4.2.0/LICENSE usr/doc/python3-yara-4.2.0/README.rst usr/doc/python3-yara-4.2.0/python3-yara.SlackBuild usr/lib/ usr/lib/python3.9/ usr/lib/python3.9/site-packages/ usr/lib/python3.9/site-packages/yara.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/yara_python-4.2.0-py3.9.egg-info/ usr/lib/python3.9/site-packages/yara_python-4.2.0-py3.9.egg-info/PKG-INFO usr/lib/python3.9/site-packages/yara_python-4.2.0-py3.9.egg-info/SOURCES.txt usr/lib/python3.9/site-packages/yara_python-4.2.0-py3.9.egg-info/dependency_links.txt usr/lib/python3.9/site-packages/yara_python-4.2.0-py3.9.egg-info/not-zip-safe usr/lib/python3.9/site-packages/yara_python-4.2.0-py3.9.egg-info/top_level.txt 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/python3-yara/python3-yara-4.2.0-i586-1salix15.0.txz Slackware package /usr/src/slapt-src/python/python3-yara/python3-yara-4.2.0-i586-1salix15.0.txz created. Installing package python3-yara-4.2.0-i586-1salix15.0... | python3-yara (Python3 for yara) | | yara-python is a Python library to allow the use of YARA directly | in python programs. It covers all YARA's features, from compiling, | saving and loading rules to scanning files, strings and | processes. | | Homepage: https://github.com/VirusTotal/yara-python | | | | |