Your message dated Sun, 14 Sep 2003 17:34:24 -0500 (CDT)
with message-id <[EMAIL PROTECTED]>
and subject line #46749: clear SA_INTERRUPT
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 Oct 1999 01:31:07 +0000
Received: (qmail 7007 invoked from network); 6 Oct 1999 01:30:45 -0000
Received: from sunu450.rz.ruhr-uni-bochum.de (134.147.222.33)
  by master.debian.org with SMTP; 6 Oct 1999 01:30:45 -0000
Received: (qmail 21142 invoked from network); 6 Oct 1999 01:30:40 -0000
Received: from dialppp-7-156.rz.ruhr-uni-bochum.de (HELO localhost) ([EMAIL 
PROTECTED])
  by mailhost.rz.ruhr-uni-bochum.de with SMTP; 6 Oct 1999 01:30:40 -0000
Received: from marcus by localhost with local (Exim 3.03 #1 (Debian))
        id 11YfIg-0000Pb-00; Wed, 06 Oct 1999 02:51:22 +0200
From: [EMAIL PROTECTED]
Subject: dpkg: clear SA_INTERRUPT
To: [EMAIL PROTECTED]
X-Mailer: bug 3.2.4
Message-Id: <[EMAIL PROTECTED]>
Date: Wed, 06 Oct 1999 02:51:22 +0200
Organization: Marcus Brinkmann's Home

Package: dpkg
Version: 1.4.1.11
Severity: important

Hello,

this is one of the many patches needed to get dpkg working on the Hurd. It
is by no means release critical for Linux.

SA_INTERRUPT is only available on Linux. We take a look at asm/signal.h
and see:

 * SA_INTERRUPT is a no-op, but left due to historical reasons. Use the
 * SA_RESTART flag to get restarting signals (which were the default long ago)

Thanks,
Marcus

--- ../../official/dpkg-1.4.1.13/dselect/baselist.cc    Sun Nov  1 17:04:21 1998
+++ dselect/baselist.cc Wed Oct  6 02:45:04 1999
@@ -77,7 +77,7 @@
   memset(&nsigact,0,sizeof(nsigact));
   nsigact.sa_handler= sigwinchhandler;
   sigemptyset(&nsigact.sa_mask);
-  nsigact.sa_flags= SA_INTERRUPT;
+  nsigact.sa_flags= SA_RESTART;
   if (sigaction(SIGWINCH,&nsigact,0)) ohshite("failed to set new SIGWINCH 
sigact");
 }
 


-- System Information
Debian Release: potato
Kernel Version: Linux ulysses 2.2.12 #7 Mon Sep 27 01:09:52 CEST 1999 i586 
unknown

Versions of the packages dpkg depends on:
hi  libc6           2.1.2-0pre11   GNU C Library: Shared libraries and timezone
hi  libstdc++2.10   2.95.2-0pre2   The GNU stdc++ library
ii  libncurses4     4.2-3.3        Shared libraries for terminal handling
---------------------------------------
Received: (at 46749-done) by bugs.debian.org; 14 Sep 2003 22:34:27 +0000
>From [EMAIL PROTECTED] Sun Sep 14 17:34:25 2003
Return-path: <[EMAIL PROTECTED]>
Received: from boof.brainfood.com (gradall.private.brainfood.com) 
[146.82.138.61] 
        by master.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 19yfRp-0008Jx-00; Sun, 14 Sep 2003 17:34:25 -0500
Received: from localhost ([127.0.0.1] ident=adam)
        by gradall.private.brainfood.com with esmtp (Exim 3.35 #1 (Debian))
        id 19yfRo-0008Jh-00
        for <[EMAIL PROTECTED]>; Sun, 14 Sep 2003 17:34:24 -0500
Date: Sun, 14 Sep 2003 17:34:24 -0500 (CDT)
From: Adam Heath <[EMAIL PROTECTED]>
X-X-Sender: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: #46749: clear SA_INTERRUPT
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=2.0 required=4.0
        tests=BAYES_99
        version=2.53-bugs.debian.org_2003_9_14
X-Spam-Level: **
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_9_14 
(1.174.2.15-2003-03-30-exp)

Closing, as recommended in the bug.



Reply via email to