From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: Re: Installing guix from Git Date: Tue, 11 Jun 2013 15:23:18 +0200 Message-ID: <20919.9414.381369.916178@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> <20917.29505.485414.981206@Konrad-Hinsens-MacBook-Pro.local> <87ehcatlof.fsf@gnu.org> <20917.41598.314095.196531@Konrad-Hinsens-MacBook-Pro.local> <87ip1lsjy2.fsf@gnu.org> <20918.56758.65940.503085@Konrad-Hinsens-MacBook-Pro.local> <87zjuwon8i.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmOXl-0007JU-2y for bug-guix@gnu.org; Tue, 11 Jun 2013 09:23:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UmOXg-0004W6-Gp for bug-guix@gnu.org; Tue, 11 Jun 2013 09:23:25 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:35336) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmOXg-0004W0-8V for bug-guix@gnu.org; Tue, 11 Jun 2013 09:23:20 -0400 Received: from compute5.internal (compute5.nyi.mail.srv.osa [10.202.2.45]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 8519321DBC for ; Tue, 11 Jun 2013 09:23:17 -0400 (EDT) Received: from Konrad-Hinsens-MacBook-Pro.local (unknown [195.221.0.206]) by mail.messagingengine.com (Postfix) with ESMTPA id 6D7EF680271 for ; Tue, 11 Jun 2013 09:23:17 -0400 (EDT) In-Reply-To: <87zjuwon8i.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=E8s writes: > If you are building with the GCC and libc installed from Guix, then = you > must also install the linker wrapper: >=20 > guix package -i ld-wrapper >=20 > The wrapper takes care of adding the relevant libraries to the RPATH= , > which will fix the problem. Perhaps it does, but it certainly creates a new one: ld-wrapper: error: attempt to use impure library "/home/hinsen/.guix-pr= ofile/lib/libgcc=5Fs.so" I get that message whenever I try to compile anything at all with my Guix-installed GCC. Konrad.