[Bug 1841675] Re: do-release-upgrade crashed with AttributeError in tryMarkObsoleteForRemoval(): 'Package' object has no attribute 'section'

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

  * do-release-upgrade: also check for linux-image- in reboot-required.pkgs,
refusing upgrading before a reboot is performed. (LP: #1844805)

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
inaccurate).  LP: #1825655.
  * Clean up remaining references to /usr/bin/python (tests and utilities)
in the source.

ubuntu-release-upgrader (1:19.10.14) eoan; urgency=medium

  * DistUpgrade/DistUpgradeCache.py: New python3-apt bindings no longer provide
Package.section, so switch to using Package.{candidate,installed}.section
whenever applicable. This fixes broken partial upgrades. (LP: #1841675)

ubuntu-release-upgrader (1:19.10.13) eoan; urgency=medium

  [ Brian Murray ]
  * DistUpgrade/DistUpgradeQuirks.py: do not include gnome-system-monitor in
the deb to snap transition anymore. (LP: #1845485)
  * DistUpgrade/DistUpgradeQuirks.py: improve wording regarding not being able
to upgrade from a system with an apt architecture of i386.

  [ Łukasz 'sil2100' Zemczak ]
  * DistUpgrade/DistUpgradeQuirks.py: slightly refactor code to fix related
unit tests.

 -- Adam Conrad   Thu, 31 Oct 2019 13:38:35 -0600

** Changed in: ubuntu-release-upgrader (Ubuntu Eoan)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1841675

Title:
  do-release-upgrade crashed with AttributeError in
  tryMarkObsoleteForRemoval(): 'Package' object has no attribute
  'section'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1841675/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1841675] Re: do-release-upgrade crashed with AttributeError in tryMarkObsoleteForRemoval(): 'Package' object has no attribute 'section'

2019-10-31 Thread Brian Murray
Hello Bart, 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 this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-eoan to verification-done-eoan. If it does not fix
the bug for you, please add a comment stating that, and change the tag
to verification-failed-eoan. In either case, without details of your
testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: ubuntu-release-upgrader (Ubuntu Eoan)
   Status: Fix Released => Fix Committed

** Tags added: verification-needed verification-needed-eoan

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1841675

Title:
  do-release-upgrade crashed with AttributeError in
  tryMarkObsoleteForRemoval(): 'Package' object has no attribute
  'section'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1841675/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1841675] Re: do-release-upgrade crashed with AttributeError in tryMarkObsoleteForRemoval(): 'Package' object has no attribute 'section'

2019-10-31 Thread Brian Murray
The upload of ubuntu-release-upgrader 19.10.15.2 was about building the
release upgrader tarball as that was broken. Given that the fix for this
bug is not actually in code that runs in the release upgrader tarball I
am setting this to verification-done.

** Tags removed: verification-needed verification-needed-eoan
** Tags added: verification-done verification-done-eoan

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1841675

Title:
  do-release-upgrade crashed with AttributeError in
  tryMarkObsoleteForRemoval(): 'Package' object has no attribute
  'section'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1841675/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1841675] Re: do-release-upgrade crashed with AttributeError in tryMarkObsoleteForRemoval(): 'Package' object has no attribute 'section'

2019-10-10 Thread Łukasz Zemczak
@dinamic6661 Hey! We released a fixed ubuntu-release-upgrader for this
issue - could you check if you can reproduce the bug with version
1:19.10.14? Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1841675

Title:
  do-release-upgrade crashed with AttributeError in
  tryMarkObsoleteForRemoval(): 'Package' object has no attribute
  'section'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1841675/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1841675] Re: do-release-upgrade crashed with AttributeError in tryMarkObsoleteForRemoval(): 'Package' object has no attribute 'section'

2019-10-10 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-release-upgrader - 1:19.10.14

---
ubuntu-release-upgrader (1:19.10.14) eoan; urgency=medium

  * DistUpgrade/DistUpgradeCache.py: New python3-apt bindings no longer provide
