--- Begin Message ---
Package: apt
Version: 0.8.10.1
Severity: normal
With this locale settings:
~ # locale
LANG=es_ES.UTF-8
LC_CTYPE="es_ES.UTF-8"
LC_NUMERIC="es_ES.UTF-8"
LC_TIME="es_ES.UTF-8"
LC_COLLATE="es_ES.UTF-8"
LC_MONETARY="es_ES.UTF-8"
LC_MESSAGES="es_ES.UTF-8"
LC_PAPER="es_ES.UTF-8"
LC_NAME="es_ES.UTF-8"
LC_ADDRESS="es_ES.UTF-8"
LC_TELEPHONE="es_ES.UTF-8"
LC_MEASUREMENT="es_ES.UTF-8"
LC_IDENTIFICATION="es_ES.UTF-8"
LC_ALL=
Some characters are wrong ( ISO-8859-1??? ) [áéíóú]
~ # apt-get upgrade
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
0 actualizados, 0 se instalarán, 0 para eliminar y 0 no actualizados.
~ # strace apt-get upgrade
[....]
open("/usr/share/locale/es_ES.UTF-8/LC_MESSAGES/libapt-pkg4.10.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/es_ES.utf8/LC_MESSAGES/libapt-pkg4.10.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/es_ES/LC_MESSAGES/libapt-pkg4.10.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/es.UTF-8/LC_MESSAGES/libapt-pkg4.10.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/es.utf8/LC_MESSAGES/libapt-pkg4.10.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/es/LC_MESSAGES/libapt-pkg4.10.mo", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=37232, ...}) = 0
mmap(NULL, 37232, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f3d0fb61000
close(5) = 0
open("/usr/lib/gconv/ISO8859-1.so", O_RDONLY) = 5
[....]
apt-config fails too:
~ # apt-config
apt 0.8.10.1 para amd64 compilado en Jan 17 2011 13:15:20
Uso: apt-config [opciones] orden
apt-config es una herramienta para leer el archivo de configuración de APT.
Comandos:
shell - Modo shell
dump - Muestra la configuración
Opciones:
-h Este texto de ayuda.
-c=? Lee este archivo de configuración
-o=? Establece una opción de configuración arbitraria, p. ej. -o dir::
cache=/tmp
~ # apt-cache show foopkg
N: No se ha podido localizar el paquete foopkg
E: No se encontró ningún paquete
I just reinstalled Debian unstable yesterday.
-- Package-specific info:
-- apt-config dump --
APT "";
APT::Architecture "amd64";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
APT::Install-Recommends "1";
APT::Install-Suggests "0";
APT::Acquire "";
APT::Acquire::Translation "environment";
APT::Authentication "";
APT::Authentication::TrustCDROM "true";
APT::NeverAutoRemove "";
APT::NeverAutoRemove:: "^firmware-linux.*";
APT::NeverAutoRemove:: "^linux-firmware$";
APT::NeverAutoRemove:: "^linux-image.*";
APT::NeverAutoRemove:: "^kfreebsd-image.*";
APT::NeverAutoRemove:: "^linux-restricted-modules.*";
APT::NeverAutoRemove:: "^linux-ubuntu-modules-.*";
APT::Never-MarkAuto-Sections "";
APT::Never-MarkAuto-Sections:: "metapackages";
APT::Never-MarkAuto-Sections:: "restricted/metapackages";
APT::Never-MarkAuto-Sections:: "universe/metapackages";
APT::Never-MarkAuto-Sections:: "multiverse/metapackages";
APT::Never-MarkAuto-Sections:: "oldlibs";
APT::Never-MarkAuto-Sections:: "restricted/oldlibs";
APT::Never-MarkAuto-Sections:: "universe/oldlibs";
APT::Never-MarkAuto-Sections:: "multiverse/oldlibs";
Dir "/";
Dir::State "var/lib/apt/";
Dir::State::lists "lists/";
Dir::State::cdroms "cdroms.list";
Dir::State::mirrors "mirrors/";
Dir::State::extended_states "extended_states";
Dir::State::status "/var/lib/dpkg/status";
Dir::Cache "var/cache/apt/";
Dir::Cache::archives "archives/";
Dir::Cache::srcpkgcache "srcpkgcache.bin";
Dir::Cache::pkgcache "pkgcache.bin";
Dir::Etc "etc/apt/";
Dir::Etc::sourcelist "sources.list";
Dir::Etc::sourceparts "sources.list.d";
Dir::Etc::vendorlist "vendors.list";
Dir::Etc::vendorparts "vendors.list.d";
Dir::Etc::main "apt.conf";
Dir::Etc::netrc "auth.conf";
Dir::Etc::parts "apt.conf.d";
Dir::Etc::preferences "preferences";
Dir::Etc::preferencesparts "preferences.d";
Dir::Etc::trusted "trusted.gpg";
Dir::Etc::trustedparts "trusted.gpg.d";
Dir::Bin "";
Dir::Bin::methods "/usr/lib/apt/methods";
Dir::Bin::dpkg "/usr/bin/dpkg";
Dir::Media "";
Dir::Media::MountPath "/media/apt";
Dir::Log "var/log/apt";
Dir::Log::Terminal "term.log";
Dir::Log::History "history.log";
Dir::Ignore-Files-Silently "";
Dir::Ignore-Files-Silently:: "~$";
Dir::Ignore-Files-Silently:: "\.disabled$";
Dir::Ignore-Files-Silently:: "\.bak$";
Dir::Ignore-Files-Silently:: "\.dpkg-[a-z]+$";
DPkg "";
DPkg::Pre-Install-Pkgs "";
DPkg::Pre-Install-Pkgs:: "/usr/bin/apt-listchanges --apt || test $? -ne 10";
DPkg::Pre-Install-Pkgs:: "/usr/sbin/dpkg-preconfigure --apt || true";
DPkg::Tools "";
DPkg::Tools::Options "";
DPkg::Tools::Options::/usr/bin/apt-listchanges "";
DPkg::Tools::Options::/usr/bin/apt-listchanges::Version "2";
Unattended-Upgrade "";
Unattended-Upgrade::Allowed-Origins "";
Unattended-Upgrade::Allowed-Origins:: "${distro_id} stable";
Unattended-Upgrade::Allowed-Origins:: "${distro_id} ${distro_codename}-security";
CommandLine "";
CommandLine::AsString "apt-config dump";
-- (no /etc/apt/preferences present) --
-- /etc/apt/sources.list --
deb http://ftp.fi.debian.org/debian unstable main contrib non-free
deb http://ftp.uk.debian.org/debian experimental main contrib non-free
-- System Information:
Debian Release: 6.0
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=es_ES.utf8, LC_CTYPE=es_ES.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages apt depends on:
ii debian-archive-keyring 2010.08.28 GnuPG archive keys of the Debian a
ii gnupg 1.4.10-4 GNU privacy guard - a free PGP rep
ii libc6 2.11.2-9 Embedded GNU C Library: Shared lib
ii libgcc1 1:4.4.5-10 GCC support library
ii libstdc++6 4.4.5-10 The GNU Standard C++ Library v3
ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime
apt recommends no packages.
Versions of packages apt suggests:
pn apt-doc <none> (no description available)
ii aptitude 0.6.3-3.2 terminal-based package manager (te
ii bzip2 1.0.5-6 high-quality block-sorting file co
ii dpkg-dev 1.15.8.8 Debian package development tools
ii lzma 4.43-14 Compression method of 7z format in
ii python-apt 0.7.100.1 Python interface to libapt-pkg
ii synaptic 0.70 Graphical package manager
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: apt
Source-Version: 0.8.10.3
We believe that the bug you reported is fixed in the latest version of
apt, which is due to be installed in the Debian FTP archive:
apt-doc_0.8.10.3_all.deb
to main/a/apt/apt-doc_0.8.10.3_all.deb
apt-transport-https_0.8.10.3_i386.deb
to main/a/apt/apt-transport-https_0.8.10.3_i386.deb
apt-utils_0.8.10.3_i386.deb
to main/a/apt/apt-utils_0.8.10.3_i386.deb
apt_0.8.10.3.dsc
to main/a/apt/apt_0.8.10.3.dsc
apt_0.8.10.3.tar.gz
to main/a/apt/apt_0.8.10.3.tar.gz
apt_0.8.10.3_i386.deb
to main/a/apt/apt_0.8.10.3_i386.deb
libapt-pkg-dev_0.8.10.3_i386.deb
to main/a/apt/libapt-pkg-dev_0.8.10.3_i386.deb
libapt-pkg-doc_0.8.10.3_all.deb
to main/a/apt/libapt-pkg-doc_0.8.10.3_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 610692@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Michael Vogt <mvo@debian.org> (supplier of updated apt package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 25 Jan 2011 11:51:42 +0100
Source: apt
Binary: apt apt-doc libapt-pkg-dev libapt-pkg-doc apt-utils apt-transport-https
Architecture: source all i386
Version: 0.8.10.3
Distribution: unstable
Urgency: low
Maintainer: APT Development Team <deity@lists.debian.org>
Changed-By: Michael Vogt <mvo@debian.org>
Description:
apt - Advanced front-end for dpkg
apt-doc - Documentation for APT
apt-transport-https - APT https transport
apt-utils - APT utility programs
libapt-pkg-dev - Development files for APT's libapt-pkg and libapt-inst
libapt-pkg-doc - Documentation for APT development
Closes: 610692
Changes:
apt (0.8.10.3) unstable; urgency=low
.
[ Programs translations ]
* po/es.po: Updated, plus fixes encoding issues and fixes two fuzzy
strings, thanks to Javier Fernandez-Sanguino (closes: #610692)
Checksums-Sha1:
20f2c7ef0ef80f10b4cd177582b8eeb316c8e55a 1307 apt_0.8.10.3.dsc
012f8485862792044ca66e536fabc2546703b1db 3145299 apt_0.8.10.3.tar.gz
8f673f59dc145b6e0927161eb6036bf89b6753b1 232854 apt-doc_0.8.10.3_all.deb
df6a64f1ea5d58b35dafd8225a15dc362e52f894 690428 libapt-pkg-doc_0.8.10.3_all.deb
2342b54ecd9bcdebac31c115b9e072d17e8d015c 2171032 apt_0.8.10.3_i386.deb
6e497810ff5cd4b988f0a02863fe3082f97b39a9 151074 libapt-pkg-dev_0.8.10.3_i386.deb
4dcd57e4b0a11bed9ce72eb1d239eb8b3103f1a6 270684 apt-utils_0.8.10.3_i386.deb
0f1d474050500e6b95f388011821984c4b4842c5 83066 apt-transport-https_0.8.10.3_i386.deb
Checksums-Sha256:
1642a3be6bb66d01152c176774099e4719ea3460e55236f70b73200ad8498db4 1307 apt_0.8.10.3.dsc
0c00d2f1af337bd1dec392bf3696ed7f1cd401494990b9fa3a2ab9c58334ea74 3145299 apt_0.8.10.3.tar.gz
e5cf1b444f5df5b67d2e6a92f51a072a2e842f828383c81c3debce1d417bf321 232854 apt-doc_0.8.10.3_all.deb
5506fdd1f4d3a270cbe6bf4bc7660ee897361facdcaeed04ad859258ed6dd1a5 690428 libapt-pkg-doc_0.8.10.3_all.deb
64f577de5a123e08e5c84c7d527cc01dae574452148dec28bbe245859eb05e18 2171032 apt_0.8.10.3_i386.deb
8d01e81388d99bb5b03127967f314c44ddf79ede0464149ccb75ba071c062a7f 151074 libapt-pkg-dev_0.8.10.3_i386.deb
3e12ccc7b11ced871cb8b5c4f5f6df83ed98299245e7a772b0321421fbc22899 270684 apt-utils_0.8.10.3_i386.deb
b296fa24649bef79d01b79b2e0e5aa40f5901ad07d094501e8db70e4b4630f8b 83066 apt-transport-https_0.8.10.3_i386.deb
Files:
6935313bd29cce8b8018ad0d68abee39 1307 admin important apt_0.8.10.3.dsc
1706757ece7f4fa0c75542c70424e247 3145299 admin important apt_0.8.10.3.tar.gz
66e90e998bd496a061969c87709b5e6d 232854 doc optional apt-doc_0.8.10.3_all.deb
48f6bba53a12c15545eee78d1c19e743 690428 doc optional libapt-pkg-doc_0.8.10.3_all.deb
1533467ecb5c2ae10f3912fc090fa24c 2171032 admin important apt_0.8.10.3_i386.deb
9e24c0c1f4c800a258931671da5af82a 151074 libdevel optional libapt-pkg-dev_0.8.10.3_i386.deb
c29b6bd74b26011daabbb7a0cfbb8a89 270684 admin important apt-utils_0.8.10.3_i386.deb
d5e23b221d5fb855867151b320cf5710 83066 admin optional apt-transport-https_0.8.10.3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAk0+rLMACgkQliSD4VZixzQQ2wCdHbohT1dJf9vGdSaLZjiafe/h
lU0AoKIj6VagQAz+yXsYAtGryk+dXrgl
=kc5H
-----END PGP SIGNATURE-----
--- End Message ---