[Bug 839986] Re: update-manager crashed with StopIteration in uri()
Julian Andres Klode
juliank at ubuntu.com
Thu Oct 24 10:39:37 UTC 2013
This was fixed sometime ago:
@property
def uri(self):
"""Return a single URI for the binary.
.. versionadded:: 0.7.10
"""
try:
return iter(self._uris()).next()
except StopIteration:
return None
** Changed in: python-apt (Ubuntu)
Status: Triaged => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to python-apt in Ubuntu.
https://bugs.launchpad.net/bugs/839986
Title:
update-manager crashed with StopIteration in uri()
Status in “python-apt” package in Ubuntu:
Fix Released
Status in “update-manager” package in Ubuntu:
Fix Released
Bug description:
update-manager see detail packages and bug
ProblemType: Crash
DistroRelease: Ubuntu 11.10
Package: update-manager 1:0.152.16
ProcVersionSignature: Ubuntu 3.0.0-9.15-generic 3.0.3
Uname: Linux 3.0.0-9-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Sat Sep 3 01:48:30 2011
ExecutablePath: /usr/bin/update-manager
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta amd64+mac (20110830)
InterpreterPath: /usr/bin/python2.7
PackageArchitecture: all
ProcCmdline: /usr/bin/python /usr/bin/update-manager
ProcEnviron:
PATH=(custom, no user)
LANG=fr_FR.UTF-8
SHELL=/bin/bash
PythonArgs: ['/usr/bin/update-manager']
SourcePackage: update-manager
Title: update-manager crashed with StopIteration in uri()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/839986/+subscriptions
More information about the foundations-bugs
mailing list