[issue25026] (FreeBSD/OSX) Fix fcntl module to accept 'unsigned long' type commands for ioctl(2).

2015-09-08 Thread koobs
koobs added the comment: @Serhiy If by "type of code at the time of commit" you mean upstream python code, msg250163 contains a link to what bits we replace in fcntlmodule.c and that "I -> k" has always been the same. -- __

[issue25025] Missing 3.5.0 RC3 tarballs (FTP)

2015-09-08 Thread koobs
koobs added the comment: @Martin, weird, I'm still not seeing any files/dirs matching 'rc3'. I have refreshed properly (cache-control 0 + empty cache) and still getting a similar listing. Fresh fetch output on the index URL: Python-3.5.0rc1.tar.xz 11-Aug-2015 01:00 14

[issue25025] Missing 3.5.0 RC3 tarballs (FTP) on Fastly nodes

2015-09-08 Thread koobs
koobs added the comment: Was a bug, now fixed (adjust title/resolution to compensate) Thanks Berker! -- resolution: not a bug -> fixed title: Missing 3.5.0 RC3 tarballs (FTP) -> Missing 3.5.0 RC3 tarballs (FTP) on Fastly nodes ___ Python t

[issue25026] (FreeBSD/OSX) Fix fcntl module to accept 'unsigned long' type commands for ioctl(2).

2015-09-09 Thread koobs
koobs added the comment: @Serhiy If anyone can provide me some test code (I dont know how to test it) I'm happy to test it on 'unpatched' 2.7 and 3.5 ports -- ___ Python tracker <http://bugs.pyt

[issue7352] pythonx.y-config --ldflags out of /usr and missing -L

2015-10-18 Thread koobs
koobs added the comment: The attached patch courtesy of Jan Beich @ FreeBSD minimally mimics (in the python version), the --ldflags output of the shell version of python-config(.sh). The ideal scenario of course would be to use the shell script across all versions, as per revision

[issue7352] pythonx.y-config --ldflags out of /usr and missing -L

2015-10-18 Thread koobs
koobs added the comment: To clarify, the bug remains in all branches including default, but only 3.4+ use the .sh script, leaving 3.3, 3.2, 2.7 using the python implementation. -- versions: +Python 3.6 ___ Python tracker <http://bugs.python.

[issue25809] "Invalid" tests on locales

2015-12-05 Thread koobs
Changes by koobs : -- nosy: +koobs ___ Python tracker <http://bugs.python.org/issue25809> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue25809] "Invalid" tests on locales

2015-12-16 Thread koobs
koobs added the comment: Re-open for 3.4 merge -- status: closed -> open versions: +Python 3.4 ___ Python tracker <http://bugs.python.org/issue25809> ___ ___ Py

[issue25809] "Invalid" tests on locales

2015-12-16 Thread koobs
koobs added the comment: Just to note, the koobs-freebsd-current buildbot is still failing on 3.4, which reminded me to re-open -- ___ Python tracker <http://bugs.python.org/issue25

[issue25809] "Invalid" tests on locales

2015-12-17 Thread koobs
koobs added the comment: Thank you all. A+++, would collaborate again. -- ___ Python tracker <http://bugs.python.org/issue25809> ___ ___ Python-bugs-list mailin

[issue25950] svn.python.org SSL certificate expired, causing test failures

2015-12-25 Thread koobs
New submission from koobs: It appears all HTTPS/SSL tests that use the remote host svn.python.org are failing. All branch builds (tests) are currently broken on koobs-freebsd-current. I think it's the only bot that has run builds post 24th December so far. http://buildbot.python.or

[issue25950] svn.python.org SSL certificate expired, causing test failures

2015-12-25 Thread koobs
Changes by koobs : -- priority: normal -> high ___ Python tracker <http://bugs.python.org/issue25950> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue25940] SSL tests failed due to expired svn.python.org SSL certificate

2015-12-25 Thread koobs
koobs added the comment: I'm here from (duplicate) issue 25950 -- nosy: +koobs priority: normal -> high ___ Python tracker <http://bugs.python.org

[issue20767] Some python extensions can't be compiled with clang 3.4

2015-12-25 Thread koobs
Changes by koobs : -- keywords: +easy, needs review versions: +Python 3.6 ___ Python tracker <http://bugs.python.org/issue20767> ___ ___ Python-bugs-list mailin

[issue20397] distutils --record option does not validate existence of byte-compiled files

2016-01-04 Thread koobs
Changes by koobs : -- keywords: +easy versions: +Python 3.6 ___ Python tracker <http://bugs.python.org/issue20397> ___ ___ Python-bugs-list mailing list Unsub

[issue20397] distutils --record option does not validate existence of byte-compiled files

2016-01-04 Thread koobs
koobs added the comment: setuptools and therefore pip are also affected by this -- ___ Python tracker <http://bugs.python.org/issue20397> ___ ___ Python-bug

[issue25940] SSL tests failed due to expired svn.python.org SSL certificate

