Your message dated Fri, 24 Jul 2015 12:49:49 +0000
with message-id <e1zicq9-0005nw...@franck.debian.org>
and subject line Bug#778098: fixed in quarry 0.2.0.dfsg.1-4.1
has caused the Debian Bug report #778098,
regarding quarry: 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.)


-- 
778098: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778098
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:quarry
Version: 0.2.0.dfsg.1-4
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/quarry_0.2.0.dfsg.1-4_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

[...]
               ^
gcc -DHAVE_CONFIG_H -I. -I. -I../..  -Wall -Waggregate-return -Wcast-align 
-Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs 
-Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes 
-Wunused-parameter -Wwrite-strings -I ../../src   -g -O2 -c `test -f 
'string-list.c' || echo './'`string-list.c
gcc -DHAVE_CONFIG_H -I. -I. -I../..  -Wall -Waggregate-return -Wcast-align 
-Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs 
-Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes 
-Wunused-parameter -Wwrite-strings -I ../../src   -g -O2 -c `test -f 'utils.c' 
|| echo './'`utils.c
utils.c: In function 'utils_malloc':
utils.c:94:20: warning: format '%d' expects argument of type 'int', but 
argument 4 has type 'size_t {aka long unsigned int}' [-Wformat=]
   fprintf (stderr, ("%s: fatal error: out of memory "
                    ^
utils.c: In function 'utils_realloc':
utils.c:140:20: warning: format '%d' expects argument of type 'int', but 
argument 4 has type 'size_t {aka long unsigned int}' [-Wformat=]
   fprintf (stderr, ("%s: fatal error: out of memory "
                    ^
In file included from utils.c:25:0:
utils.c: At top level:
utils.h:451:15: warning: inline function 'association_list_find_association' 
declared but never defined
 inline char * association_list_find_association (AssociationList *list,
               ^
rm -f libutils.a
ar cru libutils.a buffered-writer.o getopt.o getopt1.o memory-pool.o 
object-cache.o string-buffer.o string-list.o utils.o 
ranlib libutils.a
make[5]: Leaving directory '/«PKGBUILDDIR»/src/utils'
Making all in board
make[5]: Entering directory '/«PKGBUILDDIR»/src/board'
gcc -DHAVE_CONFIG_H -I. -I. -I../..  -Wall -Waggregate-return -Wcast-align 
-Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs 
-Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes 
-Wunused-parameter -Wwrite-strings -I ../../src -I ../../src/utils   -g -O2 -c 
`test -f 'parse-game-list.c' || echo './'`parse-game-list.c
In file included from ../../src/utils/parse-list.h:27:0,
                 from parse-game-list.c:23:
../../src/utils/utils.h:451:15: warning: inline function 
'association_list_find_association' declared but never defined
 inline char * association_list_find_association (AssociationList *list,
               ^
gcc  -g -O2   -o parse-game-list  parse-game-list.o 
../../src/utils/libparselist.a ../../src/utils/libutils.a -lm 
../../src/utils/libparselist.a(parse-list.o): In function `read_line':
/«PKGBUILDDIR»/src/utils/parse-list.c:891: undefined reference to 
`association_list_find_association'
collect2: error: ld returned 1 exit status
make[5]: *** [parse-game-list] Error 1
Makefile:301: recipe for target 'parse-game-list' failed
make[5]: Leaving directory '/«PKGBUILDDIR»/src/board'
make[4]: *** [all-recursive] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
dh_auto_build: make -j1 returned exit code 2
make[1]: *** [override_dh_auto_build] Error 2
Makefile:311: recipe for target 'all-recursive' failed
make[4]: Leaving directory '/«PKGBUILDDIR»/src'
Makefile:231: recipe for target 'all-recursive' failed
make[3]: Leaving directory '/«PKGBUILDDIR»'
Makefile:186: recipe for target 'all' failed
make[2]: Leaving directory '/«PKGBUILDDIR»'
debian/rules:17: recipe for target 'override_dh_auto_build' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: quarry
Source-Version: 0.2.0.dfsg.1-4.1

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

Debian distribution maintenance software
pp.
gregor herrmann <gre...@debian.org> (supplier of updated quarry 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: Fri, 24 Jul 2015 00:08:44 +0200
Source: quarry
Binary: quarry
Architecture: source
Version: 0.2.0.dfsg.1-4.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: gregor herrmann <gre...@debian.org>
Description:
 quarry     - Board games Go, Amazons, and Reversi (a.k.a. Othello)
Closes: 778098
Changes:
 quarry (0.2.0.dfsg.1-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix "ftbfs with GCC-5":
     debian/rules: build with "-std=gnu89", as proposed by Dariusz
     Dwornikowski.
     (Closes: #778098)
Checksums-Sha1:
 e6b6f190389c9290f5988cc28e5f8bbaaee411ad 2129 quarry_0.2.0.dfsg.1-4.1.dsc
 9e366d782de3e94c20b3c4e902f19a0c2cbf8da6 5984 
quarry_0.2.0.dfsg.1-4.1.debian.tar.xz
Checksums-Sha256:
 4c35750d3896ad092cfc95ff327d68eaf07124bab888c64d40607d178aa1c322 2129 
quarry_0.2.0.dfsg.1-4.1.dsc
 e669d2ead1a9db807222c36b3bdd5ada4674d9e7e4bbc9937d6c4509ab45b0d2 5984 
quarry_0.2.0.dfsg.1-4.1.debian.tar.xz
Files:
 dd7ad12a9b23c88d454e8ddfe399bb9b 2129 games optional 
quarry_0.2.0.dfsg.1-4.1.dsc
 e42448c73bb890ba10a8b5339a4384ba 5984 games optional 
quarry_0.2.0.dfsg.1-4.1.debian.tar.xz

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

iQJ8BAEBCgBmBQJVsWZyXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGBFsP/i8Tem6HnpQGIgH1dQDWdAY5
xZInpVQF+YWLGUXVrHDpBeO6LJLqXXjq7c3TYjKQbTZ64BMm1TtdHQRONO+kXr+t
pI9+KO8sDsJWy0W8+RaLShogasrjBKDXU2qykCtBVuz88X/LuK3qxjwzpjrPnKZm
H/+BzqfSpuj2gDPcYboIwweByDflc67hk2b3PtyCccLzVO5SWtdkstZEgb+hLUDH
RYKUFApcs56fHIVKeAH3cFfb3q7bBCbGt5FebGl3a3/YwJEwr1kxtXX/6zd1UupQ
pXxRpMv3li2QR/FKQLGSJBz9ni1k+diLS5OKxgSLXiulb3QGQN475rFTCHZ0Kk64
cQrWjIU6bBgwl8Ciz5e+RNKpuxisvwdU5E4Otg3fZJcTAJ3UYDcQ4IgXNuLl75RR
0H7F415xfaG5uoxYHBvZWj8U7Eb+mXUGzqfqjT/QTnEZBhY3oe35OaXJI3UNRPWM
vVnk+b3PrYZv6nrcvCZVF18+EqM3SIj6e4kkyLmGGhyqEjMUwHjwEhnFsYWn/uCI
g8W5vPrEte5fHAYGXVOLQwjGt2zOn+GgfgsYPtpeNPDMHc3JY396BgocxuDfM5uk
Ew9PguE4Gvgo7d/F9EIsgZbv1T369KhD02uljtNqMR8pKqEOXc3OzZ3O79610ozR
WbJ+d6HmB06mkdApCupM
=/tkV
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to