From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: guix package: Unbound variable: %default-port-conversion-strategy Date: Wed, 10 Sep 2014 23:34:18 +0200 Message-ID: <87ha0fp3c5.fsf@gnu.org> References: <20140910155049.GA8723@debian.eduroam.u-bordeaux.fr> 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]:58594) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRpX1-0006lZ-DW for guix-devel@gnu.org; Wed, 10 Sep 2014 17:34:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XRpWv-0001q4-F3 for guix-devel@gnu.org; Wed, 10 Sep 2014 17:34:27 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:37565) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRpWv-0001oV-8y for guix-devel@gnu.org; Wed, 10 Sep 2014 17:34:21 -0400 In-Reply-To: <20140910155049.GA8723@debian.eduroam.u-bordeaux.fr> (Andreas Enge's message of "Wed, 10 Sep 2014 17:50:49 +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: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge skribis: > guix/profiles.scm:323:8: In procedure #: > guix/profiles.scm:323:8: In procedure module-lookup: Unbound variable: %d= efault-port-conversion-strategy This variable is unavailable in Guile 2.0.5 and earlier, hence the error. I=E2=80=99ll push a fix shortly. Thanks, Ludo=E2=80=99.