Date: Thu, 18 May 2017 15:50:40 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 219373] devel/py-attrs: Upgrade to 17.1.0 Message-ID: <bug-219373-21822-fqgEcLTxFQ@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-219373-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-219373-21822@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219373 Axel.Rau@Chaos1.DE changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|maintainer-feedback?(Axel.R |maintainer-feedback- |au@Chaos1.DE) | --- Comment #1 from Axel.Rau@Chaos1.DE --- This upgrade breaks calendarserver-9.0 which requires py-twisted-17.1.0, which requires py-Automat-0.5.0 and finally py-attrs. Traceback (most recent call last): File "/usr/local/bin/twistd", line 11, in <module> load_entry_point('Twisted==17.1.0', 'console_scripts', 'twistd')() File "/usr/local/lib/python2.7/site-packages/twisted/scripts/twistd.py", line 29, in run app.run(runApp, ServerOptions) File "/usr/local/lib/python2.7/site-packages/twisted/application/app.py", line 657, in run config.parseOptions() File "/usr/local/lib/python2.7/site-packages/twisted/application/app.py", line 624, in parseOptions usage.Options.parseOptions(self, options) File "/usr/local/lib/python2.7/site-packages/twisted/python/usage.py", line 262, in parseOptions for (cmd, short, parser, doc) in self.subCommands: File "/usr/local/lib/python2.7/site-packages/twisted/application/app.py", line 641, in subCommands for plug in sorted(plugins, key=attrgetter('tapname')): File "/usr/local/lib/python2.7/site-packages/twisted/plugins/masterchild.py", line 61, in tapname return self.wrappedServiceMaker.tapname File "/usr/local/lib/python2.7/site-packages/twisted/plugins/masterchild.py", line 52, in wrappedServiceMaker makerClass = namedClass(self.className) File "/usr/local/lib/python2.7/site-packages/twisted/python/reflect.py", line 166, in namedObject module = namedModule('.'.join(classSplit[:-1])) File "/usr/local/lib/python2.7/site-packages/twisted/python/reflect.py", line 152, in namedModule topLevel = __import__(name) File "/usr/local/lib/python2.7/site-packages/twext/application/masterchild.py", line 49, in <module> from twisted.application.internet import TCPServer File "/usr/local/lib/python2.7/site-packages/twisted/application/internet.py", line 542, in <module> class _ClientMachine(object): File "/usr/local/lib/python2.7/site-packages/twisted/application/internet.py", line 842, in _ClientMachine outputs=[_connect]) File "/usr/local/lib/python2.7/site-packages/automat/_methodical.py", line 62, in upon self.machine._oneTransition(self, input, enter, outputs, collector) File "/usr/local/lib/python2.7/site-packages/automat/_methodical.py", line 255, in _oneTransition tuple(outputTokens)) File "/usr/local/lib/python2.7/site-packages/automat/_core.py", line 74, in addTransition (inState, inputSymbol, outState, tuple(outputSymbols)) TypeError: unhashable type: 'MethodicalState' /usr/local/etc/rc.d/caldavd: WARNING: failed to start caldavd I will talk to upstream of calendarserver. -- You are receiving this mail because: You are on the CC list for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219373-21822-fqgEcLTxFQ>