2016-01-04 Thread koobs
koobs added the comment: Can't / Shouldn't these be mocked? -- ___ Python tracker <http://bugs.python.org/issue25940> ___ ___ Python-bugs-list mailing

[issue25940] SSL tests failed due to expired svn.python.org SSL certificate

2016-01-06 Thread koobs
koobs added the comment: As many branches as we can muster, ideally all, at least 3.4, 3.5 default and 2.7 please. Back porting is a massive pain, and downstream OS's want to retain integrity of tests to ensure quality of Python in their respective ecosy

[issue20397] distutils --record option does not validate existence of byte-compiled files

2016-01-06 Thread koobs
Changes by koobs : -- keywords: +needs review ___ Python tracker <http://bugs.python.org/issue20397> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20397] distutils --record option does not validate existence of byte-compiled files

2016-01-08 Thread koobs
koobs added the comment: This needs review, commit, merge. We've back-ported and committed these patches against all of our FreeBSD Python ports (27,32,33,34,35) https://svnweb.freebsd.org/ports?view=revision&revision=405569 -- stage: needs patch -> patch review versions:

[issue25940] SSL tests failed due to expired svn.python.org SSL certificate

2016-01-14 Thread koobs
koobs added the comment: Wow. *thank you* Georg and Martin :) -- ___ Python tracker <http://bugs.python.org/issue25940> ___ ___ Python-bugs-list mailing list Unsub

[issue24520] Stop using deprecated floating-point environment functions on FreeBSD

2016-01-20 Thread koobs
koobs added the comment: This issue is becoming increasingly important as FreeBSD 11.0-RELEASE time nears. What remains to be done/identified/answers here to make progress? -- versions: +Python 2.7, Python 3.5 ___ Python tracker <h

[issue26165] devguide: table summarizing status of Python branches

2016-01-20 Thread koobs
koobs added the comment: OH THANK YOU! If possible, add Months or Quarter (Q1-4) for the EoL's, if those are defined, would be great. We @ FreeBSD/Python would like to proactively (as early as possible) set DEPRECATED dates in our ports to ensure our users have ample time to upgra

[issue22847] Improve method cache efficiency

2016-02-06 Thread koobs
koobs added the comment: It appears this change broke all FreeBSD builders (9: gcc, 10/11: clang) for the 2.7 branch with: koobs-freebsd-current (clang 3.7.x) cc -pthread -c -fno-strict-aliasing -OPT:Olimit=0 -g -O2 -g -O0 -Wall -Wstrict-prototypes -I. -IInclude -I./Include

[issue22847] Improve method cache efficiency

2016-02-06 Thread koobs
Changes by koobs : -- resolution: fixed -> ___ Python tracker <http://bugs.python.org/issue22847> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue17758] test_site fails when the user does not have a home directory

2016-03-15 Thread koobs
koobs added the comment: @Victor, it would be nice if this test could instead use/fake/mock what it needs in the build directory, or is this not possible because it needs an 'actual' user/group context to work? -- nosy: +koobs ___ Pyth

[issue26566] Failures on FreeBSD CURRENT buildbot

2016-03-15 Thread koobs
Changes by koobs : -- nosy: +koobs ___ Python tracker <http://bugs.python.org/issue26566> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue20210] Provide configure options to enable/disable Python modules and extensions

2015-03-01 Thread koobs
koobs added the comment: For what it's worth, we've been running with patch 0001 on FreeBSD's Python 3.4 port for 8 months with no issues [1]. It allows downstreams like us to easily customise what modules gets built, and offers substantial flexibility and benefits for va

[issue7352] pythonx.y-config --ldflags out of /usr and missing -L

2015-03-07 Thread koobs
Changes by koobs : -- nosy: +koobs ___ Python tracker <http://bugs.python.org/issue7352> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue7352] pythonx.y-config --ldflags out of /usr and missing -L

2015-03-07 Thread koobs
koobs added the comment: Still an issue on 2.7, 3.2, 3.3. Updating Versions to reflect this fact and assist downstreams in backporting a forthcoming fix to those versions that won't get it due to security-fix only branches. See Also: Issue: https://bugs.freebsd.org/bugzilla/show_bug.c

[issue7352] pythonx.y-config --ldflags out of /usr and missing -L

2015-03-07 Thread koobs
koobs added the comment: +nosy doko on ned_deily's advice -- nosy: +doko ___ Python tracker <http://bugs.python.org/issue7352> ___ ___ Python-bugs-list m

[issue22521] ctypes compilation fails on FreeBSD: Undefined symbol "ffi_call_win32"

2015-03-18 Thread koobs
koobs added the comment: FWIW, see #23042 -- ___ Python tracker <http://bugs.python.org/issue22521> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23042] ctypes module doesn't build on FreeBSD, RHEL (x86) - Undefined symbol "ffi_call_win32"

2015-03-20 Thread koobs
koobs added the comment: @Marc, if upstream 3.2.1 also has the issue, then that would mean the current FreeBSD Python ports, which use --use-system-ffi and the security/libffi port, currently at version 3.2.1 [1], can reproduce the issue. I'm not aware of reports that they fail in

