From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.user Subject: Re: Startup failure Date: Sat, 02 Jun 2012 14:40:46 +0200 Message-ID: <8762b9x4xd.fsf@gnu.org> References: <20120601.114216.74750762.schilling.klaus@web.de> <87ehpzvw0d.fsf@gnu.org> <20120601.224533.74740315.schilling.klaus@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1338640857 15561 80.91.229.3 (2 Jun 2012 12:40:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 2 Jun 2012 12:40:57 +0000 (UTC) Cc: guile-user@gnu.org To: Klaus Schilling Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Jun 02 14:40:56 2012 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SandY-0005s5-7h for guile-user@m.gmane.org; Sat, 02 Jun 2012 14:40:56 +0200 Original-Received: from localhost ([::1]:59207 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SandX-0005nj-Tb for guile-user@m.gmane.org; Sat, 02 Jun 2012 08:40:55 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:41328) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SandT-0005nT-AJ for guile-user@gnu.org; Sat, 02 Jun 2012 08:40:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SandR-0007VS-Hd for guile-user@gnu.org; Sat, 02 Jun 2012 08:40:50 -0400 Original-Received: from xanadu.aquilenet.fr ([88.191.123.111]:56053) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SandR-0007VO-9p for guile-user@gnu.org; Sat, 02 Jun 2012 08:40:49 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by xanadu.aquilenet.fr (Postfix) with ESMTP id 9A81E1252; Sat, 2 Jun 2012 14:40:47 +0200 (CEST) Original-Received: from xanadu.aquilenet.fr ([127.0.0.1]) by localhost (xanadu.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tmZyi1oXjnej; Sat, 2 Jun 2012 14:40:47 +0200 (CEST) Original-Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by xanadu.aquilenet.fr (Postfix) with ESMTPSA id E311C7F2; Sat, 2 Jun 2012 14:40:46 +0200 (CEST) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 15 Prairial an 220 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu In-Reply-To: <20120601.224533.74740315.schilling.klaus@web.de> (Klaus Schilling's message of "Fri, 01 Jun 2012 22:45:33 +0200 (CEST)") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.93 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 88.191.123.111 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:9489 Archived-At: Hi Klaus, Klaus Schilling skribis: >> Klaus Schilling skribis: >>=20 >> > ERROR: Throw to key `decoding-error' with args `("scm_from_stringn" >> > "input locale conversion error" 22 #vu8(47 104 111 109 101 47 112 101 >> > 115 115 111 97 47 103 >> > 117 105 108 101 45 50 46 48 46 53 47 108 105 98 103 117 105 108 101 47 >> > 46 108 105 98 115 47 108 116 45 103 117 105 108 101))'. >>=20 >> Can you check whether this is the same problem as >> , and >> whether the workaround applies? > > It is the same problem, and the workaround does apply, but still leads > to a nonfatal warning: > warning: failed to install locale: Invalid argument Yes, it=E2=80=99s non-fatal. It means that the locale you chose isn=E2=80= =99t available on your system. > Make check still hangs indefinitely at the same spot. This one? > ERROR: In procedure system*: > ERROR: Stack overflow Could it be that Guile was compiled with -O0? It should be compiled with -O2. Thanks, Ludo=E2=80=99.