[Bug 221700] lang/python: subprocess does not use closefrom, calls close(2) hundreds of thousands of times

2017-08-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221700 --- Comment #2 from Ed Maste --- A minimum viable patch to address this: diff --git a/Modules/_posixsubprocess.c b/Modules/_posixsubprocess.c index 8c8777cfe3..d390ec8ee6 100644 --- a/Modules/_posixsubprocess.c +++ b/Modules/_posixsubproce

[Bug 206194] lang/python27 install fails if misc/compat6x is installed [due to libreadline check]

2017-08-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206194 --- Comment #8 from Brent Busby --- You can go ahead and close this. It was caused by accumulated cruft in the basejail of my ezjail installation. It was solvable by deleting basejail and redoing ezjail-admin -i. -- You are receiving th

[Bug 219687] [NEW PORT] sysutils/google-compute-engine: User daemon for Google Compute Engine

2017-08-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219687 Helen Koike changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu

[Bug 221700] lang/python: subprocess does not use closefrom, calls close(2) hundreds of thousands of times

2017-08-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221700 Conrad Meyer changed: What|Removed |Added CC||c...@freebsd.org --- Comment #3 fro

[Bug 221700] lang/python: subprocess does not use closefrom, calls close(2) hundreds of thousands of times

2017-08-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221700 --- Comment #4 from Conrad Meyer --- (In Python3, posix_closerange() is renamed to os_closerange_impl().) -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-py

[Bug 221730] new ports: devel/py-gtfslib and a dependency: devel/pyqtree

2017-08-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221730 lbartoletti changed: What|Removed |Added CC||pyt...@freebsd.org -- You are recei

[Bug 221731] new ports: database/py-pglite

2017-08-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221731 lbartoletti changed: What|Removed |Added Flags||maintainer-feedback+

Re: svn commit: r448586 - in head/sysutils/py-salt: . files

2017-08-22 Thread Kubilay Kocak
On 8/23/17 9:02 AM, Ben Woods wrote: > +# Python 2.7-3.3 require enum34, unnecessary for Python 3.4+ > +.if ${PYTHON_REL} < 3400 > +RUN_DEPENDS+=${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34 > +.endif A heads-up just in case, as it has occurred numerous times in the past and is not immed