Your message dated Tue, 14 Jul 2026 10:05:32 +0000
with message-id <[email protected]>
and subject line Bug#1141351: fixed in apitrace 13.0+repack-1.1
has caused the Debian Bug report #1141351,
regarding apitrace: FTBFS: error: macro ‘PIDS_VAL’ passed 4 arguments, but
takes just 3
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.)
--
1141351: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1141351
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: apitrace
Version: 13.0+repack-1
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
X-Debbugs-Cc: [email protected]
Dear maintainer,
apitrace FTBFS with procps 4.0.6:
cd /build/reproducible-path/apitrace-13.0+repack/obj-x86_64-linux-gnu/retrace
&& /usr/bin/x86_64-linux-gnu-g++ -DHAVE_LIBPROC2_PIDS_H -DHAVE_X11 -DRETRACE
-D_GNU_SOURCE -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
-I/build/reproducible-path/apitrace-13.0+repack/thirdparty/khronos
-I/build/reproducible-path/apitrace-13.0+repack/compat
-I/build/reproducible-path/apitrace-13.0+repack/lib/trace
-I/build/reproducible-path/apitrace-13.0+repack/lib/os
-I/build/reproducible-path/apitrace-13.0+repack/retrace
-I/build/reproducible-path/apitrace-13.0+repack/obj-x86_64-linux-gnu
-I/build/reproducible-path/apitrace-13.0+repack/lib/highlight
-I/build/reproducible-path/apitrace-13.0+repack/helpers
-I/build/reproducible-path/apitrace-13.0+repack/obj-x86_64-linux-gnu/dispatch
-I/build/reproducible-path/apitrace-13.0+repack/dispatch
-I/build/reproducible-path/apitrace-13.0+repack/lib/image
-I/build/reproducible-path/apitrace-13.0+repack/lib/ubjson
-I/build/reproducible-path/apitrace-13.0+repack/thirdparty/dxerr
-I/build/reproducible-path/apitrace-13.0+repack/thirdparty/mhook/mhook-lib -g
-O2 -ffile-prefix-map=/build/reproducible-path/apitrace-13.0+repack=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-fvisibility=hidden -Wall -Wno-sign-compare -fno-strict-aliasing -fno-rtti
-fno-exceptions -fmessage-length=0 -fno-omit-frame-pointer -std=gnu++17
-flto=auto -fno-fat-lto-objects -MD -MT
retrace/CMakeFiles/glretrace_common.dir/glretrace_main.cpp.o -MF
CMakeFiles/glretrace_common.dir/glretrace_main.cpp.o.d -o
CMakeFiles/glretrace_common.dir/glretrace_main.cpp.o -c
/build/reproducible-path/apitrace-13.0+repack/retrace/glretrace_main.cpp
In file included from
/build/reproducible-path/apitrace-13.0+repack/retrace/glretrace_main.cpp:39:
/build/reproducible-path/apitrace-13.0+repack/lib/os/os_memory.hpp:51:52:
error: macro ‘PIDS_VAL’ passed 4 arguments, but takes just 3
51 | value = PIDS_VAL(0, ul_int, stack, info);
| ^
In file included from
/build/reproducible-path/apitrace-13.0+repack/lib/os/os_memory.hpp:34:
/usr/include/libproc2/pids.h:247:9: note: macro ‘PIDS_VAL’ defined here
247 | #define PIDS_VAL( relative_enum, type, stack ) \
| ^~~~~~~~
/build/reproducible-path/apitrace-13.0+repack/lib/os/os_memory.hpp:66:52:
error: macro ‘PIDS_VAL’ passed 4 arguments, but takes just 3
66 | value = PIDS_VAL(0, ul_int, stack, info);
| ^
/usr/include/libproc2/pids.h:247:9: note: macro ‘PIDS_VAL’ defined here
247 | #define PIDS_VAL( relative_enum, type, stack ) \
| ^~~~~~~~
/build/reproducible-path/apitrace-13.0+repack/lib/os/os_memory.hpp: In function
‘long long int os::getVsize()’:
/build/reproducible-path/apitrace-13.0+repack/lib/os/os_memory.hpp:51:21:
error: ‘PIDS_VAL’ was not declared in this scope
51 | value = PIDS_VAL(0, ul_int, stack, info);
| ^~~~~~~~
/build/reproducible-path/apitrace-13.0+repack/lib/os/os_memory.hpp: In function
‘long long int os::getRss()’:
/build/reproducible-path/apitrace-13.0+repack/lib/os/os_memory.hpp:66:21:
error: ‘PIDS_VAL’ was not declared in this scope
66 | value = PIDS_VAL(0, ul_int, stack, info);
| ^~~~~~~~
[ 74%] Building CXX object
retrace/CMakeFiles/glretrace_common.dir/glretrace_ws.cpp.o
cd /build/reproducible-path/apitrace-13.0+repack/obj-x86_64-linux-gnu/retrace
&& /usr/bin/x86_64-linux-gnu-g++ -DHAVE_LIBPROC2_PIDS_H -DHAVE_X11 -DRETRACE
-D_GNU_SOURCE -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
-I/build/reproducible-path/apitrace-13.0+repack/thirdparty/khronos
-I/build/reproducible-path/apitrace-13.0+repack/compat
-I/build/reproducible-path/apitrace-13.0+repack/lib/trace
-I/build/reproducible-path/apitrace-13.0+repack/lib/os
-I/build/reproducible-path/apitrace-13.0+repack/retrace
-I/build/reproducible-path/apitrace-13.0+repack/obj-x86_6
See for more details.
Cheers4-linux-gnu -I/build/reproducible-path/apitrace-13.0+repack/lib/highlight
-I/build/reproducible-path/apitrace-13.0+repack/helpers
-I/build/reproducible-path/apitrace-13.0+repack/obj-x86_64-linux-gnu/dispatch
-I/build/reproducible-path/apitrace-13.0+repack/dispatch
-I/build/reproducible-path/apitrace-13.0+repack/lib/image
-I/build/reproducible-path/apitrace-13.0+repack/lib/ubjson
-I/build/reproducible-path/apitrace-13.0+repack/thirdparty/dxerr
-I/build/reproducible-path/apitrace-13.0+repack/thirdparty/mhook/mhook-lib -g
-O2 -ffile-prefix-map=/build/reproducible-path/apitrace-13.0+repack=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-fvisibility=hidden -Wall -Wno-sign-compare -fno-strict-aliasing -fno-rtti
-fno-exceptions -fmessage-length=0 -fno-omit-frame-pointer -std=gnu++17
-flto=auto -fno-fat-lto-objects -MD -MT
retrace/CMakeFiles/glretrace_common.dir/glretrace_ws.cpp.o -MF
CMakeFiles/glretrace_common.dir/glretrace_ws.cpp.o.d -o
CMakeFiles/glretrace_common.dir/glretrace_ws.cpp.o -c
/build/reproducible-path/apitrace-13.0+repack/retrace/glretrace_ws.cpp
make[3]: *** [retrace/CMakeFiles/glretrace_common.dir/build.make:195:
retrace/CMakeFiles/glretrace_common.dir/glretrace_main.cpp.o] Error 1
make[3]: *** Waiting for unfinished
jobs....https://buildd.debian.org/status/fetch.php?pkg=apitrace&arch=amd64&ver=13.0%2Brepack-1%2Bb2&stamp=1782907100&raw=0
See
https://buildd.debian.org/status/fetch.php?pkg=apitrace&arch=amd64&ver=13.0%2Brepack-1%2Bb2&stamp=1782907100&raw=0
for more details.
Cheers
--
Sebastian Ramacher
--- End Message ---
--- Begin Message ---
Source: apitrace
Source-Version: 13.0+repack-1.1
Done: Adrian Bunk <[email protected]>
We believe that the bug you reported is fixed in the latest version of
apitrace, 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.
Adrian Bunk <[email protected]> (supplier of updated apitrace 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: Sun, 12 Jul 2026 12:01:15 +0300
Source: apitrace
Architecture: source
Version: 13.0+repack-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1141351
Changes:
apitrace (13.0+repack-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix FTBFS with procps 4.0.6. (Closes: #1141351)
Checksums-Sha1:
e72dbbdfdc3bb588510a0094ca3897af723eb6d5 2281 apitrace_13.0+repack-1.1.dsc
bca3d4fbd9393439a91d09beef378e17a46032d0 7836
apitrace_13.0+repack-1.1.debian.tar.xz
Checksums-Sha256:
7a978806978bd17f33d4dd16fa8e017caf36aeca255596d59ce6e8671962d2a3 2281
apitrace_13.0+repack-1.1.dsc
00a72c48e49651772587aebca45732938b905558d012de5ca69be6bfc94ad6f8 7836
apitrace_13.0+repack-1.1.debian.tar.xz
Files:
44e1f632bf7c7e2d61838407d94b93b3 2281 graphics optional
apitrace_13.0+repack-1.1.dsc
8bbd46e2f33170cb84079ec7a7d0c73d 7836 graphics optional
apitrace_13.0+repack-1.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmpTXbgACgkQiNJCh6LY
mLGJWw//aJqNYbPO5yoroe3uIQFKZY2k2oKOY8cEqVP7PuVp9zA/LvmVPZoxZO6m
VrxmwezwpQ8qNoHo5py0VMMgth30bYJMuu5Ru1FyWifHKNjjdFoGPSWDFtnDUspa
knxk2p0Y3ohGfnAYE94l4Md3ZkzfzDhj6Z5dcyn4yzWEeO48D2S1e0qbhqkEVcUC
En0a4t8aCiswtngEYc7gZG5cuq1yITxf1gVa/FDrLb70Zd5/sXjw5kXp1ADZXG/q
X+KC1YpfjV3ZVZk0W6EwWBu9YluAynfBwWJWAFdyKitjoh05jVORyY+n2oPxuihL
XgGbnCO1F3KEG+F7FIsMXNKeYTqi1ZkvBMwWxyifLXvptUKI53KxKYHKBeSV9XBC
CGedQdZzIyqN6BJo0qqIEjeopTJW/N3Xk5hG9UjeWtCv+cbzCjRrTEJjBKxKWeTE
fCk/FnqKtIfIKJxFKCtKkbYjuVl5e/ROF4Y2cGm7YAxjN6+wGhZA61KZcJDv87L3
NXjUezhdEg5xFScoa960eVuVNy4pqrW7DidyCteYX+Rn0rQ8ZEb2PJ+S8aaVIGEc
LN9UYxQPfBB2fy7MAq5eeTqNpv3O6iNPoO5QtLMNmSfOdu2Bfdwswbn6XYVGR+fO
hXZ06szip9XH/8ZjbKH6XSbyjcCXDgEjYGBkp/dxC+ExfF8cY4g=
=ORyv
-----END PGP SIGNATURE-----
pgpdHBwsckjIm.pgp
Description: PGP signature
--- End Message ---