Your message dated Sat, 21 Sep 2024 18:18:58 +0000
with message-id <e1ss4h8-000of6...@fasolo.debian.org>
and subject line Bug#1074956: fixed in filter 2.6.3+ds1-5
has caused the Debian Bug report #1074956,
regarding filter: ftbfs with GCC-14
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 ow...@bugs.debian.org
immediately.)


-- 
1074956: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074956
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:filter
Version: 2.6.3+ds1-4
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-14

[This bug is 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-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/filter_2.6.3+ds1-4_unstable_gccexp.log
The last lines of the build log are at the end of this report.

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

  apt-get -t=experimental install g++ 

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-14/porting_to.html

[...]
 
Doing variable substitutions on .SH files...
Extracting Makefile (with variable substitutions)
Extracting config.h (with variable substitutions)
Extracting sysdefs.h (with variable substitutions)
Extracting doc/Makefile (with variable substitutions)
 
Now you must run a make.
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_build
dh_auto_build: warning: Compatibility levels before 10 are deprecated (level 9 
in use)
        make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
/bin/chmod u+w defs.h
/bin/touch defs.h
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2  -c -o actions.o actions.c
actions.c: In function ‘mail_message’:
actions.c:274:21: warning: ignoring return value of ‘setuid’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  274 |                     setuid(user_uid);
      |                     ^~~~~~~~~~~~~~~~
actions.c:275:21: warning: ignoring return value of ‘setgid’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  275 |                     setgid(user_gid);
      |                     ^~~~~~~~~~~~~~~~
actions.c: In function ‘execute’:
actions.c:549:17: warning: ignoring return value of ‘setgid’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  549 |                 setgid(user_gid);
      |                 ^~~~~~~~~~~~~~~~
actions.c:550:17: warning: ignoring return value of ‘setuid’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  550 |                 setuid(user_uid);
      |                 ^~~~~~~~~~~~~~~~
actions.c:554:17: warning: ignoring return value of ‘dup’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  554 |                 dup(tmpfd);
      |                 ^~~~~~~~~~
actions.c: In function ‘emergency_local_delivery’:
actions.c:581:30: warning: ‘%s’ directive writing 14 bytes into a region of 
size between 0 and 255 [-Wformat-overflow=]
  581 |         sprintf(mailbox, "%s/%s", home, EMERGENCY_MAILBOX);
      |                              ^~
In file included from /usr/include/stdio.h:964,
                 from actions.c:76:
In function ‘sprintf’,
    inlined from ‘emergency_local_delivery’ at actions.c:581:2:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
‘__builtin___sprintf_chk’ output between 16 and 271 bytes into a destination of 
size 256
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
actions.c: In function ‘emergency_local_delivery’:
actions.c:589:31: warning: ‘%s’ directive writing 14 bytes into a region of 
size between 0 and 255 [-Wformat-overflow=]
  589 |           sprintf(mailbox,"%s/%s", home, EMERG_MBOX);
      |                               ^~
In function ‘sprintf’,
    inlined from ‘emergency_local_delivery’ at actions.c:589:4:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
‘__builtin___sprintf_chk’ output between 16 and 271 bytes into a destination of 
size 256
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2  -c -o filter.o filter.c
filter.c:164:1: error: return type defaults to ‘int’ [-Wimplicit-int]
  164 | main(argc, argv)
      | ^~~~
make[1]: *** [<builtin>: filter.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:9: build] Error 255
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: filter
Source-Version: 2.6.3+ds1-5
Done: Marcos Talau <ta...@debian.org>

We believe that the bug you reported is fixed in the latest version of
filter, 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 1074...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Marcos Talau <ta...@debian.org> (supplier of updated filter 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 21 Sep 2024 11:27:58 -0300
Source: filter
Architecture: source
Version: 2.6.3+ds1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Marcos Talau <ta...@debian.org>
Closes: 1074956
Changes:
 filter (2.6.3+ds1-5) unstable; urgency=medium
 .
   * QA upload.
   * debian/patches/fix-build-with-gcc-14.patch: Fix build with GCC 14.
     (Closes: #1074956)
Checksums-Sha1:
 2ab3046eafd22ece1680ecb3e7671cc0b086307a 1827 filter_2.6.3+ds1-5.dsc
 9ffeff3601ffcb53d8d3f2f4771506b15964b1da 12128 filter_2.6.3+ds1-5.debian.tar.xz
 75b1c1fe73f9d3102692e987067e87913e3bc32a 6902 
filter_2.6.3+ds1-5_source.buildinfo
Checksums-Sha256:
 0968be71058676bfd9b5f08c668375852691b8daeb315b48359359e2f068c247 1827 
filter_2.6.3+ds1-5.dsc
 77fbd79d1e08afb9ff05460987829b333268fdb59bb83fb4ef8286c575b0f63b 12128 
filter_2.6.3+ds1-5.debian.tar.xz
 5f4adf416eb05b536f1aeaa345dd237f559093034b6e001073b6a8f2bc2ad31e 6902 
filter_2.6.3+ds1-5_source.buildinfo
Files:
 45b2ea47799ac11dccf68c703e46245a 1827 mail optional filter_2.6.3+ds1-5.dsc
 2f0d2bc572d7fdb50dfae6056e92d60a 12128 mail optional 
filter_2.6.3+ds1-5.debian.tar.xz
 a7341b160de6f2a9e89adaf78de1f92e 6902 mail optional 
filter_2.6.3+ds1-5_source.buildinfo

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

iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmbvC0IACgkQ9LqqgNso
ukw/nhAAgrYW4keMtGeb/QWK/YgKSHNppzNA7jAawMp5KygOmlKQyH7FEfieI5i4
Lx4FRxu7t6OZZ30V0tLZ16SH+GJiIsY4WpReW40FOPAZjWFNzlDeI/7c/BJMhSj2
Qf+EaD/lAdF5YeR3sqbEa/m6hw4jsYh07FEoGXQHVyvYhKGbs+0VsePlHn4Bq7oS
5OcQFFVZlniGfCQWLwtpzvvXcFTht5ldaTD30iA8t4cqIAgKmupNumYkkQ0+XXmE
8TT2UkX5OVeaVaByLhvuqMyhmO9EvcetJLRUb4Zt+zj8YwG05HFmOD7IQjhiYbDd
a270OuKyrWZWm2aTLCLeD4Bg+UpHUWRIl/C0v1jCUoJH/1oH05UHkaAqz+gY/0GJ
wgrhgqI0pIpb9hnBPc6ngqyVhIEm2RbrcZkpMZF2fU4l9czwiQjF0CNoqLT8i5ZF
Atsq1ZdBs9UWzegCr53AhBEMbsFt6if/DEM/oQEsKMnmleGNBhq0F/VDzg7Kqc5J
3XRWFq7/uobAlcQ+Ybm5hqEYH0qU7VZWvMTlKDxHfGP5c8zpQgW+/LtvRD01mI4B
T27VcXtz9CcKvUthHr6jDhRSO+XlOtQyHNenI0yKhrzndsv5ZyHSQ9aD5OejUB+6
XGOlV7SHtu20uBhmipcW2R/hHBGmztFNE6bNvkSYxj85bLBZCLk=
=pAhI
-----END PGP SIGNATURE-----

Attachment: pgp1uDzHNX5b8.pgp
Description: PGP signature


--- End Message ---

Reply via email to