[Bug 197376] lang/python27: random module leaks file descriptor into child process

2015-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197376 Kubilay Kocak ko...@freebsd.org changed: What|Removed |Added Assignee|pyt...@freebsd.org |ko...@freebsd.org

[Bug 197376] lang/python27: random module leaks file descriptor into child process

2015-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197376 Kubilay Kocak ko...@freebsd.org changed: What|Removed |Added URL|

[Bug 197061] [MAINTAINER] sysutils/py-salt: Update to 2014.7.1

2015-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197061 --- Comment #9 from christer.edwa...@gmail.com --- Created attachment 152939 -- https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152939action=edit QA portlint testport output -- You are receiving this mail because: You are the

[Bug 197061] [MAINTAINER] sysutils/py-salt: Update to 2014.7.1

2015-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197061 Kubilay Kocak ko...@freebsd.org changed: What|Removed |Added Priority|--- |Normal -- You

[Bug 197061] [MAINTAINER] sysutils/py-salt: Update to 2014.7.1

2015-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197061 Kubilay Kocak ko...@freebsd.org changed: What|Removed |Added Keywords|needs-qa|patch-ready --

[Bug 197061] [MAINTAINER] sysutils/py-salt: Update to 2014.7.1

2015-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197061 Kubilay Kocak ko...@freebsd.org changed: What|Removed |Added Attachment #152114|

Re: ctypes problem loading libc.so on FreeBSD current

2015-02-13 Thread Craig Rodrigues
On Thu, Feb 12, 2015 at 11:42 PM, Marcus von Appen m...@freebsd.org wrote: You described the problem above. ctypes is unable to load linker scripts. The general advise is to use find_library(): import ctypes import ctypes.util clib = ctypes.util.find_library(c) print clib libc.so.7