Just for anyone else who comes across this, the fix i made in cirros's Makefile 
(which can be applied anywhere else) was simply to add:
   unexport SED # causes random issues (LP: #920620)

Alternatively, you can just remember to run:
 unset SED
or
 env -u SED your-build-command-here

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/920661

Title:
  byobu should not set environment variable 'SED'

To manage notifications about this bug go to:
https://bugs.launchpad.net/buildroot/+bug/920661/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to