From owner-freebsd-python@FreeBSD.ORG Fri Apr 4 18:40:22 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7BDBF73B for ; Fri, 4 Apr 2014 18:40:22 +0000 (UTC) Received: from mail-qg0-f44.google.com (mail-qg0-f44.google.com [209.85.192.44]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 357FC172 for ; Fri, 4 Apr 2014 18:40:21 +0000 (UTC) Received: by mail-qg0-f44.google.com with SMTP id a108so3809636qge.31 for ; Fri, 04 Apr 2014 11:40:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=ay/4B1QzQ1woUMvfSig2HBmoNw0PF/Z0/dDme7ApA7U=; b=I2GfeO76f/lmNBrEwrpju5nPbkJD1LHjI1jHmut1jirE/Fc07QJhA5dPgqboH4DtsL 1G+OrGygS8uXGu8u+7MdK6ASb87HaY8pFKalhmPRx1/g74qlkEsDSMkaO9bbWUqQW1Il rBJdpMJJy2wmKWHr02AoVgp5NxuZ64pyIUVZ9kV0f4Ea4fak8jncRTsGJZjeWeqG6PIr W9z3b1f7Abw0czQ8gsu/CLZzumzL+kNEnM51+cpXkAoHMVvMS8YXIsgYf88A1tpfSlAr LIwwT4gVRDi4ceN/qNA/f1Yw2R5iSAh/9bjOY1j51X3GAWl1aZ9rSjg2ev04G8MxfTIl muBw== X-Gm-Message-State: ALoCoQkx7CpdwKY9PoSQwRf2ZledZ3Ed65NZojtSnwuyCAfhx6UMK/1YTEw+XrLQSsIF/lYIIPKK X-Received: by 10.224.16.69 with SMTP id n5mr16371671qaa.7.1396636506408; Fri, 04 Apr 2014 11:35:06 -0700 (PDT) Received: from mastodon.meroh.net (cpe-184-153-117-174.rochester.res.rr.com. [184.153.117.174]) by mx.google.com with ESMTPSA id j7sm17732626qab.27.2014.04.04.11.35.04 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 04 Apr 2014 11:35:05 -0700 (PDT) Sender: Julio Merino Date: Fri, 4 Apr 2014 14:34:59 -0400 From: Julio Merino To: Antoine Brodin Subject: Re: Make python27 build as an unprivileged user Message-ID: <20140404183459.GA75695@mastodon.meroh.net> References: <20140403190156.GA83695@mastodon.meroh.net> <20140403192420.GA36985@mastodon.meroh.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Cc: python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2014 18:40:22 -0000 On Fri, Apr 04, 2014 at 11:57:19AM +0200, Antoine Brodin wrote: > > Try attached patch. Yes, your patch works and it looks simple enough. Thanks for the quick response and the fix (obviously)!