Package.section, so switch to using Package.{candidate,installed}.section
whenever applicable. This fixes broken partial upgrades. (LP: #1841675)

 -- Łukasz 'sil2100' Zemczak   Thu, 10 Oct
2019 09:59:30 +0200

** Changed in: ubuntu-release-upgrader (Ubuntu Eoan)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1841675

Title:
  do-release-upgrade crashed with AttributeError in
  tryMarkObsoleteForRemoval(): 'Package' object has no attribute
  'section'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1841675/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1841675] Re: do-release-upgrade crashed with AttributeError in tryMarkObsoleteForRemoval(): 'Package' object has no attribute 'section'

2019-10-09 Thread Łukasz Zemczak
** Branch linked: lp:~sil2100/ubuntu-release-upgrader/package-section-
fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1841675

Title:
  do-release-upgrade crashed with AttributeError in
  tryMarkObsoleteForRemoval(): 'Package' object has no attribute
  'section'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1841675/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1841675] Re: do-release-upgrade crashed with AttributeError in tryMarkObsoleteForRemoval(): 'Package' object has no attribute 'section'

2019-10-08 Thread Łukasz Zemczak
** Changed in: ubuntu-release-upgrader (Ubuntu Eoan)
 Assignee: (unassigned) => Łukasz Zemczak (sil2100)

** Changed in: ubuntu-release-upgrader (Ubuntu Eoan)
   Status: Triaged => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1841675

Title:
  do-release-upgrade crashed with AttributeError in
  tryMarkObsoleteForRemoval(): 'Package' object has no attribute
  'section'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1841675/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1841675] Re: do-release-upgrade crashed with AttributeError in tryMarkObsoleteForRemoval(): 'Package' object has no attribute 'section'

2019-10-03 Thread Brian Murray
** Changed in: ubuntu-release-upgrader (Ubuntu Eoan)
   Status: Confirmed => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1841675

Title:
  do-release-upgrade crashed with AttributeError in
  tryMarkObsoleteForRemoval(): 'Package' object has no attribute
  'section'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1841675/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1841675] Re: do-release-upgrade crashed with AttributeError in tryMarkObsoleteForRemoval(): 'Package' object has no attribute 'section'

2019-09-17 Thread dinamic
this bug is not fixed, happened to me again today

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1841675

Title:
  do-release-upgrade crashed with AttributeError in
  tryMarkObsoleteForRemoval(): 'Package' object has no attribute
  'section'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1841675/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1841675] Re: do-release-upgrade crashed with AttributeError in tryMarkObsoleteForRemoval(): 'Package' object has no attribute 'section'

2019-08-31 Thread Bart Thevis
No problems anymore since this week (wednesday) updates.

Launchpad Bug Tracker schreef op di 27-08-2019 om 23:00 [+]:
> 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.
https://bugs.launchpad.net/bugs/1841675

Title:
  do-release-upgrade crashed with AttributeError in
  tryMarkObsoleteForRemoval(): 'Package' object has no attribute
  'section'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1841675/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1841675] Re: do-release-upgrade crashed with AttributeError in tryMarkObsoleteForRemoval(): 'Package' object has no attribute 'section'

2019-08-30 Thread Francis Ginther
** Tags added: id-5d67f902a91f1d4cce5576ab

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1841675

Title:
  do-release-upgrade crashed with AttributeError in
  tryMarkObsoleteForRemoval(): 'Package' object has no attribute
  'section'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1841675/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1841675] Re: do-release-upgrade crashed with AttributeError in tryMarkObsoleteForRemoval(): 'Package' object has no attribute 'section'

2019-08-29 Thread Brian Murray
This appears in one of the duplicate bugs:

