From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: libjpeg-8 not installable Date: Thu, 24 Jan 2013 00:13:25 +0100 Message-ID: <87sj5rqyqy.fsf@gnu.org> References: <201301191216.29184.andreas@enge.fr> <201301201258.01463.andreas@enge.fr> <87zk006gmb.fsf@gnu.org> <201301232128.14352.andreas@enge.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34339) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ty9Vd-0000W1-5k for bug-guix@gnu.org; Wed, 23 Jan 2013 18:13:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ty9VX-0004pT-P0 for bug-guix@gnu.org; Wed, 23 Jan 2013 18:13:33 -0500 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:46532) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ty9VX-0004ov-G7 for bug-guix@gnu.org; Wed, 23 Jan 2013 18:13:27 -0500 In-Reply-To: <201301232128.14352.andreas@enge.fr> (Andreas Enge's message of "Wed, 23 Jan 2013 21:28:14 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Andreas Enge Cc: bug-guix@gnu.org Andreas Enge skribis: > $ guix-build libjpeg > fails: > > Backtrace: > In ice-9/boot-9.scm: > 149: 12 [catch #t # ...] > 157: 11 [#] > In unknown file: > ?: 10 [catch-closure] > In ice-9/boot-9.scm: > 63: 9 [call-with-prompt prompt0 ...] > In ice-9/eval.scm: > 407: 8 [eval # #] > In unknown file: > ?: 7 [call-with-input-string "(apply (module-ref (resolve-interface=20 > '(guix-build)) 'guix-build) (cdr (command-line)))" ...] > In ice-9/command-line.scm: > 174: 6 [#=20 > #] > In unknown file: > ?: 5 [eval (apply (module-ref # #) (cdr #)) # 1e40d80>] > In ice-9/boot-9.scm: > 149: 4 [catch srfi-34 # ...] > 157: 3 [#] > In /usr/local/bin/guix-build: > 231: 2 [#] > In srfi/srfi-1.scm: > 664: 1 [filter-map # (expr)> ...] > In /usr/local/bin/guix-build: > 210: 0 [# = #] > > /usr/local/bin/guix-build:210:17: In procedure # /usr/local/bin/guix-build:233:33 (expr)>: > /usr/local/bin/guix-build:210:17: Wrong type to apply: (# libjpeg-8d gnu/packages/libjpeg.scm:27 20fd0b0>) This is fixed by commit 9c9da07. Thanks for testing! Ludo=E2=80=99.