From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Need of daemon for "guix package" subcommand Date: Sat, 15 Jun 2013 15:04:24 +0200 Message-ID: <8761xfbk4n.fsf@gnu.org> References: <1371218150.13081.140661243922393.22545D02@webmail.messagingengine.com> <201306141826.56918.andreas@enge.fr> 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]:42837) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnqET-00019u-1E for bug-guix@gnu.org; Sat, 15 Jun 2013 09:09:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UnqER-0006K1-VU for bug-guix@gnu.org; Sat, 15 Jun 2013 09:09:28 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:39651) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnqER-0006Jv-PK for bug-guix@gnu.org; Sat, 15 Jun 2013 09:09:27 -0400 In-Reply-To: <201306141826.56918.andreas@enge.fr> (Andreas Enge's message of "Fri, 14 Jun 2013 18:26:56 +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: Andreas Enge Cc: bug-guix@gnu.org Andreas Enge skribis: > Am Freitag, 14. Juni 2013 schrieb Konrad Hinsen: >> Ludovic Court=C3=A8s writes: >> > > The reason I needed to do it is that I was in a situation where the >> > > daemon was compiled with the glibc from guix and did not work. >> > Oh, weird. (FWIW it works for me.) >> That's perhaps the same problem I had, before setting >> GUIX_LD_WRAPPER_ALLOW_IMPURITIES. > > I have been mixing the debian gcc with the guix glibc and further guix=20 > libraries, so my problems should not be taken too seriously. Having two=20 > glibc in one system must lead to trouble... Well, the only problem is linking against more than one libc, or against libraries that depend on different libcs. I experienced this before, but nowadays I can do all my hacking with libraries available in Guix, so that=E2=80=99s no longer an issue. Ludo=E2=80=99.