Your message dated Fri, 03 Jul 2026 13:34:28 +0000
with message-id <[email protected]>
and subject line Bug#1141354: fixed in kylin-process-manager 4.10.0.0-3
has caused the Debian Bug report #1141354,
regarding kylin-process-manager: FTBFS:
/build/reproducible-path/kylin-process-manager-4.10.0.0/utils/processinfohelper.cpp:205:50:
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.)
--
1141354: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1141354
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: kylin-process-manager
Version: 4.10.0.0-2
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
X-Debbugs-Cc: [email protected]
Dear maintainer,
kylin-process-manager FTBFS with procps 4.0.6:
[ 56%] Building CXX object
CMakeFiles/kylin-process-manager.dir/utils/processinfohelper.cpp.o
/usr/bin/x86_64-linux-gnu-g++ -DKCOREADDONS_LIB -DQT_CONCURRENT_LIB
-DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG
-DQT_NO_KEYWORDS -DQT_WIDGETS_LIB
-I/build/reproducible-path/kylin-process-manager-4.10.0.0/obj-x86_64-linux-gnu
-I/build/reproducible-path/kylin-process-manager-4.10.0.0
-I/build/reproducible-path/kylin-process-manager-4.10.0.0/obj-x86_64-linux-gnu/kylin-process-manager_autogen/include
-I/build/reproducible-path/kylin-process-manager-4.10.0.0/core
-I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount
-I/usr/include/blkid -I/usr/include/sysprof-6
-I/build/reproducible-path/kylin-process-manager-4.10.0.0/base
-I/build/reproducible-path/kylin-process-manager-4.10.0.0/utils
-I/build/reproducible-path/kylin-process-manager-4.10.0.0/control
-I/build/reproducible-path/kylin-process-manager-4.10.0.0/core/monitor
-I/build/reproducible-path/kylin-process-manager-4.10.0.0/core/data
-I/build/reproducible-path/kylin-process-manager-4.10.0.0/core/state
-I/build/reproducible-path/kylin-process-manager-4.10.0.0/core/scene
-I/build/reproducible-path/kylin-process-manager-4.10.0.0/core/policy
-I/usr/include/kysdk/kysdk-system -isystem
/usr/include/x86_64-linux-gnu/qt6/QtCore -isystem
/usr/include/x86_64-linux-gnu/qt6 -isystem
/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -isystem
/usr/include/x86_64-linux-gnu/qt6/QtWidgets -isystem
/usr/include/x86_64-linux-gnu/qt6/QtGui -isystem
/usr/include/x86_64-linux-gnu/qt6/QtConcurrent -isystem
/usr/include/x86_64-linux-gnu/qt6/QtDBus -isystem /usr/include/KF6/KIOCore
-isystem /usr/include/KF6/KIO -isystem /usr/include/KF6/KCoreAddons -isystem
/usr/include/x86_64-linux-gnu/qt6/QtNetwork -isystem
/usr/include/KF6/KWindowSystem -isystem /usr/include/KF6/KConfig -isystem
/usr/include/KF6/KConfigCore -g -O2
-ffile-prefix-map=/build/reproducible-path/kylin-process-manager-4.10.0.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-std=gnu++17 -MD -MT
CMakeFiles/kylin-process-manager.dir/utils/processinfohelper.cpp.o -MF
CMakeFiles/kylin-process-manager.dir/utils/processinfohelper.cpp.o.d -o
CMakeFiles/kylin-process-manager.dir/utils/processinfohelper.cpp.o -c
/build/reproducible-path/kylin-process-manager-4.10.0.0/utils/processinfohelper.cpp
/build/reproducible-path/kylin-process-manager-4.10.0.0/utils/processinfohelper.cpp:205:50:
error: macro ‘PIDS_VAL’ passed 4 arguments, but takes just 3
205 | int ppid = PIDS_VAL(1, s_int, stack, info); // PIDS_ID_PPID
| ^
In file included from
/build/reproducible-path/kylin-process-manager-4.10.0.0/utils/processinfohelper.cpp:22:
/usr/include/libproc2/pids.h:247:9: note: macro ‘PIDS_VAL’ defined here
247 | #define PIDS_VAL( relative_enum, type, stack ) \
| ^~~~~~~~
/build/reproducible-path/kylin-process-manager-4.10.0.0/utils/processinfohelper.cpp:207:53:
error: macro ‘PIDS_VAL’ passed 4 arguments, but takes just 3
207 | int pid = PIDS_VAL(0, s_int, stack, info); // PIDS_ID_PID
| ^
/usr/include/libproc2/pids.h:247:9: note: macro ‘PIDS_VAL’ defined here
247 | #define PIDS_VAL( relative_enum, type, stack ) \
| ^~~~~~~~
/build/reproducible-path/kylin-process-manager-4.10.0.0/utils/processinfohelper.cpp:244:50:
error: macro ‘PIDS_VAL’ passed 4 arguments, but takes just 3
244 | int ppid = PIDS_VAL(1, s_int, stack, info); // PIDS_ID_PPID
| ^
/usr/include/libproc2/pids.h:247:9: note: macro ‘PIDS_VAL’ defined here
247 | #define PIDS_VAL( relative_enum, type, stack ) \
| ^~~~~~~~
/build/reproducible-path/kylin-process-manager-4.10.0.0/utils/processinfohelper.cpp:246:53:
error: macro ‘PIDS_VAL’ passed 4 arguments, b
ut takes just 3
246 | int pid = PIDS_VAL(0, s_int, stack, info); // PIDS_ID_PID
| ^
/usr/include/libproc2/pids.h:247:9: note: macro ‘PIDS_VAL’ defined here
247 | #define PIDS_VAL( relative_enum, type, stack ) \
| ^~~~~~~~
See
https://buildd.debian.org/status/fetch.php?pkg=kylin-process-manager&arch=amd64&ver=4.10.0.0-2%2Bb1&stamp=1782907426&raw=0
for more details.
Cheers
--
Sebastian Ramacher
--- End Message ---
--- Begin Message ---
Source: kylin-process-manager
Source-Version: 4.10.0.0-3
Done: zhangpan <[email protected]>
We believe that the bug you reported is fixed in the latest version of
kylin-process-manager, 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.
zhangpan <[email protected]> (supplier of updated kylin-process-manager
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: Thu, 02 Jul 2026 15:26:43 +0800
Source: kylin-process-manager
Architecture: source
Version: 4.10.0.0-3
Distribution: unstable
Urgency: medium
Maintainer: Kylin Team <[email protected]>
Changed-By: zhangpan <[email protected]>
Closes: 1141354
Changes:
kylin-process-manager (4.10.0.0-3) unstable; urgency=medium
.
* debian/patches: Add patch to fix FTBFS with libproc2 4.0.5
and newer. (Closes: #1141354)
* debian/control: Bump debhelper compatibility level to 14.
Checksums-Sha1:
5ee9eaa192d2ef01e470c6f3ba8935a97654a560 2621
kylin-process-manager_4.10.0.0-3.dsc
e78391a290ef0ce46ec668c3d14f7ab09ccd60d5 24668
kylin-process-manager_4.10.0.0-3.debian.tar.xz
08c320791fed4141effd9568086bfd3d0fd7ac1b 26525
kylin-process-manager_4.10.0.0-3_amd64.buildinfo
Checksums-Sha256:
e121a7da17e78e747d74b212f03e3ce03a0f87ddcbbd2288fb00a7cbd7ca7579 2621
kylin-process-manager_4.10.0.0-3.dsc
c5e5c9d28b94f31bb61118bc92d1c874e42bb33080485c07f2d5ff7b72e93036 24668
kylin-process-manager_4.10.0.0-3.debian.tar.xz
3b2cf4f04e24535f2bc1eee344b046db2b0749910a1a40d2b1ee2b2ffd56a522 26525
kylin-process-manager_4.10.0.0-3_amd64.buildinfo
Files:
0f43de030f73905aa7d4624380d176e2 2621 x11 optional
kylin-process-manager_4.10.0.0-3.dsc
9fd5aa2f960bf5f8eae3fe45e5e8e102 24668 x11 optional
kylin-process-manager_4.10.0.0-3.debian.tar.xz
ca0330cff8d48fa3f4e867713cc56822 26525 x11 optional
kylin-process-manager_4.10.0.0-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmpHt64RHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtHmng//VFh/52SXE8+xptyO44QCaE4UuVWvzYLM
JWNwMrrt2R8wNIciZDYGMYiLE7DF+3t6GpCsYZ+Yao5p+bWV8PvRGkOfypOC7u5j
/Sfq3QLMQJE0fdc6nKa7bHAUETtSe8PXe04VnX9U2HSxH7CVBnG4xM4dc1kim+p8
MaTkUeAWmeuEN7Fkyx/Edpx+w3iIHzxKcleP8RAyQyS1znqln0LAREB8mTECGeQ+
GU24a/vlI8gflnE/2onaI+sGl7QaChF0neTsQWnxlDB14oGgizUSrRg4htmH3wqU
SExdlgPAwcfDimn23y/HbpDB+0Qa5R28Bj7LL3ko63x+6pyX/qFMahO/EoMlHF6q
qFV5MqMCoqCCXSda+CYqxQPnLAHQdnPkIvqR9eQDfWR8gTDIwNps8RVuHtuDAtue
TNOb3os6IOXKfLO+ee3braTGSxFtVPm1Vt8FgFx6wNzQaGpkbD3vyOng6JKwKH6G
bl7JojNHH69yFFIH1HVq60/JV3kJAdyoga9yMjSD1GFPmZ1HNgSym0sV+ZZKdFNg
tB79GrVNDrb/RipdUIY9ZHG8N5MwmkOvOg+gkU7LcqwyRMvvkWxlJN1zf+m42SVQ
MtjWwsKa6wARY1WbzyNu+fP6RDIt8AKidoJj/ODrvquqrOmjjItl1PZi51VOMYE4
PtsTMeoDZW0=
=iZuu
-----END PGP SIGNATURE-----
pgpCF0qJ91fx9.pgp
Description: PGP signature
--- End Message ---