[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#170989: marked as done (libc6: ldd: line 122 malformed, does not parse command line arguments)



Your message dated 27 Nov 2002 23:21:46 +0100
with message-id <87hee2y7ph.fsf@student.uni-tuebingen.de>
and subject line Bug#170989: libc6: ldd: line 122 malformed, does not parse command line arguments
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; 27 Nov 2002 21:16:43 +0000
>From dan.griffiths@myrealbox.com Wed Nov 27 15:16:42 2002
Return-path: <dan.griffiths@myrealbox.com>
Received: from mta203-rme.xtra.co.nz [210.86.15.146] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18H9Y1-0003Lc-00; Wed, 27 Nov 2002 15:16:41 -0600
Received: from mta1-rme.xtra.co.nz ([210.86.15.141])
          by mta203-rme.xtra.co.nz with ESMTP
          id <20021127211609.SRUM5571.mta203-rme.xtra.co.nz@mta1-rme.xtra.co.nz>;
          Thu, 28 Nov 2002 10:16:09 +1300
Received: from necitfw1.test.nec.co.nz ([210.54.89.211])
          by mta1-rme.xtra.co.nz with ESMTP
          id <20021127211605.FVEC6546.mta1-rme.xtra.co.nz@necitfw1.test.nec.co.nz>;
          Thu, 28 Nov 2002 10:16:05 +1300
Received: from [192.168.2.159] (helo=ghost)
	by necitfw1.test.nec.co.nz with esmtp (Exim 3.35 #1 (Debian))
	id 18H9dm-0003sS-00; Thu, 28 Nov 2002 10:22:38 +1300
Content-Type: text/plain;
  charset="us-ascii"
From: Dan Griffiths <dan.griffiths@myrealbox.com>
To: Ben Collins <bcollins@debian.org>
Subject: libc6: ldd: line 122 malformed, does not parse command line arguments
Date: Thu, 28 Nov 2002 10:03:16 +1300
User-Agent: KMail/1.4.3
Cc: submit@bugs.debian.org
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Message-Id: <[🔎] 200211281003.16491.dan.griffiths@myrealbox.com>
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=1.1 required=5.0
	tests=SPAM_PHRASE_00_01,USER_AGENT,USER_AGENT_KMAIL
	version=2.41
X-Spam-Level: *

Package: libc6
Version: 2.3.1-5

ldd wrapper script does not parse command line arguments

Example:
host:~# ldd /usr/bin/ls
ldd: ./: No such file or directory

Line 122 of /usr/bin/ldd is malformed as shown below:
for file do

I recommend line 122 should be corrected to:
for file in $*; do

Best regards,
Dan

---------------------------------------
Received: (at 170989-done) by bugs.debian.org; 27 Nov 2002 22:22:07 +0000
>From falk.hueffner@student.uni-tuebingen.de Wed Nov 27 16:22:06 2002
Return-path: <falk.hueffner@student.uni-tuebingen.de>
Received: from mailout01.sul.t-online.com [194.25.134.80] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18HAZI-00042m-00; Wed, 27 Nov 2002 16:22:04 -0600
Received: from fwd08.sul.t-online.de 
	by mailout01.sul.t-online.com with smtp 
	id 18HAZH-0006tX-02; Wed, 27 Nov 2002 23:22:03 +0100
Received: from juist (520046482682-0001@[80.131.89.236]) by fmrl08.sul.t-online.com
	with esmtp id 18HAZ2-0ds5g0C; Wed, 27 Nov 2002 23:21:48 +0100
Received: from falk by juist with local (Exim 3.36 #1 (Debian))
	id 18HAZ0-0001V8-00
	for <170989-done@bugs.debian.org>; Wed, 27 Nov 2002 23:21:46 +0100
X-Face: "iUeUu$b*W_"w?tV83Y3*r:`rh&dRv}$YnZ3,LVeCZSYVuf[Gpo*5%_=/\_!gc_,SS}[~xZ
 wY77I-M)xHIx:2f56g%/`SOw"Dx%4Xq0&f\Tj~>|QR|vGlU}TBYhiG(K:2<T^
To: 170989-done@bugs.debian.org
Subject: Re: Bug#170989: libc6: ldd: line 122 malformed, does not parse command line arguments
References: <[🔎] 200211281003.16491.dan.griffiths@myrealbox.com>
From: Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
Date: 27 Nov 2002 23:21:46 +0100
In-Reply-To: <[🔎] 200211281003.16491.dan.griffiths@myrealbox.com>
Message-ID: <87hee2y7ph.fsf@student.uni-tuebingen.de>
Lines: 15
User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.5 (broccoli)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Sender: 520046482682-0001@t-dialin.net
Delivered-To: 170989-done@bugs.debian.org
X-Spam-Status: No, hits=-9.2 required=5.0
	tests=EMAIL_ATTRIBUTION,IN_REP_TO,REFERENCES,
	      SIGNATURE_SHORT_DENSE,SPAM_PHRASE_00_01,USER_AGENT
	version=2.41
X-Spam-Level: 

Dan Griffiths <dan.griffiths@myrealbox.com> writes:

> Package: libc6
> Version: 2.3.1-5
> 
> ldd wrapper script does not parse command line arguments
> 
> Example:
> host:~# ldd /usr/bin/ls
> ldd: ./: No such file or directory

Your bash is broken. See #170989.

-- 
	Falk



Reply to: