From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: Re: Installing guix from Git Date: Sun, 9 Jun 2013 12:03:16 +0200 Message-ID: <20916.21220.189793.288404@Ordinateur-de-Catherine-Konrad.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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37652) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlcTA-0003k8-6I for bug-guix@gnu.org; Sun, 09 Jun 2013 06:03:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UlcT9-0006Vs-AE for bug-guix@gnu.org; Sun, 09 Jun 2013 06:03:28 -0400 Received: from smtp3-g21.free.fr ([2a01:e0c:1:1599::12]:37792) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlcT8-0006Up-Ok for bug-guix@gnu.org; Sun, 09 Jun 2013 06:03:27 -0400 Received: from Ordinateur-de-Catherine-Konrad.local (unknown [82.66.102.10]) by smtp3-g21.free.fr (Postfix) with ESMTP id EE771A62DE for ; Sun, 9 Jun 2013 12:03:19 +0200 (CEST) In-Reply-To: <87wqq48qd4.fsf@karetnikov.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 Nikita Karetnikov writes: > > make: *** No rule to make target `nix/libstore/schema.sql', needed by `nix/libstore/schema.sql.hh'. Stop. > > Could you try to run './bootstrap' before './configure && make && make > check'? Thanks, that helped me make a lot of progress! Now the build procedure crashes during "make", see below for the error message. As always I am very open to suggestions ;-) Konrad. g++ -g -O2 -o guix-daemon nix/nix-daemon/guix_daemon-nix-daemon.o nix/nix-daemon/guix_daemon-guix-daemon.o libstore.a libutil.a libformat.a -lbz2 -L/nix/store/8dk06b6wm9gc1kwqr9fn7a1x6bvl8pf2-sqlite-3.7.15.2/lib -lsqlite3 -L/home/hinsen/.guix-profile//lib -lgcrypt libutil.a(libutil_a-hash.o): In function `finish': /home/hinsen/Development/guix/nix/libutil/hash.cc:271: undefined reference to `SHA256_Final' /home/hinsen/Development/guix/nix/libutil/hash.cc:269: undefined reference to `MD5_Final' /home/hinsen/Development/guix/nix/libutil/hash.cc:270: undefined reference to `SHA1_Final' libutil.a(libutil_a-hash.o): In function `update': /home/hinsen/Development/guix/nix/libutil/hash.cc:263: undefined reference to `SHA256_Update' /home/hinsen/Development/guix/nix/libutil/hash.cc:261: undefined reference to `MD5_Update' /home/hinsen/Development/guix/nix/libutil/hash.cc:262: undefined reference to `SHA1_Update' libutil.a(libutil_a-hash.o): In function `start': /home/hinsen/Development/guix/nix/libutil/hash.cc:254: undefined reference to `SHA256_Init' /home/hinsen/Development/guix/nix/libutil/hash.cc:252: undefined reference to `MD5_Init' /home/hinsen/Development/guix/nix/libutil/hash.cc:253: undefined reference to `SHA1_Init' collect2: error: ld returned 1 exit status make[2]: *** [guix-daemon] Error 1 make[2]: Leaving directory `/media/sf_mac-hinsen/Development/guix' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/media/sf_mac-hinsen/Development/guix' make: *** [all] Error 2