Your message dated Sun, 02 Aug 2015 15:34:54 +0000
with message-id <e1zlvhq-00026b...@franck.debian.org>
and subject line Bug#777862: fixed in gbsplay 0.0.92-1
has caused the Debian Bug report #777862,
regarding gbsplay: ftbfs with GCC-5
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.)


-- 
777862: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777862
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gbsplay
Version: 0.0.91-1
Severity: normal
Tags: sid stretch
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5

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-5/g++-5, but succeeds to build with gcc-4.9/g++-4.9. The
severity of this report may be raised before the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/gbsplay_0.0.91-1_unstable_gcc5.log
The last lines of the build log are at the end of this report.

To build with GCC 5, either set CC=gcc-5 CXX=g++-5 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t experimental install g++ 

Common build failures are C11 as the default C mode, 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-5/porting_to.html

[...]
CC gbhw.c -o gbhw.o
CC gbs.c -o gbs.o
gbs.c: In function 'gbs_init':
gbs.c:106:2: warning: dereferencing type-punned pointer will break 
strict-aliasing rules [-Wstrict-aliasing]
  REGS16_W(gbcpu_regs, PC, 0x0050); /* playercode entry point */
  ^
gbs.c:107:2: warning: dereferencing type-punned pointer will break 
strict-aliasing rules [-Wstrict-aliasing]
  REGS16_W(gbcpu_regs, SP, gbs->stack);
  ^
gbs.c:108:2: warning: dereferencing type-punned pointer will break 
strict-aliasing rules [-Wstrict-aliasing]
  REGS16_W(gbcpu_regs, HL, gbs->load - 0x70);
  ^
gbs.c: In function 'gbs_write':
gbs.c:332:2: warning: ignoring return value of 'write', declared with attribute 
warn_unused_result [-Wunused-result]
  write(fd, gbs->buf, newlen);
  ^
gbs.c: In function 'gbs_open':
gbs.c:358:2: warning: ignoring return value of 'read', declared with attribute 
warn_unused_result [-Wunused-result]
  read(fd, buf, st.st_size);
  ^
CC cfgparser.c -o cfgparser.o
CC crc32.c -o crc32.o
CC impulsegen.c -o impulsegen.o
CC gbsplay.c -o gbsplay.o
In file included from gbsplay.c:27:0:
util.h:11:13: warning: inline function 'rand_long' declared but never defined
 inline long rand_long(long max);
             ^
CC util.c -o util.o
CC plugout.c -o plugout.o
CC plugout_devdsp.c -o plugout_devdsp.o
CC plugout_nas.c -o plugout_nas.o
CC plugout_stdout.c -o plugout_stdout.o
CC plugout_midi.c -o plugout_midi.o
ar r libgbs.a gbcpu.o gbhw.o gbs.o cfgparser.o crc32.o impulsegen.o
ar: creating libgbs.a
CC gbsinfo.c -o gbsinfo.o
touch libgbs
gcc -o gbsplay gbsplay.o util.o plugout.o plugout_devdsp.o plugout_nas.o 
plugout_stdout.o plugout_midi.o libgbs.a -Wl,-O1 -lm -fstack-protector  -laudio 
 -lm
gbsplay.o: In function `get_next_subsong':
gbsplay.c:(.text+0x32a): undefined reference to `rand_long'
gbsplay.o: In function `main':
gbsplay.c:(.text.startup+0x9d1): undefined reference to `rand_long'
collect2: error: ld returned 1 exit status
make[1]: *** [gbsplay] Error 1
Makefile:331: recipe for target 'gbsplay' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [build-stamp] Error 2
debian/rules:22: recipe for target 'build-stamp' failed
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: gbsplay
Source-Version: 0.0.92-1

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

