From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Installing guix from Git Date: Mon, 10 Jun 2013 10:26:45 +0200 Message-ID: <87k3m2tlq2.fsf@gnu.org> References: <20913.65355.709961.445483@Konrad-Hinsens-MacBook-Pro.local> <87y5alevqt.fsf@gnu.org> <20915.26337.951308.384585@Konrad-Hinsens-MacBook-Pro.local> <87wqq48qd4.fsf@karetnikov.org> <20916.21220.189793.288404@Ordinateur-de-Catherine-Konrad.local> <8761xnoa4k.fsf@gnu.org> <20917.29505.485414.981206@Konrad-Hinsens-MacBook-Pro.local> 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]:44076) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlxW0-0004ez-Ld for bug-guix@gnu.org; Mon, 10 Jun 2013 04:31:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UlxVz-0000ra-G4 for bug-guix@gnu.org; Mon, 10 Jun 2013 04:31:48 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:57667) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlxVz-0000rN-Ab for bug-guix@gnu.org; Mon, 10 Jun 2013 04:31:47 -0400 In-Reply-To: <20917.29505.485414.981206@Konrad-Hinsens-MacBook-Pro.local> (Konrad Hinsen's message of "Mon, 10 Jun 2013 08:33:37 +0200") 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: Konrad Hinsen Cc: bug-guix@gnu.org Konrad Hinsen skribis: > Ludovic Court=C3=A8s writes: > > > Looks like you may have stale .o files (in Guix =E2=80=98SHA256_Final= =E2=80=99 is an > > inline function defined in sha256.h.) > >=20 > > Can you try =E2=80=98make clean && make=E2=80=99? > > That got me back to the same problem 30 seconds later. Then probably =E2=80=98rm -rf nix=E2=80=99 before running ./bootstrap would= have solved the problem. Something like that. ;-) > Next, I made a fresh clone of the Git repository, and then everything > went smoothly: > > ./bootstrap > ./configure --with-libgcrypt-prefix=3D$HOME/.guix-profile/ > make > sudo make install > > And now I can smile happily as 'guix --version' says 0.3 :-) Ah, good. :-) Ludo=E2=80=99.