From: Thomas Zimmermann <ml@vdm-design.de>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] eglibc:
Date: Fri, 19 Feb 2010 08:32:06 +0100 [thread overview]
Message-ID: <201002190832.06903.ml@vdm-design.de> (raw)
In-Reply-To: <19c1b8a91002181628w7a30333an148bc00cb687ca36@mail.gmail.com>
Am Freitag 19 Februar 2010 01:28:57 schrieb Khem Raj:
> On Sun, Feb 14, 2010 at 2:37 PM, Koen Kooi <k.kooi@student.utwente.nl>
wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > On 14-02-10 23:33, Florian Boor wrote:
> >> Hi,
> >>
> >> Thomas Zimmermann schrieb:
> >>> * ldd has shebang #!/bin/bash: so add bash RDEPNDS
> >>
> >> last time I checked it worked with the Busybox built-in shell as well. I
> >> wonder if it would be a good idea to verify this and patch ldd for our
> >> purposes.
> >
> > like this:
> > http://cgit.openembedded.org/cgit.cgi/openembedded/tree/recipes/glibc/gli
> >bc-2.4/ldd-unbash.patch ?
>
> or patch posted in http://sourceware.org/bugzilla/show_bug.cgi?id=832
> it lets it work as it is if shell is bash.
>
> Thx
>
> -Khem
I tried ldd today with busyboy and it was enough to replace just the shebang:
--- /usr/bin/ldd Fri Feb 19 08:27:44 2010
+++ /usr/bin/ldd Fri Feb 19 08:27:51 2010
@@ -1,4 +1,4 @@
-#! /bin/bash
+#! /bin/sh
# Copyright (C) 1996-2008, 2009 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
I think this is because we have in eglibc:
if x=`set -o` && test "$x" != "${x#*pipefail}" && set -o pipefail ; then
and the second term fails, so set -o pipefail is never executed.
I will resend this patch.
Thomas
next prev parent reply other threads:[~2010-02-19 7:34 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-12 13:05 [PATCH] eglibc: Thomas Zimmermann
2010-02-12 13:08 ` Petr Štetiar
2010-02-12 13:21 ` [PATCH] eglibc: small packaging fixes Thomas Zimmermann
2010-02-12 20:18 ` [PATCH] eglibc: Khem Raj
2010-02-14 22:33 ` Florian Boor
2010-02-14 22:37 ` Koen Kooi
2010-02-19 0:28 ` Khem Raj
2010-02-19 7:32 ` Thomas Zimmermann [this message]
2010-02-19 17:54 ` Khem Raj
2010-02-19 8:53 ` [PATCH] eglibc: unbash ldd and add libpthread_nonshared.a to -dev Thomas Zimmermann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201002190832.06903.ml@vdm-design.de \
--to=ml@vdm-design.de \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox