[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#225602: marked as done (apt: apt-get: encoding problems (when displaying strings)?)



Your message dated Fri, 02 Jan 2004 17:17:10 -0500
with message-id <E1AcXbS-0007gb-00@auric.debian.org>
and subject line Bug#225602: fixed in apt 0.5.18
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 31 Dec 2003 02:06:26 +0000
>From tfheen@raw.no Tue Dec 30 20:06:25 2003
Return-path: <tfheen@raw.no>
Received: from vawad.samfundet.no (vawad.raw.no) [129.241.93.49] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AbV2p-0004jF-00; Tue, 30 Dec 2003 19:21:07 -0600
Received: from ti200710a080-4021.bb.online.no ([80.213.47.181] helo=yiwaz.raw.no)
	by vawad.raw.no with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24)
	(Exim 4.30)
	id 1AbV2k-0004KB-VM
	for submit@bugs.debian.org; Wed, 31 Dec 2003 02:21:03 +0100
Received: by yiwaz.raw.no (Postfix, from userid 1000)
	id 27D5B96543; Wed, 31 Dec 2003 00:19:16 +0100 (CET)
From: Tollef Fog Heen <tfheen@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: apt: apt-get: encoding problems (when displaying strings)?
X-Debbugs-CC: Tollef Fog Heen <tfheen@debian.org>
Mail-Copies-To: never
Organization: Private
Date: Wed, 31 Dec 2003 00:19:15 +0100
Message-ID: <87smj1yjv0.fsf@yiwaz.raw.no>
User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 
	2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_29 
	(1.212-2003-09-23-exp) on master.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=HAS_PACKAGE,X_DEBBUGS_CC 
	autolearn=no 
	version=2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_29
X-Spam-Level: 

Package: apt
Version: 0.5.17
Severity: normal

: tfheen@yiwaz ~ > apt-get update
E: Kunne ikke =EF=BF=BDpne l=EF=BF=BDsfil /var/lib/apt/lists/lock - open =
(13 Ikke tilgang)
E: Ute av stand til =EF=BF=BD l=EF=BF=BDse listemappen
: tfheen@yiwaz ~ > locale  =20
LANG=3Dno_NO
LC_CTYPE=3D"no_NO"
LC_NUMERIC=3D"no_NO"
LC_TIME=3D"no_NO"
LC_COLLATE=3D"no_NO"
LC_MONETARY=3D"no_NO"
LC_MESSAGES=3D"no_NO"
LC_PAPER=3D"no_NO"
LC_NAME=3D"no_NO"
LC_ADDRESS=3D"no_NO"
LC_TELEPHONE=3D"no_NO"
LC_MEASUREMENT=3D"no_NO"
LC_IDENTIFICATION=3D"no_NO"
LC_ALL=3D
: tfheen@yiwaz ~ >=20

So, apt does something weird with the strings it outputs -- the
abovementioned message should have read

E: Kunne ikke =E5pne l=E5sfil /var/lib/apt/lists/lock - open (13 Ikke til=
gang)
E: Ute av stand til =E5 l=E5se listemappen

When running with LANG unset, everything is fine:

: tfheen@yiwaz ~ > LANG=3D apt-get update
E: Could not open lock file /var/lib/apt/lists/lock - open (13 Permission=
 denied)
E: Unable to lock the list directory
: tfheen@yiwaz ~ >=20

(Yes, I'm not root, but that shouldn't matter on the output encoding :)

-- Package-specific info:

-- apt-config dump --

APT "";
APT::Architecture "i386";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
APT::Cache-Limit "104857600";
Dir "/";
Dir::State "var/lib/apt/";
Dir::State::lists "lists/";
Dir::State::cdroms "cdroms.list";
Dir::State::userstatus "status.user";
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::vendorlist "vendors.list";
Dir::Etc::vendorparts "vendors.list.d";
Dir::Etc::main "apt.conf";
Dir::Etc::parts "apt.conf.d";
Dir::Etc::preferences "preferences";
Dir::Bin "";
Dir::Bin::methods "/usr/lib/apt/methods";
Dir::Bin::dpkg "/usr/bin/dpkg";
DPkg "";
DPkg::Pre-Install-Pkgs "";
DPkg::Pre-Install-Pkgs:: "if dpkg -s apt-listbugs | grep -q 'Status: inst=
all ok installed'; then /usr/sbin/apt-listbugs -I -l -g -H misato.debian.=
or.jp --indexdir=3D/~taru/apt-listbugs/ --pin-priority=3D1000 apt; fi";
DPkg::Pre-Install-Pkgs:: "/usr/bin/apt-listchanges --apt || test $? -ne 1=
0";
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";

-- (no /etc/apt/preferences present) --


-- /etc/apt/sources.list --


# deb http://ftp.sunsite.dk/pub/languages/java/java-linux/debian unstable=
 non-free