Debian distribution maintenance software
pp.
Christian Garbs <deb...@cgarbs.de> (supplier of updated gbsplay 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: Sun, 02 Aug 2015 14:55:37 +0200
Source: gbsplay
Binary: gbsplay
Architecture: source
Version: 0.0.92-1
Distribution: unstable
Urgency: medium
Maintainer: Gürkan Sengün <gur...@phys.ethz.ch>
Changed-By: Christian Garbs <deb...@cgarbs.de>
Description:
 gbsplay    - Gameboy sound player
Closes: 715944 777862
Changes:
 gbsplay (0.0.92-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #715944, #777862).
   * Ship contrib/gbs2ogg.sh again, license is now provided.
   * Update debian/rules to fix lintian warnings:
     - debian-rules-missing-recommended-target
     - dh-clean-k-is-deprecated
     - description-synopsis-starts-with-article
     - ancient-standards-version (no changes)
   * Update Debian compat version to 9.
   * Add debian/watch.
Checksums-Sha1:
 d9be71c2466107657a3756af10a8ce7eb5acad92 1764 gbsplay_0.0.92-1.dsc
 5cf4c9875fa300a2ee82aa09dd25aeaee76221b7 66852 gbsplay_0.0.92.orig.tar.gz
 2bed4a33c728407469494234d482e7dcdd8089f5 2641 gbsplay_0.0.92-1.diff.gz
Checksums-Sha256:
 76e8ea746d4e329cf62755f5806065d2efd77d26ade3a124ba08d083d34c503d 1764 
gbsplay_0.0.92-1.dsc
 69da6b3618ff61053dbd6e232c4c9d2527e3ee11c9157b7f6a3433dc6eecce50 66852 
gbsplay_0.0.92.orig.tar.gz
 c8bdf2a074dc9f57fd945c21bfcb82dec070dfbab636fbaaa4eddf8d07014cb7 2641 
gbsplay_0.0.92-1.diff.gz
Files:
 92d8db934b956eae2446a3ab92e1dfaf 1764 sound optional gbsplay_0.0.92-1.dsc
 c271f0547e32b710e315e9ddf2d0fa99 66852 sound optional 
gbsplay_0.0.92.orig.tar.gz
 69ca0ad3febf6432ea41000712328ee9 2641 sound optional gbsplay_0.0.92-1.diff.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJVvic8AAoJEGny/FFupxmTHWgQAMQKvrrDLJZCuZ/tnPtL9Fbt
xz+7PxaqZouE1WyA+55eYvnIh6/FliU7iMa++AQpLSuE/hVsBtCgFVBd8mZu42AN
Lc2XGrRo3GwtgwufakixQGUia/gxVXxKKPmBwYWa4QKFwkE+Jj4zF5O+86eVwaZ9
c2NFGLFdCEA+/2BdtFPdBse5RkI0AQiAbQotDTIBIm8eH00AwAVVW/Zx9POwuhnC
mxlSWl7sk3oiH/0mABLOYF4MV/hjs283t+xY0wMzDXaV4DDI1+YM/KV8oiuYbNNM
pfr42BuTgZ501ZzjiLI71RP2b3VOvEnyCmNjAjZktKM7KlBR6v98RofiqbkXCzLW
h+vlM2/FGTvs9L1YDDt1nF1DSlY/eFhEiUWVr7PMgggA63CWevxeFab8PJI1441e
qtrQUDec3dueyJR9uaDqSOKG49qfhenGzFPtBM7LT6xrN4puBwEmzVU0E+OsvurU
FLJ4b9nHB1oODX8nfAVr0YJoTm0EOeoNS+4BjGU78E6znjZUWYQYZfspyF4dwOgN
ycmqh9/4/YYlQIsbX3WVKv3Rl2KzaJT2u0e3WSjKsC34VS5Ya8ea0PWOtZpqkxru
gFhENiuGksZJng4bPzDE5CVFaeLSWire2KVKfAccgQHinfLxpI1EinSD+S8ypLPB
xMVaovTcZcYDLn1ClEhm
=bvDE
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to