From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Dale Subject: Linker error on gcc build Date: Wed, 15 May 2013 12:28:25 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e015369befc7b6604dcc514ec Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcfVR-0006UA-7T for bug-guix@gnu.org; Wed, 15 May 2013 13:28:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UcfVO-0007gX-Hn for bug-guix@gnu.org; Wed, 15 May 2013 13:28:49 -0400 Received: from mail-ob0-x22d.google.com ([2607:f8b0:4003:c01::22d]:46104) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcfVO-0007gS-CQ for bug-guix@gnu.org; Wed, 15 May 2013 13:28:46 -0400 Received: by mail-ob0-f173.google.com with SMTP id eh20so2322471obb.18 for ; Wed, 15 May 2013 10:28:45 -0700 (PDT) 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 --089e015369befc7b6604dcc514ec Content-Type: text/plain; charset=ISO-8859-1 http://pastebin.com/S2MWqCAQ On x86_64 arch Linux, using Guile 2.0.9 guix_localstatedir='/usr/local/var' localstatedir='${prefix}/var' With user build group "guix-builder", which definitely exists. This was the result of running "guix package -i hello" on a fresh new guix 0.2 Thank you in advance! [Chris] Dale --089e015369befc7b6604dcc514ec Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

On x86_64 arch Linu= x, using Guile 2.0.9

guix_localst= atedir=3D'/usr/local/var'
localstatedir=3D'${prefix}/var'

With user build group "guix-builder", which definitely exists.

This was the result of running "gu= ix package -i hello" on a fresh new guix 0.2

Thank you in advance!

[Chris] Dale
--089e015369befc7b6604dcc514ec-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Linker error on gcc build Date: Wed, 15 May 2013 20:20:10 +0200 Message-ID: <87sj1ocdgl.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34307) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcgJQ-0001O3-UI for bug-guix@gnu.org; Wed, 15 May 2013 14:20:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UcgJO-0001XC-OZ for bug-guix@gnu.org; Wed, 15 May 2013 14:20:28 -0400 Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=34041 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcgJO-0001Ul-JR for bug-guix@gnu.org; Wed, 15 May 2013 14:20:26 -0400 In-Reply-To: (Chris Dale's message of "Wed, 15 May 2013 12:28:25 -0500") 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: Chris Dale Cc: bug-guix@gnu.org Chris Dale skribis: > http://pastebin.com/S2MWqCAQ Please, rather copy in the body of the message. > On x86_64 arch Linux, using Guile 2.0.9 > > guix_localstatedir=3D'/usr/local/var' > localstatedir=3D'${prefix}/var' > > With user build group "guix-builder", which definitely exists. > > This was the result of running "guix package -i hello" on a fresh new guix > 0.2 So, let me ask questions from the previous thread again. ;-) How did you run the daemon? Normally it must run as root, with --build-users-group=3Dguix-builder. It must not complain about missing chroot support or anything like that. What does =E2=80=9Cguix-daemon --help | grep -A3 chroot=E2=80=9D say? Can you copy the output of =E2=80=98guix build hello -n=E2=80=99? Normally= it should report that it would download everything, and build nothing. What=E2=80=99s in /usr/local/var/nix/substitute-binary/cache? Thanks for the report! Ludo=E2=80=99.