Your message dated Fri, 26 Sep 2025 20:36:22 +0000
with message-id <[email protected]>
and subject line Bug#1098049: fixed in userv 1.2.2
has caused the Debian Bug report #1098049,
regarding userv: ftbfs with GCC-15
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.)


-- 
1098049: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098049
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:userv
Version: 1.2.1
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15

[This bug is NOT targeted to the upcoming trixie release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.

The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/userv_1.2.1_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.

To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other Common build failures are new warnings resulting in build failures
with -Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-15/porting_to.html

[...]
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 how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for md5sum... md5sum
checking for socket in -lsocket... no
checking for setenv... yes
checking for strsignal... yes
checking for vsnprintf... yes
checking for egrep -e... /usr/bin/grep -E
checking for EPROTO... yes
checking for LOG_AUTHPRIV... yes
checking for WCOREDUMP... yes
checking your C compiler... works
checking __attribute__((,,))... yes
checking __attribute__((noreturn))... yes
checking __attribute__((unused))... yes
checking __attribute__((format...))... yes
checking GCC warning flag(s) -Wall -Wno-implicit... no
checking GCC warning flag(s) -Wwrite-strings... ok
checking GCC warning flag(s) -Wpointer-arith... ok
checking GCC warning flag(s) -Wimplicit -Wnested-externs... ok
will build version 1.2.1
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
make[1]: Leaving directory '/build/reproducible-path/userv-1.2.1'
   debian/rules override_dh_auto_build
make[1]: Entering directory '/build/reproducible-path/userv-1.2.1'
/usr/bin/make OPTIMISE= XCFLAGS="-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/userv-1.2.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection" XCPPFLAGS="-Wdate-time 
-D_FORTIFY_SOURCE=2" XLDFLAGS="-Wl,-z,relro" all docs
make[2]: Entering directory '/build/reproducible-path/userv-1.2.1'
cat common.h config.h config.status Makefile | md5sum \
                | sed -e 's/  -$//; s/../0x&,/g; s/,$//;' \
                >pcsum.h.new
cmp pcsum.h.new pcsum.h || mv -f pcsum.h.new pcsum.h
cmp: pcsum.h: No such file or directory
gcc -g  -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/userv-1.2.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -D_GNU_SOURCE -Wwrite-strings 
-Wpointer-arith -Wimplicit -Wnested-externs -Wmissing-prototypes 
-Wstrict-prototypes -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/userv-1.2.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DVERSION='"1.2.1"' -DVEREXT='"std"'  
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/userv-1.2.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
overlord.o overlord.c
m4  -- tokens.h.m4 >tokens.h.new && mv tokens.h.new tokens.h
gcc -g  -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/userv-1.2.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -D_GNU_SOURCE -Wwrite-strings 
-Wpointer-arith -Wimplicit -Wnested-externs -Wmissing-prototypes 
-Wstrict-prototypes -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/userv-1.2.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DVERSION='"1.2.1"' -DVEREXT='"std"'  
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/userv-1.2.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
process.o process.c
echo '#define VERSION "1.2.1"' >version.h.new && mv -f version.h.new version.h
gcc -g  -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/userv-1.2.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -D_GNU_SOURCE -Wwrite-strings 
-Wpointer-arith -Wimplicit -Wnested-externs -Wmissing-prototypes 
-Wstrict-prototypes -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/userv-1.2.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DVERSION='"1.2.1"' -DVEREXT='"std"'  
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/userv-1.2.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
servexec.o servexec.c
m4  -- lexer.l.m4 >lexer.l.new && mv lexer.l.new lexer.l
flex  -t lexer.l > lexer.c
lexer.l:286: warning, rule cannot be matched
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g  
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/userv-1.2.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -D_GNU_SOURCE -Wwrite-strings 
-Wpointer-arith -Wimplicit -Wnested-externs -Wmissing-prototypes 
-Wstrict-prototypes -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/userv-1.2.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DVERSION='"1.2.1"' -DVEREXT='"std"'  
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/userv-1.2.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection lexer.c -o parserlexer.o
In file included from lexer.l:304:
parser.c: In function ‘df_if’:
parser.c:1153:10: error: expected identifier or ‘(’ before ‘true’
 1153 |   int r, true, done;
      |          ^~~~
parser.c:1155:3: error: ‘done’ undeclared (first use in this function)
 1155 |   done= 0;
      |   ^~~~
parser.c:1155:3: note: each undeclared identifier is reported only once for 
each function it appears in
parser.c:1157:21: error: lvalue required as unary ‘&’ operand
 1157 |     r= pa_condition(&true); if (r) return r;
      |                     ^
make[2]: *** [Makefile:142: parserlexer.o] Error 1
make[2]: Leaving directory '/build/reproducible-path/userv-1.2.1'
make[1]: *** [debian/rules:20: override_dh_auto_build] Error 2
make[1]: Leaving directory '/build/reproducible-path/userv-1.2.1'
make: *** [debian/rules:12: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: userv
Source-Version: 1.2.2
Done: Ian Jackson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
userv, 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.
Ian Jackson <[email protected]> (supplier of updated userv 
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: Sat, 20 Sep 2025 17:55:10 +0100
Source: userv
Architecture: source
Version: 1.2.2
Distribution: unstable
Urgency: medium
Maintainer: Ian Jackson <[email protected]>
Changed-By: Ian Jackson <[email protected]>
Closes: 1098049
Changes:
 userv (1.2.2) unstable; urgency=medium
 .
   * Rerun autogen.sh.  No significant changes to output.
   * parser: Rename a variable from `true` to `true_` (for C23)
     Closes: #1098049.
Checksums-Sha1:
 5a4d60425b61a872c8b1a4f3670f4098110a753c 1626 userv_1.2.2.dsc
 b300de48418b9e44508052ac077ed5ddc3a15ad5 201525 userv_1.2.2.tar.gz
Checksums-Sha256:
 381f49cdb2f787d457a523414e00e6fde40f2d5b805a6b6e34d73549bf5f6794 1626 
userv_1.2.2.dsc
 4829b8a02472e3cf4e72a2e10e39df3924861842ac8a217b267e7d65c5cabcbf 201525 
userv_1.2.2.tar.gz
Files:
 4625506e808882ed6bc23144bd58401c 1626 admin optional userv_1.2.2.dsc
 95db48e122792c63456338be13c35615 201525 admin optional userv_1.2.2.tar.gz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEm5FwB64DDjbk/CSLaVt65L8GYkAFAmjW7+wACgkQaVt65L8G
YkDwDRAAmAst4/oSRjmxgNUZCCHWmkIqYEiuinH0u4muP+AU2N/IfyPeR/enIn9q
bfWddYI1+PfucfaSzPoP8kxn3Bk4yDIKnqeu6cU0XuU+0AVAZQ4TAPzsHiVzGui2
x3BPrJxpeBV6SL/Q1qSG9Gv6/OROfXlhf0T8c5OIcF8oNqlb3RJ2ux1eRDl0505e
EuOpKvRG0/tS2X95gItwWt8lzoqd1BpKEiRbdDpqfd3kL1phzEDyQuH35hKEQHa8
jez/ngAuWJsm8tG+KoyCTz1GV+kOlCz0q/45fKWXdmInMA2zJXbHtY3K7ri9zQQb
YD7Tj6pZNSrkG7BjADdq+T7J5dNmPFUStdvLAguhG1oWYw8sECOnk0w2N6CY27Az
uC6p9tIjEjeRXrcwyqAFIWL4zPAqlIimSWxC8GUh6DAbubQidBj+w6IiJt+QBG6D
kuEUUQuHDF57IWKuxAUfXS/KES9MRHmCzOTn2XESdCv6mkNcojHQiQSZ311h5FBL
a1N5Jz1cM3ymgZvd0EaopCkh1YaqNIxO9Q5kdLmPX3JDmmHf3AfqUNNU/ACOf4e1
W7hqs1eKBVvavja67LvQiW/aEkjQpCJ0NY5l1JGCKrpDAPofhhN6N0Zu76mQaqDs
WEIChvFCv3RNY+sw8Hq4JSGn8OpMuAru46UQuCzYfSE/89H/rpY=
=9LRC
-----END PGP SIGNATURE-----

Attachment: pgpV0q8SbbMof.pgp
Description: PGP signature


--- End Message ---

Reply via email to