Your message dated Wed, 07 Aug 2024 09:09:49 +0000
with message-id <[email protected]>
and subject line Bug#1075627: fixed in volpack 1.0b3-10
has caused the Debian Bug report #1075627,
regarding volpack: 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 [email protected]
immediately.)


-- 
1075627: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075627
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:volpack
Version: 1.0b3-9.1
Severity: important
Tags: sid trixie
User: [email protected]
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/volpack_1.0b3-9.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

[...]
make[4]: Entering directory '/<<PKGBUILDDIR>>/man/src'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/man/src'
make[4]: Entering directory '/<<PKGBUILDDIR>>/man'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/man'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/man'
Making all in examples
make[3]: Entering directory '/<<PKGBUILDDIR>>/examples'
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o classifyvolume.o classifyvolume.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o makeoctree.o makeoctree.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o makevolume.o makevolume.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o rendervolume.o rendervolume.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o scalevolume.o scalevolume.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o denfile.o denfile.c
classifyvolume.c:37:1: error: return type defaults to ‘int’ [-Wimplicit-int]
   37 | main(argc, argv)
      | ^~~~
denfile.c:221:1: error: return type defaults to ‘int’ [-Wimplicit-int]
  221 | read_bytes(fd, buf, bytecount)
      | ^~~~~~~~~~
makeoctree.c:36:1: error: return type defaults to ‘int’ [-Wimplicit-int]
   36 | main()
      | ^~~~
denfile.c:249:1: error: return type defaults to ‘int’ [-Wimplicit-int]
  249 | read_shorts(fd, sbuf, shortcount, swap)
      | ^~~~~~~~~~~
denfile.c:297:1: error: return type defaults to ‘int’ [-Wimplicit-int]
  297 | read_words(fd, wbuf, wordcount, swap)
      | ^~~~~~~~~~
denfile.c:345:1: error: return type defaults to ‘int’ [-Wimplicit-int]
  345 | write_bytes(fd, buf, bytecount)
      | ^~~~~~~~~~~
makevolume.c:36:1: error: return type defaults to ‘int’ [-Wimplicit-int]
   36 | main()
      | ^~~~
scalevolume.c:46:1: error: return type defaults to ‘int’ [-Wimplicit-int]
   46 | main(argc, argv)
      | ^~~~
