[Buildroot] local autobuild failures

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Jul 18 12:10:49 UTC 2020


On Sat, 18 Jul 2020 08:14:39 +0200
Heiko Thiery <heiko.thiery at gmail.com> wrote:

> uclibc:
> https://pastebin.com/D459072K
> https://filebin.net/ciweyuk38es1igea

This one is I believe a build environment issue indeed: you need one
UTF-8 locale available in your system. However, this is normally
checked by the following bits of code in
support/dependencies/dependencies.sh:

if grep ^BR2_NEEDS_HOST_UTF8_LOCALE=y $BR2_CONFIG > /dev/null; then
        if ! which locale > /dev/null ; then
                echo
                echo "You need locale support on your build machine to build a toolchain supporting locales"
                exit 1 ;
        fi
        if ! locale -a | grep -q -i -E 'utf-?8$' ; then
                echo
                echo "You need at least one UTF8 locale to build a toolchain supporting locales"
                exit 1 ;
        fi
fi

Could you have a look at whether you have an UTF-8 locale or not ?

> haproxy:
> https://pastebin.com/YxSv6FSJ
> https://filebin.net/pydnt9vdhfkzn53n

This is not a build environment issue. Either it is fixed by commit
37eda7196e3414fbd3a054b7b43980d2219faffb, or it is another related
issue, but clearly not related to your build environment.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list