P->Q - do-release-upgrade crashed with UnicodeEncodeError: 'ascii' codec can't encode character u'\xbb' in position 1: ordinal not in range(128) in DistUpgrade/DistUpgradeViewText.py", line 143, in showInPager
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-release-upgrader (Ubuntu) |
Fix Released
|
High
|
Michael Vogt | ||
Quantal |
Fix Released
|
High
|
Michael Vogt |
Bug Description
= Test Case =
1. install precise
2. edit /etc/update-
3. use a language like german or french
4. run sudo do-release-upgrade --frontend=
5. You will be asked if you want to update your system (still on Precise). Answer 'oui' or 'ja', as the language may be. The process will now advance to grab the Quantal repositories
6. on the "Forsetzen" (or "_Continuer" (continue) prompt press "d"
7. verify FAIL with a UnicodeEncodeError as seen below
8. Verify /etc/apt/
9. run sudo do-release-upgrade --proposed --frontend=
10. repeat 4-6 above
11. verify not FAIL
I started
sudo do-release-upgrade
in 12.04. After downloading new packages list and generating changes it asked me if I want to proceed or see details.:
Fortsetzen [j/N] Details [d]
I pressed 'd' and do-release-upgrade crashed with stack trace, see the attached /var/log/
ProblemType: BugDistroRelease: Ubuntu 12.04
Package: update-manager-core 1:0.156.14.11
ProcVersionSign
Uname: Linux 3.2.0-32-
ApportVersion: 2.0.1-0ubuntu13
Architecture: i386
Date: Fri Oct 19 01:51:57 2012
GsettingsChanges:
com.ubuntu.
com.ubuntu.
com.ubuntu.
com.ubuntu.
com.ubuntu.
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 (20120423)
ProcEnviron:
TERM=xterm
PATH=(custom, user)
LANG=de_DE.UTF-8
SHELL=
UpgradeStatus: Upgraded to precise on 2012-10-18 (0 days ago)
VarLogDistupgra
mtime.conffile.
affects: | update-manager (Ubuntu) → ubuntu-release-upgrader (Ubuntu) |
Changed in ubuntu-release-upgrader (Ubuntu): | |
status: | Triaged → In Progress |
assignee: | nobody → Michael Vogt (mvo) |
description: | updated |
Changed in ubuntu-release-upgrader (Ubuntu Quantal): | |
status: | New → Fix Committed |
importance: | Undecided → Critical |
assignee: | nobody → Michael Vogt (mvo) |
Changed in ubuntu-release-upgrader (Ubuntu): | |
importance: | Critical → High |
Changed in ubuntu-release-upgrader (Ubuntu Quantal): | |
importance: | Critical → High |
description: | updated |
description: | updated |
description: | updated |
The problem doesn't occur if I use C locales:
sudo LANG=C do-release-upgrade