Your message dated Wed, 12 Aug 2020 13:18:28 +0000
with message-id <e1k5qec-000gee...@fasolo.debian.org>
and subject line Bug#957307: fixed in grfcodec 6.0.6-5
has caused the Debian Bug report #957307,
regarding grfcodec: ftbfs with GCC-10
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.)


-- 
957307: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957307
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:grfcodec
Version: 6.0.6-4
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-10

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-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/grfcodec_6.0.6-4_unstable_gcc10.log
The last lines of the build log are at the end of this report.

To build with GCC 10, either set CC=gcc-10 CXX=g++-10 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-10/porting_to.html

[...]
g++ -o grfstrip -idirafter/usr/include -O2 -DGCC32 -D_FORTIFY_SOURCE=2 -Wall 
-Wextra -Wno-format-nonliteral -DWITH_FMEMOPEN -DWITH_PNG 
-I/usr/include/libpng16 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 objs/grfstrip.o -Wl,-z,relro -Wl,-z,now
g++ -c -o objs/IDs.o -idirafter/usr/include -O2 -DGCC32 -D_FORTIFY_SOURCE=2 
-Wall -Wextra -Wno-format-nonliteral -DWITH_FMEMOPEN -DWITH_PNG 
-I/usr/include/libpng16 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -MMD -MF objs/IDs.o.d -MT objs/IDs.o src/IDs.cpp
In file included from src/IDs.cpp:34:
src/sanity_defines.h:79:2: warning: ignoring attributes applied to 
‘__va_list_tag’ after definition [-Wattributes]
   79 |  operator const va_list&()const{return _ap;}
      |  ^~~~~~~~
g++ -c -o objs/act0.o -idirafter/usr/include -O2 -DGCC32 -D_FORTIFY_SOURCE=2 
-Wall -Wextra -Wno-format-nonliteral -DWITH_FMEMOPEN -DWITH_PNG 
-I/usr/include/libpng16 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -MMD -MF objs/act0.o.d -MT objs/act0.o src/act0.cpp
In file included from src/act0.cpp:40:
src/sanity_defines.h:79:2: warning: ignoring attributes applied to 
‘__va_list_tag’ after definition [-Wattributes]
   79 |  operator const va_list&()const{return _ap;}
      |  ^~~~~~~~
g++ -c -o objs/act123.o -idirafter/usr/include -O2 -DGCC32 -D_FORTIFY_SOURCE=2 
-Wall -Wextra -Wno-format-nonliteral -DWITH_FMEMOPEN -DWITH_PNG 
-I/usr/include/libpng16 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -MMD -MF objs/act123.o.d -MT objs/act123.o src/act123.cpp
In file included from src/act123.cpp:32:
src/sanity_defines.h:79:2: warning: ignoring attributes applied to 
‘__va_list_tag’ after definition [-Wattributes]
   79 |  operator const va_list&()const{return _ap;}
      |  ^~~~~~~~
g++ -c -o objs/act123_classes.o -idirafter/usr/include -O2 -DGCC32 
-D_FORTIFY_SOURCE=2 -Wall -Wextra -Wno-format-nonliteral -DWITH_FMEMOPEN 
-DWITH_PNG -I/usr/include/libpng16 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -MMD -MF objs/act123_classes.o.d -MT objs/act123_classes.o 
src/act123_classes.cpp
src/act123_classes.cpp: In member function ‘void varRange::UpdateRange(uint, 
uint, uint, const PseudoSprite&, uint&)’:
src/act123_classes.cpp:265:8: warning: implicitly-declared ‘constexpr 
varRange::range& varRange::range::operator=(const varRange::range&)’ is 
deprecated [-Wdeprecated-copy]
  265 |   dflt=var;
      |        ^~~
In file included from src/act123_classes.cpp:41:
src/act123.h:99:3: note: because ‘varRange::range’ has user-provided 
‘varRange::range::range(const varRange::range&)’
   99 |   range(const range&right):min(right.min),max(right.max){}
      |   ^~~~~
In file included from src/act123_classes.cpp:30:
src/sanity_defines.h: At global scope:
src/sanity_defines.h:79:2: warning: ignoring attributes applied to 
‘__va_list_tag’ after definition [-Wattributes]
   79 |  operator const va_list&()const{return _ap;}
      |  ^~~~~~~~
