Your message dated Fri, 02 Aug 2024 13:52:10 +0000
with message-id <e1szshw-0042pv...@fasolo.debian.org>
and subject line Bug#1075261: fixed in mccode 
0.0~git20240801183257.cdaa431+ds5-1
has caused the Debian Bug report #1075261,
regarding mccode: 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.)


-- 
1075261: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075261
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:mccode
Version: 0.0~git20240608173115.707559c+ds4-1
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/mccode_0.0~git20240608173115.707559c+ds4-1_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

[...]
/<<PKGBUILDDIR>>/mcstas/src/instrument.y:1115:9: note: ‘sprintf’ output between 
3 and 22 bytes into a destination of size 10
 1115 |         sprintf(str_index, "_%li", comp_current_index+1);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/mcstas/src/instrument.y:1109:28: warning: ‘%li’ directive 
writing between 1 and 20 bytes into a region of size 9 [-Wformat-overflow=]
 1109 |         sprintf(str_index, "_%li", comp_current_index+1);
      |                            ^~~~~~
/<<PKGBUILDDIR>>/mcstas/src/instrument.y:1109:28: note: directive argument in 
the range [-9223372036854775807, 9223372036854775807]
/<<PKGBUILDDIR>>/mcstas/src/instrument.y:1109:9: note: ‘sprintf’ output between 
3 and 22 bytes into a destination of size 10
 1109 |         sprintf(str_index, "_%li", comp_current_index+1);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 50%] Linking C executable mcstas
make[4]: Leaving directory '/<<PKGBUILDDIR>>/BUILD/mcstas'
[ 50%] Built target mcstas
make[4]: Entering directory '/<<PKGBUILDDIR>>/BUILD/mcstas'
[ 53%] Generating work/src/py-lex.yy.c
[ 56%] Generating work/src/py-instrument.tab.h, work/src/py-instrument.tab.c
make[4]: Leaving directory '/<<PKGBUILDDIR>>/BUILD/mcstas'
make[4]: Entering directory '/<<PKGBUILDDIR>>/BUILD/mcstas'
[ 59%] Building C object CMakeFiles/mcstas-pygen.dir/work/src/py-cexp.c.o
[ 62%] Building C object CMakeFiles/mcstas-pygen.dir/work/src/pygen.c.o
/<<PKGBUILDDIR>>/BUILD/mcstas/work/src/pygen.c: In function ‘def_uservars’:
/<<PKGBUILDDIR>>/BUILD/mcstas/work/src/pygen.c:430:16: error: initialization of 
‘List’ {aka ‘struct List_header *’} from incompatible pointer type 
‘List_handle’ {aka ‘struct List_position *’} [-Wincompatible-pointer-types]
  430 |   List liter = list_iterate(instr->user_vars);
      |                ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/BUILD/mcstas/work/src/pygen.c:431:17: error: initialization of 
‘List’ {aka ‘struct List_header *’} from incompatible pointer type 
‘List_handle’ {aka ‘struct List_position *’} [-Wincompatible-pointer-types]
  431 |   List liter2 = list_iterate(instr->user_vars_types);
      |                 ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/BUILD/mcstas/work/src/pygen.c:434:26: error: passing argument 
