[Bug 1825655] Re: do-release-upgrade fails with "Your python3 install is corrupted" if /usr/bin/python points to /etc/alternatives/python

2019-11-05 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-release-upgrader - 1:19.10.15.2 --- ubuntu-release-upgrader (1:19.10.15.2) eoan; urgency=medium * Fix binary and binary-indep targets to work as intended (LP: #1850851) ubuntu-release-upgrader (1:19.10.15.1) eoan; urgency=medium *

[Bug 1825655] Re: do-release-upgrade fails with "Your python3 install is corrupted" if /usr/bin/python points to /etc/alternatives/python

2019-11-05 Thread Brian Murray
I tested this by installing python2 on an Ubuntu 19.04 system then symlinking /usr/bin/python to /etc/alternatives/python - an empty file but that's fine. I then ran 'do-release-upgrade' and received the error message in the description. I then ran 'do-release-upgrade -p' and the upgrade

[Bug 1825655] Re: do-release-upgrade fails with "Your python3 install is corrupted" if /usr/bin/python points to /etc/alternatives/python

2019-11-01 Thread Brian Murray
Testing the distribution upgrade tarball is a bit different - you need to run "do-release-upgrade -p". Modifying /etc/apt/preferences.d/ is unnecessary. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1825655] Re: do-release-upgrade fails with "Your python3 install is corrupted" if /usr/bin/python points to /etc/alternatives/python

2019-11-01 Thread drohhyn
I'm not really sure, if I am doing Brian's proposal right. I am currently on disco 19.04 and have the same error as wolfgang. I have configured using -proposed packages like documented in https://wiki.ubuntu.com/Testing/EnableProposed. My file /etc/apt/preferences.d/proposed-updates looks like

[Bug 1825655] Re: do-release-upgrade fails with "Your python3 install is corrupted" if /usr/bin/python points to /etc/alternatives/python

2019-10-31 Thread Brian Murray
Hello Dmitrii, or anyone else affected, Accepted ubuntu-release-upgrader into eoan-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source /ubuntu-release-upgrader/1:19.10.15.2 in a few hours, and then in the -proposed repository. Please help us by testing

[Bug 1825655] Re: do-release-upgrade fails with "Your python3 install is corrupted" if /usr/bin/python points to /etc/alternatives/python

2019-10-24 Thread wolfgang rumpf
I do have python2 installed, but my /usr/bin/python points to /usr/bin/python3 Changing the default (/usr/bin/python) symbolic link as you suggested is enabling me to upgrade my laptop - so I guess the problem can be ignored for now -- You received this bug notification because you are a

[Bug 1825655] Re: do-release-upgrade fails with "Your python3 install is corrupted" if /usr/bin/python points to /etc/alternatives/python

2019-10-24 Thread Dmitrii Shcherbakov
If I am not mistaken, Disco/19.04 doesn't have the fix backported yet: https://git.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/tree/DistUpgrade/DistUpgradeController.py?h=ubuntu/disco-updates#n362 binaries_and_dirnames = [("python", "python"), ("python2", "python"),

[Bug 1825655] Re: do-release-upgrade fails with "Your python3 install is corrupted" if /usr/bin/python points to /etc/alternatives/python

2019-10-24 Thread wolfgang rumpf
Yes. Tried that. Still getting the corrupt python3 error message. I can run python3, however, it works fine. Any suggestions on how to trouble-shoot this? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [Bug 1825655] Re: do-release-upgrade fails with "Your python3 install is corrupted" if /usr/bin/python points to /etc/alternatives/python

2019-10-23 Thread Steve Langasek
On Thu, Oct 24, 2019 at 12:44:25AM -, wolfgang rumpf wrote: > I'm experiencing the same issue as Nikita above. I have tried to > reinstall python3, I have tried replacing the symlinks, nothing has > fixed this. Help? The correct symlink is /usr/bin/python3 -> /usr/bin/python3.7. -- You

[Bug 1825655] Re: do-release-upgrade fails with "Your python3 install is corrupted" if /usr/bin/python points to /etc/alternatives/python

2019-10-23 Thread wolfgang rumpf
I'm experiencing the same issue as Nikita above. I have tried to reinstall python3, I have tried replacing the symlinks, nothing has fixed this. Help? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1825655] Re: do-release-upgrade fails with "Your python3 install is corrupted" if /usr/bin/python points to /etc/alternatives/python

2019-10-23 Thread Steve Langasek
> Just hit the exactly same issue while trying to upgrade from 19.04 to 19.10 No, that is not the same issue. In your case, the error message is *accurately* reporting that you have corrupted your python3 system install. /usr/bin/python3 and /usr/bin/python are not alternatives in Ubuntu, and

[Bug 1825655] Re: do-release-upgrade fails with "Your python3 install is corrupted" if /usr/bin/python points to /etc/alternatives/python

2019-10-23 Thread Nikita Koval
Just hit the exactly same issue while trying to upgrade from 19.04 to 19.10 root@ferma:~# ls -l /usr/bin/python* lrwxrwxrwx 1 root root 24 Oct 23 22:37 /usr/bin/python -> /etc/alternatives/python lrwxrwxrwx 1 root root 9 Mar 4 2019 /usr/bin/python2 -> python2.7 -rwxr-xr-x 1 root

[Bug 1825655] Re: do-release-upgrade fails with "Your python3 install is corrupted" if /usr/bin/python points to /etc/alternatives/python

2019-10-14 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-release-upgrader - 1:19.10.15 --- ubuntu-release-upgrader (1:19.10.15) eoan; urgency=medium * Don't check for validity of /usr/bin/python symlink because this is no longer relevant to the upgrades (and the printed error message was

[Bug 1825655] Re: do-release-upgrade fails with "Your python3 install is corrupted" if /usr/bin/python points to /etc/alternatives/python

2019-10-08 Thread Steve Langasek
** Changed in: ubuntu-release-upgrader (Ubuntu) Status: Confirmed => Fix Committed ** Changed in: ubuntu-release-upgrader (Ubuntu) Status: Fix Committed => In Progress ** Changed in: ubuntu-release-upgrader (Ubuntu) Assignee: (unassigned) => Steve Langasek (vorlon) -- You

[Bug 1825655] Re: do-release-upgrade fails with "Your python3 install is corrupted" if /usr/bin/python points to /etc/alternatives/python

2019-10-08 Thread Launchpad Bug Tracker
** Branch linked: lp:~vorlon/ubuntu-release-upgrader/lp.1825655 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1825655 Title: do-release-upgrade fails with "Your python3 install is corrupted" if

[Bug 1825655] Re: do-release-upgrade fails with "Your python3 install is corrupted" if /usr/bin/python points to /etc/alternatives/python

2019-05-13 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: ubuntu-release-upgrader (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1825655] Re: do-release-upgrade fails with "Your python3 install is corrupted" if /usr/bin/python points to /etc/alternatives/python

2019-04-20 Thread Dmitrii Shcherbakov
** Description changed: do-release-upgrade from 18.04 to 18.10 fails: " Reading cache Checking package manager Can not upgrade - Your python3 install is corrupted. Please fix the '/usr/bin/python3' - symlink. + Your python3 install is corrupted. Please fix the