src/act123_classes.cpp: In member function ‘void varRange::UpdateRange(uint, 
uint, uint, const PseudoSprite&, uint&)’:
src/act123_classes.cpp:295:17: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
  295 |         dflt.max=max(dflt.max,var.max);
      |         ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
src/act123_classes.cpp:296:2: note: here
  296 |  case 8:// /
      |  ^~~~
g++ -c -o objs/act5.o -idirafter/usr/include -O2 -DGCC32 -D_FORTIFY_SOURCE=2 
-Wall -Wextra -Wno-format-nonliteral -DWITH_FMEMOPEN -DWITH_PNG 
-I/usr/include/libpng16 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -MMD -MF objs/act5.o.d -MT objs/act5.o src/act5.cpp
In file included from src/act5.cpp:33:
src/sanity_defines.h:79:2: warning: ignoring attributes applied to 
‘__va_list_tag’ after definition [-Wattributes]
   79 |  operator const va_list&()const{return _ap;}
      |  ^~~~~~~~
g++ -c -o objs/act6.o -idirafter/usr/include -O2 -DGCC32 -D_FORTIFY_SOURCE=2 
-Wall -Wextra -Wno-format-nonliteral -DWITH_FMEMOPEN -DWITH_PNG 
-I/usr/include/libpng16 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -MMD -MF objs/act6.o.d -MT objs/act6.o src/act6.cpp
g++ -c -o objs/act79D.o -idirafter/usr/include -O2 -DGCC32 -D_FORTIFY_SOURCE=2 
-Wall -Wextra -Wno-format-nonliteral -DWITH_FMEMOPEN -DWITH_PNG 
-I/usr/include/libpng16 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -MMD -MF objs/act79D.o.d -MT objs/act79D.o src/act79D.cpp
In file included from src/act79D.cpp:32:
src/sanity_defines.h:79:2: warning: ignoring attributes applied to 
‘__va_list_tag’ after definition [-Wattributes]
   79 |  operator const va_list&()const{return _ap;}
      |  ^~~~~~~~
g++ -c -o objs/actB.o -idirafter/usr/include -O2 -DGCC32 -D_FORTIFY_SOURCE=2 
-Wall -Wextra -Wno-format-nonliteral -DWITH_FMEMOPEN -DWITH_PNG 
-I/usr/include/libpng16 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -MMD -MF objs/actB.o.d -MT objs/actB.o src/actB.cpp
In file included from src/actB.cpp:29:
src/sanity_defines.h:79:2: warning: ignoring attributes applied to 
‘__va_list_tag’ after definition [-Wattributes]
   79 |  operator const va_list&()const{return _ap;}
      |  ^~~~~~~~
g++ -c -o objs/actF.o -idirafter/usr/include -O2 -DGCC32 -D_FORTIFY_SOURCE=2 
-Wall -Wextra -Wno-format-nonliteral -DWITH_FMEMOPEN -DWITH_PNG 
-I/usr/include/libpng16 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -MMD -MF objs/actF.o.d -MT objs/actF.o src/actF.cpp
g++ -c -o objs/act14.o -idirafter/usr/include -O2 -DGCC32 -D_FORTIFY_SOURCE=2 
-Wall -Wextra -Wno-format-nonliteral -DWITH_FMEMOPEN -DWITH_PNG 
-I/usr/include/libpng16 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -MMD -MF objs/act14.o.d -MT objs/act14.o src/act14.cpp
g++ -c -o objs/command.o -idirafter/usr/include -O2 -DGCC32 -D_FORTIFY_SOURCE=2 
-Wall -Wextra -Wno-format-nonliteral -DWITH_FMEMOPEN -DWITH_PNG 
-I/usr/include/libpng16 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -MMD -MF objs/command.o.d -MT objs/command.o src/command.cpp
src/command.cpp: In function ‘bool parse_comment(const string&)’:
src/command.cpp:306:9: error: narrowing conversion of ‘-1’ from ‘int’ to 
‘unsigned int’ [-Wnarrowing]
  306 |   case -1:
      |         ^
In file included from src/command.cpp:47:
src/sanity_defines.h: At global scope:
src/sanity_defines.h:79:2: warning: ignoring attributes applied to 
‘__va_list_tag’ after definition [-Wattributes]
   79 |  operator const va_list&()const{return _ap;}
      |  ^~~~~~~~
