[Buildroot] SERIOUS bug in coreutils / cut command

Ray Cordova rayzinpwr at gmail.com
Wed Oct 22 20:16:58 UTC 2014


I started with all default configs, then tweaked and added packages. Both
are arch i386. One kernel is i686 and the other is for a Via C3-2
processor. I'm currently running them both on vmware. One is vmware
workstation 9 and the other is ESXi 5.5. The toolchain is the default.

On Wed, Oct 22, 2014 at 11:49 AM, Gustavo Zacarias <gustavo at zacarias.com.ar>
wrote:

> On 10/22/2014 03:06 PM, Ray Cordova wrote:
>
> > Hello,
> >
> > echo "word1 word2 word3" | cut -d' ' -f1
> >
> > word1
> >
> > echo "word1 word2 word3" | cut -d' ' -f2
> >
> > wword2 <-- ??!?!??
> >
> > Yes, it really is 'wword2'.
> >
> > echo "word1 word2 word3" | cut -d' ' -f3
> >
> > word3
> >
> > This is the September 1st, 2014 release. Coreutils 8.22. Two different
> > builds, same versions, same bug.
>
> Hi.
> Works fine for me with latest git (same coreutils) using the
> qemu-arm-versatile sample defconfig with the latest available external
> toolchain.
> How about a little more detail of architecture, toolchain and so on?
> (i.e. savedefconfig defconfig)
> Regards.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20141022/6c21e2c7/attachment.html>


More information about the buildroot mailing list