make[3]: *** [Makefile:423: classifyvolume.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [Makefile:423: makeoctree.o] Error 1
make[3]: *** [Makefile:423: denfile.o] Error 1
make[3]: *** [Makefile:423: scalevolume.o] Error 1
make[3]: *** [Makefile:423: makevolume.o] Error 1
rendervolume.c:39:1: error: return type defaults to ‘int’ [-Wimplicit-int]
   39 | main(argc, argv)
      | ^~~~
rendervolume.c: In function ‘main’:
rendervolume.c:202:18: error: passing argument 1 of ‘StorePGM’ from 
incompatible pointer type [-Wincompatible-pointer-types]
  202 |         StorePGM(image, IMAGE_WIDTH, IMAGE_HEIGHT, filename);
      |                  ^~~~~
      |                  |
      |                  unsigned char (*)[256]
rendervolume.c:37:20: note: expected ‘char *’ but argument is of type ‘unsigned 
char (*)[256]’
   37 | int StorePGM(char* image, int width, int height, char* filename);
      |              ~~~~~~^~~~~
rendervolume.c: At top level:
rendervolume.c:211:1: error: return type defaults to ‘int’ [-Wimplicit-int]
  211 | StorePGM(image, width, height, filename)
      | ^~~~~~~~
make[3]: *** [Makefile:423: rendervolume.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/examples'
make[2]: *** [Makefile:660: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:474: 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: volpack
Source-Version: 1.0b3-10
Done: Étienne Mollier <[email protected]>

We believe that the bug you reported is fixed in the latest version of
volpack, 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.
Étienne Mollier <[email protected]> (supplier of updated volpack 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: SHA512

Format: 1.8
Date: Wed, 07 Aug 2024 09:26:43 +0200
Source: volpack
Architecture: source
Version: 1.0b3-10
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<[email protected]>
Changed-By: Étienne Mollier <[email protected]>
Closes: 1075627
Changes:
 volpack (1.0b3-10) unstable; urgency=medium
 .
   * gcc-14.patch: new: fix multiple issues flagged by gcc 14.
     Closes: #1075627
   * d/lintian-overrides → d/s/lintian-overrides: fix source override.
   * d/libvolpack1-dev.lintian-overrides: freshen groff override.
   * d/watch: bump to version 4.
   * d/watch: scan https instead of unencrypted http.
   * d/control: add myself to uploaders.
   * d/control: declare compliance to standards version 4.7.0.
   * d/libvolpack1.symbols: declare Build-Depends-Package.
Checksums-Sha1:
 0358c7b120d7fdc430599027aa7122ba0c7cb936 2290 volpack_1.0b3-10.dsc
 26efa33adf76a4ebac56bc3d7b2513fefd152f12 21724 volpack_1.0b3-10.debian.tar.xz
Checksums-Sha256:
 59ce54e882d9f0b7e4918329abbda9f0bfd40586282226e4ddca0c7cb08b886d 2290 
volpack_1.0b3-10.dsc
 6c0c1cf9849c4a32a229055d0d598a7cf342ce468cebcf8a7d48eebb380b4e58 21724 
volpack_1.0b3-10.debian.tar.xz
Files:
 a91e9cc99adf39b4965897e9f9aa5eba 2290 libs optional volpack_1.0b3-10.dsc
 8487a5e0c75c98daf83ec353dabbb430 21724 libs optional 
volpack_1.0b3-10.debian.tar.xz

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

iQJIBAEBCgAyFiEEj5GyJ8fW8rGUjII2eTz2fo8NEdoFAmazLrgUHGVtb2xsaWVy
QGRlYmlhbi5vcmcACgkQeTz2fo8NEdpRgg/+Ma3FZWYLW+8VDtInJwYy4Yd2a7ja
oQzvRteWNn8v7P6D0c8FS46E39LMuFkx0/30uC2CY7P6400h93fSqtlUEN+NozeD
UwWDwJ5emUetFkPMkWoXmaBfqGdfWHN7M8yQvH1Inyo8/E+f3eA0jQ/MewIAoJdo
dL2K5QrQCYWb51KFeXSyM4EzDYJwpNBtZ/vzLP/eE0Z0dWkGrrhaOohqx3kSweym
34h8H2Pdzm8zLAq/HZ7IV3O2+FS1HfD8uA3azvalq+cR8NLk6PyHZk3g1Mcm/eUk
QD3lE3KIlh7p1kA9uX7ZaL6DkicIRcrTCDWWtF55OUV0kExvJ3NvRb5JU/2l8587
+mV0unZWQawm6mi0WiC/yr7FMGZS4ToMNgRFs4d5nOJhBz5TUZ163BOROd4ynaUd
kEyEb2EpPEXMdbUdC5VMf3oN7vP5/sYg8fXlBZGTC0uJnB2gZZXwKLHztjlEnivF
VNkMKBoTp0LXXN/mphtgrsEGtA6A5uaV8xr2evPZFEtrkoYl/KHy7eocL5/NKA6F
8vhSx2t4zvZJ7mKTmdAzSSL4Xo5t4bpYXcPHrlpVlwHJlsb3BM8eXEudkeD61Zec
no94imAHRodzPiirX0WG0Bm/HdJecOWNfTdpQ6NpeJwVXjvK9K2nuZI52oBo0/Pr
UWXJpWpUyE4EjDQ=
=lXhF
-----END PGP SIGNATURE-----

Attachment: pgpPqy92dHSU3.pgp
Description: PGP signature


--- End Message ---

Reply via email to