package init file 'ast3/tests/__init__.py' not found (or not a regular file) ast27/Python/ast.c: In function ‘ast_for_import_stmt’: ast27/Python/ast.c:2781:13: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 2781 | if (!import_alias) | ^~ In file included from ast27/Python/../Include/Python-ast.h:3, from ast27/Python/ast.c:7: ast27/Python/../Include/../Include/asdl.h:46:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 46 | #define asdl_seq_SET(S, I, V) (S)->elements[I] = (V) | ^ ast27/Python/ast.c:2783:17: note: in expansion of macro ‘asdl_seq_SET’ 2783 | asdl_seq_SET(aliases, 0, import_alias); | ^~~~~~~~~~~~ ast27/Python/ast.c:2788:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 2788 | if (!import_alias) | ^~ In file included from ast27/Python/../Include/Python-ast.h:3, from ast27/Python/ast.c:7: ast27/Python/../Include/../Include/asdl.h:46:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 46 | #define asdl_seq_SET(S, I, V) (S)->elements[I] = (V) | ^ ast27/Python/ast.c:2790:21: note: in expansion of macro ‘asdl_seq_SET’ 2790 | asdl_seq_SET(aliases, i / 2, import_alias); | ^~~~~~~~~~~~ ast3/Python/ast.c: In function ‘decode_unicode_with_escapes’: ast3/Python/ast.c:4514:9: warning: implicit declaration of function ‘_PyUnicode_DecodeUnicodeEscape’; did you mean ‘PyUnicode_DecodeUnicodeEscape’? [-Wimplicit-function-declaration] 4514 | v = _PyUnicode_DecodeUnicodeEscape(s, len, NULL, &first_invalid_escape); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | PyUnicode_DecodeUnicodeEscape ast3/Python/ast.c:4514:7: warning: assignment to ‘PyObject *’ {aka ‘struct _object *’} from ‘int’ makes pointer from integer without a cast [-Wint-conversion] 4514 | v = _PyUnicode_DecodeUnicodeEscape(s, len, NULL, &first_invalid_escape); | ^ listing git files failed - pretending there aren't any ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/typed_ast-1.4.3/ usr/doc/typed_ast-1.4.3/CONTRIBUTING.md usr/doc/typed_ast-1.4.3/LICENSE usr/doc/typed_ast-1.4.3/README.md usr/doc/typed_ast-1.4.3/typed_ast.SlackBuild usr/doc/typed_ast-1.4.3/update_process.md usr/lib/ usr/lib/python3.9/ usr/lib/python3.9/site-packages/ usr/lib/python3.9/site-packages/typed_ast/ usr/lib/python3.9/site-packages/typed_ast-1.4.3-py3.9.egg-info/ usr/lib/python3.9/site-packages/typed_ast-1.4.3-py3.9.egg-info/PKG-INFO usr/lib/python3.9/site-packages/typed_ast-1.4.3-py3.9.egg-info/SOURCES.txt usr/lib/python3.9/site-packages/typed_ast-1.4.3-py3.9.egg-info/dependency_links.txt usr/lib/python3.9/site-packages/typed_ast-1.4.3-py3.9.egg-info/top_level.txt usr/lib/python3.9/site-packages/typed_ast/__init__.py usr/lib/python3.9/site-packages/typed_ast/__pycache__/ usr/lib/python3.9/site-packages/typed_ast/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/site-packages/typed_ast/__pycache__/ast27.cpython-39.pyc usr/lib/python3.9/site-packages/typed_ast/__pycache__/ast3.cpython-39.pyc usr/lib/python3.9/site-packages/typed_ast/__pycache__/conversions.cpython-39.pyc usr/lib/python3.9/site-packages/typed_ast/_ast27.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/typed_ast/_ast3.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/typed_ast/ast27.py usr/lib/python3.9/site-packages/typed_ast/ast3.py usr/lib/python3.9/site-packages/typed_ast/conversions.py usr/lib/python3.9/site-packages/typed_ast/tests/ usr/lib/python3.9/site-packages/typed_ast/tests/__pycache__/ usr/lib/python3.9/site-packages/typed_ast/tests/__pycache__/test_basics.cpython-39.pyc usr/lib/python3.9/site-packages/typed_ast/tests/test_basics.py bols typed_ast-1.4.3/tools/parsetok.patch typed_ast-1.4.3/tools/script typed_ast-1.4.3/tools/token.patch typed_ast-1.4.3/tools/tokenizer.patch typed_ast-1.4.3/tools/update_ast27_asdl typed_ast-1.4.3/tools/update_ast3_asdl typed_ast-1.4.3/tools/update_ast3_grammar typed_ast-1.4.3/tools/update_exported_symbols typed_ast-1.4.3/tools/update_header_guards typed_ast-1.4.3/typed_ast/ typed_ast-1.4.3/typed_ast/__init__.py typed_ast-1.4.3/typed_ast/ast27.py typed_ast-1.4.3/typed_ast/ast3.py typed_ast-1.4.3/typed_ast/conversions.py typed_ast-1.4.3/update_process.md running install running build running build_py creating build creating build/lib.linux-i686-3.9 creating build/lib.linux-i686-3.9/typed_ast copying typed_ast/__init__.py -> build/lib.linux-i686-3.9/typed_ast copying typed_ast/ast27.py -> build/lib.linux-i686-3.9/typed_ast copying typed_ast/ast3.py -> build/lib.linux-i686-3.9/typed_ast copying typed_ast/conversions.py -> build/lib.linux-i686-3.9/typed_ast creating build/lib.linux-i686-3.9/typed_ast/tests copying ast3/tests/test_basics.py -> build/lib.linux-i686-3.9/typed_ast/tests running build_ext building '_ast27' extension creating build/temp.linux-i686-3.9 creating build/temp.linux-i686-3.9/ast27 creating build/temp.linux-i686-3.9/ast27/Custom creating build/temp.linux-i686-3.9/ast27/Parser creating build/temp.linux-i686-3.9/ast27/Python gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Iast27/Include -I/usr/include/python3.9 -c ast27/Custom/typed_ast.c -o build/temp.linux-i686-3.9/ast27/Custom/typed_ast.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Iast27/Include -I/usr/include/python3.9 -c ast27/Parser/acceler.c -o build/temp.linux-i686-3.9/ast27/Parser/acceler.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Iast27/Include -I/usr/include/python3.9 -c ast27/Parser/bitset.c -o build/temp.linux-i686-3.9/ast27/Parser/bitset.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Iast27/Include -I/usr/include/python3.9 -c ast27/Parser/grammar.c -o build/temp.linux-i686-3.9/ast27/Parser/grammar.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Iast27/Include -I/usr/include/python3.9 -c ast27/Parser/grammar1.c -o build/temp.linux-i686-3.9/ast27/Parser/grammar1.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Iast27/Include -I/usr/include/python3.9 -c ast27/Parser/node.c -o build/temp.linux-i686-3.9/ast27/Parser/node.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Iast27/Include -I/usr/include/python3.9 -c ast27/Parser/parser.c -o build/temp.linux-i686-3.9/ast27/Parser/parser.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Iast27/Include -I/usr/include/python3.9 -c ast27/Parser/parsetok.c -o build/temp.linux-i686-3.9/ast27/Parser/parsetok.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Iast27/Include -I/usr/include/python3.9 -c ast27/Parser/tokenizer.c -o build/temp.linux-i686-3.9/ast27/Parser/tokenizer.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Iast27/Include -I/usr/include/python3.9 -c ast27/Python/Python-ast.c -o build/temp.linux-i686-3.9/ast27/Python/Python-ast.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Iast27/Include -I/usr/include/python3.9 -c ast27/Python/asdl.c -o build/temp.linux-i686-3.9/ast27/Python/asdl.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Iast27/Include -I/usr/include/python3.9 -c ast27/Python/ast.c -o build/temp.linux-i686-3.9/ast27/Python/ast.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Iast27/Include -I/usr/include/python3.9 -c ast27/Python/graminit.c -o build/temp.linux-i686-3.9/ast27/Python/graminit.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Iast27/Include -I/usr/include/python3.9 -c ast27/Python/mystrtoul.c -o build/temp.linux-i686-3.9/ast27/Python/mystrtoul.o gcc -pthread -shared build/temp.linux-i686-3.9/ast27/Custom/typed_ast.o build/temp.linux-i686-3.9/ast27/Parser/acceler.o build/temp.linux-i686-3.9/ast27/Parser/bitset.o build/temp.linux-i686-3.9/ast27/Parser/grammar.o build/temp.linux-i686-3.9/ast27/Parser/grammar1.o build/temp.linux-i686-3.9/ast27/Parser/node.o build/temp.linux-i686-3.9/ast27/Parser/parser.o build/temp.linux-i686-3.9/ast27/Parser/parsetok.o build/temp.linux-i686-3.9/ast27/Parser/tokenizer.o build/temp.linux-i686-3.9/ast27/Python/Python-ast.o build/temp.linux-i686-3.9/ast27/Python/asdl.o build/temp.linux-i686-3.9/ast27/Python/ast.o build/temp.linux-i686-3.9/ast27/Python/graminit.o build/temp.linux-i686-3.9/ast27/Python/mystrtoul.o -L/usr/lib -o build/lib.linux-i686-3.9/typed_ast/_ast27.cpython-39-i386-linux-gnu.so building '_ast3' extension creating build/temp.linux-i686-3.9/ast3 creating build/temp.linux-i686-3.9/ast3/Custom creating build/temp.linux-i686-3.9/ast3/Parser creating build/temp.linux-i686-3.9/ast3/Python gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Iast3/Include -I/usr/include/python3.9 -c ast3/Custom/typed_ast.c -o build/temp.linux-i686-3.9/ast3/Custom/typed_ast.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Iast3/Include -I/usr/include/python3.9 -c ast3/Parser/acceler.c -o build/temp.linux-i686-3.9/ast3/Parser/acceler.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Iast3/Include -I/usr/include/python3.9 -c ast3/Parser/bitset.c -o build/temp.linux-i686-3.9/ast3/Parser/bitset.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Iast3/Include -I/usr/include/python3.9 -c ast3/Parser/grammar.c -o build/temp.linux-i686-3.9/ast3/Parser/grammar.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Iast3/Include -I/usr/include/python3.9 -c ast3/Parser/grammar1.c -o build/temp.linux-i686-3.9/ast3/Parser/grammar1.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Iast3/Include -I/usr/include/python3.9 -c ast3/Parser/node.c -o build/temp.linux-i686-3.9/ast3/Parser/node.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Iast3/Include -I/usr/include/python3.9 -c ast3/Parser/parser.c -o build/temp.linux-i686-3.9/ast3/Parser/parser.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Iast3/Include -I/usr/include/python3.9 -c ast3/Parser/parsetok.c -o build/temp.linux-i686-3.9/ast3/Parser/parsetok.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Iast3/Include -I/usr/include/python3.9 -c ast3/Parser/tokenizer.c -o build/temp.linux-i686-3.9/ast3/Parser/tokenizer.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Iast3/Include -I/usr/include/python3.9 -c ast3/Python/Python-ast.c -o build/temp.linux-i686-3.9/ast3/Python/Python-ast.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Iast3/Include -I/usr/include/python3.9 -c ast3/Python/asdl.c -o build/temp.linux-i686-3.9/ast3/Python/asdl.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Iast3/Include -I/usr/include/python3.9 -c ast3/Python/ast.c -o build/temp.linux-i686-3.9/ast3/Python/ast.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Iast3/Include -I/usr/include/python3.9 -c ast3/Python/graminit.c -o build/temp.linux-i686-3.9/ast3/Python/graminit.o gcc -pthread -shared build/temp.linux-i686-3.9/ast3/Custom/typed_ast.o build/temp.linux-i686-3.9/ast3/Parser/acceler.o build/temp.linux-i686-3.9/ast3/Parser/bitset.o build/temp.linux-i686-3.9/ast3/Parser/grammar.o build/temp.linux-i686-3.9/ast3/Parser/grammar1.o build/temp.linux-i686-3.9/ast3/Parser/node.o build/temp.linux-i686-3.9/ast3/Parser/parser.o build/temp.linux-i686-3.9/ast3/Parser/parsetok.o build/temp.linux-i686-3.9/ast3/Parser/tokenizer.o build/temp.linux-i686-3.9/ast3/Python/Python-ast.o build/temp.linux-i686-3.9/ast3/Python/asdl.o build/temp.linux-i686-3.9/ast3/Python/ast.o build/temp.linux-i686-3.9/ast3/Python/graminit.o -L/usr/lib -o build/lib.linux-i686-3.9/typed_ast/_ast3.cpython-39-i386-linux-gnu.so running install_lib creating /usr/src/slapt-src/python/typed_ast/package-typed_ast/usr creating /usr/src/slapt-src/python/typed_ast/package-typed_ast/usr/lib creating /usr/src/slapt-src/python/typed_ast/package-typed_ast/usr/lib/python3.9 creating /usr/src/slapt-src/python/typed_ast/package-typed_ast/usr/lib/python3.9/site-packages creating /usr/src/slapt-src/python/typed_ast/package-typed_ast/usr/lib/python3.9/site-packages/typed_ast copying build/lib.linux-i686-3.9/typed_ast/__init__.py -> /usr/src/slapt-src/python/typed_ast/package-typed_ast/usr/lib/python3.9/site-packages/typed_ast copying build/lib.linux-i686-3.9/typed_ast/ast27.py -> /usr/src/slapt-src/python/typed_ast/package-typed_ast/usr/lib/python3.9/site-packages/typed_ast copying build/lib.linux-i686-3.9/typed_ast/ast3.py -> /usr/src/slapt-src/python/typed_ast/package-typed_ast/usr/lib/python3.9/site-packages/typed_ast copying build/lib.linux-i686-3.9/typed_ast/conversions.py -> /usr/src/slapt-src/python/typed_ast/package-typed_ast/usr/lib/python3.9/site-packages/typed_ast creating /usr/src/slapt-src/python/typed_ast/package-typed_ast/usr/lib/python3.9/site-packages/typed_ast/tests copying build/lib.linux-i686-3.9/typed_ast/tests/test_basics.py -> /usr/src/slapt-src/python/typed_ast/package-typed_ast/usr/lib/python3.9/site-packages/typed_ast/tests copying build/lib.linux-i686-3.9/typed_ast/_ast27.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/typed_ast/package-typed_ast/usr/lib/python3.9/site-packages/typed_ast copying build/lib.linux-i686-3.9/typed_ast/_ast3.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/typed_ast/package-typed_ast/usr/lib/python3.9/site-packages/typed_ast byte-compiling /usr/src/slapt-src/python/typed_ast/package-typed_ast/usr/lib/python3.9/site-packages/typed_ast/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/typed_ast/package-typed_ast/usr/lib/python3.9/site-packages/typed_ast/ast27.py to ast27.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/typed_ast/package-typed_ast/usr/lib/python3.9/site-packages/typed_ast/ast3.py to ast3.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/typed_ast/package-typed_ast/usr/lib/python3.9/site-packages/typed_ast/conversions.py to conversions.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/typed_ast/package-typed_ast/usr/lib/python3.9/site-packages/typed_ast/tests/test_basics.py to test_basics.cpython-39.pyc running install_egg_info running egg_info creating typed_ast.egg-info writing typed_ast.egg-info/PKG-INFO writing dependency_links to typed_ast.egg-info/dependency_links.txt writing top-level names to typed_ast.egg-info/top_level.txt writing manifest file 'typed_ast.egg-info/SOURCES.txt' reading manifest file 'typed_ast.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'typed_ast.egg-info/SOURCES.txt' Copying typed_ast.egg-info to /usr/src/slapt-src/python/typed_ast/package-typed_ast/usr/lib/python3.9/site-packages/typed_ast-1.4.3-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/typed_ast/typed_ast-1.4.3-i586-1salix15.0.txz Slackware package /usr/src/slapt-src/python/typed_ast/typed_ast-1.4.3-i586-1salix15.0.txz created. Installing package typed_ast-1.4.3-i586-1salix15.0... | typed_ast (abstract syntax tree parser) | | typed_ast is a Python 3 package that provides a Python 2.7 and | Python 3 parser similar to the standard ast library. Unlike ast, the | parsers in typed_ast include PEP 484 type comments and are independent | of the version of Python under which they are run. The typed_ast | parsers produce the standard Python AST (plus type comments), and are | both fast and correct, as they are based on the CPython 2.7 and 3.6 | parsers. | | | |