Your message dated Thu, 25 Sep 2025 12:34:39 +0000
with message-id <[email protected]>
and subject line Bug#1114256: fixed in pdsh 2.35-3
has caused the Debian Bug report #1114256,
regarding pdsh: FTBFS: macros.h:62:16: error: cannot use keyword 'false' as
enumeration constant
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.)
--
1114256: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114256
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:pdsh
Version: 2.35-2
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:pdsh, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean
debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f debian/module-dirs.tar
find . -name .libs -type l -exec rm {} \;
dh_auto_clean
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_clean
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'.
libtoolize: copying file 'config/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'config'.
libtoolize: copying file 'config/libtool.m4'
libtoolize: copying file 'config/ltoptions.m4'
libtoolize: copying file 'config/ltsugar.m4'
libtoolize: copying file 'config/ltversion.m4'
libtoolize: copying file 'config/lt~obsolete.m4'
configure.ac:36: installing 'config/compile'
configure.ac:27: installing 'config/missing'
src/common/Makefile.am: installing 'config/depcomp'
debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# Add here commands to configure the package.
CFLAGS="-g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wl,-z,defs"
dh_auto_configure -- \
--with-ssh \
--with-genders \
--with-readline \
--without-rsh \
--prefix=/usr \
--mandir=\${prefix}/share/man \
--infodir=\${prefix}/share/info \
--enable-debug
./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 --with-ssh
--with-genders --with-readline --without-rsh --prefix=/usr
--mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --enable-debug
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
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 to enable maintainer-specific portions of Makefiles... no
checking for a sed that does not truncate output... /usr/bin/sed
checking whether to build with code coverage support... no
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 whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... none
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking whether debugging is enabled... yes
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu
format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format...
func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ranlib... ranlib
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
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 dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for socket in -lsocket... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for fcntl.h... yes
checking for strings.h... (cached) yes
checking for sys/file.h... yes
checking for unistd.h... (cached) yes
checking for features.h... yes
checking for pthread.h... yes
checking for poll.h... yes
checking for sys/poll.h... yes
checking for sys/sysmacros.h,... no
checking for sys/uio.h... yes
checking for socklen_t... yes
checking for -Wdate-time -D_FORTIFY_SOURCE=2 option for large files... none
needed
checking for msg_accrights in struct msghdr... no
checking for gcc options needed to detect all undeclared functions... none
needed
checking whether strerror_r is declared... yes
checking whether strerror_r returns char *... no
checking for strerror... yes
checking for pthread_sigmask... yes
checking for sigthreadmask... no
checking for rresvport... yes
checking for rresvport_af... yes
checking for atoi... yes
checking for poll... yes
checking for default fanout... 32
checking for default connect timeout... 10
checking for whether to build rsh module... no
checking for whether to build xcpu module... no
checking for whether to build ssh module... yes
checking for ssh connect timeout option... -oConnectTimeout=%d
checking for whether to build exec module... yes
checking for krb_sendauth in -lkrb... no
checking for path to machines file... no
checking for whether to build genders module... yes
checking for genders_handle_create in -lgenders... yes
checking for genders_query in -lgenders... yes
checking for whether to build nodeupdown module... no
checking for whether to build mrsh module... no
checking for whether to build slurm module... no
checking for whether to build torque module... no
checking for whether to build dshgroup module... no
checking for whether to build netgroup module... no
checking for whether to include readline suport... yes
checking for readline in -lreadline... yes
checking if malloc debugging is wanted... no
checking rcmd rank list... "mrsh", "rsh", "ssh", "krb4", "exec", "xcpu"
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating src/Makefile
config.status: creating src/common/Makefile
config.status: creating src/pdsh/Makefile
config.status: creating src/modules/Makefile
config.status: creating doc/Makefile
config.status: creating scripts/Makefile
config.status: creating tests/Makefile
config.status: creating tests/test-modules/Makefile
config.status: creating doc/pdcp.1
config.status: creating doc/pdsh.1
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build
make -j2
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make all-recursive
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making all in src
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
Making all in common
make[4]: Entering directory '/<<PKGBUILDDIR>>/src/common'
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o err.lo err.c
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o fd.lo fd.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -Wdate-time
-D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c
err.c -fPIC -DPIC -o .libs/err.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -Wdate-time
-D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c
fd.c -fPIC -DPIC -o .libs/fd.o
In file included from err.c:47:
macros.h:62:16: error: cannot use keyword 'false' as enumeration constant
62 | typedef enum { false, true } bool;
| ^~~~~
macros.h:62:16: note: 'false' is a keyword with '-std=c23' onwards
macros.h:62:30: error: expected ';', identifier or '(' before 'bool'
62 | typedef enum { false, true } bool;
| ^~~~
macros.h:62:30: warning: useless type name in empty declaration
make[4]: *** [Makefile:499: err.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -Wdate-time
-D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c
fd.c -o fd.o >/dev/null 2>&1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/common'
make[3]: *** [Makefile:441: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:515: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:446: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 returned exit code 2
make: *** [debian/rules:23: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: pdsh
Source-Version: 2.35-3
Done: Arif Ali <[email protected]>
We believe that the bug you reported is fixed in the latest version of
pdsh, 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.
Arif Ali <[email protected]> (supplier of updated pdsh 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: Mon, 15 Sep 2025 07:52:40 +0000
Source: pdsh
Architecture: source
Version: 2.35-3
Distribution: unstable
Urgency: medium
Maintainer: Brian Pellin <[email protected]>
Changed-By: Arif Ali <[email protected]>
Closes: 1114256
Changes:
pdsh (2.35-3) unstable; urgency=medium
.
* d/p/0001-Fix-build-on-C23-compiler-gcc-15.patch: Fix compiling issue
with gcc >= 15. (Closes: #1114256)
Checksums-Sha1:
e9514c0d82389d8e45b031a4765f86127bc3fa29 1749 pdsh_2.35-3.dsc
d5b01c0553535982a497ade73810e3607cdb7941 16640 pdsh_2.35-3.debian.tar.xz
7adbc796ec3f7aa203f38be2aef45cebb2ef4e74 5678 pdsh_2.35-3_source.buildinfo
Checksums-Sha256:
0ab5fb3566887aa0b2a9487763d4d674fdb6579b5f01fb75fee31128a66ceda0 1749
pdsh_2.35-3.dsc
2f8bd32f93f27e400dfdd94ad3a3213ef7894735f1b8a9530f46670df070ce6f 16640
pdsh_2.35-3.debian.tar.xz
1f093bd3dbf927e2d9518e6c64873835b8d7cbac3d26ac9946e54e713c972163 5678
pdsh_2.35-3_source.buildinfo
Files:
87da845b6e4e57509f93f48a0e2cf2c8 1749 net optional pdsh_2.35-3.dsc
e8510393e9bb2e99bba092f2959bac2d 16640 net optional pdsh_2.35-3.debian.tar.xz
79a33e73b6b40351c9e018232008e8a7 5678 net optional pdsh_2.35-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmjVMVAQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFCRiDADp123d+8Zv3+lgDVNy1gQ5ez5wOmr7j/xC
8tFGcDvyrcFG5EK53UN0BZEDTr239e4HR6LldxpxyJ5iq+BahMP3uJSoZ1OqoT1o
orj5yNqEvyANpt5zGTo3CCRQNt3J9/oR0e474VmCvxazV0c282dzDrz0fceqVvI0
Oeee/StI1t1zYGSgpX713mjSl4V4Qe7UAcKhDVjWHUgSrwPAlFoESEtFxw3egypZ
VncoTQsnNjF9OwG3x2I/Dcv3O2cp6y2GNw2qNPI6P2j/RazP1TJWadZyFsU3VgIu
PNgt/kHIb2YL2ZOG0HJ8eRjMiYYwC5e7zeEWJfKAdmXUyeDDMi464pllK7bAj4Ss
yivbmNmugAhz40VkVlzqea+sBYHWAiabeIqKZ3xcqBbH6/7tLtm4HAwRpPCKtvqu
ByEAIA0V+ffDSzfkx7dot+BXe/Gp1YcB4Cz8hIxG9OPI/EgpQdv04wglUsS68LNk
dZFMIk8Nr7EtX00yCaEzN5w8sYVuIpE=
=bLvX
-----END PGP SIGNATURE-----
pgp4Dqd50jrLc.pgp
Description: PGP signature
--- End Message ---