Your message dated Mon, 17 Jun 2013 11:48:01 +0000
with message-id <e1uoxuj-0004vj...@franck.debian.org>
and subject line Bug#701279: fixed in foundry 0.0.20100226-3
has caused the Debian Bug report #701279,
regarding foundry: ftbfs with GCC-4.8
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.)


-- 
701279: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701279
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:foundry
Version: 0.0.20100226-1
Severity: important
Tags: sid jessie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.8

The package fails to build in a test rebuild on at least amd64 with
gcc-4.8/g++-4.8, but succeeds to build with gcc-4.7/g++-4.7. The
severity of this report may be raised before the jessie release.

  tree_bison_lex.cpp:1744:13: error: unused parameter 'yyscanner' 
[-Werror=unused-parameter]

The full build log can be found at:
http://people.debian.org/~doko/logs-20130217/gcc48/foundry_0.0.20100226-1_unstable_gcc48.log
The last lines of the build log are at the end of this report.

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

  apt-get -t experimental install g++ g++-4.7 g++-4.8 libc6-dev

The test rebuild was done with eglibc-2.17 and GCC-4.8, so some issues
might be caused by the updated glibc.

[...]
g++ -g -Wall -W -Werror -I. -o stage1/cst_to_ast_visitor.o -MD -MF 
stage1/.cst_to_ast_visitor.d -c cst_to_ast_visitor.cpp
g++ -g -Wall -W -Werror -I. -o stage1/foundry-tree.o -MD -MF 
stage1/.foundry-tree.d -c foundry-tree.cpp
g++ -g -Wall -W -Werror -I. -o stage1/header_output_visitor.o -MD -MF 
stage1/.header_output_visitor.d -c header_output_visitor.cpp
g++ -g -Wall -W -Werror -I. -o stage1/impl_output_visitor.o -MD -MF 
stage1/.impl_output_visitor.d -c impl_output_visitor.cpp
g++ -g -Wall -W -Werror -I. -o stage1/mark_nodes_visitor.o -MD -MF 
stage1/.mark_nodes_visitor.d -c mark_nodes_visitor.cpp
g++ -g -Wall -W -Werror -I. -o stage1/smartpointer_visitor.o -MD -MF 
stage1/.smartpointer_visitor.d -c smartpointer_visitor.cpp
g++ -g -Wall -W -Werror -I. -o stage1/tree_bison.o -MD -MF stage1/.tree_bison.d 
-c tree_bison.cpp
g++ -g -Wall -W -Werror -I. -o stage1/tree_bison_tree.o -MD -MF 
stage1/.tree_bison_tree.d -c tree_bison_tree.cpp
g++ -g -Wall -W -Werror -I. -o stage1/tree_cst.o -MD -MF stage1/.tree_cst.d -c 
tree_cst.cpp
g++ -g -Wall -W -Werror -I. -o stage1/tree_cst_tree.o -MD -MF 
stage1/.tree_cst_tree.d -c tree_cst_tree.cpp
g++ -g -Wall -W -Werror -I. -o stage1/tree_tree.o -MD -MF stage1/.tree_tree.d 
-c tree_tree.cpp
g++ -g -Wall -W -Werror -Wno-unused -I. -o stage1/tree_bison_lex.o -MD -MF 
stage1/.tree_bison_lex.d -c tree_bison_lex.cpp
g++ -g -Wall -W -Werror -Wno-unused -I. -o stage1/tree_cst_lex.o -MD -MF 
stage1/.tree_cst_lex.d -c tree_cst_lex.cpp
g++ -g -Wall -W -Werror -I. -o stage1/tree_bison_parse.o -MD -MF 
stage1/.tree_bison_parse.d -c tree_bison_parse.cpp
g++ -g -Wall -W -Werror -I. -o stage1/tree_cst_parse.o -MD -MF 
stage1/.tree_cst_parse.d -c tree_cst_parse.cpp
tree_bison_lex.cpp:1744:13: error: unused parameter 'yyscanner' 
[-Werror=unused-parameter]
 static void yy_fatal_error (yyconst char* msg , yyscan_t yyscanner)
             ^
tree_bison_lex.cpp:2088:7: error: unused parameter 'yyscanner' 
[-Werror=unused-parameter]
 void *tree_bison_alloc (yy_size_t  size , yyscan_t yyscanner)
       ^
tree_bison_lex.cpp:2093:7: error: unused parameter 'yyscanner' 
[-Werror=unused-parameter]
 void *tree_bison_realloc  (void * ptr, yy_size_t  size , yyscan_t yyscanner)
       ^
tree_bison_lex.cpp:2105:6: error: unused parameter 'yyscanner' 
[-Werror=unused-parameter]
 void tree_bison_free (void * ptr , yyscan_t yyscanner)
      ^
cc1plus: all warnings being treated as errors
make[2]: *** [stage1/tree_bison_lex.o] Error 1
make[2]: *** Waiting for unfinished jobs....
tree_cst_lex.cpp:1880:13: error: unused parameter 'yyscanner' 
[-Werror=unused-parameter]
 static void yy_fatal_error (yyconst char* msg , yyscan_t yyscanner)
             ^
tree_cst_lex.cpp:2224:7: error: unused parameter 'yyscanner' 
[-Werror=unused-parameter]
 void *tree_cst_alloc (yy_size_t  size , yyscan_t yyscanner)
       ^
tree_cst_lex.cpp:2229:7: error: unused parameter 'yyscanner' 
[-Werror=unused-parameter]
 void *tree_cst_realloc  (void * ptr, yy_size_t  size , yyscan_t yyscanner)
       ^
tree_cst_lex.cpp:2241:6: error: unused parameter 'yyscanner' 
[-Werror=unused-parameter]
 void tree_cst_free (void * ptr , yyscan_t yyscanner)
      ^
cc1plus: all warnings being treated as errors
make[2]: *** [stage1/tree_cst_lex.o] Error 1
make[1]: *** [all] Error 2
rm tree_bison_parse.cpp tree_cst_parse.cpp tree_bison_lex.cpp tree_cst_lex.cpp
make[2]: Leaving directory `/«PKGBUILDDIR»/tree'
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: foundry
Source-Version: 0.0.20100226-3

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

Debian distribution maintenance software
pp.
Simon Richter <s...@debian.org> (supplier of updated foundry 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: SHA1

Format: 1.8
Date: Fri, 14 Jun 2013 21:45:26 +0200
Source: foundry
Binary: foundry
Architecture: source amd64
Version: 0.0.20100226-3
Distribution: unstable
Urgency: low
Maintainer: Simon Richter <s...@debian.org>
Changed-By: Simon Richter <s...@debian.org>
Description: 
 foundry    - Code generation tools
Closes: 701279
Changes: 
 foundry (0.0.20100226-3) unstable; urgency=low
 .
   * Fix build with gcc 4.8 (Closes: #701279)
   * Bump Standards-Version
   * Use debhelper 9
   * Fix lintian warnings
Checksums-Sha1: 
 03691a4ebaac55fb857c0d3b2877d021fff70cc4 1476 foundry_0.0.20100226-3.dsc
 b730ab45aa89be32f1c6ffa64db3225f5aa1f537 3252 
foundry_0.0.20100226-3.debian.tar.gz
 a726ea312fd75744550009d9ceb8c9e7f6311621 60080 foundry_0.0.20100226-3_amd64.deb
Checksums-Sha256: 
 6e8f862ba1ae8660a4fe61fb516de8ed65d633b202be0565d939e9187a80e783 1476 
foundry_0.0.20100226-3.dsc
 88752ff223c5a75de90ee6828431b583446aeedb4fe5b27ca4a85b121617bc66 3252 
foundry_0.0.20100226-3.debian.tar.gz
 333e71f580153fef809657a7ae9334f914359846a57a29a7a01ae8894b05b0b7 60080 
foundry_0.0.20100226-3_amd64.deb
Files: 
 161e35d169efca9ffc08f50be57220ba 1476 devel extra foundry_0.0.20100226-3.dsc
 df82bb95521d526b48a955b7dabf9e5a 3252 devel extra 
foundry_0.0.20100226-3.debian.tar.gz
 cbe24fb6a395f64b4cd750a23b2112bc 60080 devel extra 
foundry_0.0.20100226-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iJwEAQECAAYFAlG+9iAACgkQ0sfeulffv7uBJwP/VWCuDNY9OQDgEC7h9y6vn/QI
1NRtEMIHuIDGg1Tb5r9hMxQ4iQ09ZvCZL0qXDGMBmYaBEWXZTP82QbZJ5jMuW5t3
F1vrmLNz4aRZvgCjBXc0C0PdgXgFdZA85UyNnCjVfCQIL0jqG+4Vl4z7RgpLdC0L
2MU1PeEDQsy3qwjet2w=
=TrDI
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to