From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [PATCH] build: container: Add #:host-uids argument to call-with-container. Date: Sat, 8 Aug 2015 14:06:22 -0400 Message-ID: References: <877fpeqwrr.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZO8Vm-0005EK-L0 for guix-devel@gnu.org; Sat, 08 Aug 2015 14:06:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZO8Vj-0004vP-B8 for guix-devel@gnu.org; Sat, 08 Aug 2015 14:06:26 -0400 Received: from mail-yk0-f174.google.com ([209.85.160.174]:35851) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZO8Vj-0004v2-7J for guix-devel@gnu.org; Sat, 08 Aug 2015 14:06:23 -0400 Received: by ykeo23 with SMTP id o23so111407060yke.3 for ; Sat, 08 Aug 2015 11:06:22 -0700 (PDT) In-Reply-To: <877fpeqwrr.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> 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: guix-devel On Sat, Aug 1, 2015 at 9:55 PM, David Thompson wrote: > This patch should resolve the issues we're having with the container > tests when building Guix with Guix. Tested on 'wip-container' with > 'guix environment --container'. I pushed this. - Dave