Your message dated Sun, 14 Aug 2005 02:32:04 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#322858: fixed in byacc 20050813-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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 13 Aug 2005 03:31:36 +0000
>From [EMAIL PROTECTED] Fri Aug 12 20:31:35 2005
Return-path: <[EMAIL PROTECTED]>
Received: from zoot.lafn.org [206.117.18.6] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E3mkB-0002Ia-00; Fri, 12 Aug 2005 20:31:35 -0700
Received: from localhost.localdomain 
(pool-71-104-165-253.lsanca.dsl-w.verizon.net [71.104.165.253])
        (authenticated bits=0)
        by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id j7D3VXNN036081
        (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO)
        for <[EMAIL PROTECTED]>; Fri, 12 Aug 2005 20:31:34 -0700 (PDT)
        (envelope-from [EMAIL PROTECTED])
Received: from kraai by localhost.localdomain with local (Exim 4.52)
        id 1E3dMp-0000xA-LX
        for [EMAIL PROTECTED]; Fri, 12 Aug 2005 10:30:51 -0700
Date: Fri, 12 Aug 2005 10:30:51 -0700
From: Matt Kraai <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Incomplete YYSTYPE declaration in header
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="+pHx0qQiF2pBVqBT"
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: ClamAV 0.86.2/1013/Fri Aug 12 14:14:05 2005 on zoot.lafn.org
X-Virus-Status: Clean
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-2.4 required=4.0 tests=BAYES_00,DATE_IN_PAST_06_12 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02


--+pHx0qQiF2pBVqBT
Content-Type: multipart/mixed; boundary="IJpNTDwzlM2Ie8A6"
Content-Disposition: inline


--IJpNTDwzlM2Ie8A6
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: byacc
Version: 20050505-1
Severity: serious

groff fails to build from source because byacc generates an incomplete
declaration of YYSTYPE in the header file.  The first attachement
contains the header file it generates.  The second attachment contains
a patch that fixes this problem.

This is serious because it prevents groff from building.

--=20
Matt

--IJpNTDwzlM2Ie8A6
Content-Type: text/x-chdr; charset=us-ascii
Content-Disposition: attachment; filename="y.tab.h"

#define OVER 257
#define SMALLOVER 258
#define SQRT 259
#define SUB 260
#define SUP 261
#define LPILE 262
#define RPILE 263
#define CPILE 264
#define PILE 265
#define LEFT 266
#define RIGHT 267
#define TO 268
#define FROM 269
#define SIZE 270
#define FONT 271
#define ROMAN 272
#define BOLD 273
#define ITALIC 274
#define FAT 275
#define ACCENT 276
#define BAR 277
#define UNDER 278
#define ABOVE 279
#define TEXT 280
#define QUOTED_TEXT 281
#define FWD 282
#define BACK 283
#define DOWN 284
#define UP 285
#define MATRIX 286
#define COL 287
#define LCOL 288
#define RCOL 289
#define CCOL 290
#define MARK 291
#define LINEUP 292
#define TYPE 293
#define VCENTER 294
#define PRIME 295
#define SPLIT 296
#define NOSPLIT 297
#define UACCENT 298
#define SPECIAL 299
#define SPACE 300
#define GFONT 301
#define GSIZE 302
#define DEFINE 303
#define NDEFINE 304
#define TDEFINE 305
#define SDEFINE 306
#define UNDEF 307
#define IFDEF 308
#define INCLUDE 309
#define DELIM 310
#define CHARTYPE 311
#define SET 312
#define GRFONT 313
#define GBFONT 314
 YYSTYPE;
extern YYSTYPE yylval;

--IJpNTDwzlM2Ie8A6
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch

--- byacc-20050505/output.c     2005-05-05 00:12:02.000000000 +0000
+++ byacc-20050505-new/output.c 2005-08-12 17:53:59.000000000 +0000
@@ -844,9 +844,6 @@
     if (dflag && unionized)
     {
        rewind(union_file);
-       union_file = tmpfile();
-       if (union_file == NULL)
-           open_error("union_file");
        while ((c = getc(union_file)) != EOF)
            putc(c, defines_file);
        fprintf(defines_file, " YYSTYPE;\nextern YYSTYPE %slval;\n",

--IJpNTDwzlM2Ie8A6--

--+pHx0qQiF2pBVqBT
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

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

iD8DBQFC/NzLfNdgYxVXvBARAukEAKCNezYG1EGT1Ow8kYI/alg6ku8aiQCdG1BA
uazAPAOrLoxB2LmIvR6a03s=
=0X8K
-----END PGP SIGNATURE-----

--+pHx0qQiF2pBVqBT--

---------------------------------------
Received: (at 322858-close) by bugs.debian.org; 14 Aug 2005 09:43:24 +0000
>From [EMAIL PROTECTED] Sun Aug 14 02:43:24 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E4Eqa-0006gm-00; Sun, 14 Aug 2005 02:32:04 -0700
From: Dave Beckett <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#322858: fixed in byacc 20050813-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 14 Aug 2005 02:32:04 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: byacc
Source-Version: 20050813-1

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

byacc_20050813-1.diff.gz
  to pool/main/b/byacc/byacc_20050813-1.diff.gz
byacc_20050813-1.dsc
  to pool/main/b/byacc/byacc_20050813-1.dsc
byacc_20050813-1_i386.deb
  to pool/main/b/byacc/byacc_20050813-1_i386.deb
byacc_20050813.orig.tar.gz
  to pool/main/b/byacc/byacc_20050813.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.
Dave Beckett <[EMAIL PROTECTED]> (supplier of updated byacc 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: Sun, 14 Aug 2005 10:14:12 +0100
Source: byacc
Binary: byacc
Architecture: source i386
Version: 20050813-1
Distribution: unstable
Urgency: low
Maintainer: Dave Beckett <[EMAIL PROTECTED]>
Changed-By: Dave Beckett <[EMAIL PROTECTED]>
Description: 
 byacc      - public domain Berkeley LALR Yacc parser generator
Closes: 322858
Changes: 
 byacc (20050813-1) unstable; urgency=low
 .
   * New upstream release:
     - Do not close union_file for -d option (Closes: #322858)
Files: 
 3f9f9ab333fee15cc8fc6503f5b43ae4 557 devel extra byacc_20050813-1.dsc
 8fbf9572a448e13ecb7223c774f9d0b8 138684 devel extra byacc_20050813.orig.tar.gz
 ae26635828da94bbf9b86e472eaa86ed 4251 devel extra byacc_20050813-1.diff.gz
 8088e7299a4419bbe605b692f042ac9e 42098 devel extra byacc_20050813-1_i386.deb

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

iD8DBQFC/wx/Q+ySUE9xlVoRAnqmAJwOzCCxhonEn1jj5uHmUj+7KfBm3wCeORcX
xtkE6ZovsMqEZvUPEIe6V6c=
=oRPX
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to