From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 209.51.188.0/24 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id AFC581F453 for ; Sat, 26 Jan 2019 22:43:05 +0000 (UTC) Received: from localhost ([127.0.0.1]:36452 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gnWfH-00069v-4s for normalperson@yhbt.net; Sat, 26 Jan 2019 17:43:03 -0500 Received: from eggs.gnu.org ([209.51.188.92]:48071) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gnWfA-00069Z-Gy for bug-gnulib@gnu.org; Sat, 26 Jan 2019 17:42:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gnWf9-0005jV-Jo for bug-gnulib@gnu.org; Sat, 26 Jan 2019 17:42:56 -0500 Received: from mo6-p00-ob.smtp.rzone.de ([2a01:238:20a:202:5300::7]:22114) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gnWf8-0005gW-To for bug-gnulib@gnu.org; Sat, 26 Jan 2019 17:42:55 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1548542570; s=strato-dkim-0002; d=clisp.org; h=References:In-Reply-To:Message-ID:Date:Subject:To:From: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=NABHsfW5XRdbIvoL8+t973JsmBs785fMKDcSNHIMmFY=; b=EBaiGsfUh/CVukLmIr3H7tZnH8+tBrj5Tu+nKCRfEA9cHhD13Y9sxpIUHGrzjgsxEi /oqYxsewEUmLtcwKI248QQB8n+9JBAndRP35Z5uwP3WV2cYx9AfHZ1QekcdE+V5YyrPo X6jlw6PlG35c7aA/u9qb4YUp1AD4oBtDyYvjPAZKqPC80uqM7SGAYJqwzzR0ui2hhrtt I0WFq5X0MjLZ8nC7yUbRSBb3A0tAXcuwNysLkxwvgCeomaK/lp/tNXHllexS0XdrYWZR 6cXBB5AW8Xdhsa3GKprD2BbhIe+5U6OFTlMMZv+hsO0l7AaEdp/fydUah+g83toynCUn jdzA== X-RZG-AUTH: ":Ln4Re0+Ic/6oZXR1YgKryK8brlshOcZlIWs+iCP5vnk6shH+AHjwLuWOGKf2y/s=" X-RZG-CLASS-ID: mo00 Received: from bruno.haible.de by smtp.strato.de (RZmta 44.9 DYNA|AUTH) with ESMTPSA id v0a34ev0QMgooaY (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate); Sat, 26 Jan 2019 23:42:50 +0100 (CET) From: Bruno Haible To: bug-gnulib@gnu.org Subject: localename tests: Fix test failure on Android Date: Sat, 26 Jan 2019 23:42:49 +0100 Message-ID: <4614680.J7WCCJ72oE@omega> User-Agent: KMail/5.1.3 (Linux/4.4.0-141-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: <4844860.KsQUOvIzAg@omega> References: <4844860.KsQUOvIzAg@omega> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a01:238:20a:202:5300::7 X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" > The cause is that the native setlocale() function always fails. > > This patch provides a workaround. This workaround fixes a failure of 'test-localename'. 2019-01-26 Bruno Haible localename tests: Fix test failure on Android. * modules/localename-tests (Depends-on): Add 'setlocale'. diff --git a/modules/localename-tests b/modules/localename-tests index f7633f0..4940965 100644 --- a/modules/localename-tests +++ b/modules/localename-tests @@ -6,6 +6,7 @@ Depends-on: locale setenv unsetenv +setlocale strdup configure.ac: