> El 19 mar 2019, a las 17:14, Bruce Dubbs <[email protected]> escribió: > > On 3/19/19 11:05 AM, José Carlos Carrión Plaza wrote: >> Enviado desde mi iPhone >>> El 19 mar 2019, a las 14:46, Pierre Labastie <[email protected]> >>> escribió: >>> >>>> On 19/03/2019 13:43, José Carlos Carrión Plaza wrote: >>>> Hello co-listers: >>>> >>>> I’ve installed LFS 8.4. I’ve built several BLFS packages without problem >>>> and X-Window is running (with motif-2.3.8). At the booting of MariadB I’ve >>>> detected the following problem: >>>> >>>> -bash-5.0# echo foobar | LANG=POSIX cut -c4 >>>> b >>>> -bash-5.0# echo foobar | LANG=en_US.iso8859-1 cut -c4 >>>> b >>>> -bash-5.0# echo foobar | LAN=en_US.utf8 cut -c4 >>> >>> Seems "G" is missing at the end of "LAN". >>> >>>> >>>> -bash-5.0# >>>> >>>> I’m almost sure I’ve properly applied the coreutils-8.30-i18n-1.patch at >>>> LFS chapter 6. Just in case, I’ve rebuilt coreutils-8.30 applying patch >>>> with a clean environment: >>>> >>>> -bash-5.0$ env -i TERM="$TERM" HOME=“$HOME" >>>> PATH="/bin:/sbin:/usr/bin:/usr/sbin" LC_ALL=POSIX /bin/bash >>>> bash-5.0$ >>>> >>>> I’ve built coreutils (with patch, indeed) as LFS book reads without >>>> problem and all tests passed, but test-getlogin as expected. >>>> The problem with cut command remains. >>>> >>>> What (and where) I’ve made the mistake? Is it safe to continue? > >> Of course. It’s a typo. >> -bash-5.0# echo foobar | LANG=en_US.utf8 cut -c4 >> gives no output > > It does for me: > > $ echo foobar | LANG=en_US.utf8 cut -c4 > b > > — Bruce >
Maybe the architecture? I’m on i686… > > > -- > http://lists.linuxfromscratch.org/listinfo/lfs-support > FAQ: http://www.linuxfromscratch.org/blfs/faq.html > Unsubscribe: See the above information page > > Do not top post on this list. > > A: Because it messes up the order in which people normally read text. > Q: Why is top-posting such a bad thing? > A: Top-posting. > Q: What is the most annoying thing in e-mail? > > http://en.wikipedia.org/wiki/Posting_style -- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page Do not top post on this list. A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? http://en.wikipedia.org/wiki/Posting_style
