| Summary: | buildroot 2011.08 does not build on Ubuntu 11.10 | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Robert Berger <busybox> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED WONTFIX | ||
| Severity: | enhancement | CC: | buildroot, jwoltz |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Robert Berger
2011-10-31 08:22:02 UTC
This seems to happen only with byubo and screen. From bash it builds happily. Do you run the bash shell inside byubo or screen ? This sounds really strange, I use Buildroot regularly within screen (but not on Ubuntu 11.10 specifically). 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. I just hit this, it appears that the only thing that needs to be cleared from the environment is SED. ie, either of the following should work for you: env -u SED make ... or unset SED I've opened bug 920661 [1] against byobu to have it not set the environment variable SED. -- [1] https://bugs.launchpad.net/byobu/+bug/920661 (In reply to comment #4) > I've opened bug 920661 [1] against byobu to have it not set the environment > variable SED. > > -- > [1] https://bugs.launchpad.net/byobu/+bug/920661 Thanks. Out of interest what does byobu set SED to? byobu sets SED to "sed" (without quotes). so, it is really confusing to me why that would cause failure, as generally on ubuntu 'sed' is a perfectly good "sed". None the less, the easiest work around is to unset it. The bug was in byobu, and it has been fixed upstream, so closing this one. |