Your message dated Sun, 7 Aug 2005 14:50:00 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Removed
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; 9 Dec 2004 10:38:08 +0000
>From [EMAIL PROTECTED] Thu Dec 09 02:38:08 2004
Return-path: <[EMAIL PROTECTED]>
Received: from d007053.adsl.hansenet.de (localhost.localdomain) [80.171.7.53] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CcLgW-000085-00; Thu, 09 Dec 2004 02:38:08 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1CcLkL-0001Nh-GE; Thu, 09 Dec 2004 11:42:15 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: libgcrypt7: FTBFS (amd64/gcc-4.0): invalid storage class for function 
'serpent_test'
Message-Id: <[EMAIL PROTECTED]>
Date: Thu, 09 Dec 2004 11:42:15 +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: libgcrypt7
Severity: normal
Tags: patch

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

 cc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -g -Wall -O2 -Wall -MT serpent.lo -MD 
-MP -MF .deps/serpent.Tpo -c serpent.c  -fPIC -DPIC -o .libs/serpent.o
serpent.c: In function 'serpent_setkey':
serpent.c:690: error: invalid storage class for function 'serpent_test'
make[3]: *** [serpent.lo] Error 1
make[3]: Leaving directory 
`/libgcrypt7-1.1.90/build-tree/libgcrypt-1.1.90/cipher'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/libgcrypt7-1.1.90/debian/patches/00list 
./debian/patches/00list
--- ../tmp-orig/libgcrypt7-1.1.90/debian/patches/00list 2004-12-09 
11:25:55.176527568 +0100
+++ ./debian/patches/00list     2004-12-09 11:25:31.502126624 +0100
@@ -1 +1,3 @@
 build.patch
+gcc4.patch
+
diff -urN ../tmp-orig/libgcrypt7-1.1.90/debian/patches/gcc4.patch 
./debian/patches/gcc4.patch
--- ../tmp-orig/libgcrypt7-1.1.90/debian/patches/gcc4.patch     1970-01-01 
01:00:00.000000000 +0100
+++ ./debian/patches/gcc4.patch 2004-12-09 11:24:53.787860064 +0100
@@ -0,0 +1,20 @@
+diff -urN tmp/cipher/serpent.c libgcrypt-1.1.90/cipher/serpent.c
+--- tmp/cipher/serpent.c       2003-10-27 14:18:32.000000000 +0100
++++ libgcrypt-1.1.90/cipher/serpent.c  2004-12-09 11:23:08.891806688 +0100
+@@ -674,6 +674,8 @@
+   _gcry_burn_stack (272 * sizeof (u32_t));
+ }
+ 
++static const char *serpent_test (void);
++
+ /* Initialize CTX with the key KEY of KEY_LENGTH bytes.  */
+ static gcry_err_code_t
+ serpent_setkey (void *ctx,
+@@ -687,7 +689,6 @@
+   if (! serpent_init_done)
+     {
+       /* Execute a self-test the first time, Serpent is used.  */
+-      static const char *serpent_test (void);
+       
+       serpent_test_ret = serpent_test ();
+       if (serpent_test_ret)

---------------------------------------
Received: (at 284885-done) by bugs.debian.org; 7 Aug 2005 13:50:15 +0000
>From [EMAIL PROTECTED] Sun Aug 07 06:50:15 2005
Return-path: <[EMAIL PROTECTED]>
Received: from sorrow.cyrius.com [65.19.161.204] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E1lXb-0001Uh-00; Sun, 07 Aug 2005 06:50:15 -0700
Received: by sorrow.cyrius.com (Postfix, from userid 10)
        id A454564D54; Sun,  7 Aug 2005 13:50:14 +0000 (UTC)
Received: by deprecation.cyrius.com (Postfix, from userid 1000)
        id 06A728441; Sun,  7 Aug 2005 14:50:01 +0100 (BST)
Date: Sun, 7 Aug 2005 14:50:00 +0100
From: Martin Michlmayr <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED]
Subject: Removed
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
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=-2.0 required=4.0 tests=BAYES_00,ONEWORD autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 9

These packages have been removed since they are obsoleted by newer
versions.
-- 
Martin Michlmayr
http://www.cyrius.com/


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

Reply via email to