From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Running guix-daemon as an unprivileged user Date: Sun, 23 Aug 2015 19:31:49 +0200 Message-ID: <87si7929oa.fsf@gnu.org> References: <20150817033358.580a0cdc@openmailbox.org> <5d1d09551a84c1a4aba1061e51bc7be7@openmailbox.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]:59569) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTZ7d-0004X1-MQ for guix-devel@gnu.org; Sun, 23 Aug 2015 13:31:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZTZ7a-0002Sq-Gh for guix-devel@gnu.org; Sun, 23 Aug 2015 13:31:57 -0400 In-Reply-To: <5d1d09551a84c1a4aba1061e51bc7be7@openmailbox.org> (Eric Bavier's message of "Mon, 17 Aug 2015 15:57:24 -0500") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Eric Bavier Cc: guix-devel , David Thompson Eric Bavier skribis: > On 2015-08-17 15:46, Claes Wallin wrote: >> On Mon, Aug 17, 2015 at 10:33 AM, Eric Bavier >> wrote: >> >>> I have experimented with this a bit lately. It works to some extent, >>> but I have had to apply a few patches to some package recipes. Some >>> packages have failing tests (where presumably they would pass or be >>> skipped in the chroot), which I have disabled for the time being just >>> to move along. >>> >>> I can post a few of the patches to the ML later. >> >> >> Any patches related to bootstrapping gcc? I'm getting lib/lib64 >> confusion. > > Yes, that's been one issue. I=E2=80=99m afraid there are many such issues, with build systems sometimes deciding what to do based on existence of files such as /lib64 or the output of /usr/bin/gcc. :-/ I really look forward to user name space support in the daemon. Thanks, Ludo=E2=80=99.