apt fails if size of translated RFC822 message is much larger than the size of the original message.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
apt (Debian) |
Fix Released
|
Unknown
|
|||
apt (Ubuntu) |
Fix Released
|
Medium
|
Unassigned | ||
Lucid |
Fix Released
|
Medium
|
Unassigned | ||
synaptic (Ubuntu) |
Invalid
|
Medium
|
Unassigned | ||
Lucid |
Invalid
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: synaptic
TEST CASE:
$ export LANG=es_ES.utf8
$ apt-get update
$ synaptic
- in synaptic click on Buscar (search)
- enter some string (e.g 2vc)
- select Name and description
- click search
- mark the a package for installation and apply
The detailed summary dialog shows a NOT-AUTHENTICATED with an empty line
Other way to reproduce with apt:
$ LANG=es_ES.utf8 apt-get update; LANG=es_ES.utf8 apt-cache show texlive-latex-extra
Ubuntu Lucid Beta (upgraded up to 23/03/2010). Open Synaptic. Try to find any program (p.e. conky), the program appears. When I press apply.
The window that shows the report before to install tells me that some packages are not authenticated. If want to see more detail nothing shows in this space. (screenshot 1)
If I continue appears the following message (screenshot2):
---E: No se pudo tratar el archivo de paquetes /var/lib/
E: No se ha podido bloquear el directorio de descargas--
I tried to reload the package list and shows me the (screenshot3).
Nothing to do.
If I go to /var/lib/apt/lists/ and delete all the files (except the folder "partial"). After this I reloaded every file and I can install any program BUT ONLY THE FIRST TIME I open synaptic. if I try to install other after this is impossible. Synaptic turns to show me again the same messages.
If I use "apt-get" or the "Ubuntu software center" every thing works ok.
ProblemType: Bug
Architecture: i386
Date: Tue Mar 23 19:50:13 2010
DistroRelease: Ubuntu 10.04
ExecutablePath: /usr/sbin/synaptic
InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Alpha i386 (20100224.1)
Package: synaptic 0.63.1ubuntu1
ProcEnviron:
PATH=(custom, no user)
LANG=es_ES.utf8
SHELL=/bin/bash
ProcVersionSign
SourcePackage: synaptic
Uname: Linux 2.6.32-17-generic i686
-------
In my last post I noted that synaptic works ok if I select the file without searching it.
When I search it , impossible to install it.
Related branches
- Ubuntu Core Development Team: Pending requested
-
Diff: 443 lines (+76/-48)14 files modifiedapt-pkg/contrib/fileutl.cc (+10/-5)
doc/po/fr.po (+54/-32)
test/integration/framework (+1/-0)
test/integration/run-tests (+1/-1)
test/integration/test-autoremove (+1/-1)
test/integration/test-bug-590438-broken-provides-thanks-to-remove-order (+1/-1)
test/integration/test-bug-591882-conkeror (+1/-1)
test/integration/test-bug-595691-empty-and-broken-archive-files (+1/-1)
test/integration/test-bug-598669-install-postfix-gets-exim-heavy (+1/-1)
test/integration/test-compressed-indexes (+1/-1)
test/integration/test-disappearing-packages (+1/-1)
test/integration/test-pdiff-usage (+1/-1)
test/integration/test-policy-pinning (+1/-1)
test/integration/test-ubuntu-bug-614993 (+1/-1)
- Ubuntu Core Development Team: Pending requested
-
Diff: 73066 lines (+13639/-12297) (has conflicts)76 files modifiedapt-pkg/contrib/fileutl.cc (+26/-2)
apt-pkg/contrib/strutl.cc (+2/-2)
apt-pkg/deb/debindexfile.cc (+13/-9)
apt-pkg/deb/deblistparser.cc (+6/-0)
apt-pkg/deb/debsystem.cc (+2/-2)
apt-pkg/depcache.cc (+15/-1)
apt-pkg/packagemanager.cc (+3/-3)
apt-pkg/pkgcache.cc (+1/-0)
apt-pkg/pkgcache.h (+1/-1)
apt-pkg/policy.cc (+5/-4)
buildlib/debiandoc.mak (+2/-2)
buildlib/po4a_manpage.mak (+1/-1)
cmdline/apt-get.cc (+12/-0)
debian/apt.cron.daily (+15/-28)
debian/changelog (+158/-0)
debian/control (+1/-1)
doc/examples/configure-index (+1/-0)
doc/po/de.po (+292/-590)
doc/po/fr.po (+8/-4)
po/apt-all.pot (+278/-266)
po/ar.po (+278/-266)
po/ast.po (+299/-287)
po/bg.po (+278/-266)
po/bs.po (+278/-266)
po/ca.po (+375/-241)
po/cs.po (+278/-266)
po/cy.po (+278/-266)
po/da.po (+405/-226)
po/de.po (+350/-247)
po/dz.po (+278/-266)
po/el.po (+278/-266)
po/es.po (+278/-266)
po/eu.po (+278/-266)
po/fi.po (+278/-266)
po/fr.po (+278/-268)
po/gl.po (+278/-266)
po/he.po (+2/-2)
po/hu.po (+278/-266)
po/it.po (+284/-272)
po/ja.po (+278/-266)
po/km.po (+278/-266)
po/ko.po (+278/-266)
po/ku.po (+278/-266)
po/lt.po (+278/-266)
po/mr.po (+278/-266)
po/nb.po (+377/-236)
po/ne.po (+278/-266)
po/nl.po (+280/-268)
po/nn.po (+278/-266)
po/pl.po (+278/-266)
po/pt.po (+279/-267)
po/pt_BR.po (+278/-266)
po/ro.po (+278/-266)
po/ru.po (+279/-267)
po/sk.po (+278/-266)
po/sl.po (+278/-266)
po/sv.po (+278/-266)
po/th.po (+278/-266)
po/tl.po (+278/-266)
po/uk.po (+278/-266)
po/vi.po (+543/-535)
po/zh_CN.po (+278/-273)
po/zh_TW.po (+278/-266)
test/integration/Packages-policy-pinning (+12/-0)
test/integration/framework (+2/-1)
test/integration/run-tests (+1/-1)
test/integration/test-autoremove (+1/-1)
test/integration/test-bug-590438-broken-provides-thanks-to-remove-order (+1/-1)
test/integration/test-bug-591882-conkeror (+5/-5)
test/integration/test-bug-595691-empty-and-broken-archive-files (+91/-0)
test/integration/test-bug-598669-install-postfix-gets-exim-heavy (+22/-0)
test/integration/test-compressed-indexes (+1/-1)
test/integration/test-disappearing-packages (+1/-1)
test/integration/test-pdiff-usage (+1/-1)
test/integration/test-policy-pinning (+228/-0)
test/integration/test-ubuntu-bug-614993 (+62/-0)
summary: |
- Unable to install any program from synaptic. (in spanish installation) + Unable to install any program from synaptic after search it. (spanish + installation) |
description: | updated |
Changed in apt (Ubuntu): | |
status: | New → Confirmed |
description: | updated |
Changed in apt (Ubuntu): | |
status: | Confirmed → Invalid |
description: | updated |
Changed in synaptic (Ubuntu): | |
status: | Triaged → Invalid |
summary: |
- Unable to install any program from synaptic after search it. (spanish - installation) + apt fails if size of translated RFC822 message is much larger than the + size of the original message. |
description: | updated |
Changed in apt (Debian): | |
status: | Unknown → New |
Changed in apt (Ubuntu Lucid): | |
status: | New → In Progress |
importance: | Undecided → Medium |
Changed in synaptic (Ubuntu Lucid): | |
status: | New → Invalid |
description: | updated |
Changed in apt (Debian): | |
status: | New → Fix Released |
tags: |
added: verification-done removed: verification-needed |
Changed in apt (Ubuntu Lucid): | |
status: | Fix Released → Fix Committed |
status: | Fix Committed → Fix Released |
screenshot2