[Buildroot] [Bug 4429] buildroot 2011.08 does not build on Ubuntu 11.10

Michael S. Zick minimod at morethan.org
Mon Oct 31 14:52:46 UTC 2011


On Mon October 31 2011, bugzilla at busybox.net wrote:
> https://bugs.busybox.net/show_bug.cgi?id=4429
> 
> --- Comment #3 from Robert Berger <busybox at reliableembeddedsystems.com> 2011-10-31 14:05:30 UTC ---
> When I'm __not__ running screen or byubo, but, just ssh to a machine:
> 
> echo $SHELL
> /bin/bash
> 
> it compiles.
> 
> ---------------------------
> 
> When I'm running byubo (and bash)
> 
> echo $SHELL
> /bin/bash
> 
> it breaks with the funny errors from above.
> 

Check the environment(s) in each case, like:
set | less
and compare them.

Here, on various different installations, I can
see a lot of differences.
Each of ssh/screen/byobu modifies and 'filters'
environment settings in their own way.

You might find something modified in the environment
settings that is causing the problems.

Also take note about file ownership(s) not being what
you might expect in some uses of byobu that is mentioned
in their documentation.

Mike



More information about the buildroot mailing list