From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: Re: Installing guix from Git Date: Mon, 10 Jun 2013 08:33:37 +0200 Message-ID: <20917.29505.485414.981206@Konrad-Hinsens-MacBook-Pro.local> 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> 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]:39296) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ulvfq-0001Hn-16 for bug-guix@gnu.org; Mon, 10 Jun 2013 02:33:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ulvfp-0002Vz-83 for bug-guix@gnu.org; Mon, 10 Jun 2013 02:33:49 -0400 Received: from smtp3-g21.free.fr ([2a01:e0c:1:1599::12]:38757) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ulvfo-0002Ur-NY for bug-guix@gnu.org; Mon, 10 Jun 2013 02:33:49 -0400 Received: from Konrad-Hinsens-MacBook-Pro.local (unknown [82.66.102.10]) by smtp3-g21.free.fr (Postfix) with ESMTP id BA984A62F2 for ; Mon, 10 Jun 2013 08:33:40 +0200 (CEST) In-Reply-To: <8761xnoa4k.fsf@gnu.org> 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: bug-guix@gnu.org Ludovic Court=C3=A8s writes: > Looks like you may have stale .o files (in Guix =E2=80=98SHA256=5FFi= nal=E2=80=99 is an > inline function defined in sha256.h.) >=20 > Can you try =E2=80=98make clean && make=E2=80=99=3F That got me back to the same problem 30 seconds later. 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 :-) Thanks, Konrad.