-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
build debs for ubuntu 20.04 #7293
Comments
Possibly helpful tip - the existing eoan package can be forcibly installed on focal with only one issue. Namely, python3-distutils has to be heldback at 3.7.5 rather than 3.8.2. Focal uses Python 3.8 while Eoan apparently uses 3.7. Canonical has an issue in that python3-distutils probably should be separated into separate packages for 3.7/3.8 like python itself is. But, it's not, so upgrading to focal and then installing the eoan matrix package results in matrix not being able to start because it can't find distutils in the python 3.7 space, even though Ubuntu knows to keep python 3.7 itself installed. Long way of saying the focal package just needs to be updated to use python 3.8. Anyone who upgrades to focal with the eoan package installed will need to downgrade python3-distutils. |
Why has this been closed? install fails: The following packages have unmet dependencies: |
Hi @sj64, this issue hasn't been closed yet. |
OK - apologies. My mistake, thought the red Closed flag above was for this thread! Good to hear. |
Here also a fool who did do do-release-upgrade to ubuntu 20.04 lts ,before checking package. Got first : and after remove matrix-synapse-py3 and reinstall : So waiting for focal in the package. |
That can be fixed with the workaround I mentioned, just find the eoan package for python3-distutils and downgrade it. |
well this turns out to be more of a PITA than expected: dh-virtualenv (which we use to build the debs) seems to be basically unmaintained, and has dependencies which don't exist on focal :-S |
I believe this is fixed by #7526 -- v1.13.0 should have debs for 20.04. |
focal fossa is being released on 2020-04-23 and is in RC currently; we should add it to the list of things we build debs for
The text was updated successfully, but these errors were encountered: