[Bug 1874250] Re: do-release-upgrade fails 19.10->20.04 AttributeError: 'UbuntuDistroInfo' object has no attribute 'version'

2020-11-03 Thread Jaroslaw Smorczewski
*** This bug is a duplicate of bug 1848829 *** https://bugs.launchpad.net/bugs/1848829 After upgrade my distro-info came to "normal" and it sports version and get_all methods indeed. They are slightly different that my mod but effect is the same. -- You received this bug notification because

[Bug 1874250] Re: do-release-upgrade fails 19.10->20.04 AttributeError: 'UbuntuDistroInfo' object has no attribute 'version'

2020-11-03 Thread Jaroslaw Smorczewski
*** This bug is a duplicate of bug 1848829 *** https://bugs.launchpad.net/bugs/1848829 I can confirm that the system upgrade went all good and I have Ubuntu 20.04 LTS now with new KDE GUI, everything works fine and I have no issues so far. For those having the same issue, my hack works. --

[Bug 1874250] Re: do-release-upgrade fails 19.10->20.04 AttributeError: 'UbuntuDistroInfo' object has no attribute 'version'

2020-11-03 Thread Jaroslaw Smorczewski
*** This bug is a duplicate of bug 1848829 *** https://bugs.launchpad.net/bugs/1848829 All right, cosidering Brian feedback I found the way to override the issue. This is my modification to distro-info.py file sitting in: /usr/local/lib/python3.6/dist-packages/ I had to add 2 methods to get

[Bug 1874250] Re: do-release-upgrade fails 19.10->20.04 AttributeError: 'UbuntuDistroInfo' object has no attribute 'version'

2020-11-03 Thread Jaroslaw Smorczewski
*** This bug is a duplicate of bug 1848829 *** https://bugs.launchpad.net/bugs/1848829 updating these packages or update manager do nothing. I mean no changes in the system. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://

[Bug 1874250] Re: do-release-upgrade fails 19.10->20.04 AttributeError: 'UbuntuDistroInfo' object has no attribute 'version'

2020-11-03 Thread Jaroslaw Smorczewski
*** This bug is a duplicate of bug 1848829 *** https://bugs.launchpad.net/bugs/1848829 well, I can't say exactly, that's the thing. When I call Muon it shows me: python-distro-info to be 018ubuntu18.04.1, size 53kb when I call pip3 it shows me: distro-info to be 0.0.0 - this package cannot be

[Bug 1874250] Re: do-release-upgrade fails 19.10->20.04 AttributeError: 'UbuntuDistroInfo' object has no attribute 'version'

2020-11-02 Thread Jaroslaw Smorczewski
*** This bug is a duplicate of bug 1848829 *** https://bugs.launchpad.net/bugs/1848829 instead of proving that everything is fine here (it is not), please paste you DistroInfo class code. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 1874250] Re: do-release-upgrade fails 19.10->20.04 AttributeError: 'UbuntuDistroInfo' object has no attribute 'version'

2020-11-02 Thread Jaroslaw Smorczewski
*** This bug is a duplicate of bug 1848829 *** https://bugs.launchpad.net/bugs/1848829 to be fair with Brian, here is my output and no version can provide that you have >>> import distro_info >>> di = distro_info.UbuntuDistroInfo() >>> [r.version for r in di.get_all("object")] Traceback (most

[Bug 1874250] Re: do-release-upgrade fails 19.10->20.04 AttributeError: 'UbuntuDistroInfo' object has no attribute 'version'

2020-11-02 Thread Jaroslaw Smorczewski
*** This bug is a duplicate of bug 1848829 *** https://bugs.launchpad.net/bugs/1848829 Well, it doesn't for many others. As I said I compared all the disto-versions of ubuntu 18.04 and none f them has version or get_all() method. In your case it seems to be a left over from older systems you

[Bug 1874250] Re: do-release-upgrade fails 19.10->20.04 AttributeError: 'UbuntuDistroInfo' object has no attribute 'version'

2020-11-02 Thread Jaroslaw Smorczewski
*** This bug is a duplicate of bug 1848829 *** https://bugs.launchpad.net/bugs/1848829 it would be a greater help if someone could attach DistroInfo object code here. The of which works of course, the fix of this issue is quite obvious but it require help from those who have no issue. -- You

[Bug 1874250] Re: do-release-upgrade fails 19.10->20.04 AttributeError: 'UbuntuDistroInfo' object has no attribute 'version'

2020-11-01 Thread Jaroslaw Smorczewski
*** This bug is a duplicate of bug 1848829 *** https://bugs.launchpad.net/bugs/1848829 in my case reinstalling distro-info doesn't help I compared the code of both packages and spoken class DistroInfo is exactly the same. I think that upgrade scripts are outdated, not distro-info package. In

[Bug 1874250] Re: do-release-upgrade fails 19.10->20.04 AttributeError: 'UbuntuDistroInfo' object has no attribute 'version'

2020-11-01 Thread Jaroslaw Smorczewski
*** This bug is a duplicate of bug 1848829 *** https://bugs.launchpad.net/bugs/1848829 This bug affects all ubuntu version since I think 18.04 The problem is that upgrader tries to use UbuntuDistroInfo object (child of DistroInfo) in unsupported way. I believe it is upgrader issue. At least