Actions
Bug #14326
closedOur custom-compiled `python-future` and `python3-future` packages can't be installed together and have precedence
Status:
Resolved
Priority:
Immediate
Assigned To:
Category:
Deployment
Target version:
Story points:
-
Release:
Release relationship:
Auto
Description
When installing python3-certbot
from stretch-backports
, which depends in python3-future
along with python-arvados-python-client
, apt fails with
dpkg: error processing archive /var/cache/apt/archives/python3-future_0.16.0-2_all.deb (--unpack): trying to overwrite '/usr/bin/futurize', which is also in package python-future 0.16.0-2
The issue is that
- python-arvados-python-client depends on
python-future
- python3-certbot depends on
python3-future
- Our packages
python-future
andpython3-future
have precedence over the distro ones, due toapt-preferences
- Our packages have invalid content and do not differentiate between versions.
While the distro's packages have:
python-future
contents:... ./usr/bin/python2-futurize ./usr/bin/python2-pasteurize ... ./usr/lib/python2.7/dist-packages/ ...
python3-future
contents:... ./usr/bin/python3-futurize ./usr/bin/python3-pasteurize ... ./usr/lib/python3/dist-packages ...
The Arvados' repo packages have
python-future
contents:... ./usr/bin/futurize ./usr/bin/pasteurize ... ./usr/lib/python2.7/dist-packages
python3-future
contents:... ./usr/bin/futurize ./usr/bin/pasteurize ... ./usr/lib/python3.5/dist-packages ...
Updated by Nico César about 6 years ago
- Related to Idea #11308: Support Python3 for arvados-python-client & command line utilities added
Updated by Javier Bértoli about 6 years ago
- Related to Bug #10881: [cwl] arvados-cwl-runner submitted job fails due to missing dependency futures>=3.0.5 in docker/jobs image added
Updated by Javier Bértoli about 6 years ago
- Priority changed from Urgent to Immediate
Updated this bug's priority as it's blocking our work automating Veritas' environment.
Updated by Tom Morris about 6 years ago
- Assigned To set to Ward Vandewege
- Target version set to 2018-10-31 sprint
Updated by Tom Morris about 6 years ago
- Target version changed from 2018-10-31 sprint to 2018-11-14 Sprint
Updated by Tom Morris about 6 years ago
- Target version changed from 2018-11-14 Sprint to 2018-11-28 Sprint
Updated by Ward Vandewege about 6 years ago
- Target version changed from 2018-11-28 Sprint to 2018-12-12 Sprint
Updated by Tom Morris about 6 years ago
- Target version changed from 2018-12-12 Sprint to 2018-12-21 Sprint
Updated by Ward Vandewege almost 6 years ago
- Related to Idea #9945: [SDK] Package Python apps as virtualenvs added
Updated by Ward Vandewege almost 6 years ago
- Target version deleted (
2018-12-21 Sprint)
Updated by Ward Vandewege almost 6 years ago
- Status changed from New to Resolved
- Target version set to 2019-02-13 Sprint
Now that #9945 has been merged, those backports are no longer needed, and this problem is moot. Closing this ticket.
Actions