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
Bugs, which is subscribed to 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'

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to