Your message dated Thu, 23 Jul 2020 23:19:47 +0000
with message-id <[email protected]>
and subject line Bug#957232: fixed in freesweep 1.0.1-2
has caused the Debian Bug report #957232,
regarding freesweep: 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 [email protected]
immediately.)


-- 
957232: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957232
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:freesweep
Version: 1.0.1-1
Severity: normal
Tags: sid bullseye
User: [email protected]
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/freesweep_1.0.1-1_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

[...]
   26 | #define USE_GROUP_BEST_FILE 1
      | 
sl.c: In function ‘LoadGame’:
sl.c:81:2: warning: ignoring return value of ‘fread’ declared with attribute 
‘warn_unused_result’ [-Wunused-result]
   81 |  fread(Game->Field,
      |  ^~~~~~~~~~~~~~~~~~
   82 |   (Game->Height*((Game->Width % 2 ? (Game->Width) +1 : Game->Width ))/2)
      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   83 |   * sizeof(unsigned char), 1, fi);
      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from stats.c:11:
sweep.h:66: warning: "USE_GROUP_BEST_FILE" redefined
   66 | #define USE_GROUP_BEST_FILE
      | 
In file included from sweep.h:8,
                 from stats.c:11:
config.h:26: note: this is the location of the previous definition
   26 | #define USE_GROUP_BEST_FILE 1
      | 
gcc -Wall -DVERSION=\"1.0.1\" -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -c tick.c
gcc -Wall -DVERSION=\"1.0.1\" -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -c utils.c
gcc -Wall -DVERSION=\"1.0.1\" -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -c image.c
In file included from tick.c:11:
sweep.h:66: warning: "USE_GROUP_BEST_FILE" redefined
   66 | #define USE_GROUP_BEST_FILE
      | 
In file included from sweep.h:8,
                 from tick.c:11:
config.h:26: note: this is the location of the previous definition
   26 | #define USE_GROUP_BEST_FILE 1
      | 
In file included from utils.c:11:
sweep.h:66: warning: "USE_GROUP_BEST_FILE" redefined
   66 | #define USE_GROUP_BEST_FILE
      | 
In file included from sweep.h:8,
                 from utils.c:11:
config.h:26: note: this is the location of the previous definition
   26 | #define USE_GROUP_BEST_FILE 1
      | 
In file included from image.c:11:
sweep.h:66: warning: "USE_GROUP_BEST_FILE" redefined
   66 | #define USE_GROUP_BEST_FILE
      | 
In file included from sweep.h:8,
                 from image.c:11:
config.h:26: note: this is the location of the previous definition
   26 | #define USE_GROUP_BEST_FILE 1
      | 
gcc -Wall -DVERSION=\"1.0.1\" -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 clear.o drawing.o error.o fgui.o files.o game.o gpl.o 
main.o pbests.o play.o sl.o stats.o tick.o utils.o image.o -Wl,-z,relro -lm 
-lncurses  -o freesweep
/usr/bin/ld: drawing.o:./sweep.h:249: multiple definition of `CharSet'; 
clear.o:./sweep.h:249: first defined here
/usr/bin/ld: error.o:./sweep.h:249: multiple definition of `CharSet'; 
clear.o:./sweep.h:249: first defined here
/usr/bin/ld: fgui.o:./sweep.h:249: multiple definition of `CharSet'; 
clear.o:./sweep.h:249: first defined here
/usr/bin/ld: files.o:./sweep.h:249: multiple definition of `CharSet'; 
clear.o:./sweep.h:249: first defined here
/usr/bin/ld: game.o:./sweep.h:249: multiple definition of `CharSet'; 
clear.o:./sweep.h:249: first defined here
/usr/bin/ld: gpl.o:./sweep.h:249: multiple definition of `CharSet'; 
clear.o:./sweep.h:249: first defined here
/usr/bin/ld: main.o:./sweep.h:249: multiple definition of `CharSet'; 
clear.o:./sweep.h:249: first defined here
/usr/bin/ld: pbests.o:./sweep.h:249: multiple definition of `CharSet'; 
clear.o:./sweep.h:249: first defined here
/usr/bin/ld: play.o:./sweep.h:249: multiple definition of `CharSet'; 
clear.o:./sweep.h:249: first defined here
/usr/bin/ld: sl.o:./sweep.h:249: multiple definition of `CharSet'; 
clear.o:./sweep.h:249: first defined here
/usr/bin/ld: stats.o:./sweep.h:249: multiple definition of `CharSet'; 
clear.o:./sweep.h:249: first defined here
/usr/bin/ld: tick.o:./sweep.h:249: multiple definition of `CharSet'; 
clear.o:./sweep.h:249: first defined here
/usr/bin/ld: utils.o:./sweep.h:249: multiple definition of `CharSet'; 
clear.o:./sweep.h:249: first defined here
/usr/bin/ld: image.o:./sweep.h:249: multiple definition of `CharSet'; 
clear.o:./sweep.h:249: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:46: freesweep] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:7: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: freesweep
Source-Version: 1.0.1-2
Done: Markus Koschany <[email protected]>

We believe that the bug you reported is fixed in the latest version of
freesweep, 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.
Markus Koschany <[email protected]> (supplier of updated freesweep 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: Fri, 24 Jul 2020 00:50:36 +0200
Source: freesweep
Architecture: source
Version: 1.0.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Markus Koschany <[email protected]>
Closes: 957232
Changes:
 freesweep (1.0.1-2) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Reiner Herrmann ]
   * Fix FTBFS with GCC 10 (Closes: #957232)
 .
   [ Markus Koschany ]
   * Switch to debhelper-compat = 13.
   * Declare compliance with Debian Policy 4.5.0.
Checksums-Sha1:
 2107896d1b99354e3d3ee27120e4185d609d83ad 2086 freesweep_1.0.1-2.dsc
 fc0593e8be65caaa82723e53e100c77d19283e5b 23256 freesweep_1.0.1-2.debian.tar.xz
 19a9bd1392373ba23e35e7ab38a32cbc2a95bc34 5867 freesweep_1.0.1-2_amd64.buildinfo
Checksums-Sha256:
 690cdcd3e0e84cf8ccc8fff817068ccbd9f63135ae9c98d931af25e7bd5d988d 2086 
freesweep_1.0.1-2.dsc
 d1fbe0f6c7547b5afbbd930a9c73b08d2996d67db9762febbf31ee1dd1cd747a 23256 
freesweep_1.0.1-2.debian.tar.xz
 18d390740cb4b285fe26ae32aee7e19b4f292b97775c91abb651c5e28b06c4a2 5867 
freesweep_1.0.1-2_amd64.buildinfo
Files:
 5d92b94f9712df9a8205e8652b009eb6 2086 games optional freesweep_1.0.1-2.dsc
 f21d18d319b06f0cff6bc0042424776e 23256 games optional 
freesweep_1.0.1-2.debian.tar.xz
 03df6c4033e52f8456d52a998372371d 5867 games optional 
freesweep_1.0.1-2_amd64.buildinfo

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

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAl8aFMVfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1Hkg3gP/iDp9vol+QhgsTiaAzdYVPCpVn1rImbTsGY6
+tx/FuectpLFojH78jhYecqTIoSDtd7bl7dFIRHs5UFOzXm/rn3byxjf8Icc+QCb
NcHQdVDps6lCfdzHKpQi60oJakS3Q6sTfcqr5U0PYGAySKp+dRQoEqzUFb77jHc2
BjmvoNGmmbo6xBBxLS5qp7HDVvprL0hAemJc5E8P7DXnPBul94cPETK42/n5volD
sjJ1aoAOEi8znm3R9Gt0qDhlVRp5tXYbB/EuWdYVELcmkerw2o9xWIhAUAACW9ZE
8CO89p1/tvu1wfx7O9ALh8amV2geEYXjovUUq9Iix5RCNpeDGbM1kcKNE5fqG4qN
Ds/7aIwrw7nGnubvesR3/6ZAT60uhQYHI6RKLNP+HYmBCQA+LwbiauqQGOU4NoWU
QNh4fyosADpNIB7PQO08vLzdbeAdT+pBpS6siKvH/QO7ceHKSGkJC8M3JktNVp7O
+IykxaB5xKJMcRlvrFVFyIIbrnpsscGdNyfsu8jHkPh9y5uXH15/U6oH8BRmD3gZ
NQFeUV1A+C17QiAGVXLdYe02s9VgCQq4uS0B5BFfNp5gDPEmvSh6Xkr+gPvTABUI
HzIDJ3uyWbcC5PNVwfdRof2zE/PCT1TB+X9uMprjaTO6ESuuChDTQgqNMk7WAL53
/YGXYZvi
=MXqG
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to