Your message dated Sun, 18 Oct 2020 11:36:20 +0200
with message-id <[email protected]>
and subject line Re: python-pyo ftbfs with python3.9 as supported python version
has caused the Debian Bug report #972026,
regarding python-pyo ftbfs with python3.9 as supported python version
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
972026: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=972026
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-pyo
Version: 1.0.2-1
Severity: important
Tags: sid bullseye
User: [email protected]
Usertags: python3.9
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g
-fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security
-g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DUSE_PORTAUDIO -DUSE_PORTMIDI -DUSE_OSC -DUSE_JACK
-DJACK_OLD_API -Iinclude -I/usr/include -I/usr/local/include
-I/usr/include/python3.9 -c src/objects/bandsplitmodule.c -o
build/temp.linux-x86_64-3.9/src/objects/bandsplitmodule.o -Wno-strict-prototypes
-Wno-strict-aliasing -O3 -g0 -DNDEBUG
In file included from /usr/include/python3.9/pytime.h:6,
from /usr/include/python3.9/Python.h:85,
from src/objects/bandsplitmodule.c:21:
src/objects/bandsplitmodule.c: In function ‘MultiBandMain_setFrequencies’:
/usr/include/python3.9/object.h:633:41: error: expected ‘(’ before
‘PyType_HasFeature’
633 | #define PyType_FastSubclass(type, flag) PyType_HasFeature(type, flag)
| ^~~~~~~~~~~~~~~~~
/usr/include/python3.9/listobject.h:25:5: note: in expansion of macro
‘PyType_FastSubclass’
25 | PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
| ^~~~~~~~~~~~~~~~~~~
src/objects/bandsplitmodule.c:1639:8: note: in expansion of macro ‘PyList_Check’
1639 | if PyList_Check(arg) {
| ^~~~~~~~~~~~
src/objects/bandsplitmodule.c:1639:26: error: expected ‘;’ before ‘{’ token
1639 | if PyList_Check(arg) {
| ^
src/objects/bandsplitmodule.c:1638:12: warning: unused variable ‘bounds’
[-Wunused-variable]
1638 | int i, bounds = self->nbands - 1;
| ^~~~~~
src/objects/bandsplitmodule.c:1638:9: warning: unused variable ‘i’
[-Wunused-variable]
1638 | int i, bounds = self->nbands - 1;
| ^
error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
E: pybuild pybuild:352: build: plugin distutils failed with: exit code=1:
/usr/bin/python3.9 setup.py build
--- End Message ---
--- Begin Message ---
Version: 1.0.3-0.1
fixed.
--- End Message ---