[Bug 1593869] Re: do-release-upgrade crashed with ValueError in update_interface(): could not convert string to float: '0, 0000'
Andreas
1593869 at bugs.launchpad.net
Wed Nov 16 10:40:06 UTC 2016
My output after starting the update from shell was:
update-manager
/usr/bin/update-manager:28: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
from gi.repository import Gtk
/usr/lib/python3/dist-packages/UpdateManager/UnitySupport.py:29: PyGIWarning: Dbusmenu was imported without specifying a version first. Use gi.require_version('Dbusmenu', '0.4') before import to ensure that the right version gets loaded.
from gi.repository import Dbusmenu, Unity
/usr/lib/python3/dist-packages/UpdateManager/UnitySupport.py:29: PyGIWarning: Unity was imported without specifying a version first. Use gi.require_version('Unity', '7.0') before import to ensure that the right version gets loaded.
from gi.repository import Dbusmenu, Unity
Neue Veröffentlichungen von Ubuntu werden gesucht
/usr/lib/python3/dist-packages/DistUpgrade/DistUpgradeFetcher.py:23: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
from gi.repository import Gtk, Gdk
/usr/lib/python3/dist-packages/DistUpgrade/ReleaseNotesViewerWebkit.py:33: PyGIWarning: WebKit2 was imported without specifying a version first. Use gi.require_version('WebKit2', '4.0') before import to ensure that the right version gets loaded.
from gi.repository import WebKit2 as WebKit
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
»yakkety.tar.gz« wird gegenüber »yakkety.tar.gz.gpg« legitimiert
»yakkety.tar.gz« wird entpackt
Inhibiting until Ctrl+C is pressed...
Traceback (most recent call last):
File "/tmp/ubuntu-release-upgrader-q6lhlwwi/yakkety", line 8, in <module>
sys.exit(main())
File "/tmp/ubuntu-release-upgrader-q6lhlwwi/DistUpgrade/DistUpgradeMain.py", line 242, in main
if app.run():
File "/tmp/ubuntu-release-upgrader-q6lhlwwi/DistUpgrade/DistUpgradeController.py", line 1880, in run
return self.fullUpgrade()
File "/tmp/ubuntu-release-upgrader-q6lhlwwi/DistUpgrade/DistUpgradeController.py", line 1845, in fullUpgrade
if not self.doDistUpgrade():
File "/tmp/ubuntu-release-upgrader-q6lhlwwi/DistUpgrade/DistUpgradeController.py", line 1183, in doDistUpgrade
res = self.cache.commit(fprogress,iprogress)
File "/tmp/ubuntu-release-upgrader-q6lhlwwi/DistUpgrade/DistUpgradeCache.py", line 267, in commit
apt.Cache.commit(self, fprogress, iprogress)
File "/usr/lib/python3/dist-packages/apt/cache.py", line 515, in commit
res = self.install_archives(pm, install_progress)
File "/usr/lib/python3/dist-packages/apt/cache.py", line 479, in install_archives
res = install_progress.run(pm)
File "/tmp/ubuntu-release-upgrader-q6lhlwwi/DistUpgrade/DistUpgradeView.py", line 234, in run
res = os.WEXITSTATUS(self.wait_child())
File "/tmp/ubuntu-release-upgrader-q6lhlwwi/DistUpgrade/DistUpgradeViewGtk3.py", line 339, in wait_child
self.update_interface()
File "/tmp/ubuntu-release-upgrader-q6lhlwwi/DistUpgrade/DistUpgradeViewGtk3.py", line 346, in update_interface
InstallProgress.update_interface(self)
File "/usr/lib/python3/dist-packages/apt/progress/base.py", line 255, in update_interface
if float(percent) != self.percent or status_str != self.status:
ValueError: could not convert string to float: '0,0000'
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/problem_report.py", line 497, in add_to_existing
self.write(f)
File "/usr/lib/python3/dist-packages/problem_report.py", line 450, in write
block = f.read(1048576)
File "/usr/lib/python3.5/codecs.py", line 321, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8b in position 1: invalid start byte
Original exception was:
Traceback (most recent call last):
File "/tmp/ubuntu-release-upgrader-q6lhlwwi/yakkety", line 8, in <module>
sys.exit(main())
File "/tmp/ubuntu-release-upgrader-q6lhlwwi/DistUpgrade/DistUpgradeMain.py", line 242, in main
if app.run():
File "/tmp/ubuntu-release-upgrader-q6lhlwwi/DistUpgrade/DistUpgradeController.py", line 1880, in run
return self.fullUpgrade()
File "/tmp/ubuntu-release-upgrader-q6lhlwwi/DistUpgrade/DistUpgradeController.py", line 1845, in fullUpgrade
if not self.doDistUpgrade():
File "/tmp/ubuntu-release-upgrader-q6lhlwwi/DistUpgrade/DistUpgradeController.py", line 1183, in doDistUpgrade
res = self.cache.commit(fprogress,iprogress)
File "/tmp/ubuntu-release-upgrader-q6lhlwwi/DistUpgrade/DistUpgradeCache.py", line 267, in commit
apt.Cache.commit(self, fprogress, iprogress)
File "/usr/lib/python3/dist-packages/apt/cache.py", line 515, in commit
res = self.install_archives(pm, install_progress)
File "/usr/lib/python3/dist-packages/apt/cache.py", line 479, in install_archives
res = install_progress.run(pm)
File "/tmp/ubuntu-release-upgrader-q6lhlwwi/DistUpgrade/DistUpgradeView.py", line 234, in run
res = os.WEXITSTATUS(self.wait_child())
File "/tmp/ubuntu-release-upgrader-q6lhlwwi/DistUpgrade/DistUpgradeViewGtk3.py", line 339, in wait_child
self.update_interface()
File "/tmp/ubuntu-release-upgrader-q6lhlwwi/DistUpgrade/DistUpgradeViewGtk3.py", line 346, in update_interface
InstallProgress.update_interface(self)
File "/usr/lib/python3/dist-packages/apt/progress/base.py", line 255, in update_interface
if float(percent) != self.percent or status_str != self.status:
ValueError: could not convert string to float: '0,0000'
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ubuntu-release-upgrader in
Ubuntu.
https://bugs.launchpad.net/bugs/1593869
Title:
do-release-upgrade crashed with ValueError in update_interface():
could not convert string to float: '0,0000'
Status in ubuntu-release-upgrader package in Ubuntu:
Confirmed
Bug description:
The upgrader froze then closed after a while
ProblemType: Crash
DistroRelease: Ubuntu 16.10
Package: ubuntu-release-upgrader-core 1:16.10.1
ProcVersionSignature: Ubuntu 4.4.0-25.44-generic 4.4.13
Uname: Linux 4.4.0-25-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu4
Architecture: amd64
CrashDB: ubuntu
Date: Fri Jun 17 21:52:44 2016
ExecutablePath: /usr/bin/do-release-upgrade
InstallationDate: Installed on 2016-06-17 (0 days ago)
InstallationMedia: Ubuntu-MATE 16.10 "Yakkety Yak" - Alpha amd64 (20160617)
InterpreterPath: /usr/bin/python3.5
PackageArchitecture: all
ProcCmdline: /usr/bin/python3 /usr/lib/ubuntu-release-upgrader/do-partial-upgrade --frontend=DistUpgradeViewGtk3
ProcEnviron:
SHELL=/bin/bash
LANG=da_DK.UTF-8
LANGUAGE=da
PATH=(custom, no user)
PythonArgs: ['/usr/bin/do-release-upgrade', '--frontend=DistUpgradeViewGtk3']
SourcePackage: ubuntu-release-upgrader
Title: do-release-upgrade crashed with ValueError in update_interface(): could not convert string to float: '0,0000'
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
VarLogDistupgradeTermlog:
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1593869/+subscriptions
More information about the foundations-bugs
mailing list