deb http://www.tux.org/pub/java/debian sid main non-free
deb http://ftp.se.debian.org/debian unstable main contrib non-free
deb http://ftp.se.debian.org/debian-non-US testing/non-US main contrib no=
n-free
deb http://ftp.se.debian.org/debian testing main contrib non-free
deb http://ftp.se.debian.org/debian-non-US unstable/non-US main contrib n=
on-free
deb http://ftp.se.debian.org/debian ../project/experimental main contrib =
non-free

deb-src http://ftp.se.debian.org/debian unstable main contrib non-free
deb-src http://ftp.se.debian.org/debian-non-US testing/non-US main contri=
b non-free

deb http://ftp.se.debian.org/debian stable main contrib non-free
deb http://security.debian.org/ stable/updates main contrib non-free
deb http://raw.no/opera sid non-free=20

#deb http://marillat.free.fr/ unstable main

#deb http://mirror.raw.no/ gnome2.2/

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux yiwaz 2.6.0 #8 Thu Dec 25 19:01:53 CET 2003 i686
Locale: LANG=3Dno_NO, LC_CTYPE=3Dno_NO

Versions of packages apt depends on:
ii  libc6                    2.3.2.ds1-10    GNU C Library: Shared librar=
ies an
ii  libgcc1                  1:3.3.3-0pre0.1 GCC support library
ii  libstdc++5               1:3.3.3-0pre0.1 The GNU Standard C++ Library=
 v3

-- no debconf information


--=20
Tollef Fog Heen                                                        ,'=
'`.
UNIX is user friendly, it's just picky about who its friends are      : :=
' :
                                                                      `. =
`'=20
                                                                        `=
- =20

---------------------------------------
Received: (at 225602-close) by bugs.debian.org; 3 Jan 2004 03:13:57 +0000
>From katie@auric.debian.org Fri Jan 02 21:13:57 2004
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AcXhQ-0007nO-00; Fri, 02 Jan 2004 16:23:20 -0600
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 1AcXbS-0007gb-00; Fri, 02 Jan 2004 17:17:10 -0500
From: Matt Zimmerman <mdz@debian.org>
To: 225602-close@bugs.debian.org
X-Katie: $Revision: 1.43 $
Subject: Bug#225602: fixed in apt 0.5.18
Message-Id: <E1AcXbS-0007gb-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Fri, 02 Jan 2004 17:17:10 -0500
Delivered-To: 225602-close@bugs.debian.org

Source: apt
Source-Version: 0.5.18

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.5.18_all.deb
  to pool/main/a/apt/apt-doc_0.5.18_all.deb
apt-utils_0.5.18_i386.deb
  to pool/main/a/apt/apt-utils_0.5.18_i386.deb
apt_0.5.18.dsc
  to pool/main/a/apt/apt_0.5.18.dsc
apt_0.5.18.tar.gz
  to pool/main/a/apt/apt_0.5.18.tar.gz
apt_0.5.18_i386.deb
  to pool/main/a/apt/apt_0.5.18_i386.deb
libapt-pkg-dev_0.5.18_i386.deb
  to pool/main/a/apt/libapt-pkg-dev_0.5.18_i386.deb
libapt-pkg-doc_0.5.18_all.deb
  to pool/main/a/apt/libapt-pkg-doc_0.5.18_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 225602@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matt Zimmerman <mdz@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.7
Date: Fri,  2 Jan 2004 11:24:35 -0800
Source: apt
Binary: apt-utils libapt-pkg-doc libapt-pkg-dev apt-doc apt
Architecture: source all i386
Version: 0.5.18
Distribution: unstable
Urgency: low
Maintainer: APT Development Team <deity@lists.debian.org>
Changed-By: Matt Zimmerman <mdz@debian.org>
Description: 
 apt        - Advanced front-end for dpkg
 apt-doc    - Documentation for APT
 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: 225602
Changes: 
 apt (0.5.18) unstable; urgency=low
 .
   * New no_NO.po file from Tollef Fog Heen <tfheen@debian.org> to fix
     encoding problems (Closes: #225602)
   * Have "apt-ftparchive release" strip the leading path component from
     the checksum entries
Files: 
 21b4d5cdb0603afa1433d29a8281be9c 756 admin important apt_0.5.18.dsc
 b04c9755257931b2f9cd1e6f05cdc9d4 1156810 admin important apt_0.5.18.tar.gz
 334c69c1b15690de1311437ceabc894b 65842 doc optional apt-doc_0.5.18_all.deb
 31bc6a8818bc242714f63a76a260fff8 97238 doc optional libapt-pkg-doc_0.5.18_all.deb
 3da48f9984697edd92e50c847ef89d38 843496 base important apt_0.5.18_i386.deb
 93ce62c7a7ff0a84ff684d253e8ed8b0 64528 libdevel optional libapt-pkg-dev_0.5.18_i386.deb
 22d983cf0f9273e12e4d89e10f518d37 178904 admin optional apt-utils_0.5.18_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/9eodArxCt0PiXR4RAoehAJ0SGyw9XnVAs0eQ4+uijOWfsEaOpwCgu6kK
W8hEjPb+Lm5cOXZ45DbIcis=
=/zBi
-----END PGP SIGNATURE-----



Reply to: