[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#356168: marked as done (FTBFS with G++ 4.1: not defiend in scope)



Your message dated Thu, 09 Mar 2006 23:32:06 -0800
with message-id <E1FHc6Y-0003vd-CA@spohr.debian.org>
and subject line Bug#356168: fixed in re2c 0.9.12-2
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: re2c
Version: 0.9.12-1
Severity: important
Tags: patch

Your package fails to build with G++ 4.1.  I'm filing this bug as
important for now, but when 4.1 will be the default compiler in
unstable (probably in a few weeks) I'll upgrade this to serious.

A patch is below.


> Automatic build of re2c_0.9.12-1 on bigsur by sbuild/mips 1.80
...
> if g++ -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -MT parser.o -MD -MP -MF ".deps/parser.Tpo" -c -o parser.o parser.cc; \
> 	then mv -f ".deps/parser.Tpo" ".deps/parser.Po"; else rm -f ".deps/parser.Tpo"; exit 1; fi
> parser.y: In function 'int yyparse()':
> parser.y:80: error: 'mkAlt' was not declared in this scope
> parser.y:103: error: 'mkAlt' was not declared in this scope
> parser.y:127: error: 'mkAlt' was not declared in this scope
> make[2]: *** [parser.o] Error 1


--- re.h~	2006-03-10 06:18:06.000000000 +0000
+++ re.h	2006-03-10 06:18:30.000000000 +0000
@@ -164,6 +164,8 @@
 	}
 };
 
+RegExp *mkAlt(RegExp*, RegExp*);
+
 class AltOp: public RegExp
 {
 

-- 
Martin Michlmayr
http://www.cyrius.com/


--- End Message ---
--- Begin Message ---
Source: re2c
Source-Version: 0.9.12-2

We believe that the bug you reported is fixed in the latest version of
re2c, which is due to be installed in the Debian FTP archive:

re2c_0.9.12-2.diff.gz
  to pool/main/r/re2c/re2c_0.9.12-2.diff.gz
re2c_0.9.12-2.dsc
  to pool/main/r/re2c/re2c_0.9.12-2.dsc
re2c_0.9.12-2_i386.deb
  to pool/main/r/re2c/re2c_0.9.12-2_i386.deb



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 356168@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matej Vela <vela@debian.org> (supplier of updated re2c 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 10 Mar 2006 08:20:45 +0100
Source: re2c
Binary: re2c
Architecture: source i386
Version: 0.9.12-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Matej Vela <vela@debian.org>
Description: 
 re2c       - Tool for generating fast C-based recognizers
Closes: 356168
Changes: 
 re2c (0.9.12-2) unstable; urgency=low
 .
   * QA upload.
   * re.h: Add forward declaration for gcc 4.1.  Thanks to Martin Michlmayr
     for the patch.  Closes:  #356168.
Files: 
 f526b89f92079acf05d7962897655020 583 devel optional re2c_0.9.12-2.dsc
 3f13f4207348552139b048cc7f49cb6f 3166 devel optional re2c_0.9.12-2.diff.gz
 03e4d5059e69b4b56a650d89fec26648 130354 devel optional re2c_0.9.12-2_i386.deb

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

iD8DBQFEESkKxBYivKllgY8RAvNFAJ4s+hp1mdGaFeUyG/YMyFW3A/JtcQCgnvsF
mFe6VcbQ6R8CvF6GfmXAEkY=
=5fAJ
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: