Source: python3-typed-ast Version: 1.4.2-1 Severity: important Tags: ftbfs User: debian-pyt...@lists.debian.org Usertags: python3.10
python3-typed-ast ftbfs with python3-defaults from experimental: [...] x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Iast27/Include -I/usr/include/python3.10 -c ast27/Custom/typed_ast.c -o build/temp.linux-x86_64-3.10/ast27/Custom/typed_ast.o In file included from ast27/Custom/../Include/Python-ast.h:3, from ast27/Custom/typed_ast.c:2: ast27/Custom/../Include/../Include/asdl.h:32:41: error: unknown type name ‘PyArena’ 32 | asdl_seq *asdl_seq_new(Py_ssize_t size, PyArena *arena); | ^~~~~~~ ast27/Custom/../Include/../Include/asdl.h:33:49: error: unknown type name ‘PyArena’ 33 | asdl_int_seq *asdl_int_seq_new(Py_ssize_t size, PyArena *arena); | ^~~~~~~ In file included from ast27/Custom/typed_ast.c:2: ast27/Custom/../Include/Python-ast.h:398:63: error: unknown type name ‘PyArena’ 398 | mod_ty _Ta27_Module(asdl_seq * body, asdl_seq * type_ignores, PyArena *arena); | ^~~~~~~ ast27/Custom/../Include/Python-ast.h:400:43: error: unknown type name ‘PyArena’ 400 | mod_ty _Ta27_Interactive(asdl_seq * body, PyArena *arena); | ^~~~~~~ ast27/Custom/../Include/Python-ast.h:402:39: error: unknown type name ‘PyArena’ 402 | mod_ty _Ta27_Expression(expr_ty body, PyArena *arena); | ^~~~~~~ [...]