[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with guile on Dragora
From: |
Germán A. Arias |
Subject: |
Re: Problem with guile on Dragora |
Date: |
Sat, 5 May 2012 19:07:51 -0600 |
El Fri, 04 May 2012 00:39:43 +0200
address@hidden (Ludovic Courtès) escribió:
> Hello!
>
> "Germán A. Arias" <address@hidden> skribis:
>
> > Hi, I'm testing guile 2.0.5 in a new system (www.dragora.org). The
> > compilation seems OK. But when I run guile I get:
> >
> > bash-4.2$ guile
> > Backtrace:
> > In ice-9/boot-9.scm:
> > 149: 2 [catch #t #<catch-closure 830e510> ...]
> > 157: 1 [#<procedure 82dd8c0 ()>]
> > In unknown file:
> > ?: 0 [catch-closure]
> >
> > ERROR: In procedure catch-closure:
> > ERROR: Throw to key `decoding-error' with args `("scm_from_stringn"
> > "input locale conversion error" 22 #vu8(103 117 105 108 101))'.
>
> This seems to be like <http://bugs.gnu.org/10742>, which is fixed by
> commit 5de0053178b4acc793ae62838175e5f3ab56c603.
>
> Could you apply this patch and confirm? Alternatively, you can try a
> tarball from
> <http://hydra.nixos.org/job/gnu/guile-2-0/tarball/latest>.
>
> Thanks,
> Ludo’.
>
Confirmed, the problem is fixed.