package-data-downloader: KeyError: 'paquetes'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
update-notifier (Ubuntu) |
Triaged
|
High
|
Steve Langasek | ||
Precise |
Fix Released
|
High
|
Steve Langasek | ||
Quantal |
Won't Fix
|
High
|
Steve Langasek |
Bug Description
i have upgraded from 3 previous versions from 12.04 - had 1gb free space on / when the 12.04 upgrage was completing - or cleaning up stage - not sure if this is related. till the previous version of 12.04 - 11.10 - the upgrades were smooth.
no big deal if u cant id this issue - worst case i can reformat. on my other laptop, switched to ubuntu with 11.10 and am happy it does my home entertainment and work.
keep up the good work gents and ladies!
ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: update-
ProcVersionSign
Uname: Linux 3.2.0-24-generic i686
ApportVersion: 2.0.1-0ubuntu7
Architecture: i386
Date: Tue May 22 23:00:34 2012
ErrorMessage: ErrorMessage: subprocess installed post-installation script returned error exit status 1
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
PackageArchitec
SourcePackage: update-notifier
Title: package update-
UpgradeStatus: Upgraded to precise on 2012-05-22 (0 days ago)
Related branches
- Dennis Kaarsemaker: Pending requested
- Diff: 0 lines
affects: | ubuntu → update-notifier (Ubuntu) |
summary: |
- package update-notifier-common 0.119ubuntu8.2 failed to install/upgrade: - ErrorMessage: subprocess installed post-installation script returned - error exit status 1 + package-data-KeyError: 'paquetes' |
summary: |
- package-data-KeyError: 'paquetes' + package-data-downloader: KeyError: 'paquetes' |
Changed in update-notifier (Ubuntu Precise): | |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → Steve Langasek (vorlon) |
tags: | added: bugpattern-written |
tags: | added: verification-done |
tags: | added: rls-q-notfixing |
Changed in update-notifier (Ubuntu Quantal): | |
status: | Fix Committed → Triaged |
no longer affects: | language-pack-gnome-ast (Ubuntu) |
no longer affects: | language-pack-gnome-ast (Ubuntu Precise) |
no longer affects: | language-pack-gnome-ast (Ubuntu Quantal) |
no longer affects: | language-pack-gnome-gl (Ubuntu Precise) |
no longer affects: | language-pack-gnome-hr (Ubuntu) |
no longer affects: | language-pack-gnome-hr (Ubuntu Precise) |
no longer affects: | language-pack-gnome-gl (Ubuntu Quantal) |
no longer affects: | language-pack-gnome-hr (Ubuntu Quantal) |
no longer affects: | language-pack-gnome-gl (Ubuntu) |
The bottom of the python backtrace shows:
File "/usr/lib/ update- notifier/ package- data-downloader ", line 150, in trigger_ update_ notifier python2. 7/string. py", line 172, in substitute sub(convert, self.template) python2. 7/string. py", line 162, in convert
{'packages' : ", ".join(packages)}))
File "/usr/lib/
return self.pattern.
File "/usr/lib/
val = mapping[named]
KeyError: 'paquetes'
This indicates that someone has translated the variable name in the template string, which shouldn't have been done. I'll work on correcting this.