From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: problems for install Skribilo-0.9.2 in Guix-0.6 Date: Mon, 09 Jun 2014 18:58:23 +0200 Message-ID: <87fvje9g0g.fsf@gnu.org> References: <84fvjj96u9.fsf@carleos.epv.uniovi.es> <87k38vtsn0.fsf@gnu.org> <84vbseud2e.fsf@carleos.epv.uniovi.es> <87zjhqcw33.fsf@gnu.org> <8461kdm7qt.fsf@carleos.epv.uniovi.es> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32960) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wu2tz-0002Nm-6t for guix-devel@gnu.org; Mon, 09 Jun 2014 12:58:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wu2tu-0007l7-N0 for guix-devel@gnu.org; Mon, 09 Jun 2014 12:58:31 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:37021) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wu2tu-0007ke-GG for guix-devel@gnu.org; Mon, 09 Jun 2014 12:58:26 -0400 In-Reply-To: <8461kdm7qt.fsf@carleos.epv.uniovi.es> (Carlos Carleos's message of "Sat, 07 Jun 2014 10:41:46 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Carlos Carleos Cc: guix-devel@gnu.org Carlos Carleos skribis: > Ludovic Court=C3=A8s escribi=C3=B3 / skribis [*]: > >> I think you did not authorize installation of substitutes signed by >> hydra.gnu.org (info "(guix) Substitutes"): >> >> guix archive --authorize < hydra.gnu.org.pub > > The substitutes gave many > > @ substituter-started ... > [...] > @ substituted-succeded ... Commit b6b097a improves that by changing =E2=80=98guix package=E2=80=99 to = not print those =E2=80=98@=E2=80=99 lines. > ERROR: In procedure scm-error: > ERROR: no code for module (system reader library) Commit 6ec2e6b fixes that by =E2=80=9Cpropagating=E2=80=9D Guile-Reader fro= m Skribilo. The effect is that when Skribilo is installed in a profile, Guile-Reader is automatically installed as well. Thanks, Ludo=E2=80=99.