Your message dated Thu, 27 Dec 2007 04:32:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#455161: fixed in grap 1.41-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: grap
Version: 1.40-1
Usertags: ftbfs-gcc-4.3
Your package fails to build with GCC 4.3. Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning. In GCC 4.3, the C++ header
dependencies have been cleaned up. The advantage of this is that
programs will compile faster. The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC). There's some more information about this at
http://www.cyrius.com/journal/2007/05/10#gcc-4.3-include
You can reproduce this problem with gcc-snapshot from unstable. Note
that Red Hat, Novell and Ubuntu have done some work getting packages
to build with GCC 4.3 so there might be patches floating around
somewhere. I suggest you talk to your upstream.
> Automatic build of grap_1.40-1 on em64t by sbuild/amd64 0.53
...
> mv y.tab.c grap.cc
> x86_64-linux-gnu-g++ -Wall -DHAVE_CONFIG_H -c -o grap.o grap.cc
> In file included from
> /usr/lib/gcc-snapshot/lib/gcc/x86_64-linux-gnu/4.3.0/../../../../include/c++/4.3.0/backward/hash_map:64,
> from grap.h:85,
> from grap.y:28:
> /usr/lib/gcc-snapshot/lib/gcc/x86_64-linux-gnu/4.3.0/../../../../include/c++/4.3.0/backward/backward_warning.h:32:2:
> warning: #warning This file includes at least one deprecated or antiquated
> header. Please consider use of an equivalent, non-deprecated interface for
> the requested functionality. A list of valid replacements is as follows: Use:
> Instead of: <sstream>, basic_stringbuf <strstream>, strstreambuf <sstream>,
> basic_istringstream <strstream>, istrstream <sstream>, basic_ostringstream
> <strstream>, ostrstream <sstream>, basic_stringstream <strstream>, strstream
> <unordered_set>, unordered_set <ext/hash_set>, hash_set <unordered_set>,
> unordered_multiset <ext/hash_set>, hash_multiset <unordered_map>,
> unordered_map <ext/hash_set>, hash_map <unordered_map>, unordered_multimap
> <ext/hash_set>, hash_multimap <functional>, bind <functional>, binder1st
> <functional>, bind <functional>, binder2nd <functional>, bind <functional>,
> bind1st <functional>, bind <functional>, bind2nd <memory>, unique_ptr
> <memory>, auto_ptr To disable this warning use -Wno-deprecated.
> In file included from grap.y:28:
> grap.h:90: error: ISO C++ forbids declaration of 'hash' with no type
> grap.h:90: error: expected ';' before '<' token
> grap.h: In member function 'size_t Strhash::operator()(const std::string&)
> const':
> grap.h:93: error: 'h' was not declared in this scope
> grap.h: At global scope:
> grap.h:97: error: expected initializer before '<' token
> grap.h:98: error: expected initializer before '<' token
> grap.h:99: error: expected initializer before '<' token
> grap.h:100: error: expected initializer before '<' token
> grap.h:101: error: expected initializer before '<' token
> In file included from grap.y:30:
> grap_draw.h: In constructor 'DisplayString::DisplayString(double, const
> DisplayString*)':
> grap_draw.h:193: warning: deprecated conversion from string constant to
> 'char*'
> grap_draw.h: In constructor 'frame::frame()':
> grap_draw.h:430: warning: deprecated conversion from string constant to
> 'char*'
> grap_draw.h: At global scope:
> grap_draw.h:636: error: 'coordinateDictionary' was not declared in this scope
> grap_draw.h:636: error: wrong number of template arguments (1, should be 2)
> /usr/lib/gcc-snapshot/lib/gcc/x86_64-linux-gnu/4.3.0/../../../../include/c++/4.3.0/bits/stl_function.h:103:
> error: provided for 'template<class _Arg, class _Result> struct
> std::unary_function'
> grap_draw.h:638: error: 'coordinateDictionary' has not been declared
> grap_draw.h:638: error: expected ',' or '...' before 'ci'
> grap_draw.h:647: error: 'lineDictionary' was not declared in this scope
> grap_draw.h:647: error: wrong number of template arguments (1, should be 2)
> /usr/lib/gcc-snapshot/lib/gcc/x86_64-linux-gnu/4.3.0/../../../../include/c++/4.3.0/bits/stl_function.h:103:
> error: provided for 'template<class _Arg, class _Result> struct
> std::unary_function'
> grap_draw.h:649: error: 'lineDictionary' has not been declared
> grap_draw.h:649: error: expected ',' or '...' before 'li'
> grap_draw.h:658: error: 'coordinateDictionary' was not declared in this scope
> grap_draw.h:658: error: wrong number of template arguments (1, should be 2)
> /usr/lib/gcc-snapshot/lib/gcc/x86_64-linux-gnu/4.3.0/../../../../include/c++/4.3.0/bits/stl_function.h:103:
> error: provided for 'template<class _Arg, class _Result> struct
> std::unary_function'
> grap_draw.h:660: error: 'coordinateDictionary' has not been declared
> grap_draw.h:660: error: expected ',' or '...' before 'cp'
> grap_draw.h:669: error: 'coordinateDictionary' does not name a type
> grap_draw.h:670: error: 'lineDictionary' does not name a type
> grap_draw.h: In member function 'int graph::coord_freer_f::operator()(int)':
> grap_draw.h:639: error: 'ci' was not declared in this scope
> grap_draw.h: In member function 'int graph::line_freer_f::operator()(int)':
> grap_draw.h:650: error: 'li' was not declared in this scope
> grap_draw.h: In member function 'int graph::addmargin_f::operator()(int)':
> grap_draw.h:661: error: 'cp' was not declared in this scope
> grap_draw.h: In constructor 'graph::graph()':
> grap_draw.h:675: error: class 'graph' does not have any field named 'coords'
> grap_draw.h:675: error: class 'graph' does not have any field named 'lines'
> grap_draw.h: In member function 'virtual void graph::init(std::string*,
> std::string*)':
> grap_draw.h:691: error: 'coordinateDictionary' has not been declared
> grap_draw.h:691: error: expected `;' before 'c'
> grap_draw.h:692: error: 'lineDictionary' has not been declared
> grap_draw.h:692: error: expected `;' before 'l'
> grap_draw.h:700: error: 'c' was not declared in this scope
> grap_draw.h:700: error: 'coords' was not declared in this scope
> grap_draw.h:704: error: 'l' was not declared in this scope
> grap_draw.h:704: error: 'lines' was not declared in this scope
> grap.y: At global scope:
> grap.y:32: error: 'doubleDictionary' does not name a type
> grap.y:35: error: 'macroDictionary' does not name a type
> grap.y: In function 'int yyparse()':
> grap.y:482: error: 'doubleDictionary' has not been declared
> grap.y:482: error: expected `;' before 'di'
> grap.y:484: error: 'di' was not declared in this scope
> grap.y:484: error: 'vars' was not declared in this scope
> grap.y:797: error: 'coordinateDictionary' has not been declared
> grap.y:797: error: expected `;' before 'ci'
> grap.y:800: error: 'ci' was not declared in this scope
> grap.y:800: error: 'class graph' has no member named 'coords'
> grap.y:801: error: 'class graph' has no member named 'coords'
> grap.y:804: warning: deprecated conversion from string constant to 'char*'
> grap.y:992: warning: deprecated conversion from string constant to 'char*'
> grap.y:1078: error: 'macros' was not declared in this scope
> grap.y:1223: warning: deprecated conversion from string constant to 'char*'
> y.tab.c:3682: warning: deprecated conversion from string constant to 'char*'
> y.tab.c:3828: warning: deprecated conversion from string constant to 'char*'
> make[1]: *** [grap.o] Error 1
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: grap
Source-Version: 1.41-1
We believe that the bug you reported is fixed in the latest version of
grap, which is due to be installed in the Debian FTP archive:
grap_1.41-1.diff.gz
to pool/main/g/grap/grap_1.41-1.diff.gz
grap_1.41-1.dsc
to pool/main/g/grap/grap_1.41-1.dsc
grap_1.41-1_i386.deb
to pool/main/g/grap/grap_1.41-1_i386.deb
grap_1.41.orig.tar.gz
to pool/main/g/grap/grap_1.41.orig.tar.gz
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.
Tobias Toedter <[EMAIL PROTECTED]> (supplier of updated grap 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: SHA1
Format: 1.7
Date: Wed, 26 Dec 2007 18:36:26 +0100
Source: grap
Binary: grap
Architecture: source i386
Version: 1.41-1
Distribution: unstable
Urgency: low
Maintainer: Tobias Toedter <[EMAIL PROTECTED]>
Changed-By: Tobias Toedter <[EMAIL PROTECTED]>
Description:
grap - program for typesetting graphs
Closes: 455161
Changes:
grap (1.41-1) unstable; urgency=low
.
* New upstream version
- Fix a FTBFS bug with GCC 4.3 due to missing #includes.
Thanks to Martin Michlmayr for the report. Closes: #455161
* Update Standards-Version to 3.7.3, no changes needed
* Move Homepage from long description to control field
* Ignore a missing Makefile but catch all other errors in the
clean target
* Update patches to apply cleanly, no content changes
* Allow Debian Maintainer uploads
Files:
94c9d55b6d6dc77fb7e2d1206f2d52c9 667 text optional grap_1.41-1.dsc
e5c105a50669016f66bcc1517783ef67 183947 text optional grap_1.41.orig.tar.gz
f9e240a13e459f53081378020a910079 5283 text optional grap_1.41-1.diff.gz
92aaf4bdb11e9d4957dd885b4c60cfca 161786 text optional grap_1.41-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHcyjHpdwBkPlyvgMRAhL4AJ4iRdku6Jg0wDrUHTftfWEWg9+7PQCeLfQW
yQQfzZvsf+0JL/IlB9rr+Rg=
=mP7k
-----END PGP SIGNATURE-----
--- End Message ---