Date: Sun, 19 Feb 2017 18:04:50 +0100 From: Axel Rau <Axel.Rau@Chaos1.DE> To: calendarserver-dev@lists.macosforge.org Cc: python@FreeBSD.org Subject: calendarserver 9.0 incompatible with twisted 17.1.0 ? Message-ID: <FF57FE9C-4CAB-46F2-BFF4-527820583030@Chaos1.DE>
next in thread | raw e-mail | index | archive | help
After upgrading twisted from 16.6.0 to 17.1.0 I=E2=80=99m getting:
Starting caldavd.
Traceback (most recent call last):
File "/usr/local/bin/twistd", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py"=
, line 3019, in <module>
@_call_aside
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py"=
, line 3003, in _call_aside
f(*args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py"=
, line 3032, in _initialize_master_working_set
working_set =3D WorkingSet._build_master()
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py"=
, line 655, in _build_master
ws.require(__requires__)
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py"=
, line 963, in require
needed =3D self.resolve(parse_requirements(requirements))
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py"=
, line 849, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'Automat>=3D0.3.0' distribution =
was not found and is required by Twisted
/usr/local/etc/rc.d/caldavd: WARNING: failed to start caldavd
The FreeBSD twisted port, which my port depends on has following =
run-dependencies for 17.1.0:
zope.interface>=3D3.6.0
constantly>=3D15.1
incremental>=3D16.10.1
which are satisfied.=20
Is this another variant of the import race problem on FreeBSD?
Not all twisted applications require Automat, hence it seems to be =
unconditionally required here:
https://github.com/twisted/twisted/blob/a2200c3bf53beaa2763fe13bc6a670d7=
cf941dea/src/twisted/python/_setup.py
Axel
=2D--
PGP-Key:29E99DD6 =E2=98=80 computing @ chaos claudius
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?FF57FE9C-4CAB-46F2-BFF4-527820583030>
