[Bug 264178] net-im/py-matrix-synapse: Fails to start after 1.58.1 or 1.59.1 update: Error while finding module specification for 'synapse.app.homeserver' (ModuleNotFoundError: No module named 'synapse.app')
Date: Tue, 24 May 2022 06:27:18 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264178 --- Comment #3 from Tobias Bölz <freebsd-bugs@boelz.eu> --- After looking into it some more I noticed that the problem is that poetry2setup doesn’t work correctly when run as root. Then, the list of packages in the generated setup.py file only contains the `synapse` package. If I build the package as user all files/python packages are there. So maybe this is a bug in devel/py-poetry2setup and not net-im/py-matrix-synapse. -- You are receiving this mail because: You are the assignee for the bug.