From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: guix package web UI? Date: Thu, 25 May 2017 07:16:35 +0200 Message-ID: <87vaopv7m4.fsf@elephly.net> References: <8760gsau8z.fsf@elephly.net> <87bmqiagye.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40935) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dDl8i-0000Cw-F5 for guix-devel@gnu.org; Thu, 25 May 2017 01:16:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dDl8f-0003Zs-8d for guix-devel@gnu.org; Thu, 25 May 2017 01:16:48 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21019) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dDl8f-0003ZI-1d for guix-devel@gnu.org; Thu, 25 May 2017 01:16:45 -0400 In-reply-to: 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: Louis Pearson Cc: guix-devel Hi Louis, please always Cc the list. I’m not able to investigate this now, but others might be. Forwarded message: > On Wed, May 24, 2017 at 1:48 AM, Ricardo Wurmus wrote: > >> >> > Hmm. I can't get it to compile. It throws this error when running in the >> > environment: >> > >> > ice-9/boot-9.scm:109:20: In procedure #> > ice-9/boot-9.scm:100:6 (thrown-k . args)>: >> > ice-9/boot-9.scm:109:20: no code for module (gnu packages) >> > make: *** [Makefile:755: guix/web/controller.go] Error 1 >> >> What command did you run to get this error? >> >> > I ran: > guix environment -l env.scm > ./autogen.sh > ./configure > make