Skip site navigation (1)Skip section navigation (2)
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/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219373

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, wh=
ich
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=3D=3D17.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", li=
ne
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=3Dattrgetter('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 =3D namedClass(self.className)
  File "/usr/local/lib/python2.7/site-packages/twisted/python/reflect.py", =
line
166, in namedObject
    module =3D namedModule('.'.join(classSplit[:-1]))
  File "/usr/local/lib/python2.7/site-packages/twisted/python/reflect.py", =
line
152, in namedModule
    topLevel =3D __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", l=
ine
542, in <module>
    class _ClientMachine(object):
  File
"/usr/local/lib/python2.7/site-packages/twisted/application/internet.py", l=
ine
842, in _ClientMachine
    outputs=3D[_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.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219373-21822-fqgEcLTxFQ>