[issue23042] ctypes module doesn't build on FreeBSD, RHEL (x86) - Undefined symbol "ffi_call_win32"

2015-03-21 Thread koobs
koobs added the comment: See also: Issue: https://github.com/atgreen/libffi/issues/180 Title: OSX/i386 build is broken in v3.2.1 -- ___ Python tracker <http://bugs.python.org/issue23

[issue23042] ctypes module doesn't build on FreeBSD, RHEL (x86) - Undefined symbol "ffi_call_win32"

2015-03-21 Thread koobs
koobs added the comment: @marc I took a look at the code upstream and it does indeed appear to be the same. It was introduced in 3.1 [1]. I cant explain however how or why our Python ports work with libffi 3.2.1. See msg238767 for a link to another similar (same?) issue, with failure of OSX

[issue23817] Consider FreeBSD like any other OS in SOVERSION

2015-03-31 Thread koobs
koobs added the comment: +1 -- stage: -> needs patch type: -> enhancement versions: +Python 2.7, Python 3.4, Python 3.5 ___ Python tracker <http://bugs.python.org/i

[issue23817] Consider FreeBSD like any other OS in SOVERSION

2015-04-02 Thread koobs
koobs added the comment: @haypo, yes, absolutely and no We will backport to security-only branches ourselves. -- ___ Python tracker <http://bugs.python.org/issue23

[issue7352] pythonx.y-config --ldflags out of /usr and missing -L

2015-04-02 Thread koobs
koobs added the comment: @doko, as per the original report by Joel, the issue is: * Reproducible with --enable-shared (most downstream OS's / packages use this) Additionally: * in the python script, not the shell script (by default used by < 3.4) * Is reproducible in all branches (i

[issue23817] Consider FreeBSD like any other OS in SOVERSION

2015-04-09 Thread koobs
koobs added the comment: @haypo, if you could take care of the change in default, 3.4 and 2.7, we can backport the rest downstream. Thank you :) @bapt, can you create a separate issue to cover the "create foo.so.X' symlink" request, so python@ (freebsd team) can work to patch

[issue17120] Mishandled _POSIX_C_SOURCE and _XOPEN_SOURCE in pyconfig.h

2015-04-17 Thread koobs
koobs added the comment: @RAW, can you attach a patch against the default branch please so we can move this forward? -- ___ Python tracker <http://bugs.python.org/issue17

[issue23485] PEP 475: handle EINTR in the select and selectors module

2015-04-20 Thread koobs
Changes by koobs : -- nosy: +koobs ___ Python tracker <http://bugs.python.org/issue23485> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue22117] Rewrite pytime.h to work on nanoseconds

2015-04-20 Thread koobs
Changes by koobs : -- nosy: +koobs ___ Python tracker <http://bugs.python.org/issue22117> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue23863] Fix EINTR Socket Module issues in 2.7

2015-04-20 Thread koobs
Changes by koobs : -- nosy: +koobs ___ Python tracker <http://bugs.python.org/issue23863> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue15745] Numerous utime ns tests fail on FreeBSD w/ ZFS (update: and NetBSD w/ FFS, Solaris w/ UFS)

2015-04-21 Thread koobs
Changes by koobs : -- components: +Tests keywords: +needs review stage: needs patch -> patch review ___ Python tracker <http://bugs.python.org/issue15745> ___ _

[issue16287] Sporadic test_utime() failures on Solaris

2015-04-21 Thread koobs
Changes by koobs : -- nosy: +koobs ___ Python tracker <http://bugs.python.org/issue16287> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue24175] Test failure in test_utime on FreeBSD

2015-05-13 Thread koobs
New submission from koobs: The following test failure is observable in koobs-freebsd9 and koobs-freebsd10 buildbots, on the 3.4 and 3.x branches. == FAIL: test_utime (test.test_os.StatAttributeTests

[issue24175] Test failure in test_utime on FreeBSD

2015-05-13 Thread koobs
koobs added the comment: After running the latest builds, it appears 3.x is now green, leaving 3.4 failing -- ___ Python tracker <http://bugs.python.org/issue24

[issue27904] Let logging format more messages on demand

2016-08-31 Thread koobs
Changes by koobs : -- nosy: +koobs ___ Python tracker <http://bugs.python.org/issue27904> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue27938] PyUnicode_AsEncodedString, PyUnicode_Decode: add fast-path for "us-ascii" encoding

2016-09-06 Thread koobs
koobs added the comment: Re-open and assign for regressions. Observed in all koobs-freebsd* buildbots (9/10/11) and build types. Issue is in default branch (add version 3.7) First failing test run: http://buildbot.python.org/all/builders/AMD64%20FreeBSD%20CURRENT%20Non-Debug%203.x/builds/110

[issue28027] Remove Lib/plat-*/* files

2016-09-08 Thread koobs
koobs added the comment: YES, finally. Thanks :) -- nosy: +koobs ___ Python tracker <http://bugs.python.org/issue28027> ___ ___ Python-bugs-list mailing list Unsub

<    1   2   3