Your message dated Tue, 01 Feb 2005 14:32:51 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#283689: fixed in sidplay-libs 2.1.1-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)
--------------------------------------
Received: (at submit) by bugs.debian.org; 30 Nov 2004 18:05:40 +0000
>From [EMAIL PROTECTED] Tue Nov 30 10:05:40 2004
Return-path: <[EMAIL PROTECTED]>
Received: from smtp6.mindspring.com [207.69.200.110]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CZCNg-0001OM-00; Tue, 30 Nov 2004 10:05:40 -0800
Received: from user-119bq03.biz.mindspring.com ([66.149.232.3]
helo=frobnitz.homelinux.net)
by smtp6.mindspring.com with esmtp (Exim 3.33 #1)
id 1CZCNf-0005zJ-00
for [EMAIL PROTECTED]; Tue, 30 Nov 2004 13:05:39 -0500
Received: from daniel by frobnitz.homelinux.net with local (Exim 4.34)
id 1CZCNe-0005J7-Kp
for [EMAIL PROTECTED]; Tue, 30 Nov 2004 10:05:38 -0800
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: sidplay-libs: FTBFS with g++-3.4 due to new template lookup rules
From: Daniel Schepler <[EMAIL PROTECTED]>
Date: Tue, 30 Nov 2004 10:05:38 -0800
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="=-=-="
Sender: Daniel Schepler <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(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_2004_03_25
X-Spam-Level:
--=-=-=
Package: sidplay-libs
Severity: normal
Version: 2.1.0-4
>From my build log, using g++-3.4:
...
x86_64-linux-g++ -DHAVE_CONFIG_H -g -O2 -DHAVE_UNIX -I../../include
-I../../include/sidplay -MT IconInfo.lo -MD -MP -MF .deps/IconInfo.Tpo -c
IconInfo.cpp -fPIC -DPIC -o .libs/IconInfo.lo
In file included from ../../include/sidplay/SidTune.h:25,
from IconInfo.cpp:31:
../../include/sidplay/SmartPtr.h: In member function `void
SmartPtr_sidtt<T>::setBuffer(T*, ulint_smartpt)':
../../include/sidplay/SmartPtr.h:214: error: `pBufCurrent' undeclared (first
use this function)
../../include/sidplay/SmartPtr.h:214: error: (Each undeclared identifier is
reported only once for each function it appears in.)
../../include/sidplay/SmartPtr.h:214: error: `bufBegin' undeclared (first use
this function)
...
make[4]: *** [IconInfo.lo] Error 1
make[4]: Leaving directory
`/tmp/buildd/sidplay-libs-2.1.0/libsidplay/src/sidtune'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/tmp/buildd/sidplay-libs-2.1.0/libsidplay/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/sidplay-libs-2.1.0/libsidplay'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/buildd/sidplay-libs-2.1.0'
make: *** [build-stamp] Error 2
I've attached a patch which makes the package compile under g++-3.4.
-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.8-9-amd64-k8
Locale: LANG=en, LC_CTYPE=en (charmap=UTF-8) (ignored: LC_ALL set to
en_US.UTF-8)
--
Daniel Schepler "Please don't disillusion me. I
[EMAIL PROTECTED] haven't had breakfast yet."
-- Orson Scott Card
--=-=-=
Content-Type: text/x-patch
Content-Disposition: attachment; filename=sidplay-libs.diff
Content-Description: sidplay-libs g++-3.4 patch
diff -urN sidplay-libs-2.1.0.old/libsidplay/include/sidplay/SmartPtr.h
sidplay-libs-2.1.0/libsidplay/include/sidplay/SmartPtr.h
--- sidplay-libs-2.1.0.old/libsidplay/include/sidplay/SmartPtr.h
2004-11-30 18:01:58.707831278 +0000
+++ sidplay-libs-2.1.0/libsidplay/include/sidplay/SmartPtr.h 2004-11-30
18:00:22.447542159 +0000
@@ -211,16 +211,16 @@
{
if ( bufferLen >= 1 )
{
- pBufCurrent = ( bufBegin = buffer );
- bufEnd = bufBegin + bufferLen;
- bufLen = bufferLen;
- status = true;
+ this->pBufCurrent = ( this->bufBegin = buffer );
+ this->bufEnd = this->bufBegin + bufferLen;
+ this->bufLen = bufferLen;
+ this->status = true;
}
else
{
- pBufCurrent = bufBegin = bufEnd = 0;
- bufLen = 0;
- status = false;
+ this->pBufCurrent = this->bufBegin = this->bufEnd = 0;
+ this->bufLen = 0;
+ this->status = false;
}
}
};
--=-=-=--
---------------------------------------
Received: (at 283689-close) by bugs.debian.org; 1 Feb 2005 19:38:06 +0000
>From [EMAIL PROTECTED] Tue Feb 01 11:38:06 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Cw3qf-0004u2-00; Tue, 01 Feb 2005 11:38:05 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1Cw3lb-0002oU-00; Tue, 01 Feb 2005 14:32:51 -0500
From: Laszlo Boszormenyi (GCS) <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#283689: fixed in sidplay-libs 2.1.1-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 01 Feb 2005 14:32:51 -0500
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.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Source: sidplay-libs
Source-Version: 2.1.1-2
We believe that the bug you reported is fixed in the latest version of
sidplay-libs, which is due to be installed in the Debian FTP archive:
libresid-builder-dev_2.1.1-2_i386.deb
to pool/main/s/sidplay-libs/libresid-builder-dev_2.1.1-2_i386.deb
libresid-builder0_2.1.1-2_i386.deb
to pool/main/s/sidplay-libs/libresid-builder0_2.1.1-2_i386.deb
libsidplay2-1c102_2.1.1-2_i386.deb
to pool/main/s/sidplay-libs/libsidplay2-1c102_2.1.1-2_i386.deb
libsidplay2-dev_2.1.1-2_i386.deb
to pool/main/s/sidplay-libs/libsidplay2-dev_2.1.1-2_i386.deb
libsidutils-dev_2.1.1-2_i386.deb
to pool/main/s/sidplay-libs/libsidutils-dev_2.1.1-2_i386.deb
libsidutils0_2.1.1-2_i386.deb
to pool/main/s/sidplay-libs/libsidutils0_2.1.1-2_i386.deb
sidplay-libs_2.1.1-2.diff.gz
to pool/main/s/sidplay-libs/sidplay-libs_2.1.1-2.diff.gz
sidplay-libs_2.1.1-2.dsc
to pool/main/s/sidplay-libs/sidplay-libs_2.1.1-2.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.
Laszlo Boszormenyi (GCS) <[EMAIL PROTECTED]> (supplier of updated sidplay-libs
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, 1 Feb 2005 19:05:47 +0100
Source: sidplay-libs
Binary: libsidplay2-1c102 libsidplay2-dev libsidutils0 libsidutils-dev
libresid-builder0 libresid-builder-dev
Architecture: source i386
Version: 2.1.1-2
Distribution: unstable
Urgency: medium
Maintainer: Laszlo Boszormenyi (GCS) <[EMAIL PROTECTED]>
Changed-By: Laszlo Boszormenyi (GCS) <[EMAIL PROTECTED]>
Description:
libresid-builder-dev - SID chip emulation class based on resid
libresid-builder0 - SID chip emulation class based on resid
libsidplay2-1c102 - SID (MOS 6581) emulation library
libsidplay2-dev - SID (MOS 6581) emulation library
libsidutils-dev - utility functions for SID players
libsidutils0 - utility functions for SID players
Closes: 283689 288465
Changes:
sidplay-libs (2.1.1-2) unstable; urgency=medium
.
* Fix FTBFS with g++-3.4 and gcc-4.0 on amd64 systems. Thanks to Daniel
Schepler and Andreas Jochens for the proposed fixes.
(closes: #283689, #288465).
Files:
33dce79697bc5fd8b62d5738187bbfd1 683 sound optional sidplay-libs_2.1.1-2.dsc
171c2f1a0f8eae22f74d63319ea5d1ef 5695 sound optional
sidplay-libs_2.1.1-2.diff.gz
89a0ac01735192517ec65f0a1a7c7568 157668 devel optional
libsidplay2-dev_2.1.1-2_i386.deb
df825afc83fe50cad1ad2cfdddbb2139 110848 libs optional
libsidplay2-1c102_2.1.1-2_i386.deb
852e37b6263fc597f0dbb9d7883ae7cf 30446 devel optional
libsidutils-dev_2.1.1-2_i386.deb
60759d5dd814bfa972cf1e7b3a4ca88f 26684 libs optional
libsidutils0_2.1.1-2_i386.deb
bf22351e59f6e3e296f4d42a7b8cf8ca 29510 devel optional
libresid-builder-dev_2.1.1-2_i386.deb
0c7dd620b2ead8517cdf996c15c648d6 27572 libs optional
libresid-builder0_2.1.1-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFB/9S/MDatjqUaT90RAunaAKCGKmxJCV71FFf6cq2xzOq3AkgsFgCeNVjk
qW7yb/eNH2RzLcIMz1IyV1k=
=YKhi
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]