From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#24029: Guix Environment Issue Date: Tue, 26 Jul 2016 18:21:59 +0200 Message-ID: <87eg6g74k8.fsf@gnu.org> References: <578E830E.9080807@openmailbox.org> 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]:39076) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bS58M-000594-Ny for bug-guix@gnu.org; Tue, 26 Jul 2016 12:23:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bS58J-00030j-BC for bug-guix@gnu.org; Tue, 26 Jul 2016 12:23:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54245) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bS58J-00030f-7q for bug-guix@gnu.org; Tue, 26 Jul 2016 12:23:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bS58J-0001Bb-4O for bug-guix@gnu.org; Tue, 26 Jul 2016 12:23:03 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <578E830E.9080807@openmailbox.org> (Dylan Jeffers's message of "Tue, 19 Jul 2016 12:44:14 -0700") 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" To: Dylan Jeffers Cc: 24029-done@debbugs.gnu.org Hi, Dylan Jeffers skribis: > Trying to create a guix environment to do some guile-emacs hacking. > After `guix environment --pure guile-emacs`, I expect to have an > environment to make install my personal guile-emacs repo. ./configure > fails however (see attachments). After working with mark_weaver on irc, > he noticed that the gif_lib issue may be coming from the profile > manifest (see attachments). In it we see that the giflib "bin" output > was included instead of the "out" output. Thanks for the analysis. This is fixed in commit 9e90fc771386a288e1bcf032edbb75bbfc472e7c. Ludo=E2=80=99.