Re: Make python27 build as an unprivileged user

2014-04-12 Thread John Hein
Antoine Brodin wrote at 11:57 +0200 on Apr 4, 2014: > On Fri, Apr 4, 2014 at 12:51 AM, Julio Merino wrote: > > On Thu, Apr 3, 2014 at 3:30 PM, Antoine Brodin wrote: > >> koobs' new python34 port (not committed yet) packages fine as non > >> root, so it seems doable. > > > > Sorry but I don

Re: Make python27 build as an unprivileged user

2014-04-04 Thread Julio Merino
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)! ___ freebsd-python@freebsd.org mailing list http://lists.fr

Re: Make python27 build as an unprivileged user

2014-04-04 Thread Antoine Brodin
On Fri, Apr 4, 2014 at 12:51 AM, Julio Merino wrote: > On Thu, Apr 3, 2014 at 3:30 PM, Antoine Brodin wrote: >> koobs' new python34 port (not committed yet) packages fine as non >> root, so it seems doable. > > Sorry but I don't see how that's relevant. Python 3.4 is a much more > modern package

Re: Make python27 build as an unprivileged user

2014-04-03 Thread Julio Merino
On Thu, Apr 3, 2014 at 3:30 PM, Antoine Brodin wrote: > koobs' new python34 port (not committed yet) packages fine as non > root, so it seems doable. Sorry but I don't see how that's relevant. Python 3.4 is a much more modern package than 2.7 and many things may have changed in its build infrastr

Re: Make python27 build as an unprivileged user

2014-04-03 Thread Antoine Brodin
On Thu, Apr 3, 2014 at 9:24 PM, Julio Merino wrote: > On Thu, Apr 03, 2014 at 09:06:03PM +0200, Antoine Brodin wrote: >> On Thu, Apr 3, 2014 at 9:01 PM, Julio Merino wrote: >> > Hello, >> > >> > I needed the patch below to be able to build python27 when using ports as >> > an unprivileged user.

Re: Make python27 build as an unprivileged user

2014-04-03 Thread Julio Merino
On Thu, Apr 03, 2014 at 09:06:03PM +0200, Antoine Brodin wrote: > On Thu, Apr 3, 2014 at 9:01 PM, Julio Merino wrote: > > Hello, > > > > I needed the patch below to be able to build python27 when using ports as > > an unprivileged user. It is a bit too coarse-grained, but I think ports > > does n

Re: Make python27 build as an unprivileged user

2014-04-03 Thread Antoine Brodin
On Thu, Apr 3, 2014 at 9:01 PM, Julio Merino wrote: > Hello, > > I needed the patch below to be able to build python27 when using ports as > an unprivileged user. It is a bit too coarse-grained, but I think ports > does not offer a finer-grained mechanism to indicate that only the staging > phase