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; 3 Jan 2005 22:19:33 +0000
>From [EMAIL PROTECTED] Mon Jan 03 14:19:33 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c173214.adsl.hansenet.de (localhost.localdomain) 
[213.39.173.214] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1ClaY0-0004Ys-00; Mon, 03 Jan 2005 14:19:32 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1CladX-0006h8-6g; Mon, 03 Jan 2005 23:25:15 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: sidplay-libs: FTBFS (amd64/gcc-4.0): 'bufBegin' was not declared in 
this scope
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 03 Jan 2005 23:25:15 +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=-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: sidplay-libs
Severity: normal
Tags: patch

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

../../include/sidplay/SmartPtr.h:214: error: 'bufBegin' was not declared in 
this scope
../../include/sidplay/SmartPtr.h:215: error: 'bufEnd' was not declared in this 
scope
../../include/sidplay/SmartPtr.h:216: error: 'bufLen' was not declared in this 
scope
../../include/sidplay/SmartPtr.h:217: error: 'status' was not declared in this 
scope
../../include/sidplay/SmartPtr.h:221: error: 'pBufCurrent' was not declared in 
this scope
../../include/sidplay/SmartPtr.h:221: error: 'bufBegin' was not declared in 
this scope
../../include/sidplay/SmartPtr.h:221: error: 'bufEnd' was not declared in this 
scope
../../include/sidplay/SmartPtr.h:222: error: 'bufLen' was not declared in this 
scope
../../include/sidplay/SmartPtr.h:223: error: 'status' was not declared in this 
scope
IconInfo.cpp: In member function 'virtual SidTune::LoadStatus 
SidTune::INFO_fileSupport(Buffer_sidtt<const uint_least8_t>&, 
Buffer_sidtt<const uint_least8_t>&)':
IconInfo.cpp:573: warning: converting of negative value '-0x00000000000000001' 
to 'uint_least32_t'
make[4]: *** [IconInfo.lo] Error 1
make[4]: Leaving directory `/sidplay-libs-2.1.1/libsidplay/src/sidtune'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/sidplay-libs-2.1.1/libsidplay/include/sidplay/SmartPtr.h 
./libsidplay/include/sidplay/SmartPtr.h
--- ../tmp-orig/sidplay-libs-2.1.1/libsidplay/include/sidplay/SmartPtr.h        
2005-01-03 23:00:45.837230744 +0100
+++ ./libsidplay/include/sidplay/SmartPtr.h     2005-01-03 22:57:09.237158960 
+0100
@@ -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]

Reply via email to