Date: Sat, 16 Jan 2016 17:32:03 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 206320] sysutils/ansible - ImportError: This platform lacks a functioning sem_open implementation Message-ID: <bug-206320-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206320 Bug ID: 206320 Summary: sysutils/ansible - ImportError: This platform lacks a functioning sem_open implementation Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: dvl@FreeBSD.org CC: lifanov@mail.lifanov.com CC: lifanov@mail.lifanov.com Flags: maintainer-feedback?(lifanov@mail.lifanov.com) I ran ansible today after upgrading to 2.x on 10.2-RELEASE-p9, in a jail. # ansible-playbook=20 Traceback (most recent call last): File "/usr/local/bin/ansible-playbook", line 40, in <module> from ansible.utils.display import Display File "/usr/local/lib/python2.7/site-packages/ansible/utils/display.py", l= ine 49, in <module> debug_lock =3D Lock() File "/usr/local/lib/python2.7/multiprocessing/__init__.py", line 175, in Lock from multiprocessing.synchronize import Lock File "/usr/local/lib/python2.7/multiprocessing/synchronize.py", line 59, = in <module> " function, see issue 3770.") ImportError: This platform lacks a functioning sem_open implementation, therefore, the required synchronization primitives needed will not function, see issue 3770. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-206320-13>