Your message dated Sun, 13 Nov 2005 13:40:32 -0500
with message-id <[EMAIL PROTECTED]>
and subject line sleep drags in too man libraries
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; 18 Jul 2001 16:38:51 +0000
>From [EMAIL PROTECTED] Wed Jul 18 11:38:51 2001
Return-path: <[EMAIL PROTECTED]>
Received: from ivanova.coker.com.au [::ffff:203.36.46.209]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 15MuLZ-0000Ok-00; Wed, 18 Jul 2001 11:38:50 -0500
Received: from lyta.coker.com.au (ivanova [127.0.0.1])
by ivanova.coker.com.au (Postfix) with ESMTP
id 089BAFE3A; Thu, 19 Jul 2001 02:38:25 +1000 (EST)
Received: by lyta.coker.com.au (Postfix, from userid 1001)
id 4393A352D58; Wed, 18 Jul 2001 18:07:15 +0200 (CEST)
From: [EMAIL PROTECTED]
Subject: shellutils: /bin/sleep drags in too many shared libraries
To: [EMAIL PROTECTED]
X-Mailer: bug 3.3.9
Message-Id: <[EMAIL PROTECTED]>
Date: Wed, 18 Jul 2001 18:07:15 +0200 (CEST)
Delivered-To: [EMAIL PROTECTED]
Package: shellutils
Version: 2.0.11-9
Severity: wishlist
Please compile /bin/sleep with gettimeofday() instead of clock_gettime() to
avoid dragging in librt and libpthread. /bin/sleep is used in initrd images
and in other situations where we don't want lots of shared objects.
Re: what's the best small shell for initrd?
Date: Tue, 17 Jul 2001 17:49:29 -0400
From: Matt Zimmerman <[EMAIL PROTECTED]>
To: [email protected]
On Tue, Jul 17, 2001 at 09:28:03PM +0200, Russell Coker wrote:
> As an aside, why does sleep link with so many things? It seems strange for
> such a small program to take 1500K of memory (500K RSS) and link with 4
> shared libraries when essentially all it does is parse argv and make a single
> system call...
libpthread is pulled in by librt, which is needed for clock_gettime. libm is
needed for fesetround.
libm should be easy to eliminate, but may be used by many other tools and not
worth the trouble. sleep can be compiled to use gettimeofday instead of
clock_gettime, but I don't know what the side effects would be.
--
- mdz
-- System Information
Debian Release: testing/unstable
Kernel Version: Linux lyta 2.4.6 #3 Wed Jul 18 15:43:16 CEST 2001 i686 unknown
Versions of the packages shellutils depends on:
ii libc6 2.2.3-6 GNU C Library: Shared libraries and Timezone
ii login 20000902-6.1 System login tools
hurd Not installed or no info
---------------------------------------
Received: (at 105771-done) by bugs.debian.org; 13 Nov 2005 18:40:34 +0000
>From [EMAIL PROTECTED] Sun Nov 13 10:40:34 2005
Return-path: <[EMAIL PROTECTED]>
Received: from vms048pub.verizon.net ([206.46.252.48])
by spohr.debian.org with esmtp (Exim 4.50)
id 1EbMmI-00077r-0s
for [EMAIL PROTECTED]; Sun, 13 Nov 2005 10:40:34 -0800
Received: from osgiliath.mathom.us ([70.108.64.202])
by vms048.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep
9 2005)) with ESMTPA id <[EMAIL PROTECTED]> for
[EMAIL PROTECTED]; Sun, 13 Nov 2005 12:40:33 -0600 (CST)
Received: from localhost (localhost [127.0.0.1])
by osgiliath.mathom.us (Postfix) with ESMTP id 99967606646 for
<[EMAIL PROTECTED]>; Sun, 13 Nov 2005 13:40:32 -0500 (EST)
Received: from osgiliath.mathom.us ([127.0.0.1])
by localhost (osgiliath [127.0.0.1]) (amavisd-new, port 10024)
with LMTP id 20461-02 for <[EMAIL PROTECTED]>; Sun,
13 Nov 2005 13:40:32 -0500 (EST)
Received: by osgiliath.mathom.us (Postfix, from userid 1000)
id 6A07260049B; Sun, 13 Nov 2005 13:40:32 -0500 (EST)
Date: Sun, 13 Nov 2005 13:40:32 -0500
From: Michael Stone <[EMAIL PROTECTED]>
Subject: sleep drags in too man libraries
To: [EMAIL PROTECTED]
Message-id: <[EMAIL PROTECTED]>
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii; format=flowed
Content-disposition: inline
X-Pgp-Fingerprint: 53 FF 38 00 E7 DD 0A 9C 84 52 84 C5 EE DF 7C 88
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at mathom.us
User-Agent: Mutt/1.5.11
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_01 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
Version: 5.93-1
Sleep no longer links against librt.
Mike Stone
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]