Starting 2 pkgProblemResolver with broken count: 2
Investigating (0) libedata-book-1.2-25:amd64 < 3.32.2-2 @ii mK Ib >
Broken libedata-book-1.2-25:amd64 Depends on libebackend-1.2-10:amd64 < 
3.32.2-2 -> 3.33.4-1 @ii umU > (= 3.32.2-2)
  Considering libebackend-1.2-10:amd64 8 as a solution to 
libedata-book-1.2-25:amd64 1
  Removing libedata-book-1.2-25:amd64 rather than change 
libebackend-1.2-10:amd64
Investigating (0) libebook-1.2-19:amd64 < 3.32.2-2 @ii mK Ib >
Broken libebook-1.2-19:amd64 Depends on libedata-book-1.2-25:amd64 < 3.32.2-2 
@ii mR > (= 3.32.2-2)
  Considering libedata-book-1.2-25:amd64 1 as a solution to 
libebook-1.2-19:amd64 0
  Removing libebook-1.2-19:amd64 rather than change libedata-book-1.2-25:amd64
Investigating (0) libedata-cal-1.2-29:amd64 < 3.32.2-2 @ii mK Ib >
Broken libedata-cal-1.2-29:amd64 Depends on libebackend-1.2-10:amd64 < 3.32.2-2 
-> 3.33.4-1 @ii umU > (= 3.32.2-2)
  Considering libebackend-1.2-10:amd64 8 as a solution to 
libedata-cal-1.2-29:amd64 0
  Removing libedata-cal-1.2-29:amd64 rather than change libebackend-1.2-10:amd64
Done
ERROR:root:not handled exception:
Traceback (most recent call last):

  File "/usr/lib/ubuntu-release-upgrader/do-partial-upgrade", line 114, in 

controller.doPartialUpgrade()

  File "/usr/lib/python3/dist-packages/DistUpgrade/DistUpgradeController.py", 
line 2095, in doPartialUpgrade
if not self.askDistUpgrade():

  File "/usr/lib/python3/dist-packages/DistUpgrade/DistUpgradeController.py", 
line 1154, in askDistUpgrade
changes = self.calcDistUpgrade()

  File "/usr/lib/python3/dist-packages/DistUpgrade/DistUpgradeController.py", 
line 1117, in calcDistUpgrade
if not self.cache.distUpgrade(self._view, self.serverMode, 
self._partialUpgrade):

  File "/usr/lib/python3/dist-packages/DistUpgrade/DistUpgradeCache.py", line 
241, in wrapper
res = f(*args, **kwargs)

  File "/usr/lib/python3/dist-packages/DistUpgrade/DistUpgradeCache.py", line 
609, in distUpgrade
self.keep_installed_rule()

  File "/usr/lib/python3/dist-packages/DistUpgrade/DistUpgradeCache.py", line 
463, in keep_installed_rule
and pkg.marked_delete and pkg.section == section):

AttributeError: 'Package' object has no attribute 'section'

** Also affects: ubuntu-release-upgrader (Ubuntu Eoan)
   Importance: Medium
   Status: Confirmed

** Tags removed: rls-ee-incoming

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1841675

Title:
  do-release-upgrade crashed with AttributeError in
  tryMarkObsoleteForRemoval(): 'Package' object has no attribute
  'section'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1841675/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1841675] Re: do-release-upgrade crashed with AttributeError in tryMarkObsoleteForRemoval(): 'Package' object has no attribute 'section'

2019-08-28 Thread dinamic
same here, just updated today (2019-08-29). yesterday's update was fine

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1841675

Title:
  do-release-upgrade crashed with AttributeError in
  tryMarkObsoleteForRemoval(): 'Package' object has no attribute
  'section'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1841675/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1841675] Re: do-release-upgrade crashed with AttributeError in tryMarkObsoleteForRemoval(): 'Package' object has no attribute 'section'

2019-08-28 Thread Brian Murray
** Information type changed from Private to Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1841675

Title:
  do-release-upgrade crashed with AttributeError in
  tryMarkObsoleteForRemoval(): 'Package' object has no attribute
  'section'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1841675/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs