Your message dated Mon, 18 Jul 2005 22:02:12 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#317874: fixed in libccscript 2.5.7-5
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; 12 Jul 2005 06:45:52 +0000
>From [EMAIL PROTECTED] Mon Jul 11 23:45:52 2005
Return-path: <[EMAIL PROTECTED]>
Received: from s63.millennium.berkeley.edu [169.229.48.220] 
([0jSdZOMXBJXCIAyspwtdDfmg2nZRdAhH])
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DsEWe-0005pu-00; Mon, 11 Jul 2005 23:45:52 -0700
Received: from s63.Millennium.Berkeley.EDU (IDENT:vL40P99/[EMAIL PROTECTED] 
[127.0.0.1])
        by s63.Millennium.Berkeley.EDU (8.13.4/8.13.4/Debian-1) with ESMTP id 
j6C6jp7e001731
        for <[EMAIL PROTECTED]>; Mon, 11 Jul 2005 23:45:51 -0700
Received: (from [EMAIL PROTECTED])
        by s63.Millennium.Berkeley.EDU (8.13.4/8.13.4/Submit) id j6C6jp5m001728;
        Mon, 11 Jul 2005 23:45:51 -0700
Message-Id: <[EMAIL PROTECTED]>
X-Authentication-Warning: s63.Millennium.Berkeley.EDU: quarl set sender to 
[EMAIL PROTECTED] using -f
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Karl Chen <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: libccscript: FTBFS with gcc-3.4/gcc-4.0: 
ost::ScriptCommand::chkHasArgs is
 protected
X-Mailer: reportbug 3.8
Date: Mon, 11 Jul 2005 23:45:50 -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-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: libccscript
Severity: normal
Tags: patch


libccscript fails to compile under gcc-3.4/gcc-4.0.

The following patch allows libccscript to compile under gcc-3.4:


--- src/script.h.orig   2005-07-11 23:19:04.000000000 -0700
+++ src/script.h        2005-07-11 23:19:16.000000000 -0700
@@ -549,6 +549,7 @@
         */
        virtual unsigned long getTrapMask(const char *trapname);
 
+public:
        /**
         * Default compiler syntax to accept any syntax.
         */
@@ -606,6 +607,7 @@
         */
        char *chkHasArgs(Line *line, ScriptImage *img);
 
+protected:
        /**
         * Load a set of keywords into the system keyword table.  This
         * provides a convenient method of initializing and adding to




-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-perfctr-2.6.13-bmc
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

---------------------------------------
Received: (at 317874-close) by bugs.debian.org; 19 Jul 2005 02:12:38 +0000
>From [EMAIL PROTECTED] Mon Jul 18 19:12:38 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1Duhb4-0003J2-00; Mon, 18 Jul 2005 19:12:38 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DuhQy-00083w-00; Mon, 18 Jul 2005 22:02:12 -0400
From: Mark Purcell <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#317874: fixed in libccscript 2.5.7-5
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 18 Jul 2005 22:02:12 -0400
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
X-CrossAssassin-Score: 2

Source: libccscript
Source-Version: 2.5.7-5

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

libccscript-dev_2.5.7-5_i386.deb
  to pool/main/libc/libccscript/libccscript-dev_2.5.7-5_i386.deb
libccscript2-0.5-3c2_2.5.7-5_i386.deb
  to pool/main/libc/libccscript/libccscript2-0.5-3c2_2.5.7-5_i386.deb
libccscript_2.5.7-5.diff.gz
  to pool/main/libc/libccscript/libccscript_2.5.7-5.diff.gz
libccscript_2.5.7-5.dsc
  to pool/main/libc/libccscript/libccscript_2.5.7-5.dsc



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.
Mark Purcell <[EMAIL PROTECTED]> (supplier of updated libccscript 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: Tue, 19 Jul 2005 11:44:05 +1000
Source: libccscript
Binary: libccscript-dev libccscript2-0.5-3c2
Architecture: source i386
Version: 2.5.7-5
Distribution: unstable
Urgency: low
Maintainer: Mark Purcell <[EMAIL PROTECTED]>
Changed-By: Mark Purcell <[EMAIL PROTECTED]>
Description: 
 libccscript-dev - GNU Common C++ framework for embedded scripting
 libccscript2-0.5-3c2 - GNU Common C++ framework for embedded scripting
Closes: 317738 317874
Changes: 
 libccscript (2.5.7-5) unstable; urgency=low
 .
   * Closes: #317738: FTBFS: missing b-dep on doxygen
   * Closes: #317874: FTBFS with gcc-3.4/gcc-4.0:
     ost::ScriptCommand::chkHasArgs is protected
   * Remove Build-Depends: libxml2-dev (does not appear to be used
     anymore)
Files: 
 dc2262446d0f66344096169ba31fb906 642 devel optional libccscript_2.5.7-5.dsc
 e0617f2bf8daf13e9ff2253b06df93ba 63375 devel optional 
libccscript_2.5.7-5.diff.gz
 a204364f68fea3b601bc3e8b68e089b8 181620 libdevel optional 
libccscript-dev_2.5.7-5_i386.deb
 9cb7a95338a8679c550d9fe2a03456c4 102152 libs optional 
libccscript2-0.5-3c2_2.5.7-5_i386.deb

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

iD8DBQFC3FsmoCzanz0IthIRAj+zAJ4j8SR7TdCDxDvCxAXo3H+mseO1CACaAhu4
ert23PbV7QJqAcabt94yOO8=
=2TjR
-----END PGP SIGNATURE-----


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

Reply via email to