Your message dated Tue, 10 Apr 2007 04:17:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417119: fixed in bisonc++ 1.6.0-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: bisonc++
Version: 1.5.0-1
Usertags: ftbfs-gcc-4.3
Tags: patch
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). Some background of this can be found at
http://gcc.gnu.org/PR28080
You can reproduce this problem with gcc-snapshot from unstable.
> Automatic build of bisonc++_1.5.0-1 on em64t by sbuild/amd64 0.53
...
> g++ -c -o generator/o/25tokens.o -Wall -O3 generator/tokens.cc
> In file included from generator/generator.ih:8,
> from generator/tokens.cc:1:
> /usr/include/bobcat/wrap1c:4:2: warning: #warning Wrap1c is obsolete. Use
> FnWrap1c instead
> In file included from
> generator/../writer/../next/../item/../production/production.h:10,
> from generator/../writer/../next/../item/item.h:6,
> from generator/../writer/../next/next.h:12,
> from generator/../writer/writer.h:7,
> from generator/generator.h:9,
> from generator/generator.ih:1,
> from generator/tokens.cc:1:
> generator/../writer/../next/../item/../production/../terminal/terminal.h:22:
> error: 'UINT_MAX' was not declared in this scope
> system - failure of system call (status 256)
> system - failure of system call (status 256)
> make: *** [build-stamp] Error 1
--- rrconflict/removeconflicts.cc~ 2007-04-01 16:05:23.000000000 +0000
+++ rrconflict/removeconflicts.cc 2007-04-01 16:05:28.000000000 +0000
@@ -1,4 +1,5 @@
#include "rrconflict.ih"
+#include <algorithm>
void RRConflict::removeConflicts(StateItem::Vector &itemVector)
{
--- rrconflict/insert.cc~ 2007-04-01 16:06:18.000000000 +0000
+++ rrconflict/insert.cc 2007-04-01 16:06:12.000000000 +0000
@@ -1,4 +1,5 @@
#include "rrconflict.ih"
+#include <algorithm>
ostream &RRConflict::insert(ostream &out) const
{
--- srconflict/visitreduction.cc~ 2007-04-01 16:02:53.000000000 +0000
+++ srconflict/visitreduction.cc 2007-04-01 16:03:00.000000000 +0000
@@ -1,4 +1,5 @@
#include "srconflict.ih"
+#include <algorithm>
void SRConflict::visitReduction(size_t const &idx, SRConflict &context)
{
--- srconflict/removeshifts.cc~ 2007-04-01 16:03:32.000000000 +0000
+++ srconflict/removeshifts.cc 2007-04-01 16:03:23.000000000 +0000
@@ -1,4 +1,5 @@
#include "srconflict.ih"
+#include <algorithm>
size_t SRConflict::removeShifts(Next::Vector &nextVector)
{
--- srconflict/removereductions.cc~ 2007-04-01 16:03:40.000000000 +0000
+++ srconflict/removereductions.cc 2007-04-01 16:03:45.000000000 +0000
@@ -1,4 +1,5 @@
#include "srconflict.ih"
+#include <algorithm>
void SRConflict::removeReductions(StateItem::Vector &itemVector)
{
--- srconflict/inspect.cc~ 2007-04-01 16:04:29.000000000 +0000
+++ srconflict/inspect.cc 2007-04-01 16:04:34.000000000 +0000
@@ -1,4 +1,5 @@
#include "srconflict.ih"
+#include <algorithm>
void SRConflict::inspect()
{
--- srconflict/insert.cc~ 2007-04-01 16:04:42.000000000 +0000
+++ srconflict/insert.cc 2007-04-01 16:04:50.000000000 +0000
@@ -1,4 +1,5 @@
#include "srconflict.ih"
+#include <algorithm>
ostream &SRConflict::insert(ostream &out) const
{
--- terminal/terminal.h~ 2007-04-01 15:59:37.000000000 +0000
+++ terminal/terminal.h 2007-04-01 15:59:44.000000000 +0000
@@ -4,6 +4,7 @@
#include <string>
#include <vector>
#include <set>
+#include <climits>
#include "../om/om.h"
#include "../symbol/symbol.h"
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: bisonc++
Source-Version: 1.6.0-1
We believe that the bug you reported is fixed in the latest version of
bisonc++, which is due to be installed in the Debian FTP archive:
bisonc++_1.6.0-1.diff.gz
to pool/main/b/bisonc++/bisonc++_1.6.0-1.diff.gz
bisonc++_1.6.0-1.dsc
to pool/main/b/bisonc++/bisonc++_1.6.0-1.dsc
bisonc++_1.6.0-1_i386.deb
to pool/main/b/bisonc++/bisonc++_1.6.0-1_i386.deb
bisonc++_1.6.0.orig.tar.gz
to pool/main/b/bisonc++/bisonc++_1.6.0.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.
Frank B. Brokken <[EMAIL PROTECTED]> (supplier of updated bisonc++ 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: Mon, 09 Apr 2007 15:02:00 +0200
Source: bisonc++
Binary: bisonc++
Architecture: source i386
Version: 1.6.0-1
Distribution: unstable
Urgency: low
Maintainer: Frank B. Brokken <[EMAIL PROTECTED]>
Changed-By: Frank B. Brokken <[EMAIL PROTECTED]>
Description:
bisonc++ - Bison-style parser generator for C++
Closes: 417119
Changes:
bisonc++ (1.6.0-1) unstable; urgency=low
.
* New upstream release. (Closes: #417119)
.
* `gos' target in debian/rules changed to:
ftp://ftp.icce.rug.nl/pub/frank/debian/tarballs/bisonc++
Files:
5139eccef6a068da98668d09fc5f7811 754 devel optional bisonc++_1.6.0-1.dsc
0f57c262815e95ce100ee65a970d2316 595622 devel optional
bisonc++_1.6.0.orig.tar.gz
7ea610bfd36539d23f5416e942ea9a63 9395 devel optional bisonc++_1.6.0-1.diff.gz
3252db5251c8d2c82fa02fd841f6cd48 267610 devel optional
bisonc++_1.6.0-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGGwvVpdwBkPlyvgMRAgRsAJwP33+8psGcIwv3f3kZEgjgywoHLQCcDEXC
3G+Y2+qYzGQjDqcRkP5lOY0=
=yI+P
-----END PGP SIGNATURE-----
--- End Message ---