Your message dated Sun, 04 Sep 2005 09:53:53 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#297973: fixed in sigcperl 0.2.0-3
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; 3 Mar 2005 19:16:06 +0000
>From [EMAIL PROTECTED] Thu Mar 03 11:16:06 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c223012.adsl.hansenet.de (localhost.localdomain) [213.39.223.12] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1D6vnq-0000cW-00; Thu, 03 Mar 2005 11:16:06 -0800
Received: from aj by localhost.localdomain with local (Exim 4.44)
        id 1D6wkA-00061Y-6U; Thu, 03 Mar 2005 21:16:22 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: sigcperl: FTBFS (amd64/gcc-4.0): explicit qualification in declaration 
of `std::string SigCPerl::get_string(SV*)'
Message-Id: <[EMAIL PROTECTED]>
Date: Thu, 03 Mar 2005 21:16:22 +0100
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=-6.4 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        UPPERCASE_25_50 autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: sigcperl
Severity: normal
Tags: patch

When building 'sigcperl' on amd64 with gcc-4.0,
I get the following error:

x86_64-linux-g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE=\"sigcperl\" -DVERSION=\"0.2.0\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -I. -I. -I.. -g -O2 -Wall 
-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing 
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-I/usr/lib/perl/5.8/CORE -I/usr/lib/sigc++-1.2/include 
-I/usr/include/sigc++-1.2 -c signal.cpp  -fPIC -DPIC -o .libs/signal.lo
../sigcperl/convert.h:71: error: explicit qualification in declaration of 
`std::string SigCPerl::get_string(SV*)'
make[2]: *** [signal.lo] Error 1
make[2]: Leaving directory `/sigcperl-0.2.0/sigcperl'

With the attached patch 'sigcperl' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/sigcperl-0.2.0/sigcperl/convert.h ./sigcperl/convert.h
--- ../tmp-orig/sigcperl-0.2.0/sigcperl/convert.h       2002-08-15 
19:29:31.000000000 +0200
+++ ./sigcperl/convert.h        2005-03-03 20:59:05.320344788 +0100
@@ -68,7 +68,7 @@
 template<> inline ArgBox<double>::ArgBox(SV *val) throw()
   : m_val(SvNV(val)) {}
 
-inline std::string SigCPerl::get_string(SV *val) throw()
+inline std::string get_string(SV *val) throw()
 {
   STRLEN len;
   const char *str = SvPV(val, len);

---------------------------------------
Received: (at 297973-close) by bugs.debian.org; 4 Sep 2005 17:09:42 +0000
>From [EMAIL PROTECTED] Sun Sep 04 10:09:42 2005
Return-path: <[EMAIL PROTECTED]>
Received: from joerg by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EBxkf-0004Xr-00; Sun, 04 Sep 2005 09:53:53 -0700
From: Michael Koch <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#297973: fixed in sigcperl 0.2.0-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Joerg Jaspert <[EMAIL PROTECTED]>
Date: Sun, 04 Sep 2005 09:53:53 -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: sigcperl
Source-Version: 0.2.0-3

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

libsigcperl-dev_0.2.0-3_sparc.deb
  to pool/main/s/sigcperl/libsigcperl-dev_0.2.0-3_sparc.deb
libsigcperl1c2_0.2.0-3_sparc.deb
  to pool/main/s/sigcperl/libsigcperl1c2_0.2.0-3_sparc.deb
sigcperl_0.2.0-3.diff.gz
  to pool/main/s/sigcperl/sigcperl_0.2.0-3.diff.gz
sigcperl_0.2.0-3.dsc
  to pool/main/s/sigcperl/sigcperl_0.2.0-3.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.
Michael Koch <[EMAIL PROTECTED]> (supplier of updated sigcperl 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,  4 Sep 2005 07:04:00 +0000
Source: sigcperl
Binary: libsigcperl-dev libsigcperl1c2
Architecture: source sparc
Version: 0.2.0-3
Distribution: unstable
Urgency: low
Maintainer: Michael Koch <[EMAIL PROTECTED]>
Changed-By: Michael Koch <[EMAIL PROTECTED]>
Description: 
 libsigcperl-dev - Helper library for the libsigc++ Perl bindings - development 
file
 libsigcperl1c2 - Helper library for the libsigc++ Perl bindings
Closes: 297973
Changes: 
 sigcperl (0.2.0-3) unstable; urgency=low
 .
   * Acknowledge NMU. Thanks to Blars Blarson (Closes: #297973)
   * Do the C++ transition
   * debian/copyright: Fixed address of FSF
   *
Files: 
 8651c0ebe72dfdfb66bbc320b7f83cf0 629 libs optional sigcperl_0.2.0-3.dsc
 d50aa10c06271cb3e7f0aa8c9ef9b4f1 2276 libs optional sigcperl_0.2.0-3.diff.gz
 c7adaec14953b896501e5735ab37d014 32846 libdevel optional 
libsigcperl-dev_0.2.0-3_sparc.deb
 eb8d2b20c57af27d1c3e09ce792e75a8 19300 libs optional 
libsigcperl1c2_0.2.0-3_sparc.deb

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

iD8DBQFDGqxMg1HDwmisV0YRAoEXAKDHO+SyvFel7eLoJXrMoTAQc6CdwgCfX3B+
3n2/yfeVcfLTxIEa+4TJnY8=
=HDLk
-----END PGP SIGNATURE-----


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

Reply via email to