[Buildroot] local autobuild failures

Heiko Thiery heiko.thiery at gmail.com
Sat Jul 18 18:10:08 UTC 2020


Hi,

Am Sa., 18. Juli 2020 um 14:10 Uhr schrieb Thomas Petazzoni
<thomas.petazzoni at bootlin.com>:
>
> 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 ?

buildroot at USE306VV1C:/srv/storage/autobuild/run$ locale -a
C
C.UTF-8
POSIX

local seems to be ok. Any other suggestions?

-- 
Heiko



More information about the buildroot mailing list