Your message dated Thu, 9 Oct 2003 12:31:16 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#214524: xlibs: UTF-8 locale not useable 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; 7 Oct 2003 08:16:08 +0000 >From [EMAIL PROTECTED] Tue Oct 07 03:16:07 2003 Return-path: <[EMAIL PROTECTED]> Received: from smtp.vn.refer.org (proxy.vn.refer.org) [203.162.125.62] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1A6n0n-0002vf-00; Tue, 07 Oct 2003 03:16:07 -0500 Received: from virus.home (virus.bap2.vn.auf [10.230.2.31]) by proxy.vn.refer.org (Postfix) with ESMTP id 4AB5F15 for <[EMAIL PROTECTED]>; Tue, 7 Oct 2003 15:16:02 +0700 (ICT) Received: by virus.home (Postfix, from userid 1000) id 2DE3D13A6A; Tue, 7 Oct 2003 15:15:21 +0700 (ICT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Progfou <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: xlibs: UTF-8 locale not useable X-Mailer: reportbug 2.33 Date: Tue, 07 Oct 2003 15:15:20 +0700 Message-Id: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_20,HAS_PACKAGE version=2.53-bugs.debian.org_2003_10_05 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_10_05 (1.174.2.15-2003-03-30-exp) Package: xlibs Version: 4.3.0-0pre1v3 Severity: important Tags: experimental First, thanks all of you for having drop XFree86 4.3 into experimental! Since I'm using some notebook with a Trident CyberBlade XPAi1, I need it. I will use it everyday, at home as well as at work. First thing I found when running it: the UTF-8 environment doesn't work anymore ! To find the problem, I did strace some program (like galeon) and found that they was looking for some UTF-8 library in: /usr/X11R6/lib/X11/locale/common/xlcUTF8Load.so.2 But there is no such directory as /usr/X11R6/lib/X11/locale/common ! I found the corresponding library in a subdirectory "lib/common". So, this is the hack I'm using for now to be able to use UTF-8 environment: ln -s lib/common /usr/X11R6/lib/X11/locale/common Best regards, J.C. -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux virus.home 2.4.22-1-686 #6 Sat Oct 4 14:09:08 EST 2003 i686 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 Versions of packages xlibs depends on: ii libc6 2.3.2-8 GNU C Library: Shared libraries an ii libexpat1 1.95.6-6 XML parsing C library - runtime li ii libfontconfig1 2.2.1-3 generic font configuration library ii libfreetype6 2.1.5-2 FreeType 2 font engine, shared lib ii libxrender1 0.8.2-1 X Rendering Extension client libra ii xfree86-common 4.3.0-0pre1v3 X Window System (XFree86) infrastr ii xlibs-data 4.3.0-0pre1v3 X Window System client data -- no debconf information --------------------------------------- Received: (at 214524-done) by bugs.debian.org; 9 Oct 2003 17:31:18 +0000 >From [EMAIL PROTECTED] Thu Oct 09 12:31:17 2003 Return-path: <[EMAIL PROTECTED]> Received: from dhcp065-026-182-085.indy.rr.com (redwald.deadbeast.net) [65.26.182.85] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1A7edB-0008R2-00; Thu, 09 Oct 2003 12:31:17 -0500 Received: by redwald.deadbeast.net (Postfix, from userid 1000) id 6A79E6407D; Thu, 9 Oct 2003 12:31:16 -0500 (EST) Date: Thu, 9 Oct 2003 12:31:16 -0500 From: Branden Robinson <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: Bug#214524: xlibs: UTF-8 locale not useable Message-ID: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SFyWQ0h3ruR435lw" Content-Disposition: inline In-Reply-To: <[EMAIL PROTECTED]> User-Agent: Mutt/1.5.4i Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-5.7 required=4.0 tests=EMAIL_ATTRIBUTION,QUOTED_EMAIL_TEXT version=2.53-bugs.debian.org_2003_10_09 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_10_09 (1.174.2.15-2003-03-30-exp) --SFyWQ0h3ruR435lw Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 09, 2003 at 04:15:13PM +0700, Jean Christophe ANDR=C9 wrote: > Branden Robinson =E9crivait : > > /usr/X11R6/lib/X11/locale/common is where XFree86 4.2.1 puts the Xlib > > locale modules. > > /usr/X11R6/lib/X11/locale/lib/common is where XFree86 4.3.0 puts the > > Xlib locale modules. >=20 > Ok, my fault, you can close this bug, even remove it! > I apology for having made you loose some time on it... >=20 > The problem was simple: I made a copy of the /usr/X11R6/lib/libX11.so.6.2 > at some time, naming it as libX11.so.6.2_4.2.1-8. And I just discovered > that ldconfig was automatically linking on this one instead of yours. >=20 > Best regards, and apology again, J.C. No problem. Thank you for the swift followup and being willing to admit that the problem was caused by your own actions. We, ahem, have certain *developers* in the Debian project who can't manage such candor. Thanks again. I hope my packages continue to work satisfactorily for you. Closing per submitter. --=20 G. Branden Robinson | Computer security is like an onion: Debian GNU/Linux | the more you dig in, the more you [EMAIL PROTECTED] | want to cry. http://people.debian.org/~branden/ | -- Cory Altheide --SFyWQ0h3ruR435lw Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iEYEARECAAYFAj+Fm2QACgkQ6kxmHytGonwzjgCdFWkzzMULMm1IUAdvkYDqNsNy Xp8Anjs0D8K6fjCZDbwFb68NF701e0GD =IdHF -----END PGP SIGNATURE----- --SFyWQ0h3ruR435lw--