Your message dated Fri, 12 Sep 2025 10:48:57 +0000
with message-id <[email protected]>
and subject line Bug#1114057: fixed in austin 3.7.0-6
has caused the Debian Bug report #1114057,
regarding austin: FTBFS: dpkg-buildpackage: error: debian/rules binary
subprocess returned exit status 2
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.)
--
1114057: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114057
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:austin
Version: 3.7.0-5
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build.
Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202509/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:austin, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --buildsystem=autoconf
dh_auto_clean -O--buildsystem=autoconf
dh_autoreconf_clean -O--buildsystem=autoconf
dh_clean -O--buildsystem=autoconf
debian/rules binary
dh binary --buildsystem=autoconf
dh_update_autotools_config -O--buildsystem=autoconf
dh_autoreconf -O--buildsystem=autoconf
configure.ac:16: warning: The macro 'AC_PROG_CC_C99' is obsolete.
configure.ac:16: You should run autoupdate.
./lib/autoconf/c.m4:1662: AC_PROG_CC_C99 is expanded from...
configure.ac:16: the top level
configure.ac:56: warning: The macro 'AC_HEADER_STDC' is obsolete.
configure.ac:56: You should run autoupdate.
./lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from...
configure.ac:56: the top level
configure.ac:16: installing './compile'
configure.ac:65: installing './config.guess'
configure.ac:65: installing './config.sub'
configure.ac:13: installing './install-sh'
configure.ac:13: installing './missing'
src/Makefile.am: installing './depcomp'
dh_auto_configure -O--buildsystem=autoconf
./configure --build=x86_64-linux-gnu --prefix=/usr
--includedir=\${prefix}/include --mandir=\${prefix}/share/man
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var
--disable-option-checking --disable-silent-rules
--libdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run
--disable-maintainer-mode --disable-dependency-tracking
checking for a BSD-compatible install... /usr/bin/install -c
checking whether sleep supports fractional seconds... yes
checking filesystem timestamp resolution... 0.01
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking xargs -n works... yes
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for vfork.h... no
checking for libunwind-ptrace.h... yes
including build of austinp
checking for bfd_openr in -lbfd... yes
enabling symbol resolution support for austinp
checking for bfd_demangle in -liberty... yes
enabling C++ name demangling support for austinp
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking for stdio.h... (cached) yes
checking for pid_t... yes
checking for ssize_t... yes
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for GNU libc compatible malloc... yes
checking for GNU libc compatible realloc... yes
checking for strstr... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
debian/rules execute_before_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
touch src/austin.1 # needed by make, will be overwritten by doc/gen.sh
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build -- STRIP_FLAGS=
make -j2 STRIP_FLAGS=
make[2]: Entering directory '/<<PKGBUILDDIR>>'
make all-recursive
make[3]: Entering directory '/<<PKGBUILDDIR>>'
Making all in src
make[4]: Entering directory '/<<PKGBUILDDIR>>/src'
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I. -Wall
-Werror -Wno-unused-command-line-argument -pthread -O3 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o austin-argparse.o `test -f
'argparse.c' || echo './'`argparse.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I. -Wall
-Werror -Wno-unused-command-line-argument -pthread -O3 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o austin-austin.o `test -f
'austin.c' || echo './'`austin.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I. -Wall
-Werror -Wno-unused-command-line-argument -pthread -O3 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o austin-cache.o `test -f 'cache.c'
|| echo './'`cache.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I. -Wall
-Werror -Wno-unused-command-line-argument -pthread -O3 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o austin-error.o `test -f 'error.c'
|| echo './'`error.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I. -Wall
-Werror -Wno-unused-command-line-argument -pthread -O3 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o austin-logging.o `test -f
'logging.c' || echo './'`logging.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I. -Wall
-Werror -Wno-unused-command-line-argument -pthread -O3 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o austin-stats.o `test -f 'stats.c'
|| echo './'`stats.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I. -Wall
-Werror -Wno-unused-command-line-argument -pthread -O3 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o austin-platform.o `test -f
'platform.c' || echo './'`platform.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I. -Wall
-Werror -Wno-unused-command-line-argument -pthread -O3 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o austin-py_proc_list.o `test -f
'py_proc_list.c' || echo './'`py_proc_list.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I. -Wall
-Werror -Wno-unused-command-line-argument -pthread -O3 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o austin-py_proc.o `test -f
'py_proc.c' || echo './'`py_proc.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I. -Wall
-Werror -Wno-unused-command-line-argument -pthread -O3 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o austin-py_thread.o `test -f
'py_thread.c' || echo './'`py_thread.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I. -Wall
-Werror -Wno-unused-command-line-argument -pthread -O3 -DAUSTINP -fPIC
-DHAVE_BFD -DHAVE_LIBERTY -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o
austinp-argparse.o `test -f 'argparse.c' || echo './'`argparse.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I. -Wall
-Werror -Wno-unused-command-line-argument -pthread -O3 -DAUSTINP -fPIC
-DHAVE_BFD -DHAVE_LIBERTY -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o
austinp-austin.o `test -f 'austin.c' || echo './'`austin.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I. -Wall
-Werror -Wno-unused-command-line-argument -pthread -O3 -DAUSTINP -fPIC
-DHAVE_BFD -DHAVE_LIBERTY -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o
austinp-cache.o `test -f 'cache.c' || echo './'`cache.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I. -Wall
-Werror -Wno-unused-command-line-argument -pthread -O3 -DAUSTINP -fPIC
-DHAVE_BFD -DHAVE_LIBERTY -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o
austinp-error.o `test -f 'error.c' || echo './'`error.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I. -Wall
-Werror -Wno-unused-command-line-argument -pthread -O3 -DAUSTINP -fPIC
-DHAVE_BFD -DHAVE_LIBERTY -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o
austinp-logging.o `test -f 'logging.c' || echo './'`logging.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I. -Wall
-Werror -Wno-unused-command-line-argument -pthread -O3 -DAUSTINP -fPIC
-DHAVE_BFD -DHAVE_LIBERTY -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o
austinp-stats.o `test -f 'stats.c' || echo './'`stats.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I. -Wall
-Werror -Wno-unused-command-line-argument -pthread -O3 -DAUSTINP -fPIC
-DHAVE_BFD -DHAVE_LIBERTY -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o
austinp-platform.o `test -f 'platform.c' || echo './'`platform.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I. -Wall
-Werror -Wno-unused-command-line-argument -pthread -O3 -DAUSTINP -fPIC
-DHAVE_BFD -DHAVE_LIBERTY -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o
austinp-py_proc_list.o `test -f 'py_proc_list.c' || echo './'`py_proc_list.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I. -Wall
-Werror -Wno-unused-command-line-argument -pthread -O3 -DAUSTINP -fPIC
-DHAVE_BFD -DHAVE_LIBERTY -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o
austinp-py_proc.o `test -f 'py_proc.c' || echo './'`py_proc.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I. -Wall
-Werror -Wno-unused-command-line-argument -pthread -O3 -DAUSTINP -fPIC
-DHAVE_BFD -DHAVE_LIBERTY -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o
austinp-py_thread.o `test -f 'py_thread.c' || echo './'`py_thread.c
gcc -I. -Wall -Werror -Wno-unused-command-line-argument -pthread -O3 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wl,-z,relro -o austin
austin-argparse.o austin-austin.o austin-cache.o austin-error.o
austin-logging.o austin-stats.o austin-platform.o austin-py_proc_list.o
austin-py_proc.o austin-py_thread.o
gcc -I. -Wall -Werror -Wno-unused-command-line-argument -pthread -O3
-DAUSTINP -fPIC -DHAVE_BFD -DHAVE_LIBERTY -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wl,-z,relro -o austinp
austinp-argparse.o austinp-austin.o austinp-cache.o austinp-error.o
austinp-logging.o austinp-stats.o austinp-platform.o austinp-py_proc_list.o
austinp-py_proc.o austinp-py_thread.o -lunwind-ptrace -llzma -lunwind-generic
-lunwind -l:libbfd.a -lsframe -lz -lzstd -liberty -ldl
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[4]: Entering directory '/<<PKGBUILDDIR>>'
make[4]: Leaving directory '/<<PKGBUILDDIR>>'
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules execute_after_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
mkdir -p debian/doc-home
HOME=/<<PKGBUILDDIR>>/debian/doc-home ./doc/gen.sh
** (inkscape:1001): WARNING **: 20:12:28.830: Failed to wrap object of type
'PangoFT2FontMap'. Hint: this error is commonly caused by failing to call a
library init() function.
** (inkscape:1001): WARNING **: 20:12:28.965: Failed to wrap object of type
'GtkRecentManager'. Hint: this error is commonly caused by failing to call a
library init() function.
** (inkscape:1010): WARNING **: 20:12:29.308: Failed to wrap object of type
'PangoFT2FontMap'. Hint: this error is commonly caused by failing to call a
library init() function.
** (inkscape:1010): WARNING **: 20:12:29.441: Failed to wrap object of type
'GtkRecentManager'. Hint: this error is commonly caused by failing to call a
library init() function.
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
pytest -sv test/cunit
============================= test session starts ==============================
platform linux -- Python 3.13.7, pytest-8.4.1, pluggy-1.6.0 -- /usr/bin/python3
cachedir: .pytest_cache
rootdir: /<<PKGBUILDDIR>>
collecting ... 798 typedef struct {
799 long long __max_align_ll ;
800 long double __max_align_ld ;
801 } max_align_t;
802 [33;1m typedef __typeof__(nullptr) nullptr_t;[0m
[31;1m<<^[0m
803 typedef pid_t proc_ref_t;
804 size_t
805 pid_max();
806 #pragma GCC diagnostic push
801 typedef struct {
802 long long __max_align_ll ;
803 long double __max_align_ld ;
804 } max_align_t;
805 [33;1m typedef __typeof__(nullptr) nullptr_t;[0m
[31;1m<<^[0m
806 typedef pid_t proc_ref_t;
807 size_t
808 pid_max();
809 #pragma GCC diagnostic push
4 typedef struct {
5 long long __max_align_ll ;
6 long double __max_align_ld ;
7 } max_align_t;
8 [33;1m typedef __typeof__(nullptr) nullptr_t;[0m
[31;1m<<^[0m
9
10 typedef unsigned char __u_char;
11 typedef unsigned short int __u_short;
12 typedef unsigned int __u_int;
828 typedef struct {
829 long long __max_align_ll ;
830 long double __max_align_ld ;
831 } max_align_t;
832 [33;1m typedef __typeof__(nullptr) nullptr_t;[0m
[31;1m<<^[0m
833 typedef pid_t proc_ref_t;
834 size_t
835 pid_max();
836 typedef struct {
collected 11 items / 4 errors
==================================== ERRORS ====================================
_________________ ERROR collecting test/cunit/test_argparse.py _________________
test/cunit/test_argparse.py:1: in <module>
import test.cunit.argparse as argparse
test/cunit/argparse.py:9: in <module>
sys.modules[__name__] = CModule.compile(SRC / Path(__file__).stem,
cflags=CFLAGS)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
test/cunit/__init__.py:362: in compile
return cls(source)
^^^^^^^^^^^
test/cunit/__init__.py:326: in __init__
for name, ctypedef in collector.collect(
test/cunit/__init__.py:287: in collect
ast = parser.parse(decl, filename="<preprocessed>")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/pycparser/c_parser.py:147: in parse
return self.cparser.parse(
/usr/lib/python3/dist-packages/ply/yacc.py:333: in parse
return self.parseopt_notrack(input, lexer, debug, tracking, tokenfunc)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/ply/yacc.py:1201: in parseopt_notrack
tok = call_errorfunc(self.errorfunc, errtoken, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/ply/yacc.py:192: in call_errorfunc
r = errorfunc(token)
^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/pycparser/c_parser.py:1945: in p_error
self._parse_error(
/usr/lib/python3/dist-packages/pycparser/plyparser.py:67: in _parse_error
raise ParseError("%s: %s" % (coord, msg))
E pycparser.plyparser.ParseError: <preprocessed>:802:31: before: nullptr_t
__________________ ERROR collecting test/cunit/test_error.py ___________________
test/cunit/test_error.py:1: in <module>
from test.cunit.error import cglobal
test/cunit/error.py:9: in <module>
sys.modules[__name__] = CModule.compile(SRC / Path(__file__).stem,
cflags=CFLAGS)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
test/cunit/__init__.py:362: in compile
return cls(source)
^^^^^^^^^^^
test/cunit/__init__.py:326: in __init__
for name, ctypedef in collector.collect(
test/cunit/__init__.py:287: in collect
ast = parser.parse(decl, filename="<preprocessed>")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/pycparser/c_parser.py:147: in parse
return self.cparser.parse(
/usr/lib/python3/dist-packages/ply/yacc.py:333: in parse
return self.parseopt_notrack(input, lexer, debug, tracking, tokenfunc)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/ply/yacc.py:1201: in parseopt_notrack
tok = call_errorfunc(self.errorfunc, errtoken, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/ply/yacc.py:192: in call_errorfunc
r = errorfunc(token)
^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/pycparser/c_parser.py:1945: in p_error
self._parse_error(
/usr/lib/python3/dist-packages/pycparser/plyparser.py:67: in _parse_error
raise ParseError("%s: %s" % (coord, msg))
E pycparser.plyparser.ParseError: <preprocessed>:805:31: before: nullptr_t
_________________ ERROR collecting test/cunit/test_platform.py _________________
test/cunit/test_platform.py:1: in <module>
from test.cunit.platform import pid_max
test/cunit/platform.py:9: in <module>
sys.modules[__name__] = CModule.compile(SRC / Path(__file__).stem,
cflags=CFLAGS)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
test/cunit/__init__.py:362: in compile
return cls(source)
^^^^^^^^^^^
test/cunit/__init__.py:326: in __init__
for name, ctypedef in collector.collect(
test/cunit/__init__.py:287: in collect
ast = parser.parse(decl, filename="<preprocessed>")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/pycparser/c_parser.py:147: in parse
return self.cparser.parse(
/usr/lib/python3/dist-packages/ply/yacc.py:333: in parse
return self.parseopt_notrack(input, lexer, debug, tracking, tokenfunc)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/ply/yacc.py:1201: in parseopt_notrack
tok = call_errorfunc(self.errorfunc, errtoken, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/ply/yacc.py:192: in call_errorfunc
r = errorfunc(token)
^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/pycparser/c_parser.py:1945: in p_error
self._parse_error(
/usr/lib/python3/dist-packages/pycparser/plyparser.py:67: in _parse_error
raise ParseError("%s: %s" % (coord, msg))
E pycparser.plyparser.ParseError: <preprocessed>:8:31: before: nullptr_t
__________________ ERROR collecting test/cunit/test_stats.py ___________________
test/cunit/test_stats.py:1: in <module>
import test.cunit.stats as stats
test/cunit/stats.py:14: in <module>
sys.modules[__name__] = CModule.compile(
test/cunit/__init__.py:362: in compile
return cls(source)
^^^^^^^^^^^
test/cunit/__init__.py:326: in __init__
for name, ctypedef in collector.collect(
test/cunit/__init__.py:287: in collect
ast = parser.parse(decl, filename="<preprocessed>")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/pycparser/c_parser.py:147: in parse
return self.cparser.parse(
/usr/lib/python3/dist-packages/ply/yacc.py:333: in parse
return self.parseopt_notrack(input, lexer, debug, tracking, tokenfunc)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/ply/yacc.py:1201: in parseopt_notrack
tok = call_errorfunc(self.errorfunc, errtoken, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/ply/yacc.py:192: in call_errorfunc
r = errorfunc(token)
^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/pycparser/c_parser.py:1945: in p_error
self._parse_error(
/usr/lib/python3/dist-packages/pycparser/plyparser.py:67: in _parse_error
raise ParseError("%s: %s" % (coord, msg))
E pycparser.plyparser.ParseError: <preprocessed>:832:31: before: nullptr_t
=========================== short test summary info ============================
ERROR test/cunit/test_argparse.py - pycparser.plyparser.ParseError: <preproce...
ERROR test/cunit/test_error.py - pycparser.plyparser.ParseError: <preprocesse...
ERROR test/cunit/test_platform.py - pycparser.plyparser.ParseError: <preproce...
ERROR test/cunit/test_stats.py - pycparser.plyparser.ParseError: <preprocesse...
!!!!!!!!!!!!!!!!!!! Interrupted: 4 errors during collection !!!!!!!!!!!!!!!!!!!!
============================== 4 errors in 0.81s ===============================
make[1]: *** [debian/rules:28: override_dh_auto_test] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:6: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: austin
Source-Version: 3.7.0-6
Done: Colin Watson <[email protected]>
We believe that the bug you reported is fixed in the latest version of
austin, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Colin Watson <[email protected]> (supplier of updated austin package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 12 Sep 2025 11:25:17 +0100
Source: austin
Architecture: source
Version: 3.7.0-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1114057
Changes:
austin (3.7.0-6) unstable; urgency=medium
.
* Support C23 in GCC 15 (thanks, Stefano Rivera; closes: #1114057).
Checksums-Sha1:
ca30412192644e2957101fc66c6e5a2dd6d21ed2 2676 austin_3.7.0-6.dsc
a429a67a7e81119146c64bf9f129703a804cf12d 12616 austin_3.7.0-6.debian.tar.xz
b72a71c2fb155a408285ee19bcd56f47eda2e7c7 14147952 austin_3.7.0-6.git.tar.xz
60621e765aca291bb3d7b8185cd1a9721804b22c 18201 austin_3.7.0-6_source.buildinfo
Checksums-Sha256:
7b74a4ea136030fa87fda7d8a927c36a3081acc7391e3af7269865dcb0120357 2676
austin_3.7.0-6.dsc
9bf973d189a7aa2da1616cc40b2d57315d7ff40795f8304506367671bd8b4b78 12616
austin_3.7.0-6.debian.tar.xz
a8d5ba80fc9bbbbb9f7dfc9bf220ff5a8687c5cf39e4b8bb04d27c615f2f03fc 14147952
austin_3.7.0-6.git.tar.xz
82506a06f1a240b1ae53e7421a65ec24ed39e359a85a127d671d56b31a52cb11 18201
austin_3.7.0-6_source.buildinfo
Files:
4bb145fe65c8ab1c96d475fa4ef0384f 2676 devel optional austin_3.7.0-6.dsc
de8a433741ed0bf4ff5e3bc699365183 12616 devel optional
austin_3.7.0-6.debian.tar.xz
aab88e21bf036baf210810e0b01d884f 14147952 devel optional
austin_3.7.0-6.git.tar.xz
764429e440a9d6b8b58df39d2f58186c 18201 devel optional
austin_3.7.0-6_source.buildinfo
Git-Tag-Info: tag=d1b26fa4299925e447279889899ed18f40a147cd
fp=ac0a4ff12611b6fccf01c111393587d97d86500b
Git-Tag-Tagger: Colin Watson <[email protected]>
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmjD9W4ACgkQYG0ITkaD
wHlecQ//WfZOJBNROqHL7LUGl3TheZjE+RPJDZ5faK6Q+QpCWFsbjW7Y/Ug08Gwb
rbAth9TlLxR3OvR0dKqXPaEnyO6tnQT34rAUwfFOOYwpmXHQRlJIhZOUby6hYVL+
E2EVltnSU8jS5La+fhx6P45qvgTd2OuWRfVWcRFn7/WBUr8R4dW9W1Dv+0lfxhqz
bUixENH1SauTS4UPz0jd8sACGVApNFtdcfmbCw0BF+FqHwY5uCBqpv+64CQeFmGp
9Pqd9pBy/43uhplDgY6Jg61Pt98ZxR5+VkBTSK7AcQtBFfwGv3hIc3zQtqywoMP0
Ty50yY94XWBCitqA99pV/ABC6+KGNm9o+9EXbgjXyv32swiqyEzECaQzY1DcOk11
L+9MA5g/70w2qvxYj5wOPmlxLNd/a6VIjUj1FnCFkRZU1wlpO2CYZPjhvo2OcxbL
lQ2fxpBGWpwQjaH3QqcOuuIARStmcnaGoYkq7LW+Hm47Je27RT6VbLMxr2/zFpwt
qFR/Kj1BMcZmE/gDdZSCmVmPM6scNfa9C8UzhNqAh9CwiBjyi8kV0kfA9k87qZNh
VlvBMpcW5GjkzKsmvve32WmhNMdlK0iBI+yc9fYD+K6vxE7JQ6pU+27Qb+g0utJa
7YyiUAIyvy8GMgQhwudhchwqyadNZ4GkiBr60q4/1uveA9Zk6Jo=
=TMZH
-----END PGP SIGNATURE-----
pgpXL70sr5NU_.pgp
Description: PGP signature
--- End Message ---