Your message dated Wed, 16 Nov 2005 14:02:21 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#287635: fixed in mcdp 0.4-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; 29 Dec 2004 08:52:13 +0000
>From [EMAIL PROTECTED] Wed Dec 29 00:52:13 2004
Return-path: <[EMAIL PROTECTED]>
Received: from d007021.adsl.hansenet.de (localhost.localdomain) [80.171.7.21] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CjZYy-00042a-00; Wed, 29 Dec 2004 00:52:12 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1CjZeB-0006Da-Lk; Wed, 29 Dec 2004 09:57:35 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: mcdp: FTBFS (amd64/gcc-4.0): invalid storage class for function 
'cd_cddbsum'
Message-Id: <[EMAIL PROTECTED]>
Date: Wed, 29 Dec 2004 09:57:35 +0100
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: mcdp
Severity: normal
Tags: patch

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

gcc -Os -Wall -pipe -fomit-frame-pointer -c cddb.c -o cddb.o
cddb.c: In function 'cddb_parseentry':
cddb.c:33: warning: pointer targets in passing argument 1 of 'str_len' differ 
in signedness
cddb.c:33: warning: pointer targets in passing argument 1 of 'str_ncpy' differ 
in signedness
cddb.c:33: warning: pointer targets in passing argument 2 of 'str_ncpy' differ 
in signedness
cddb.c:35: warning: pointer targets in passing argument 1 of 'str_len' differ 
in signedness
cddb.c:35: warning: pointer targets in passing argument 1 of 'str_ncpy' differ 
in signedness
cddb.c:35: warning: pointer targets in passing argument 2 of 'str_ncpy' differ 
in signedness
cddb.c: In function 'cddb_getentries':
cddb.c:138: warning: pointer targets in passing argument 1 of 'str_len' differ 
in signedness
cddb.c:141: warning: pointer targets in passing argument 1 of 'str_len' differ 
in signedness
gcc -Os -Wall -pipe -fomit-frame-pointer -c cddev.c -o cddev.o
cddev.c: In function 'cd_discid':
cddev.c:54: error: invalid storage class for function 'cd_cddbsum'
make[1]: *** [cddev.o] Error 1
make[1]: Leaving directory `/mcdp-0.4'
make: *** [build-stamp] Error 2

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/mcdp-0.4/cddev.c ./cddev.c
--- ../tmp-orig/mcdp-0.4/cddev.c        2004-02-20 10:24:05.000000000 +0100
+++ ./cddev.c   2004-12-29 09:54:38.405752696 +0100
@@ -51,7 +51,7 @@
 
 /* look at the specs, should do, what they want :) */
 unsigned cd_discid(struct mcdp *cd) {
- static unsigned cd_cddbsum(register int n) {
+ unsigned cd_cddbsum(register int n) {
   register unsigned int ret=0;
   while (n>0) {
    ret += (n%10); n /= 10;

---------------------------------------
Received: (at 287635-close) by bugs.debian.org; 16 Nov 2005 22:12:53 +0000
>From [EMAIL PROTECTED] Wed Nov 16 14:12:53 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1EcVMD-0005Ka-E1; Wed, 16 Nov 2005 14:02:21 -0800
From: Frederik Dannemare <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#287635: fixed in mcdp 0.4-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 16 Nov 2005 14:02:21 -0800
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: mcdp
Source-Version: 0.4-3

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

mcdp_0.4-3.diff.gz
  to pool/main/m/mcdp/mcdp_0.4-3.diff.gz
mcdp_0.4-3.dsc
  to pool/main/m/mcdp/mcdp_0.4-3.dsc
mcdp_0.4-3_sparc.deb
  to pool/main/m/mcdp/mcdp_0.4-3_sparc.deb



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.
Frederik Dannemare <[EMAIL PROTECTED]> (supplier of updated mcdp 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: Mon, 24 Oct 2005 01:02:31 +0200
Source: mcdp
Binary: mcdp
Architecture: source sparc
Version: 0.4-3
Distribution: unstable
Urgency: low
Maintainer: Frederik Dannemare <[EMAIL PROTECTED]>
Changed-By: Frederik Dannemare <[EMAIL PROTECTED]>
Description: 
 mcdp       - Small console cd player
Closes: 287635
Changes: 
 mcdp (0.4-3) unstable; urgency=low
 .
   * Apply patch to fix FTBFS (amd64/gcc-4.0): invalid storage class for
     function 'cd_cddbsum' (thanks Andreas Jochens). Closes: #287635
   * Bumped Standards-Version to 3.6.2.
   * Upload sponsored by Soeren Boll Overgaard <[EMAIL PROTECTED]>
Files: 
 43f541d2553017f3dd31481a5db3e48e 552 sound optional mcdp_0.4-3.dsc
 eb3c56c54e568d77fca671dd2d8f8ae6 2374 sound optional mcdp_0.4-3.diff.gz
 7bf4cb7f7903d45e3be2192e27f983e9 15326 sound optional mcdp_0.4-3_sparc.deb

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

iD8DBQFDe42UPHuHUx6y3mYRAlnbAJoDJvRfUmIdvIjGDm1tLiUpouEPtQCePeDk
is8kCqwr2e0e+WXeCX7emzU=
=ZLKn
-----END PGP SIGNATURE-----


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

Reply via email to