From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: make check fails if no en_US.iso88591 locale Date: Wed, 09 Sep 2009 01:45:31 +0100 Message-ID: <87pra1djys.fsf@arudy.ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1252457208 18115 80.91.229.12 (9 Sep 2009 00:46:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Sep 2009 00:46:48 +0000 (UTC) To: Guile Development Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Sep 09 02:46:41 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MlBKb-0004L4-Iy for guile-devel@m.gmane.org; Wed, 09 Sep 2009 02:46:41 +0200 Original-Received: from localhost ([127.0.0.1]:35532 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MlBKb-0002Di-0D for guile-devel@m.gmane.org; Tue, 08 Sep 2009 20:46:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MlBKT-0002CN-VR for guile-devel@gnu.org; Tue, 08 Sep 2009 20:46:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MlBKP-0002AF-Cu for guile-devel@gnu.org; Tue, 08 Sep 2009 20:46:33 -0400 Original-Received: from [199.232.76.173] (port=52505 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MlBKP-0002A3-5v for guile-devel@gnu.org; Tue, 08 Sep 2009 20:46:29 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:43869) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MlBKO-0002gP-O0 for guile-devel@gnu.org; Tue, 08 Sep 2009 20:46:28 -0400 Original-Received: from arudy (host86-152-99-133.range86-152.btcentralplus.com [86.152.99.133]) by mail3.uklinux.net (Postfix) with ESMTP id B52F51F67CE for ; Wed, 9 Sep 2009 01:46:27 +0100 (BST) Original-Received: from arudy.ossau.uklinux.net (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id AB26238023 for ; Wed, 9 Sep 2009 01:45:31 +0100 (BST) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:9283 Archived-At: make check fails for me in regexp.test: ... Running regexp.test guile: uncaught throw to unresolved: () because I don't have an en_US.iso88591 locale installed, and so (with-locale "en_US.iso88591" ...) throws an 'unresolved exception. I can allow make check to complete by changing that line to (false-if-exception (with-locale "en_US.iso88591" but I doubt that's the best fix. Is the "en_US.iso88591" locale actually important for the enclosed tests? Thanks, Neil