Your message dated Mon, 29 Sep 2025 20:53:37 +0000
with message-id <[email protected]>
and subject line Bug#1097958: fixed in swish-e 2.4.7-7
has caused the Debian Bug report #1097958,
regarding swish-e: 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.)


-- 
1097958: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097958
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:swish-e
Version: 2.4.7-6.3
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/swish-e_2.4.7-6.3_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

[...]
http.c:486:9: warning: ignoring return value of ‘fgets’ declared with attribute 
‘warn_unused_result’ [-Wunused-result]
  486 |         fgets(buffer, 400, fp);
      |         ^~~~~~~~~~~~~~~~~~~~~~
http.c:491:13: warning: ignoring return value of ‘fgets’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  491 |             fgets(contenttype_or_redirect, MAXSTRLEN, fp);  /* more 
yuck */
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http.c:499:13: warning: ignoring return value of ‘fgets’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  499 |             fgets(buffer, 400, fp);  /* more yuck */
      |             ^~~~~~~~~~~~~~~~~~~~~~
 gcc -DHAVE_CONFIG_H -I. -I. -I. -Dlibexecdir=\"/usr/lib/swish-e\" 
-DPATH_SEPARATOR=\":\" -I/usr/include/libxml2 -Ireplace -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/swish-e-2.4.7=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -MT http.lo -MD -MP -MF .deps/http.Tpo 
-c http.c -o http.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
 -Dlibexecdir=\"/usr/lib/swish-e\" -DPATH_SEPARATOR=\":\"   
-I/usr/include/libxml2 -Ireplace -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/swish-e-2.4.7=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -MT httpserver.lo -MD -MP -MF 
".deps/httpserver.Tpo" -c -o httpserver.lo httpserver.c; \
then mv -f ".deps/httpserver.Tpo" ".deps/httpserver.Plo"; else rm -f 
".deps/httpserver.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -Dlibexecdir=\"/usr/lib/swish-e\" 
-DPATH_SEPARATOR=\":\" -I/usr/include/libxml2 -Ireplace -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/swish-e-2.4.7=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -MT httpserver.lo -MD -MP -MF 
.deps/httpserver.Tpo -c httpserver.c  -fPIC -DPIC -o .libs/httpserver.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -Dlibexecdir=\"/usr/lib/swish-e\" 
-DPATH_SEPARATOR=\":\" -I/usr/include/libxml2 -Ireplace -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/swish-e-2.4.7=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -MT httpserver.lo -MD -MP -MF 
.deps/httpserver.Tpo -c httpserver.c -o httpserver.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
 -Dlibexecdir=\"/usr/lib/swish-e\" -DPATH_SEPARATOR=\":\"   
-I/usr/include/libxml2 -Ireplace -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/swish-e-2.4.7=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -MT extprog.lo -MD -MP -MF 
".deps/extprog.Tpo" -c -o extprog.lo extprog.c; \
then mv -f ".deps/extprog.Tpo" ".deps/extprog.Plo"; else rm -f 
".deps/extprog.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -Dlibexecdir=\"/usr/lib/swish-e\" 
-DPATH_SEPARATOR=\":\" -I/usr/include/libxml2 -Ireplace -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/swish-e-2.4.7=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -MT extprog.lo -MD -MP -MF 
.deps/extprog.Tpo -c extprog.c  -fPIC -DPIC -o .libs/extprog.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -Dlibexecdir=\"/usr/lib/swish-e\" 
-DPATH_SEPARATOR=\":\" -I/usr/include/libxml2 -Ireplace -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/swish-e-2.4.7=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -MT extprog.lo -MD -MP -MF 
.deps/extprog.Tpo -c extprog.c -o extprog.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
 -Dlibexecdir=\"/usr/lib/swish-e\" -DPATH_SEPARATOR=\":\"   
-I/usr/include/libxml2 -Ireplace -Wdate-time -D_FORTIFY_SOURCE=2 -Wall  -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/swish-e-2.4.7=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -MT bash.lo -MD -MP -MF 
".deps/bash.Tpo" -c -o bash.lo bash.c; \
then mv -f ".deps/bash.Tpo" ".deps/bash.Plo"; else rm -f ".deps/bash.Tpo"; exit 
1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -Dlibexecdir=\"/usr/lib/swish-e\" 
-DPATH_SEPARATOR=\":\" -I/usr/include/libxml2 -Ireplace -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/swish-e-2.4.7=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -MT bash.lo -MD -MP -MF .deps/bash.Tpo 
-c bash.c  -fPIC -DPIC -o .libs/bash.o
In file included from bash.c:33:
sys.h:39:7: warning: conflicting types for built-in function ‘strchr’; expected 
‘char *(const char *, int)’ [-Wbuiltin-declaration-mismatch]
   39 | char *strchr(), *strrchr();
      |       ^~~~~~
sys.h:31:1: note: ‘strchr’ is declared in header ‘<string.h>’
   30 | #include "acconfig.h"
  +++ |+#include <string.h>
   31 | 
sys.h:39:18: warning: conflicting types for built-in function ‘strrchr’; 
expected ‘char *(const char *, int)’ [-Wbuiltin-declaration-mismatch]
   39 | char *strchr(), *strrchr();
      |                  ^~~~~~~
sys.h:39:18: note: ‘strrchr’ is declared in header ‘<string.h>’
In file included from /usr/include/memory.h:29,
                 from mem.h:53,
                 from bash.c:34:
/usr/include/string.h:246:14: error: conflicting types for ‘strchr’; have ‘char 
*(const char *, int)’
  246 | extern char *strchr (const char *__s, int __c)
      |              ^~~~~~
sys.h:39:7: note: previous declaration of ‘strchr’ with type ‘char *(void)’
   39 | char *strchr(), *strrchr();
      |       ^~~~~~
/usr/include/string.h:273:14: error: conflicting types for ‘strrchr’; have 
‘char *(const char *, int)’
  273 | extern char *strrchr (const char *__s, int __c)
      |              ^~~~~~~
sys.h:39:18: note: previous declaration of ‘strrchr’ with type ‘char *(void)’
   39 | char *strchr(), *strrchr();
      |                  ^~~~~~~
bash.c: In function ‘group_member’:
bash.c:116:54: warning: pointer targets in passing argument 2 of ‘getgroups’ 
differ in signedness [-Wpointer-sign]
  116 |       ngroups = getgroups (default_group_array_size, group_array);
      |                                                      ^~~~~~~~~~~
      |                                                      |
      |                                                      int *
In file included from /usr/include/features.h:510,
                 from /usr/include/x86_64-linux-gnu/sys/types.h:25,
                 from sys.h:47:
/usr/include/x86_64-linux-gnu/bits/unistd.h:147:19: note: expected ‘__gid_t *’ 
{aka ‘unsigned int *’} but argument is of type ‘int *’
  147 |                   __fortify_clang_overload_arg (__gid_t *, ,  __list)))
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[4]: *** [Makefile:550: bash.lo] Error 1
make[4]: Leaving directory '/build/reproducible-path/swish-e-2.4.7/src'
make[3]: *** [Makefile:590: all-recursive] Error 1
make[3]: Leaving directory '/build/reproducible-path/swish-e-2.4.7/src'
make[2]: *** [Makefile:330: all] Error 2
make[2]: Leaving directory '/build/reproducible-path/swish-e-2.4.7/src'
make[1]: *** [Makefile:422: all-recursive] Error 1
make[1]: Leaving directory '/build/reproducible-path/swish-e-2.4.7'
make: *** [debian/rules:39: build.stamp] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: swish-e
Source-Version: 2.4.7-7
Done: Ludovic Drolez <[email protected]>

We believe that the bug you reported is fixed in the latest version of
swish-e, 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.
Ludovic Drolez <[email protected]> (supplier of updated swish-e 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: SHA256

Format: 1.8
Date: Mon, 29 Sep 2025 21:23:40 +0200
Source: swish-e
Architecture: source
Version: 2.4.7-7
Distribution: unstable
Urgency: medium
Maintainer: Ludovic Drolez <[email protected]>
Changed-By: Ludovic Drolez <[email protected]>
Closes: 1097958
Changes:
 swish-e (2.4.7-7) unstable; urgency=medium
 .
   * GCC-15 build fix. Closes: #1097958
   * Ack previous NMUs.
Checksums-Sha1:
 51e22ac8ed73c0e34d01e1a716732cf4b5831e20 1458 swish-e_2.4.7-7.dsc
 f01d33228682ee3e3f12819b8dcbeae09d45597f 29668 swish-e_2.4.7-7.debian.tar.xz
 7cccb85236a4e1b90e5f621ea078de045e6cd48a 5797 swish-e_2.4.7-7_amd64.buildinfo
Checksums-Sha256:
 8fc1f9b7c6a4c587a2a7651a2d4a1de041eb35cea04e9761134f739873db3e12 1458 
swish-e_2.4.7-7.dsc
 e35262975ebf67cadda0e6d4c93c521348a88a33ed23c4e0edac70d828cd96fb 29668 
swish-e_2.4.7-7.debian.tar.xz
 8132675779c65f627fcdc7078714628c4134e73c944399efb80451ed46035176 5797 
swish-e_2.4.7-7_amd64.buildinfo
Files:
 976fed5f85aeec080cee97946069b364 1458 web optional swish-e_2.4.7-7.dsc
 a2d1469a2f6cbf87b57c5d69285d5428 29668 web optional 
swish-e_2.4.7-7.debian.tar.xz
 5dc2413ddf3626b4f5ee6dbab089ed51 5797 web optional 
swish-e_2.4.7-7_amd64.buildinfo

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

iQFHBAEBCAAxFiEEKrWNbKjxjlSqtxlZi3UoEkf5wXwFAmja7f4THGxkcm9sZXpA
ZGViaWFuLm9yZwAKCRCLdSgSR/nBfF9tB/4rHwGPFFwxhEixbqn9yG8mWo4zX5Nd
g6Mnx02qnvECTDZf372VUimcBFWmzfdp1n0tmtpADIsGrkvlYG5Wb769XPr0OrNR
KRq458ADPxtxEHMBA3b86ttHrqd0xQPYcidM4wi6yGxrQdUnSohRA3/y+0+f7/6h
KQL/uW5B8nJ2sm60FLYl56C6+1E0U0ft+Nx8tl7VvH7UuO9EgRdgJhETeUKiwH7f
YnNrVnot8/Je7FsHQSJ8czLctRbk6K7y2/f/LLAbGOSOgP8QC5DW2KNvQ5kkT+31
xp1a35TQ3YP4BnHRKCEx2G+o46g3GSzrKHrwLsq+Au7e0ezKjy4Kegmz
=rSuy
-----END PGP SIGNATURE-----

Attachment: pgp8_vBtwZmka.pgp
Description: PGP signature


--- End Message ---

Reply via email to