* on ubuntu 10.04, how to reset /bin/sh to refer to bash?
@ 2010-05-12 16:58 Robert P. J. Day
2010-05-12 18:37 ` Dmitry Ivanov
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Robert P. J. Day @ 2010-05-12 16:58 UTC (permalink / raw)
To: OpenEmbedded Development mailing list
my first time setting up to build OE on ubuntu 10.04, and trying to
"bitbake fetch" complains that it's a bad idea for /bin/sh to refer to
dash. fair enough, so since /bin/sh -> dash, do i just reset the
symlink manually? or is there something more elegant? thanks.
rday
--
========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA
Linux Consulting, Training and Kernel Pedantry.
Web page: http://crashcourse.ca
Twitter: http://twitter.com/rpjday
========================================================================
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: on ubuntu 10.04, how to reset /bin/sh to refer to bash?
2010-05-12 16:58 on ubuntu 10.04, how to reset /bin/sh to refer to bash? Robert P. J. Day
@ 2010-05-12 18:37 ` Dmitry Ivanov
2010-05-12 18:38 ` John Connolly
2010-05-13 7:58 ` Koen Kooi
2 siblings, 0 replies; 6+ messages in thread
From: Dmitry Ivanov @ 2010-05-12 18:37 UTC (permalink / raw)
To: openembedded-devel
On Wed, May 12, 2010 at 8:58 PM, Robert P. J. Day <rpjday@crashcourse.ca> wrote:
>
> my first time setting up to build OE on ubuntu 10.04, and trying to
> "bitbake fetch" complains that it's a bad idea for /bin/sh to refer to
> dash. fair enough, so since /bin/sh -> dash, do i just reset the
> symlink manually? or is there something more elegant? thanks.
>
See http://wiki.openembedded.net/index.php/OEandYourDistro#Ubuntu.
its as simple as sudo dpkg-reconfigure dash
--
Dmitry Ivanov
KDE PIM developer (pim.kde.org)
partimage-ng developer (partimage-ng.net)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: on ubuntu 10.04, how to reset /bin/sh to refer to bash?
2010-05-12 16:58 on ubuntu 10.04, how to reset /bin/sh to refer to bash? Robert P. J. Day
2010-05-12 18:37 ` Dmitry Ivanov
@ 2010-05-12 18:38 ` John Connolly
2010-05-13 7:58 ` Koen Kooi
2 siblings, 0 replies; 6+ messages in thread
From: John Connolly @ 2010-05-12 18:38 UTC (permalink / raw)
To: openembedded-devel
----- "Robert P. J. Day" <rpjday@crashcourse.ca> wrote:
> my first time setting up to build OE on ubuntu 10.04, and trying to
> "bitbake fetch" complains that it's a bad idea for /bin/sh to refer
> to
> dash. fair enough, so since /bin/sh -> dash, do i just reset the
> symlink manually? or is there something more elegant?
Elegant: Sudo dpkg-reconfigure dash. Choose no.
thanks.
>
> rday
>
> --
>
> ========================================================================
> Robert P. J. Day Waterloo, Ontario,
> CANADA
>
> Linux Consulting, Training and Kernel Pedantry.
>
> Web page:
> http://crashcourse.ca
> Twitter:
> http://twitter.com/rpjday
> ========================================================================
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
_________________________
John Connolly
Software Developer
Bug Labs
598 Broadway, 4th Floor
New York, NY 10012-3206
646.723.9258
jconnolly @ irc.freenode.net/#buglabs
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: on ubuntu 10.04, how to reset /bin/sh to refer to bash?
2010-05-12 16:58 on ubuntu 10.04, how to reset /bin/sh to refer to bash? Robert P. J. Day
2010-05-12 18:37 ` Dmitry Ivanov
2010-05-12 18:38 ` John Connolly
@ 2010-05-13 7:58 ` Koen Kooi
2010-05-17 12:25 ` Marc Olzheim
2010-05-17 16:51 ` Khem Raj
2 siblings, 2 replies; 6+ messages in thread
From: Koen Kooi @ 2010-05-13 7:58 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 12-05-10 18:58, Robert P. J. Day wrote:
>
> my first time setting up to build OE on ubuntu 10.04, and trying to
> "bitbake fetch" complains that it's a bad idea for /bin/sh to refer to
> dash. fair enough, so since /bin/sh -> dash, do i just reset the
> symlink manually? or is there something more elegant? thanks.
And for the record: It's not OE (anymore) that requires bash, it's the
software we build. E.g. GTK+'s libtool has bashisms. And there are a lot
more.
regards,
Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFL67EMMkyGM64RGpERAshNAKC81SjnJa9FeVPQk/RyZgcn/QVbkgCeIVKX
pfjzfYmp6O+G2C/gzggpldE=
=/ZW/
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: on ubuntu 10.04, how to reset /bin/sh to refer to bash?
2010-05-13 7:58 ` Koen Kooi
@ 2010-05-17 12:25 ` Marc Olzheim
2010-05-17 16:51 ` Khem Raj
1 sibling, 0 replies; 6+ messages in thread
From: Marc Olzheim @ 2010-05-17 12:25 UTC (permalink / raw)
To: openembedded-devel
On Thu, May 13, 2010 at 09:58:04AM +0200, Koen Kooi wrote:
> On 12-05-10 18:58, Robert P. J. Day wrote:
> > my first time setting up to build OE on ubuntu 10.04, and trying to
> > "bitbake fetch" complains that it's a bad idea for /bin/sh to refer to
> > dash. fair enough, so since /bin/sh -> dash, do i just reset the
> > symlink manually? or is there something more elegant? thanks.
>
> And for the record: It's not OE (anymore) that requires bash, it's the
> software we build. E.g. GTK+'s libtool has bashisms. And there are a lot
> more.
Exactly. So depending on what you want to build, you can get away with
dash as /bin/sh fine. We've been using the patch in
http://patchwork.openembedded.org/patch/914/ successfully for some time
now, but we do not need any GTK+ stuff on our images.
Marc
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: on ubuntu 10.04, how to reset /bin/sh to refer to bash?
2010-05-13 7:58 ` Koen Kooi
2010-05-17 12:25 ` Marc Olzheim
@ 2010-05-17 16:51 ` Khem Raj
1 sibling, 0 replies; 6+ messages in thread
From: Khem Raj @ 2010-05-17 16:51 UTC (permalink / raw)
To: openembedded-devel
On Thu, May 13, 2010 at 12:58 AM, Koen Kooi <k.kooi@student.utwente.nl> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 12-05-10 18:58, Robert P. J. Day wrote:
>>
>> my first time setting up to build OE on ubuntu 10.04, and trying to
>> "bitbake fetch" complains that it's a bad idea for /bin/sh to refer to
>> dash. fair enough, so since /bin/sh -> dash, do i just reset the
>> symlink manually? or is there something more elegant? thanks.
>
> And for the record: It's not OE (anymore) that requires bash, it's the
> software we build. E.g. GTK+'s libtool has bashisms. And there are a lot
> more.
I wonder how debian/ubuntu build them. I assume they should be using
dash as default
shell as well.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-05-17 16:55 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-12 16:58 on ubuntu 10.04, how to reset /bin/sh to refer to bash? Robert P. J. Day
2010-05-12 18:37 ` Dmitry Ivanov
2010-05-12 18:38 ` John Connolly
2010-05-13 7:58 ` Koen Kooi
2010-05-17 12:25 ` Marc Olzheim
2010-05-17 16:51 ` Khem Raj
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.