Your message dated Tue, 12 Dec 2023 22:46:08 +0100
with message-id <fc550a8c-628c-444c-b914-f0b60f56e...@debian.org>
and subject line Fixed already
has caused the Debian Bug report #1058306,
regarding python-yappi: FTBFS: yappi/_yappi.c:240:18: error: invalid use of
incomplete typedef ‘PyFrameObject’ {aka ‘struct _frame’}
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 ow...@bugs.debian.org
immediately.)
--
1058306: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058306
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-yappi
Version: 1.4.0-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231212 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -g -fwrapv -O2 -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DLIB_RT_AVAILABLE=1
> -I/usr/include/python3.12 -c yappi/_yappi.c -o
> build/temp.linux-x86_64-cpython-312/yappi/_yappi.o
> yappi/_yappi.c: In function ‘IS_SUSPENDED’:
> yappi/_yappi.c:240:18: error: invalid use of incomplete typedef
> ‘PyFrameObject’ {aka ‘struct _frame’}
> 240 | return (frame->f_stacktop != NULL);
> | ^~
> yappi/_yappi.c: In function ‘_code2pit’:
> yappi/_yappi.c:697:29: error: ‘PyCodeObject’ has no member named
> ‘co_varnames’; did you mean ‘co_names’?
> 697 | co_varnames = cobj->co_varnames;
> | ^~~~~~~~~~~
> | co_names
> yappi/_yappi.c: In function ‘IS_SUSPENDED’:
> yappi/_yappi.c:242:1: warning: control reaches end of non-void function
> [-Wreturn-type]
> 242 | }
> | ^
> error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
> make[1]: *** [debian/rules:16: override_dh_auto_build] Error 1
The full build log is available from:
http://qa-logs.debian.net/2023/12/12/python-yappi_1.4.0-2_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231212;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231212&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Hi,
This was fixed in version 1.4.0-3.
Cheers,
Thomas Goirand (zigo)
--- End Message ---