make[1]: *** [Makefile:243: objs/command.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 "INSTALL=install --strip-program=true" 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: grfcodec
Source-Version: 6.0.6-5
Done: Matthijs Kooijman <matth...@stdin.nl>

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

Debian distribution maintenance software
pp.
Matthijs Kooijman <matth...@stdin.nl> (supplier of updated grfcodec 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: SHA256

Format: 1.8
Date: Wed, 12 Aug 2020 14:39:33 +0200
Source: grfcodec
Architecture: source
Version: 6.0.6-5
Distribution: unstable
Urgency: medium
Maintainer: Matthijs Kooijman <matth...@stdin.nl>
Changed-By: Matthijs Kooijman <matth...@stdin.nl>
Closes: 957307
Changes:
 grfcodec (6.0.6-5) unstable; urgency=medium
 .
   * [99dfb79] Fix FTBFS with gcc-10 (Closes: 957307)
   * [8fcd1da] Bump standards version to 4.5.0 (no changes required)
   * [86688bd] Bump debhelper version to v13
Checksums-Sha1:
 5d911b5dd517a03a5cb9f64d67243851b8438e1b 1956 grfcodec_6.0.6-5.dsc
 fda41f5061428dca845cdccbe8447440e97b7a0d 5600 grfcodec_6.0.6-5.debian.tar.xz
 8573ea276d53314b515d853bbcd964856267bc93 6175 grfcodec_6.0.6-5_amd64.buildinfo
Checksums-Sha256:
 cff35d4d81cfa3f53c485cbb108d9f7e615849ac88b7abfc84ae6dba2887a21c 1956 
grfcodec_6.0.6-5.dsc
 5323397aa4a661b064cf53fde2ce97b90a435c7243b6afbeaa311a5a23d8ae11 5600 
grfcodec_6.0.6-5.debian.tar.xz
 a1f551ad87dd9674b76d6afbb38c994580daa295ec586951ae8d1b829aba4901 6175 
grfcodec_6.0.6-5_amd64.buildinfo
Files:
 d8bd786a7386e968db303402ac768b47 1956 devel optional grfcodec_6.0.6-5.dsc
 44a2be7cb52aa535cd420c65920d0cf6 5600 devel optional 
grfcodec_6.0.6-5.debian.tar.xz
 e3b2710b13ab63369808255ad6bb9b9f 6175 devel optional 
grfcodec_6.0.6-5_amd64.buildinfo

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

iQJGBAEBCAAwFiEEMyF3AetYrDfGJ9el6ZMxy91tJYwFAl8z5tYSHG1hdHRoaWpz
QHN0ZGluLm5sAAoJEOmTMcvdbSWMjkkP/2GdHB+j1upnDL2Kppz7dbz2rlwKotLS
Fg5l9P4TKZZ6WC75NfwPxtY7peaqT5HfWLmMYxYkLAoJkNI0E9eK3rwlbCLPqdt2
zF2VJ5B7KEONhcQkzd8IraUtAqmVeyI22VkzMYDPRcu6jxd3kT98s0gOlKvIuRjc
CpCZIFk7rvrKloqTeZsYP7a+fJJm+U7BfCr4njzvGYCWNv+nSuNL8EBCuK+opigu
ASUVXqlD4dzzzLhOXRI2uf5ECg1xQYq6TF2t6uO5PCrrU/vbJaqjK+0ejpmUxV81
0xlaI0JL+UmZD28JGB0Gu6lWjjFGoJuQW7UAOUcNDUCBhqYLQKKviYY7Uz0cU4vM
+FY86uQjTYBs+mmrfea4isiTM7cJuWkpye/jVsC3iMsH23JVd+3M0wnbs+eXAWSo
9t7raadbASmlPHwHxP2p1UTrLtdzpBVHxg6j7hbaE6JceLvqiQP84OC2BtJuEvMA
eqkWNvqwkPqODlwjotr/O/eGzokJKu34+o3V987YKKzsc1cVItVJrcX4x8qeba+Q
znVqTVotrQBCY3bJ4B3eg5EnUibeYuG+eJJU3YB/AV+1grhpWdiTT2LaplqZQYkj
rsWCzaciDKkjLgh24NZUsZlZvRPG5iBbVij2cFts4vMj3QtDV98Vy0t05VbVLNT9
j9B0+LpY6zvi
=KjUU
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to