Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jun 2017 20:48:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 220061] net-im/py-matrix-synapse module hyperlink missing
Message-ID:  <bug-220061-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 220061
           Summary: net-im/py-matrix-synapse module hyperlink missing
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: feld@FreeBSD.org
          Reporter: vvelox@vvelox.net
          Assignee: feld@FreeBSD.org
             Flags: maintainer-feedback?(feld@FreeBSD.org)

Not sure since when, but apparently one of the python modules broke recentl=
y.
Rebooted the server and it now results in this. I've not found what module =
has
done it and rolling this port back to r438694 does not help.

[root@vulpes]/arc/src/ports/net-im/py-matrix-synapse#
/usr/local/etc/rc.d/synapse start
Starting synapse.
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/runpy.py", line 174, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/local/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/usr/local/lib/python2.7/site-packages/synapse/app/homeserver.py", =
line
31, in <module>
    from synapse.rest import ClientRestResource
  File "/usr/local/lib/python2.7/site-packages/synapse/rest/__init__.py", l=
ine
20, in <module>
    from synapse.rest.client.v1 import (
  File
"/usr/local/lib/python2.7/site-packages/synapse/rest/client/v1/pusher.py", =
line
23, in <module>
    from synapse.http.server import finish_request
  File "/usr/local/lib/python2.7/site-packages/synapse/http/server.py", line
31, in <module>
    from twisted.web import server, resource
  File "/usr/local/lib/python2.7/site-packages/twisted/web/server.py", line=
 31,
in <module>
    from twisted.web import iweb, http, util
  File "/usr/local/lib/python2.7/site-packages/twisted/web/util.py", line 1=
3,
in <module>
    from twisted.python import urlpath
  File "/usr/local/lib/python2.7/site-packages/twisted/python/urlpath.py", =
line
15, in <module>
    from hyperlink import URL as _URL
ImportError: No module named hyperlink
/usr/local/etc/rc.d/synapse: WARNING: failed to start synapse
Exit 1
[root@vulpes]/arc/src/ports/net-im/py-matrix-synapse#

--=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-220061-13>