Your message dated Fri, 02 Nov 2012 07:32:39 +0000
with message-id <[email protected]>
and subject line Bug#691928: fixed in bison 2:2.5.dfsg-3
has caused the Debian Bug report #691928,
regarding Downgrade to version 2.4 until wheezy is released
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 [email protected]
immediately.)


-- 
691928: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691928
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bison
Version: 1:2.6.2.dfsg-1
Severity: normal

Hello Chuan-kai,

This version of bison -d parse.y generates a parse.h ending file with the 
following
(assuming the file contain
%parse-param {char **lex}
)

#ifdef YYPARSE_PARAM
#if defined __STDC__ || defined __cplusplus
int parse (void *YYPARSE_PARAM);
#else
int parse ();
#endif
#else /* ! YYPARSE_PARAM */
#if defined __STDC__ || defined __cplusplus
int parse (char **lex);
#else
int parse ();
#endif

This was not done in bison 2.4.1 and earlier release, and as far as I can see 
this
change is not documented anywere.

This is unfortunate because this does not necessarily declare int parse (char 
**lex)
in the right C++ namespace, causing conflict with the user supplied prototype
(which is certainly necessary with older releases), causing compilation error.

Cheers,
-- 
Bill. <[email protected]>

Imagine a large red swirl here. 

--- End Message ---
--- Begin Message ---
Source: bison
Source-Version: 2:2.5.dfsg-3

We believe that the bug you reported is fixed in the latest version of
bison, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chuan-kai Lin <[email protected]> (supplier of updated bison 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.8
Date: Thu, 01 Nov 2012 11:04:49 -0700
Source: bison
Binary: bison libbison-dev
Architecture: source amd64
Version: 2:2.5.dfsg-3
Distribution: unstable
Urgency: low
Maintainer: Chuan-kai Lin <[email protected]>
Changed-By: Chuan-kai Lin <[email protected]>
Description: 
 bison      - YACC-compatible parser generator
 libbison-dev - YACC-compatible parser generator - development library
Closes: 691928
Changes: 
 bison (2:2.5.dfsg-3) unstable; urgency=low
 .
   * Bump epoch to downgrade unstable version from 2.6.2.dfsg-1 back to
     2.5.dfsg-3.  Incompatibility in 2.6.2 introduces FTBFS in unstable,
     and we are in a freeze, hence this temporary workaround.  This version
     is identical to 1:2.5.dfsg-2.1 except this changelog file and the new
     version number (Closes: #691928).
Checksums-Sha1: 
 a29ba5dd823f7137f5303f5b93dc6c071f0fe0a8 1180 bison_2.5.dfsg-3.dsc
 bd8121f2b02efbf2ea246ed541343ec675f8477e 1793123 bison_2.5.dfsg.orig.tar.bz2
 0aaa368f5a304eee291908992344d8e3277013a7 8573 bison_2.5.dfsg-3.debian.tar.gz
 6b9c8b1549f8203792955171f6184e6458478a34 688288 bison_2.5.dfsg-3_amd64.deb
 c646441d1ec0a7852a9734b197cbddca20428678 289022 
libbison-dev_2.5.dfsg-3_amd64.deb
Checksums-Sha256: 
 d7c4e956288fafc29bd1fe9b984b76abfea1f9e8d46664c3899c53f94323a48f 1180 
bison_2.5.dfsg-3.dsc
 0be4cc15cb1999d0aa13df84dc61c78b9a1e4fb19fba83cea25544e4c35712b9 1793123 
bison_2.5.dfsg.orig.tar.bz2
 3f891550ddea27633121aa345c945f2e3b6e66fb999d25169dfdcd6079e95a9f 8573 
bison_2.5.dfsg-3.debian.tar.gz
 950503cf7ad71375cd78869e1da33c2df6658d37166248037780e6de53e42f94 688288 
bison_2.5.dfsg-3_amd64.deb
 43a129162f6ff719da28b7737ff3aa5605930a30ed4611fc000b74c630f9ed44 289022 
libbison-dev_2.5.dfsg-3_amd64.deb
Files: 
 7662eb98cb6acaf8946914d928953b29 1180 devel optional bison_2.5.dfsg-3.dsc
 166d21db79310d853b738ed1ae7ad11b 1793123 devel optional 
bison_2.5.dfsg.orig.tar.bz2
 0e7a67d04b54c9e714dc7345781894eb 8573 devel optional 
bison_2.5.dfsg-3.debian.tar.gz
 0a1f9b807f74288dec029a889a631747 688288 devel optional 
bison_2.5.dfsg-3_amd64.deb
 5e1f513a17d61c9e34ae9c4f476e01c5 289022 libdevel optional 
libbison-dev_2.5.dfsg-3_amd64.deb

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

iEYEARECAAYFAlCTYoQACgkQqq7AEt0PYmgcAgCfW09i645o9GNzW4ldywlC/eSy
Rd8AoJwCRK4Ipppnb78Dy5GyMp46CdvL
=d+hD
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to