From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Problems when trying to install a package via guile API Date: Sat, 16 Aug 2014 11:32:25 +0200 Message-ID: <877g28ok46.fsf@gnu.org> References: <87zjf7iyce.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> 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]:50799) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XIaLd-0000h8-Jd for guix-devel@gnu.org; Sat, 16 Aug 2014 05:32:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XIaLb-0001W3-Pm for guix-devel@gnu.org; Sat, 16 Aug 2014 05:32:29 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:35590) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XIaLb-0001Vt-J8 for guix-devel@gnu.org; Sat, 16 Aug 2014 05:32:27 -0400 In-Reply-To: <87zjf7iyce.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> (David Thompson's message of "Wed, 13 Aug 2014 22:44:49 -0400") 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: David Thompson Cc: guix-devel@gnu.org David Thompson skribis: > ERROR: In procedure #: > ERROR: Wrong type to apply: # > > 0 (# #) This looks like a miscompilation issue: it seems that the module where that happens didn=E2=80=99t have the =E2=80=98derivation?=E2=80=99 macro vi= sible at build time, and so at run-time it aborts like this. Do you know where that happens? HTH, Ludo=E2=80=99.