From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laura Lazzati Subject: Re: [outreach] Help trying to create R package Date: Thu, 18 Oct 2018 15:17:29 -0300 Message-ID: References: <20181016074412.54757b18@alma-ubu> <20181016082350.75757e6b@alma-ubu> <20181017001851.71543cc9@alma-ubu> <20181017091750.1c408b8d@alma-ubu> <20181018085424.541e9287@alma-ubu> <87va5zktpa.fsf@elephly.net> 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]:33644) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gDCsT-00068F-2D for guix-devel@gnu.org; Thu, 18 Oct 2018 14:18:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gDCsN-0000LV-Al for guix-devel@gnu.org; Thu, 18 Oct 2018 14:18:30 -0400 Received: from mail-pf1-x436.google.com ([2607:f8b0:4864:20::436]:39045) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gDCs9-00086g-Sr for guix-devel@gnu.org; Thu, 18 Oct 2018 14:18:21 -0400 Received: by mail-pf1-x436.google.com with SMTP id c25-v6so15257859pfe.6 for ; Thu, 18 Oct 2018 11:18:06 -0700 (PDT) In-Reply-To: <87va5zktpa.fsf@elephly.net> 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" To: rekado@elephly.net Cc: Guix-devel On Thu, Oct 18, 2018 at 3:15 PM Ricardo Wurmus wrote: > > > Hi Laura, > > > configure: checking for guile 2.2 > > configure: found guile 2.2 > > checking for guile-2.2... /usr/bin/guile-2.2 > > checking for Guile version >=3D 2.2... 2.2.3 > > checking for guild-2.2... no > > checking for guile-config-2.2... no > > checking for guile-tools-2.2... no > > configure: error: 'guild' binary not found; please check your > > guile-2.x installation. > > I recommend using =E2=80=9Cguix environment --pure guix=E2=80=9D when on = a foreign > distribution. Yes, I am trying that right now :) I'll let you know after reading Invoking guix environment and trying that. Hope this works > > -- > Ricardo >