[Bug 264000] lang/python*: Fix build with LibreSSL 3.5

2022-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264000

Kubilay Kocak  changed:

   What|Removed |Added

   See Also||https://bugs.freebsd.org/bu
   ||gzilla/show_bug.cgi?id=2641
   ||80

-- 
You are receiving this mail because:
You are the assignee for the bug.


[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 'synaps

2022-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264178

Kubilay Kocak  changed:

   What|Removed |Added

 CC||python@FreeBSD.org
   Keywords||needs-qa
 Status|New |Open
Summary|net-im/py-matrix-synapse:   |net-im/py-matrix-synapse:
   |Synapse doesn’t start after |Fails to start after 1.58.1
   |update to 1.58.1 or 1.59.1  |or 1.59.1 update: Error
   ||while finding module
   ||specification for
   ||'synapse.app.homeserver'
   ||(ModuleNotFoundError: No
   ||module named 'synapse.app')

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


[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 'synaps

2022-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264178

--- Comment #3 from Tobias Bölz  ---
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 on the CC list for the bug.