Your message dated Sat, 31 Aug 2024 12:41:28 +0000
with message-id <e1sknq0-00ewbo...@fasolo.debian.org>
and subject line Bug#1075489: fixed in sc 7.16-4.3
has caused the Debian Bug report #1075489,
regarding sc: 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.)


-- 
1075489: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075489
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:sc
Version: 7.16-4.2
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/sc_7.16-4.2_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

[...]
 1386 |                         error("");      /* clear line */
      |                               ^~
sc.h:46:101: note: in definition of macro ‘error’
   46 | # define error(format, msg...) (void)(isatty(fileno(stdout)) && 
!move(1,0) && !clrtoeol() && printw(format, ## msg))
      |                                                                         
                            ^~~~~~
sc.c:1671:31: warning: zero-length gnu_printf format string 
[-Wformat-zero-length]
 1671 |                         error("");
      |                               ^~
sc.h:46:101: note: in definition of macro ‘error’
   46 | # define error(format, msg...) (void)(isatty(fileno(stdout)) && 
!move(1,0) && !clrtoeol() && printw(format, ## msg))
      |                                                                         
                            ^~~~~~
sc.c:1678:27: warning: zero-length gnu_printf format string 
[-Wformat-zero-length]
 1678 |                     error("");
      |                           ^~
sc.h:46:101: note: in definition of macro ‘error’
   46 | # define error(format, msg...) (void)(isatty(fileno(stdout)) && 
!move(1,0) && !clrtoeol() && printw(format, ## msg))
      |                                                                         
                            ^~~~~~
sc.c:1929:31: warning: zero-length gnu_printf format string 
[-Wformat-zero-length]
 1929 |                         error("");
      |                               ^~
sc.h:46:101: note: in definition of macro ‘error’
   46 | # define error(format, msg...) (void)(isatty(fileno(stdout)) && 
!move(1,0) && !clrtoeol() && printw(format, ## msg))
      |                                                                         
                            ^~~~~~
sc.c:1951:27: warning: zero-length gnu_printf format string 
[-Wformat-zero-length]
 1951 |                     error("");
      |                           ^~
sc.h:46:101: note: in definition of macro ‘error’
   46 | # define error(format, msg...) (void)(isatty(fileno(stdout)) && 
!move(1,0) && !clrtoeol() && printw(format, ## msg))
      |                                                                         
                            ^~~~~~
sc.c:1988:35: warning: zero-length gnu_printf format string 
[-Wformat-zero-length]
 1988 |                             error("");
      |                                   ^~
sc.h:46:101: note: in definition of macro ‘error’
   46 | # define error(format, msg...) (void)(isatty(fileno(stdout)) && 
!move(1,0) && !clrtoeol() && printw(format, ## msg))
      |                                                                         
                            ^~~~~~
sc.c:1997:35: warning: zero-length gnu_printf format string 
[-Wformat-zero-length]
 1997 |                             error("");
      |                                   ^~
sc.h:46:101: note: in definition of macro ‘error’
   46 | # define error(format, msg...) (void)(isatty(fileno(stdout)) && 
!move(1,0) && !clrtoeol() && printw(format, ## msg))
      |                                                                         
                            ^~~~~~
sc.c:2005:35: warning: zero-length gnu_printf format string 
[-Wformat-zero-length]
 2005 |                             error("");
      |                                   ^~
sc.h:46:101: note: in definition of macro ‘error’
   46 | # define error(format, msg...) (void)(isatty(fileno(stdout)) && 
!move(1,0) && !clrtoeol() && printw(format, ## msg))
      |                                                                         
                            ^~~~~~
sc.c:2019:35: warning: zero-length gnu_printf format string 
[-Wformat-zero-length]
 2019 |                             error("");
      |                                   ^~
sc.h:46:101: note: in definition of macro ‘error’
   46 | # define error(format, msg...) (void)(isatty(fileno(stdout)) && 
!move(1,0) && !clrtoeol() && printw(format, ## msg))
      |                                                                         
                            ^~~~~~
sc.c:233:14: warning: unused variable ‘home’ [-Wunused-variable]
  233 |     char    *home;
      |              ^~~~
sc.c: In function ‘modcheck’:
sc.c:2223:36: warning: ‘%s’ directive writing up to 1023 bytes into a region of 
size 94 [-Wformat-overflow=]
 2223 |         (void) sprintf(lin,"File \"%s\" is modified, save%s? 
",curfile,endstr);
      |                                    ^~                          ~~~~~~~
sc.c:2223:16: note: ‘sprintf’ output 28 or more bytes (assuming 1051) into a 
destination of size 100
 2223 |         (void) sprintf(lin,"File \"%s\" is modified, save%s? 
",curfile,endstr);
      |                
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv y.tab.c gram.c
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" all sc.1 
psc.1 CC=gcc "CFLAGS=-Wall -DSYSV3 -ffloat-store -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection" returned exit code 2
make[1]: *** [debian/rules:13: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:10: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: sc
Source-Version: 7.16-4.3
Done: Ying-Chun Liu (PaulLiu) <paul...@debian.org>

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

Debian distribution maintenance software
pp.
Ying-Chun Liu (PaulLiu) <paul...@debian.org> (supplier of updated sc 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: Sun, 11 Aug 2024 13:45:53 +0800
Source: sc
Architecture: source
Version: 7.16-4.3
Distribution: unstable
Urgency: low
Maintainer: Adam Majer <ad...@zombino.com>
Changed-By: Ying-Chun Liu (PaulLiu) <paul...@debian.org>
Closes: 1075489
Changes:
 sc (7.16-4.3) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS for GCC-14 (Closes: #1075489)
     - Add debian/patches/fix-ftbfs-gcc14.patch
Checksums-Sha1:
 52c5b517d1bccc54d9e1d1312ca44e7ca8f13163 1803 sc_7.16-4.3.dsc
 ebf306b926c6cccf3a630200a7c70a93338b4006 11640 sc_7.16-4.3.debian.tar.xz
 4a25c213d3cc541d303e0732fe59ef738e96bbb7 6746 sc_7.16-4.3_source.buildinfo
Checksums-Sha256:
 d151a8db80aedf70c929bf848ebbe0fcc97975f5e5835fea794600ea46280aa3 1803 
sc_7.16-4.3.dsc
 04323df3326866a622841b9f68e3de5bb5fc227f8d69595d2c9a75dad15b7e8d 11640 
sc_7.16-4.3.debian.tar.xz
 701aa5b6a610c6b51e9281afba3f7ff22c4b8c39eeec6e174a9174e544824fb0 6746 
sc_7.16-4.3_source.buildinfo
Files:
 cbb963f33520f931bc41071ec15fdcbe 1803 math optional sc_7.16-4.3.dsc
 b7125ccf4b374fbaccb09e522fa7b2e6 11640 math optional sc_7.16-4.3.debian.tar.xz
 269ce6aa4a59a8fbe793ed15a09bebeb 6746 math optional 
sc_7.16-4.3_source.buildinfo

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

iQJHBAEBCgAxFiEEo2h49GQQhoFgDLZIRBc/oT0FiIgFAmbFvTsTHHBhdWxsaXVA
ZGViaWFuLm9yZwAKCRBEFz+hPQWIiM28D/wM1Zjv2LNY/LneAc0aefWAnO3RMHRx
eXlUG3wrK1rLKJ5015DqV4H2KwRjrnGyM8jMz3o8vNweCG7NByLaWM6+R2PKjBok
4Pyz3ndJzNMjWMp8d3cwfchgoSbD7AA+cXCgz5m+Stksv6/TkYz+812PYl2N96Sk
sqXUnO4yWbi4iIDg/+qpKYqs4/7pInVeOPQGKlYBJEy1LHuKQICLpm0nSIXaM4O0
ySOcVdonptMdOoGZRhgWHOy1gwMkpVgi70Dsqq6OONfqIUkmxWLma6S1eg7Blns5
BqEHIQVO+53N6nK7c+BE3AoxhxmtCERiKRB2PGCpVVo/ficjtA8RunVuO7Ha8dYd
X9ZOr04EZT0R1cvJCPjUf9E2DGvyoU2VhVzF0UVmSv4EiqoRo85AtdMg7YlmEsFD
XNNYrt91pb0w4W7pYazdb0jLvlo6awOw/Wk+u5YIymvD9NKGehPP7ztJOaC5PJVf
GjklIiNJcIekF9DOzgv5yS6KTPG0xM4Co6WJMtA5fLnWJSboFROM8crOnXPbFaVz
e8RUey0MhjLOWAUfHRxKQNrUMiluH0tXRDDjCHL79Z3NpsR6533MQ7PLgqKLnfVR
ICV9ym+wuEbjGI1Iem+ULxWgvrIvXTvyHmpvYTrXo3PGBBgydZqhJXoRe3ZcvFX9
b9VdS+IjVtFTUA==
=bKnA
-----END PGP SIGNATURE-----

Attachment: pgpKSRExwMaMo.pgp
Description: PGP signature


--- End Message ---

Reply via email to