[Bug 1039484] Re: Accents in sources.list breaks do-release-upgrade

2013-09-13 Thread Brian Murray
@Tomás - you may have run into bug 1212025, however without the traceback from the crash it is hard to be certain. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1039484 Title: Accents in sources.lis

[Bug 1039484] Re: Accents in sources.list breaks do-release-upgrade

2013-09-03 Thread Tomás Cohen Arazi
This bug is still present when doing 13.04 > 13.10. I had some non-ASCII chars in comments (which were put by the upgrade scripts during the 12.10 > 13.04 upgrade, in spanish "actualización"). Removing those non- ASCII char allowed me to do the upgrade without issues. To reproduce: - Have a 13.04

[Bug 1039484] Re: Accents in sources.list breaks do-release-upgrade

2012-10-18 Thread Brian Murray
The distribution upgrade process downloads a tarball that contains the quantal version of ubuntu-release-upgrader and then uses that to proceed through the distribution upgrade. It would be helpful if you were to post the exact traceback that you received. Thanks in advance! -- You received thi

[Bug 1039484] Re: Accents in sources.list breaks do-release-upgrade

2012-10-17 Thread Maarten Fonville
Today I tried do upgrade a machine from Precise to Quantal, and this bug still appears. Shouldn't this updated package also be applied to Precise to solve it properly? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launch

[Bug 1039484] Re: Accents in sources.list breaks do-release-upgrade

2012-09-27 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-release-upgrader - 1:0.181 --- ubuntu-release-upgrader (1:0.181) quantal; urgency=low [ Colin Watson ] * DistUpgrade/DistUpgradeController.py: Guard against UnboundLocalError in doDistUpgradeFetching. [ Brian Murray ] * ensure that

[Bug 1039484] Re: Accents in sources.list breaks do-release-upgrade

2012-09-27 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu-release-upgrader -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1039484 Title: Accents in sources.list breaks do-release-upgrade To manage notifications about this bug go

[Bug 1039484] Re: Accents in sources.list breaks do-release-upgrade

2012-09-26 Thread Colin Watson
entry.comment is str in both Python 2 and Python 3; a reasonable choice given API constraints, although if you were doing it from scratch you'd probably make it unicode in Python 2 and str in Python 3 (henceforth "text"). It's important to distinguish between a byte string that contains UTF-8-enco

[Bug 1039484] Re: Accents in sources.list breaks do-release-upgrade

2012-09-19 Thread Brian Murray
This error occured when updating from precise to quantal and precise is using python2. So entry.comment is actually unicode in this case and it crashes when trying to convert it to a string. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 1039484] Re: Accents in sources.list breaks do-release-upgrade

2012-09-19 Thread Michael Vogt
My assumption would be that entry.comment is a byte string and _() returns a python3 str so python tries to convert to bytes and fails: entry.comment += " " + _("disabled on upgrade to %s") % self.toDist (or vice vera). It would be great to write a testcase for this. -- You received this b

[Bug 1039484] Re: Accents in sources.list breaks do-release-upgrade

2012-09-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~brian-murray/python-apt/bug-1039484 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1039484 Title: Accents in sources.list breaks do-release-upgrade To manage notifications abou

[Bug 1039484] Re: Accents in sources.list breaks do-release-upgrade

2012-09-17 Thread Brian Murray
These is actually a bug in sourceslist.py which is a part of python-apt. ** Changed in: update-manager (Ubuntu) Assignee: (unassigned) => Brian Murray (brian-murray) ** Changed in: update-manager (Ubuntu) Status: Triaged => In Progress ** Also affects: update-manager (Ubuntu Quantal)

[Bug 1039484] Re: Accents in sources.list breaks do-release-upgrade

2012-08-21 Thread Jean-Baptiste Lallement
** Changed in: update-manager (Ubuntu) Status: New => Triaged ** Changed in: update-manager (Ubuntu) Importance: Undecided => High ** Tags added: rls-q-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.l

[Bug 1039484] Re: Accents in sources.list breaks do-release-upgrade

2012-08-21 Thread Víctor R . Ruiz
** Attachment added: "main.log" https://bugs.launchpad.net/bugs/1039484/+attachment/3270178/+files/main.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1039484 Title: Accents in sources.list br