Your message dated Wed, 20 Apr 2005 14:27:26 +0900
with message-id <[EMAIL PROTECTED]>
and subject line Bug#305395: mozilla-browser: Typo in /usr/bin/mozilla-suite
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; 19 Apr 2005 15:18:01 +0000
>From [EMAIL PROTECTED] Tue Apr 19 08:18:01 2005
Return-path: <[EMAIL PROTECTED]>
Received: from zproxy.gmail.com [64.233.162.195]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DNuUC-0002ra-00; Tue, 19 Apr 2005 08:18:00 -0700
Received: by zproxy.gmail.com with SMTP id 8so713107nzo
for <[EMAIL PROTECTED]>; Tue, 19 Apr 2005 08:17:30 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
s=beta; d=gmail.com;
h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition;
b=jdv1a+LJjkdKCTVZoNT4GDgm1IZR8jdxacpLryCiGpMZ9kK1YLanrjIr/JAcgExtzAHOB/Q694RAZTIgiClzbKb0T/bvS8dVO9JO5C7uQVBHVamCCv0THBYgtIMOkilyhSfZa5d30Hs1OyWha8QAYdQTp0/ieJ7fmTPwQIrXwxM=
Received: by 10.36.77.17 with SMTP id z17mr489794nza;
Tue, 19 Apr 2005 08:17:29 -0700 (PDT)
Received: by 10.36.5.4 with HTTP; Tue, 19 Apr 2005 08:17:29 -0700 (PDT)
Message-ID: <[EMAIL PROTECTED]>
Date: Tue, 19 Apr 2005 09:17:29 -0600
From: Javier-Elias Vasquez-Vivas <[EMAIL PROTECTED]>
Reply-To: Javier-Elias Vasquez-Vivas <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: mozilla-suite leaving unclosed elif under mozilla-browser version
1.7.7-1 (unstable distribution)
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: mozilla-browser
Version: 1.7.7-1
Distribution error: unstable.
Identified error under: mozilla-suite (/usr/bin/mozilla-suite).
Description:
% mozilla
/usr/bin/mozilla: line 75: syntax error near unexpected token `elif'
/usr/bin/mozilla: line 75: `elif [ "$MOZILLA_DSP" =3D "none" ]; then'
The piece of code responsible for this:
67 if [ "$MOZILLA_DSP" =3D "auto" -a -f /dev/dsp ]; then
68 MOZILLA_DSP=3D""
69 P=3D`fuser /dev/dsp 2>&1 | sed -e 's#^/dev/dsp:##' `
70 if [ -n "$P" ]; then
71 if echo $P | xargs ps -p | grep esd >/dev/null
2>&1; then MOZILLA_DSP=3Desddsp;
72 elif echo $P | xargs ps -p | grep arts
>/dev/null 2>&1; then MOZILLA_DSP=3Dartsdsp; fi
73 elif echo $P | xargs ps -p | grep rplayd
>/dev/null 2>&1; then MOZILLA_DSP=3Drplaydsp;
73 fi
74 fi
75 elif [ "$MOZILLA_DSP" =3D "none" ]; then
76 MOZILLA_DSP=3D""
77 fi
As it can be noticed line 72 closes IF series, leaving line 73 unclosed.
Work around:
Comment out IF closure on line 72... See bellow...
67 if [ "$MOZILLA_DSP" =3D "auto" -a -f /dev/dsp ]; then
68 MOZILLA_DSP=3D""
69 P=3D`fuser /dev/dsp 2>&1 | sed -e 's#^/dev/dsp:##' `
70 if [ -n "$P" ]; then
71 if echo $P | xargs ps -p | grep esd >/dev/null
2>&1; then MOZILLA_DSP=3Desddsp;
72 elif echo $P | xargs ps -p | grep arts
>/dev/null 2>&1; then MOZILLA_DSP=3Dartsdsp;# fi
73 elif echo $P | xargs ps -p | grep rplayd
>/dev/null 2>&1; then MOZILLA_DSP=3Drplaydsp;
73 fi
74 fi
75 elif [ "$MOZILLA_DSP" =3D "none" ]; then
76 MOZILLA_DSP=3D""
77 fi
This is kernel/libc6/hardware independant, no need to provide that info...
--=20
Javier-Elias Vasquez-Vivas
---------------------------------------
Received: (at 305354-close) by bugs.debian.org; 20 Apr 2005 05:27:52 +0000
>From [EMAIL PROTECTED] Tue Apr 19 22:27:52 2005
Return-path: <[EMAIL PROTECTED]>
Received: from fourier.airs.net (fourier.northeye.org) [210.150.176.206]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DO7ke-0001gE-00; Tue, 19 Apr 2005 22:27:52 -0700
Received: from [192.168.254.200] (unknown [192.168.254.200])
by fourier.northeye.org (FlexMail(Postfix)) with ESMTP id 2215479C2D3;
Wed, 20 Apr 2005 14:27:51 +0900 (JST)
Subject: Re: Bug#305395: mozilla-browser: Typo in /usr/bin/mozilla-suite
From: Takuo KITAME <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED]
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Content-Type: text/plain
Organization: Debian Project
Date: Wed, 20 Apr 2005 14:27:26 +0900
Message-Id: <[EMAIL PROTECTED]>
Mime-Version: 1.0
X-Mailer: Evolution 2.2.2
Content-Transfer-Encoding: 7bit
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
X-CrossAssassin-Score: 3
fixed in 2:1.7.7-2
--
Takuo KITAME
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]