Your message dated Tue, 06 Aug 2024 09:05:11 +0000
with message-id <e1sbg7z-005n2r...@fasolo.debian.org>
and subject line Bug#1075254: fixed in maqview 0.2.5-12
has caused the Debian Bug report #1075254,
regarding maqview: 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.)


-- 
1075254: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075254
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:maqview
Version: 0.2.5-11
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/maqview_0.2.5-11_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

[...]
    inlined from ‘default_keyTyped’ at view_panel.c:1296:7:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
‘__builtin___sprintf_chk’ output between 13 and 132 bytes into a destination of 
size 120
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
view_panel.c: In function ‘default_keyTyped’:
view_panel.c:1291:91: warning: ‘%s’ directive writing up to 119 bytes into a 
region of size 103 [-Wformat-overflow=]
 1291 |                                                 sprintf(vp->err_string, 
"Cannot open view %s", vp->view_string);
      |                                                                         
                  ^~
In function ‘sprintf’,
    inlined from ‘default_keyTyped’ at view_panel.c:1291:7:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
‘__builtin___sprintf_chk’ output between 18 and 137 bytes into a destination of 
size 120
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
view_panel.c: In function ‘default_paintStatusBar’:
view_panel.c:879:44: warning: ‘:[’ directive writing 2 bytes into a region of 
size between 1 and 120 [-Wformat-overflow=]
  879 |                 sprintf(vp->msg_string, "%s:[%s_]", vp->err_string, 
vp->view_string);
      |                                            ^~
In function ‘sprintf’,
    inlined from ‘default_paintStatusBar’ at view_panel.c:879:3:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
‘__builtin___sprintf_chk’ output between 5 and 243 bytes into a destination of 
size 120
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
view_panel.c: In function ‘default_paintStatusBar’:
view_panel.c:884:83: warning: ‘] Cacheing seqs[’ directive writing 16 bytes 
into a region of size between 13 and 89 [-Wformat-overflow=]
  884 |                 sprintf(vp->msg_string, "Ref[%s] Position[%ld-%ld] 
Caching[%ld-%ld] Cacheing seqs[%ld-%ld]",
      |                                                                         
          ^~~~~~~~~~~~~~~~
view_panel.c:884:41: note: directive argument in the range 
[-9223372036854775807, 9223372036854775807]
  884 |                 sprintf(vp->msg_string, "Ref[%s] Position[%ld-%ld] 
Caching[%ld-%ld] Cacheing seqs[%ld-%ld]",
      |                                         
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
view_panel.c:884:41: note: directive argument in the range 
[-9223372036854775807, 9223372036854775807]
In function ‘sprintf’,
    inlined from ‘default_paintStatusBar’ at view_panel.c:884:3:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
‘__builtin___sprintf_chk’ output 52 or more bytes (assuming 166) into a 
destination of size 120
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
view_panel.c: In function ‘default_paintStatusBar’:
view_panel.c:876:49: warning: ‘%s’ directive writing up to 119 bytes into a 
region of size 113 [-Wformat-overflow=]
  876 |                 sprintf(vp->msg_string, "Input:[%s_]", str);
      |                                                 ^~     ~~~
In function ‘sprintf’,
    inlined from ‘default_paintStatusBar’ at view_panel.c:876:3:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
‘__builtin___sprintf_chk’ output between 10 and 129 bytes into a destination of 
size 120
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:351: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: maqview
Source-Version: 0.2.5-12
Done: Étienne Mollier <emoll...@debian.org>

We believe that the bug you reported is fixed in the latest version of
maqview, 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.
Étienne Mollier <emoll...@debian.org> (supplier of updated maqview 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: Tue, 06 Aug 2024 09:57:02 +0200
Source: maqview
Architecture: source
Version: 0.2.5-12
Distribution: unstable
Urgency: medium
Maintainer: Debian-Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Étienne Mollier <emoll...@debian.org>
Closes: 1075254
Changes:
 maqview (0.2.5-12) unstable; urgency=medium
 .
   * Team upload.
   * gcc-14.patch: new: fix a socket length type. (Closes: #1075254)
   * d/maqview.lintian-overrides: refresh overrides.
   * typo.patch: fix a typo caught by lintian (Toogle → Toggle).
   * d/control: declare compliance to standards version 4.7.0.
Checksums-Sha1:
 517bc090cfc9b13d57209feaac00bda13f0046a7 2210 maqview_0.2.5-12.dsc
 52380be6f65ace743db1406353636a654a058da5 16924 maqview_0.2.5-12.debian.tar.xz
Checksums-Sha256:
 83b6a48a277856286c58a5970a006b582c97bfbd77f3aa712ea4f20fad382192 2210 
maqview_0.2.5-12.dsc
 29a189ff26bcc3e82ca7e04ecda18930cbd3e38265aceb5056e7e4149e1847ac 16924 
maqview_0.2.5-12.debian.tar.xz
Files:
 6572a944da2941fb3a81f1a1f97a05ad 2210 science optional maqview_0.2.5-12.dsc
 10682c400b7eb8ed4570b0907cbc408a 16924 science optional 
maqview_0.2.5-12.debian.tar.xz

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

iQJIBAEBCgAyFiEEj5GyJ8fW8rGUjII2eTz2fo8NEdoFAmax43EUHGVtb2xsaWVy
QGRlYmlhbi5vcmcACgkQeTz2fo8NEdpOXA//YaNbVHymkSFmBWbpik4b3EL5Mi1p
InuWs/+MXVyCMJbak1XnSkN6hvUhO8yJIHvsWs6vYCxUUe13qiKkGAPYKY4vUIvV
9EMWVjOy9wH/4uUWVAWUUVViA2BztB+0DCXPsDXr80ObHVg3hOwqG4/ohWB0zRbY
K3s+quGI2n3wivxal7DDVgPhtxc8zPAMFQKSotLMOxffDpFPrq0hPdhhPthni7Sa
uQpYhWwWmS+u3DZC0Vrx9GEc7C9OmtTVWWknhvqGDC22U9V8iipQ4q2z0H0GRW9L
fmW02ycCE37TZzrdImvLWqGSMAkrMw3qZRwsUE7b+zJvJKQbnTsWlaXR8uEsiMoj
/rbEYkjl7ACCuh1Z3WOfZxsVa5ZH8k+a/Ec4w5psK7gmCl7v/bYZ0k5jaeN0OQCg
61VTScDHDhJ3aO0mDsfJ4qkl33e412B/hgBMJowfMdi26OuVK9XFTYaER6S5+KX9
rBbjLCWss6WFWPgBHJ4cAIbqOFxzFeQf9t02DHLxhkJeyC20tHs1qLLtQVbHM54y
fcPhwoO+KfowyaEQ3TB9b26dfZSTLm1bPegX0vFz4TKaUUB4CBhTAimCV6w5wsSw
41L8BVoGHKt+YEjGt3rWyLnItH63OlcfzbAwSQw/xPnvOs8rfmImqWfY/YWbrg4g
svxGVty8ymOWa0k=
=KCl6
-----END PGP SIGNATURE-----

Attachment: pgpidtyx0DHxI.pgp
Description: PGP signature


--- End Message ---

Reply via email to