On 11/02/2019 19:49, Bruce Dubbs via lfs-dev wrote:
> On 02/11/2019 12:10 PM, Douglas R. Reno via lfs-dev wrote:
> 
>> While we're here, can we please add the C.UTF-8 locale? That will resolve
>> issues with the Gjs test suite in BLFS.
> 
> What is the full localedef line?
> 
>   -- Bruce

I've not received the 2 previous messages. I've read them on the archives.

For the /dev/tty issue, /dev/tty is available in chroot, but maybe it is
"lost" when running the "su ..." command. Same thing for the "cannot set
terminal process group" message: try running:
su nobody -s /bin/bash -c "PATH=$PATH sh"
in chroot, and you'll get that message.

But adding the locales, making the temporarylinks,
and changing the book command (adding HOME):
su nobody -s /bin/bash -c "PATH=$PATH HOME=/mnt make tests"

then all but three tests pass.

I'd say the command for C.UTF-8 is:
localedef -i POSIX -f UTF-8 C.UTF-8
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to