Your message dated Tue, 05 Sep 2017 19:51:34 +0000
with message-id <e1dpjsk-000azg...@fasolo.debian.org>
and subject line Bug#853718: fixed in zoom-player 1.1.5~dfsg-4
has caused the Debian Bug report #853718,
regarding zoom-player: ftbfs with GCC-7
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.)


-- 
853718: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853718
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:zoom-player
Version: 1.1.5~dfsg-3
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-7

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-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/zoom-player_1.1.5~dfsg-3_unstable_gcc7.log
The last lines of the build log are at the end of this report.

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

[...]
blorb.c:425:19: warning: variable 'rec' set but not used 
[-Wunused-but-set-variable]
    unsigned char* rec;
                   ^~~
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -finline-functions -funroll-loops 
-fomit-frame-pointer  -I/usr/include/freetype2  -DDATADIR="\"/usr/share/zoom\"" 
-c -o image_libpng.o image_libpng.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -finline-functions -funroll-loops 
-fomit-frame-pointer  -I/usr/include/freetype2  -DDATADIR="\"/usr/share/zoom\"" 
-c -o image_ximage.o image_ximage.c
image_ximage.c: In function 'image_to_ximage_render':
image_ximage.c:237:8: warning: pointer targets in assignment differ in 
signedness [-Wpointer-sign]
    row = xim->data;
        ^
image_ximage.c:273:8: warning: pointer targets in assignment differ in 
signedness [-Wpointer-sign]
    row = xim->data;
        ^
image_ximage.c: In function 'image_to_ximage_truecolour':
image_ximage.c:370:8: warning: pointer targets in assignment differ in 
signedness [-Wpointer-sign]
    row = xim->data;
        ^
image_ximage.c:405:8: warning: pointer targets in assignment differ in 
signedness [-Wpointer-sign]
    row = xim->data;
        ^
image_ximage.c: In function 'image_to_mask_truecolour':
image_ximage.c:478:11: warning: pointer targets in assignment differ in 
signedness [-Wpointer-sign]
       row = xim->data + (y*xim->bytes_per_line);
           ^
image_ximage.c:479:14: warning: pointer targets in assignment differ in 
signedness [-Wpointer-sign]
       oldrow = orig->data + (y*orig->bytes_per_line);
              ^
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -finline-functions -funroll-loops 
-fomit-frame-pointer  -I/usr/include/freetype2  -DDATADIR="\"/usr/share/zoom\"" 
-c -o image_carbon.o image_carbon.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -finline-functions -funroll-loops 
-fomit-frame-pointer  -I/usr/include/freetype2  -DDATADIR="\"/usr/share/zoom\"" 
-c -o image_none.o image_none.c
gcc  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wall -finline-functions -funroll-loops 
-fomit-frame-pointer  -I/usr/include/freetype2  -DDATADIR="\"/usr/share/zoom\"" 
 -Wl,-z,relro -Wl,-z,now -o zoom  main.o interp.o file.o options.o zmachine.o 
