missing python*-dev and gcc dependencies
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-virtualenv (Ubuntu) |
Fix Released
|
Undecided
|
Barry Warsaw | ||
Xenial |
Fix Released
|
Low
|
Felipe Reyes |
Bug Description
[Impact]
autopkgtest execution for Xenial is broken, blocking automated inclusion into xenial-updates of SRUs for packages that python-virtualenv depends on. So human intervention is needed.
[Test Case]
$ pull-lp-source python-virtualenv xenial
$ autopkgtest -U --apt-pocket=
Expected Result: all tests pass
Actual Result:
smoketest-2 fails because world 4.0 doesn't support python2.7
smoketest-3 fails because gcc is not available
[Regression Potential]
None expected, because this change is already available Debian and Yakkety/Zesty
[Other Info]
http://
Downloading world-3.
Requirement already satisfied (use --upgrade to upgrade): setuptools in /tmp/autopkgtes
Installing collected packages: world
Successfully installed world-3.1.1
it originates from ITALY
but now:
Downloading world-4.0.tar.gz
Complete output from command python setup.py egg_info:
Python 3.4.0 or better is required
and then it apparently tries to build it, but is missing gcc and python?-dev.
So some external resource changed and broke the test, which uncovers that python?-virtualenv ought to Recommends: gcc, python?-dev.
Then the test should add "Restrictions: needs-recommends"
description: | updated |
tags: | added: sru |
This also affecs xenial, the test now fails in the same way (locally, not on the infra as it didn't run there yet since the server change).