From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Thiery Date: Sat, 18 Jul 2020 20:10:08 +0200 Subject: [Buildroot] local autobuild failures In-Reply-To: <20200718141049.115c1bb0@windsurf.home> References: <20200718141049.115c1bb0@windsurf.home> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi, Am Sa., 18. Juli 2020 um 14:10 Uhr schrieb Thomas Petazzoni : > > On Sat, 18 Jul 2020 08:14:39 +0200 > Heiko Thiery 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