1 of ‘list_next’ from incompatible pointer type [-Wincompatible-pointer-types]
  434 |   while((var = list_next(liter))) {
      |                          ^~~~~
      |                          |
      |                          List {aka struct List_header *}
In file included from /<<PKGBUILDDIR>>/BUILD/mcstas/work/src/pygen.c:30:
/<<PKGBUILDDIR>>/BUILD/mcstas/work/src/mccode.h:154:17: note: expected 
‘List_handle’ {aka ‘struct List_position *’} but argument is of type ‘List’ 
{aka ‘struct List_header *’}
  154 | void *list_next(List_handle);       /* Get next element in list. */
      |                 ^~~~~~~~~~~
/<<PKGBUILDDIR>>/BUILD/mcstas/work/src/pygen.c:435:21: error: passing argument 
1 of ‘list_next’ from incompatible pointer type [-Wincompatible-pointer-types]
  435 |     tpe = list_next(liter2);
      |                     ^~~~~~
      |                     |
      |                     List {aka struct List_header *}
/<<PKGBUILDDIR>>/BUILD/mcstas/work/src/mccode.h:154:17: note: expected 
‘List_handle’ {aka ‘struct List_position *’} but argument is of type ‘List’ 
{aka ‘struct List_header *’}
  154 | void *list_next(List_handle);       /* Get next element in list. */
      |                 ^~~~~~~~~~~
/<<PKGBUILDDIR>>/BUILD/mcstas/work/src/pygen.c:438:20: error: passing argument 
1 of ‘list_iterate_end’ from incompatible pointer type 
[-Wincompatible-pointer-types]
  438 |   list_iterate_end(liter);
      |                    ^~~~~
      |                    |
      |                    List {aka struct List_header *}
/<<PKGBUILDDIR>>/BUILD/mcstas/work/src/mccode.h:156:23: note: expected 
‘List_handle’ {aka ‘struct List_position *’} but argument is of type ‘List’ 
{aka ‘struct List_header *’}
  156 | void list_iterate_end(List_handle); /* End list traversal. */
      |                       ^~~~~~~~~~~
/<<PKGBUILDDIR>>/BUILD/mcstas/work/src/pygen.c:439:20: error: passing argument 
1 of ‘list_iterate_end’ from incompatible pointer type 
[-Wincompatible-pointer-types]
  439 |   list_iterate_end(liter2);
      |                    ^~~~~~
      |                    |
      |                    List {aka struct List_header *}
/<<PKGBUILDDIR>>/BUILD/mcstas/work/src/mccode.h:156:23: note: expected 
‘List_handle’ {aka ‘struct List_position *’} but argument is of type ‘List’ 
{aka ‘struct List_header *’}
  156 | void list_iterate_end(List_handle); /* End list traversal. */
      |                       ^~~~~~~~~~~
make[4]: *** [CMakeFiles/mcstas-pygen.dir/build.make:102: 
CMakeFiles/mcstas-pygen.dir/work/src/pygen.c.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/BUILD/mcstas'
make[3]: *** [CMakeFiles/Makefile2:111: CMakeFiles/mcstas-pygen.dir/all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/BUILD/mcstas'
make[2]: *** [Makefile:156: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/BUILD/mcstas'
make[1]: *** [debian/rules:32: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:20: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: mccode
Source-Version: 0.0~git20240801183257.cdaa431+ds5-1
Done: Picca Frédéric-Emmanuel <pi...@debian.org>

We believe that the bug you reported is fixed in the latest version of
mccode, 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.
Picca Frédéric-Emmanuel <pi...@debian.org> (supplier of updated mccode 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: Fri, 02 Aug 2024 15:21:12 +0200
Source: mccode
Architecture: source
Version: 0.0~git20240801183257.cdaa431+ds5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian PaN Maintainers 
<debian-pan-maintain...@alioth-lists.debian.net>
Changed-By: Picca Frédéric-Emmanuel <pi...@debian.org>
Closes: 1075261
Changes:
 mccode (0.0~git20240801183257.cdaa431+ds5-1) unstable; urgency=medium
 .
   * Team upload
 .
   [ Emmanuel FARHI ]
   * Adapt patches to new upstream git HEAD
   * Add man pages and solve many lintian warnings
   * replace doc postinst generation by static generation in d/rules.
   * Bug fix: "ftbfs with GCC-14", thanks to Matthias Klose (Closes:
     #1075261).
Checksums-Sha1:
 8659da669afa4901f5aae00cdcb5a93ecc5f2e85 5150 
mccode_0.0~git20240801183257.cdaa431+ds5-1.dsc
 a065f0b7e8fd68d890ec2feaec1069a557d2da5e 215744412 
mccode_0.0~git20240801183257.cdaa431+ds5.orig.tar.xz
 f797fea015ce20c930c8828baf3623622ac37727 22572 
mccode_0.0~git20240801183257.cdaa431+ds5-1.debian.tar.xz
Checksums-Sha256:
 3533d2011f3cc3b5eb7eda9b243ca8c83b6f8dfafab949b74767a588c748d970 5150 
mccode_0.0~git20240801183257.cdaa431+ds5-1.dsc
 546025d9da5dda235861e4cbc219176bfdf36073170e4b950f088417d3e6c497 215744412 
mccode_0.0~git20240801183257.cdaa431+ds5.orig.tar.xz
 7c1d0479aa5349b8ba4b026ac2da3976064f4f55db392065030d051156f29d47 22572 
mccode_0.0~git20240801183257.cdaa431+ds5-1.debian.tar.xz
Files:
 6c4a7dcd4592a3045e9063dc2dec7b81 5150 science optional 
mccode_0.0~git20240801183257.cdaa431+ds5-1.dsc
 009927947e28dd751781fd179dbe2dea 215744412 science optional 
mccode_0.0~git20240801183257.cdaa431+ds5.orig.tar.xz
 9a449f44fdc140a5af3a6aa554d1eed0 22572 science optional 
mccode_0.0~git20240801183257.cdaa431+ds5-1.debian.tar.xz

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

iQJFBAEBCgAvFiEE2bRTt5m4gw2UXmoKW/VOXhK5ALsFAmas3pwRHHBpY2NhQGRl
Ymlhbi5vcmcACgkQW/VOXhK5ALsceQ/9G+lppdWTsfjkp61VAUq6vuKFc8fkpbeO
eyiy6b7q0+eYmw2VVNW7VBjoF9GJnytVuI8HhPJdxZ2HBQubIWaMGOAQ8EjwbPbv
UPLgT5O3SYqP/+QcbvW4BAAXSlEjA+9P1dSgf6wvw1s1qeuinmvrLi3d9ZWhMBhV
MJ7Ntk+GoXFPN7e9DlWd+mUsQkaK2fxzQD37ppgECyuhG/uz1x0jJrY4RHINZg9A
WC4mDqAk8C2E0ffclpVTZGoNegNnl5chJSPmVzE/u28b2N+8mqmp5wJWWmxDrIKC
kztjtsHMSBhDpWx94p5juzFW6mFudnuRPrSeg03X80mR32lOCp6I8fINGPJ8XGv7
ZiNQSPmnLwSyfCvwqHx4lKkANGkatu/hpWIXdJaxiy8cXzS3MnHh7sLXwPwY/s0t
6P82TqApAnQ/RNnf2Xs/2DdhdqShmsly0pZ00fxFweyq5KtryTLxDHJVKhQ+W3GV
ODwMChzgD7yFR7z0NB9jXfL9Z8EVmXXWrBUaXT2t8U2zNzWzY6Hebj9hcDttsqFK
i6w4ew4WkWjE4aGe9qHbaNq5tNccBmA8HFFEE1Pdw6RA+tvW7OROC/Aj9EqIwF0D
3nEsBU/4DRXz98HzKlNc2k6/UcAaiZLDTibXoy8NC7DHnIVYT7MDErD8RrfjQ3cU
8xR+HwFvMoo=
=AaU+
-----END PGP SIGNATURE-----

Attachment: pgprkqkm5x_6f.pgp
Description: PGP signature


--- End Message ---

Reply via email to