Your message dated Wed, 31 Aug 2005 08:17:19 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#288726: fixed in xmms-kde 3.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; 5 Jan 2005 11:32:57 +0000
>From [EMAIL PROTECTED] Wed Jan 05 03:32:57 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c196149.adsl.hansenet.de (localhost.localdomain) 
[213.39.196.149] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Cm9PM-000747-00; Wed, 05 Jan 2005 03:32:57 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1Cm9Uy-0001Xx-VP; Wed, 05 Jan 2005 12:38:45 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: xmms-kde: FTBFS (amd64/gcc-4.0): invalid storage class for function 
'fillInColumnList'
Message-Id: <[EMAIL PROTECTED]>
Date: Wed, 05 Jan 2005 12:38:44 +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: xmms-kde
Severity: normal
Tags: patch

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

select.c: In function 'sqliteResultSetOfSelect':
select.c:735: error: invalid storage class for function 'fillInColumnList'
select.c: In function 'changeTables':
select.c:1294: error: invalid storage class for function 'changeTablesInList'
select.c: In function 'substExpr':
select.c:1347: error: invalid storage class for function 'substExprList'
make[3]: *** [select.lo] Error 1
make[3]: Leaving directory `/srv/dbuild/tmp/xmms-kde-3.1/xmms-kde'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/xmms-kde-3.1/xmms-kde/select.c ./xmms-kde/select.c
--- ../tmp-orig/xmms-kde-3.1/xmms-kde/select.c  2003-07-17 20:42:26.000000000 
+0200
+++ ./xmms-kde/select.c 2005-01-05 12:04:05.118457472 +0100
@@ -724,6 +724,8 @@
   return z;
 }
 
+static int fillInColumnList(Parse*, Select*);
+
 /*
 ** Given a SELECT statement, generate a Table structure that describes
 ** the result set of that SELECT.
@@ -732,7 +734,6 @@
   Table *pTab;
   int i;
   ExprList *pEList;
-  static int fillInColumnList(Parse*, Select*);
 
   if( fillInColumnList(pParse, pSelect) ){
     return 0;
@@ -1281,6 +1282,8 @@
   return 0;
 }
 
+static void changeTablesInList(ExprList*, int, int);
+
 /*
 ** Recursively scan through an expression tree.  For every reference
 ** to a column in table number iFrom, change that reference to the
@@ -1291,7 +1294,6 @@
   if( pExpr->op==TK_COLUMN && pExpr->iTable==iFrom ){
     pExpr->iTable = iTo;
   }else{
-    static void changeTablesInList(ExprList*, int, int);
     changeTables(pExpr->pLeft, iFrom, iTo);
     changeTables(pExpr->pRight, iFrom, iTo);
     changeTablesInList(pExpr->pList, iFrom, iTo);
@@ -1306,6 +1308,8 @@
   }
 }
 
+static void substExprList(ExprList*,int,ExprList*,int);
+
 /*
 ** Scan through the expression pExpr.  Replace every reference to
 ** a column in table number iTable with a copy of the corresponding
@@ -1344,7 +1348,6 @@
       changeTables(pExpr, iSub, iTable);
     }
   }else{
-    static void substExprList(ExprList*,int,ExprList*,int);
     substExpr(pExpr->pLeft, iTable, pEList, iSub);
     substExpr(pExpr->pRight, iTable, pEList, iSub);
     substExprList(pExpr->pList, iTable, pEList, iSub);

---------------------------------------
Received: (at 288726-close) by bugs.debian.org; 31 Aug 2005 15:19:08 +0000
>From [EMAIL PROTECTED] Wed Aug 31 08:19:08 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EAUL1-0006Rs-00; Wed, 31 Aug 2005 08:17:19 -0700
From: Peter Eisentraut <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#288726: fixed in xmms-kde 3.1-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 31 Aug 2005 08:17:19 -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: xmms-kde
Source-Version: 3.1-2

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

xmms-kde_3.1-2.diff.gz
  to pool/main/x/xmms-kde/xmms-kde_3.1-2.diff.gz
xmms-kde_3.1-2.dsc
  to pool/main/x/xmms-kde/xmms-kde_3.1-2.dsc
xmms-kde_3.1-2_i386.deb
  to pool/main/x/xmms-kde/xmms-kde_3.1-2_i386.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.
Peter Eisentraut <[EMAIL PROTECTED]> (supplier of updated xmms-kde 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: Wed, 31 Aug 2005 16:26:59 +0200
Source: xmms-kde
Binary: xmms-kde
Architecture: source i386
Version: 3.1-2
Distribution: unstable
Urgency: low
Maintainer: Peter Eisentraut <[EMAIL PROTECTED]>
Changed-By: Peter Eisentraut <[EMAIL PROTECTED]>
Description: 
 xmms-kde   - MP3 player integrated into the KDE panel
Closes: 288726 314300
Changes: 
 xmms-kde (3.1-2) unstable; urgency=low
 .
   * Changed maintainer address
   * Updated standards version
   * Applied code fix for GCC 4.0 (from Andreas Jochens <[EMAIL PROTECTED]>)
     (closes: #288726)
   * Removed recommendation of xmms; already included in dependencies
     (closes: #314300)
   * Rebuilt for new C++ ABI
Files: 
 0a4f2abf124c955a9c41639798fd2669 628 sound optional xmms-kde_3.1-2.dsc
 93101bb797721979a04ec6267980d469 2906 sound optional xmms-kde_3.1-2.diff.gz
 ce6125cf4704b46dc5a36aaa7e13c731 456466 sound optional xmms-kde_3.1-2_i386.deb

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

iD8DBQFDFcgjTTx8oVVPtMYRAjETAKCBXf+RNm8rQloOM/QKuw2Do6gEZwCgifRO
yS8V5/NwjZoJYvNjuDPAnq8=
=S7it
-----END PGP SIGNATURE-----


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

Reply via email to