View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003245 | Kali Linux | Kali Package Bug | public | 2016-04-20 23:59 | 2020-12-01 10:48 |
Reporter | killswitch-gui | Assigned To | rhertzog | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2016.1 | ||||
Fixed in Version | 2016.2 | ||||
Summary | 0003245: 2016.1 Rolling Kali configparser issues! | ||||
Description | uname -a = Linux kali 4.4.0-kali1-amd64 0000001 SMP Debian 4.4.6-1kali1 (2016-03-18) x86_64 GNU/Linux Issue: during apt-get dist-upgrade python 2.7.11 is upgraded to 2.7.11+. This also install python-configparser during the upgrade from what I have seen. This blocks other setup scripts (pip install) from upgrading due to it being installed to the latest’s version. I don’t know if it’s an issue with the current version in apt repo or something environmental in Kali. But this issue prevents all use of configparser out of the box for kali as the last version 2016.1 VM download does not. Any help or suggestions would be great! Thanks guys! | ||||
Steps To Reproduce | 1) python | ||||
Additional Information |
| ||||
Attached Files | |||||
Hello, thanks for the report. However you are extremely unclear on your description of the problem. First of all the python2.7 package does not depend on python-configparser. If that package gets installed, it's because of one of its reverse dependencies. Then in Kali we have version 3.3.0r2 of that package. What is the problem with that version? I just tried on a clean system to do: apt install python-configparserpythonPython 2.7.11+ (default, Feb 22 2016, 16:38:42)
And I get no backtrace. So if anything is broken, it's likely due to "pip" usage installing non-packaged code. In kali and in any packaged distribution, don't use pip outside of virtualenv... you will only break your system at some point. |
|
Please perform the exact process as this has been reproduced by others as well: Dont deviate or install anything with pip beforehand and this produced the issue. |
|
Ok, so the problem comes the "python-future" package. It also provides a configparser module... if you remove that package, the module provided by python-configparser will again work (no need to pip install anything). I'm not sure how to best solve that conflict... it must probably be handled at the python-future level. It has been already reported though: :-( |
|
I also filed https://bugs.debian.org/822157 to get this resolved on the Debian side. |
|
rhertzog thanks for hunting this down man! Lets hope we can get it fixed. |
|
This has been fixed with python-future 0.15.2-2 which is now available in kali-rolling. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2016-04-20 23:59 | killswitch-gui | New Issue | |
2016-04-20 23:59 | killswitch-gui | File Added: Screen Shot 2016-04-20 at 5.31.29 PM.png | |
2016-04-21 07:29 | rhertzog | Note Added: 0005141 | |
2016-04-21 12:28 | killswitch-gui | Note Added: 0005142 | |
2016-04-21 15:26 | rhertzog | Note Added: 0005143 | |
2016-04-21 15:53 | rhertzog | Assigned To | => rhertzog |
2016-04-21 15:53 | rhertzog | Status | new => confirmed |
2016-04-21 15:55 | rhertzog | Note Added: 0005144 | |
2016-04-22 14:40 | killswitch-gui | Note Added: 0005149 | |
2016-05-11 14:39 | rhertzog | Note Added: 0005237 | |
2016-05-11 14:39 | rhertzog | Status | confirmed => resolved |
2016-05-11 14:39 | rhertzog | Fixed in Version | => 2016.2 |
2016-05-11 14:39 | rhertzog | Resolution | open => fixed |
2020-12-01 10:48 | g0tmi1k | Priority | urgent => normal |