zscii.o display.o xdisplay.o hash.o tokenise.o stream.o font3.o state.o rc.o 
rc_parse.o rc_lex.o menu.o xfont.o windisplay.o winfont.o random.o format.o 
v6display.o carbondisplay.o carbonfont.o carbonsupport.o carbonprefs.o debug.o 
eval.o iff.o blorb.o image_libpng.o image_ximage.o image_carbon.o image_none.o  
-lfontconfig -lm   -lSM -lICE   -lX11 -lXext -lXrender -lXft -lz -lpng
interp.o: In function `zmachine_runsome':
./src/../src/zcode.ops:1259: undefined reference to `store'
./src/../src/zcode.ops:579: undefined reference to `store'
./src/../src/zcode.ops:568: undefined reference to `store'
./src/../src/zcode.ops:483: undefined reference to `store'
./src/../src/zcode.ops:409: undefined reference to `store'
interp.o:./src/../src/zcode.ops:413: more undefined references to `store' follow
collect2: error: ld returned 1 exit status
Makefile:934: recipe for target 'zoom' failed
make[3]: *** [zoom] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
Makefile:400: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
Makefile:341: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
debian/rules:6: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: zoom-player
Source-Version: 1.1.5~dfsg-4

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

Debian distribution maintenance software
pp.
Stephen Kitt <sk...@debian.org> (supplier of updated zoom-player 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, 05 Sep 2017 21:29:56 +0200
Source: zoom-player
Binary: zoom-player
Architecture: source
Version: 1.1.5~dfsg-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Stephen Kitt <sk...@debian.org>
Description:
 zoom-player - player for Z-Code stories or games
Closes: 853718
Changes:
 zoom-player (1.1.5~dfsg-4) unstable; urgency=medium
 .
   * Add upstream patch to declare inline functions correctly, allowing the
     project to build with GCC 7. Closes: #853718.
   * Switch to debhelper compatibility level 10.
   * Standards-Version 4.1.0, no change required.
Checksums-Sha1:
 b47ca6d3cd2f7c4e6682bad13f581621e7baf30b 2101 zoom-player_1.1.5~dfsg-4.dsc
 7cd81ae181fa01bf30beed2ce4756fd1c86da4b4 6616 
zoom-player_1.1.5~dfsg-4.debian.tar.xz
 a77e1fcc01c257fd5d9c9c56f5fb67bf7e643a02 7311 
zoom-player_1.1.5~dfsg-4_source.buildinfo
Checksums-Sha256:
 c6ba860650526c01c0388672b508eb646ee08e5d9dfa7599233f5f32c3a27ddc 2101 
zoom-player_1.1.5~dfsg-4.dsc
 d252ea9246ff08e432bfb6a7c0a3c02a482064bf3f5e69ead66fc37c1f26763d 6616 
zoom-player_1.1.5~dfsg-4.debian.tar.xz
 78f36b011b47eb01f7e8dcf3ecd21ce6c6bdb2a4c98d85ad82341ec942845c27 7311 
zoom-player_1.1.5~dfsg-4_source.buildinfo
Files:
 66ba01bbe9b2f69143a716fbb0b170ec 2101 games optional 
zoom-player_1.1.5~dfsg-4.dsc
 89aedde4a641f940dc3254ea3add9067 6616 games optional 
zoom-player_1.1.5~dfsg-4.debian.tar.xz
 f1f778947a989545070c9d6650c7997e 7311 games optional 
zoom-player_1.1.5~dfsg-4_source.buildinfo

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

iQIzBAEBCgAdFiEEednFjFDWtapl1TDBdZd4qaNrSU8FAlmu/FAACgkQdZd4qaNr
SU/gpxAAnRESKp0bFHgYR4I0h3bEx7qJ0OCOe5mMKzQM8xtJC2jzWBjK2wG/JaaV
ROJD8/EPJzbeIuJwlJsTGW7I2d124PPXS7pM/D7SXA4Tepp5VLlrZx3gCaa5sceM
A0JetCx+zkaBauNg9DKTe9DDx+0NOZsDWIK+4MhICEEX9CNg7f5NiZlHmx9E8sVj
vYUXT2xnwGa6QicGypzlERW2hUJZQmtysiEMT3hX4b3sE8Io3ZDfLJEneuAtxEBK
YOuvGvuh59i+5YvdkJ4xst2QTqW8IJUFBezggkSMVdx2RSqmLV00OxpfcOO+aWie
WVkp5xXqUmeSHor95hWYRAHz1kiwQ9QCr33xImTOmmugZAYgJdN5vwuyn26SFY5a
LZwquaroJka9ubnmINmczJZ0t8AkAgscGIgbC2gDMcS14/NUgAaqJv7SWR391lgI
w6TJICunINgShNu+WFRcxfGjdWTvZ3g15Ss+2kIsVxACH9oAZI+jwCSEb5eWUEg6
IC/fXzuNp0VixH4z6XeDuuXk6F4oF28jDaOFnSZHGqmfiCzkqwBabd5GadWZJ2iV
TZrxQ/a1HIIW4sMWtnMlxyPA+TowedjpQaroIQXPa8D5T+7+31rYV3Ma9VuxMpPb
B/bxLegnug3AiiQczmx8w1LFK6YnV+gWZkx0/AvdAoL1traGDc4=
=berc
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to