@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
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
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
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
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
** 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
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
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
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
** 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
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)
** 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
** 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
13 matches
Mail list logo