[PATCH] 18969 - multiple string test failures due to missing locale dependencies

Mike Frysinger vapier@gentoo.org
Sat Sep 26 18:24:00 GMT 2015


On 24 Sep 2015 15:58, Martin Sebor wrote:
> --- a/string/Makefile
> +++ b/string/Makefile
> @@ -75,4 +75,13 @@ ifeq ($(run-built-tests),yes)
>   $(objpfx)tst-svc-cmp.out: tst-svc.expect $(objpfx)tst-svc.out
>          cmp $^ > $@; \
>          $(evaluate-test)
> +
> +LOCALES = de_DE.UTF-8 en_US.ISO-8859-1 en_US.UTF-8 tr_TR.ISO-8859-9 
> tr_TR.UTF-8
> +include ../gen-locales.mk

should this be wrapped in ifeq ($(run-built-tests),yes) ?
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20150926/8c7857c5/attachment.sig>


More information about the Libc-alpha mailing list