From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Ghc and profile creation bug Date: Sun, 12 Apr 2015 15:38:58 +0200 Message-ID: <87pp79v53h.fsf@gnu.org> References: <20150409193851.GA14838@debian> <87iod4kllh.fsf@gnu.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]:34194) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhI6N-0008Py-Jf for guix-devel@gnu.org; Sun, 12 Apr 2015 09:39:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YhI6J-0005QU-GY for guix-devel@gnu.org; Sun, 12 Apr 2015 09:39:07 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38993) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhI6J-0005QI-DC for guix-devel@gnu.org; Sun, 12 Apr 2015 09:39:03 -0400 In-Reply-To: <87iod4kllh.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 10 Apr 2015 18:13:30 +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 While debugging it with Taylan on IRC, it occurred to us that guix/build-system/haskell.scm wasn=E2=80=99t getting installed, which is fi= xed by ce6fc7d. Can you confirm that this solves the problem? Anyway, I recommend against using repeated =E2=80=9Cmake install=E2=80=9D, = one reason being that there can be leftovers if you don=E2=80=99t run =E2=80=9Cmake un= install=E2=80=9D beforehand. =E2=80=9Cguix pull=E2=80=9D is meant to be a handy way to deal with updates= . I agree there are shortcomings (notably on my to-do list is the idea to switch it from doing a full download to using git), but we should discuss them and find a list of actions to take to address them. Ludo=E2=80=99.