Your message dated Mon, 22 Dec 2003 14:49:57 -0500 with message-id <[EMAIL PROTECTED]> and subject line Fixed in NMU of languagechooser 1.06 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; 8 Nov 2003 20:43:56 +0000 >From [EMAIL PROTECTED] Sat Nov 08 14:43:55 2003 Return-path: <[EMAIL PROTECTED]> Received: from natsmtp01.rzone.de [81.169.145.166] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1AIZvy-0004p9-00; Sat, 08 Nov 2003 14:43:50 -0600 Received: from excalibur.cologne.de (pD9E40D9C.dip.t-dialin.net [217.228.13.156]) by post.webmailer.de (8.12.10/8.12.10) with ESMTP id hA8Khjbt014126 for <[EMAIL PROTECTED]>; Sat, 8 Nov 2003 21:43:46 +0100 (MET) Received: from karsten by excalibur.cologne.de with local (Exim 3.35 #1 (Debian)) id 1AIa0P-0003DO-00 for <[EMAIL PROTECTED]>; Sat, 08 Nov 2003 21:48:25 +0100 Date: Sat, 8 Nov 2003 21:48:25 +0100 From: Karsten Merker <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Languagechooser 1.03 dies on mipsel Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i X-No-Archive: yes Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE version=2.53-bugs.debian.org_2003_11_7 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_11_7 (1.174.2.15-2003-03-30-exp) Package: languagechooser Version: 1.03 and 1.04-cvs On mipsel, languagechooser dies with a return-code of 1 when called from main-menu (probably it segfaults). When called in a shell via "udpkg --configure language-chooser" it just hangs. Further tests have narrowed down the problem to the following code segment: # Only display the translated texts (ie the English "translation") # when in UTF-8 mode. if echo $LANG $LC_CTYPE | grep -q UTF-8 ; then db_set debconf/language en else db_set debconf/language C fi The echo and grep processes are started, but the db_set is not called. When the same sequence is run manually in a shell, it works as expected. Exchanging the busybox-ash by a dash as /bin/sh does not change the behaviour. If the sequence above is removed and replaced by a single db_set debconf/language C as a temporary workaround, language-chooser works on mipsel. Regards, Karsten -- #include <standard_disclaimer> Nach Paragraph 28 Abs. 3 Bundesdatenschutzgesetz widerspreche ich der Nutzung oder Uebermittlung meiner Daten fuer Werbezwecke oder fuer die Markt- oder Meinungsforschung. --------------------------------------- Received: (at 219765-done) by bugs.debian.org; 22 Dec 2003 20:03:50 +0000 >From [EMAIL PROTECTED] Mon Dec 22 14:03:25 2003 Return-path: <[EMAIL PROTECTED]> Received: from kitenet.net [64.62.161.42] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1AYVy4-0002vI-00; Mon, 22 Dec 2003 13:43:52 -0600 Received: from dragon.kitenet.net (pm3naxs2-84.access.naxs.com [216.98.91.84]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "Joey Hess", Issuer "Joey Hess" (verified OK)) by kitenet.net (Postfix) with ESMTP id 1A0F317F23 for <[EMAIL PROTECTED]>; Mon, 22 Dec 2003 19:43:48 +0000 (GMT) Received: by dragon.kitenet.net (Postfix, from userid 1000) id 62DD16E8E4; Mon, 22 Dec 2003 14:49:57 -0500 (EST) Date: Mon, 22 Dec 2003 14:49:57 -0500 From: Joey Hess <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: Fixed in NMU of languagechooser 1.06 Message-ID: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="liOOAslEiF7prFVr" Content-Disposition: inline In-Reply-To: <[EMAIL PROTECTED]> User-Agent: Mutt/1.5.4i Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_15 (1.212-2003-09-23-exp) on master.debian.org X-Spam-Status: No, hits=0.0 required=4.0 tests=none autolearn=no version=2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_15 X-Spam-Level: --liOOAslEiF7prFVr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Joey Hess wrote: > tag 219765 + fixed >=20 > quit >=20 > This message was generated automatically in response to a > non-maintainer upload. The .changes file follows. >=20 > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > Format: 1.7 > Date: Mon, 22 Dec 2003 13:56:59 -0500 > Source: languagechooser > Binary: languagechooser > Architecture: source all > Version: 1.06 > Distribution: unstable > Urgency: low > Maintainer: Debian Install System Team <[EMAIL PROTECTED]> > Changed-By: Joey Hess <[EMAIL PROTECTED]> > Description:=20 > languagechooser - Choose language (udeb) > Closes: 219765 > Changes:=20 > languagechooser (1.06) unstable; urgency=3Dlow > . > * VEROK Istvan > - Updated hungarian translation. > * Karsten Merker > - Apply workaround to prevent language-chooser crashing on > mipsel (closes: Bug#219765) > * Otavio Salvador > - Fix the Brazilian Portuguese translation to smaller one. > * Ognyan Kulev > - Added 'Bulgarian' as language option. > Files:=20 > 79c71fab9fbcbe35b75316a611cf20e7 625 debian-installer standard languagec= hooser_1.06.dsc > be35bfc7fbfc77cff4134e32e291b12f 14656 debian-installer standard languag= echooser_1.06.tar.gz > b4893906a1547d26dc39184b4693fbae 5410 debian-installer standard language= chooser_1.06_all.udeb >=20 > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.3 (GNU/Linux) >=20 > iD8DBQE/5z652tp5zXiKP0wRAj0tAJ934Rn2oGFI5eQz1gkNv4DpO0BTTACfRFkR > Srk8OK3E8DDJ1VDHVPXHCLM=3D > =3DeEfC > -----END PGP SIGNATURE----- >=20 --=20 see shy jo --liOOAslEiF7prFVr 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) iD4DBQE/50rld8HHehbQuO8RAmB1AJdHk5eoavfjHmds81yjhzMlLHfHAKCyRhAU kZ5ge2/Ok8B3LtC2hYhYpQ== =0oBz -----END PGP SIGNATURE----- --liOOAslEiF7prFVr-- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]