Your message dated Mon, 28 Mar 2005 12:53:00 +0100
with message-id <[EMAIL PROTECTED]>
and subject line kernel-patch-enbd 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; 6 Jan 2005 19:10:38 +0000
>From [EMAIL PROTECTED] Thu Jan 06 11:10:38 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c158183.adsl.hansenet.de (localhost.localdomain) 
[213.39.158.183] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Cmd1p-0000F9-00; Thu, 06 Jan 2005 11:10:38 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1Cmd7W-00054l-0h; Thu, 06 Jan 2005 20:16:30 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: enbd: FTBFS (amd64/gcc-4.0): invalid storage class for function 
'nullsigchldhandler'
Message-Id: <[EMAIL PROTECTED]>
Date: Thu, 06 Jan 2005 20:16:30 +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: enbd
Severity: normal
Tags: patch

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

/enbd-2.4.31-20040412/nbd/enbd-server.c: In function 'slavesighandler':
/enbd-2.4.31-20040412/nbd/enbd-server.c:884: error: invalid storage class for 
function 'nullsigchldhandler'

This error can be fixed by the attached patch.

Regards
Andreas Jochens

diff -urN ../tmp-orig/enbd-2.4.31-20040412/nbd/enbd-server.c ./nbd/enbd-server.c
--- ../tmp-orig/enbd-2.4.31-20040412/nbd/enbd-server.c  2004-04-09 
12:58:28.000000000 +0200
+++ ./nbd/enbd-server.c 2005-01-06 16:41:45.000000000 +0100
@@ -880,8 +880,9 @@
    }
 
 
+  static void nullsigchldhandler();
+
   static void slavesighandler(int n) {
-        static void nullsigchldhandler();
 
         if (self->type != ENBD_SERVER_SLAVE) {
             PERR( "server (%d) activates slave sighandler when not slave\n",

---------------------------------------
Received: (at 289017-done) by bugs.debian.org; 28 Mar 2005 11:53:12 +0000
>From [EMAIL PROTECTED] Mon Mar 28 03:53:12 2005
Return-path: <[EMAIL PROTECTED]>
Received: from sorrow.cyrius.com [65.19.161.204] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DFsnv-0001T3-00; Mon, 28 Mar 2005 03:53:11 -0800
Received: by sorrow.cyrius.com (Postfix, from userid 10)
        id 2596164D3C; Mon, 28 Mar 2005 11:53:11 +0000 (UTC)
Received: by deprecation.cyrius.com (Postfix, from userid 1000)
        id C034A4F54A; Mon, 28 Mar 2005 12:53:00 +0100 (BST)
Date: Mon, 28 Mar 2005 12:53:00 +0100
From: Martin Michlmayr <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED]
Subject: kernel-patch-enbd removed
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.6+20040907i
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=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 5

kernel-patch-enbd has been removed from Debian because it is no longer
developed upstream and because it doesn't build.
-- 
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