[Bug 588476] Re: aptd crashed with AttributeError in _emit_acquire_item()

2010-07-29 Thread Sebastian Heinlein
** Changed in: aptdaemon (Ubuntu) Status: Fix Committed = Fix Released -- aptd crashed with AttributeError in _emit_acquire_item() https://bugs.launchpad.net/bugs/588476 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 588476] Re: aptd crashed with AttributeError in _emit_acquire_item()

2010-07-07 Thread Jon Spriggs
I also received this today - I had network connection, but my upstream router was pointing everything to an error page (including DNS resolves) - I'm guessing this was a symptom of the fault, but given the fix described before, it was not the fault itself. -- aptd crashed with AttributeError in

[Bug 588476] Re: aptd crashed with AttributeError in _emit_acquire_item()

2010-07-06 Thread Nicolas DERIVE
@glatzor: Is it released in maverick ? If it is, it should not correctly fix it because I got this today again. -- aptd crashed with AttributeError in _emit_acquire_item() https://bugs.launchpad.net/bugs/588476 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 588476] Re: aptd crashed with AttributeError in _emit_acquire_item()

2010-06-27 Thread Nicolas DERIVE
@mvo: some update on the upstream resolution of this bug with this trivial fix? -- aptd crashed with AttributeError in _emit_acquire_item() https://bugs.launchpad.net/bugs/588476 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 588476] Re: aptd crashed with AttributeError in _emit_acquire_item()

2010-06-27 Thread Sebastian Heinlein
Fixed in rev 403 some time ago. ** Changed in: aptdaemon (Ubuntu) Status: New = Fix Committed -- aptd crashed with AttributeError in _emit_acquire_item() https://bugs.launchpad.net/bugs/588476 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 588476] Re: aptd crashed with AttributeError in _emit_acquire_item()

2010-06-18 Thread Nicolò Chieffo
Actually the class apt_pkg.AcquireItem does not have an attribute named STAT_FAILED, but it has STAT_ERROR This is definitely an error -- aptd crashed with AttributeError in _emit_acquire_item() https://bugs.launchpad.net/bugs/588476 You received this bug notification because you are a member

[Bug 588476] Re: aptd crashed with AttributeError in _emit_acquire_item()

2010-06-18 Thread Nicolò Chieffo
which can easily be fixed by changing the line 119 elif item.owner.status == apt_pkg.AcquireItem.STAT_FAILED: to elif item.owner.status == apt_pkg.AcquireItem.STAT_ERROR: -- aptd crashed with AttributeError in _emit_acquire_item() https://bugs.launchpad.net/bugs/588476 You received this bug

[Bug 588476] Re: aptd crashed with AttributeError in _emit_acquire_item()

2010-06-02 Thread Apport retracing service
** Tags removed: need-duplicate-check -- aptd crashed with AttributeError in _emit_acquire_item() https://bugs.launchpad.net/bugs/588476 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 588476] Re: aptd crashed with AttributeError in _emit_acquire_item()

2010-06-01 Thread Nicolas DERIVE
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/49521505/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/49521506/ProcMaps.txt ** Attachment added: ProcStatus.txt http://launchpadlibrarian.net/49521507/ProcStatus.txt ** Attachment