Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Mar 2011 17:48:36 -0400
From:      "illoai@gmail.com" <illoai@gmail.com>
To:        Frank Shute <frank@shute.org.uk>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: firefox4 not starting
Message-ID:  <AANLkTinQJywMd%2Bqo8-ZKP5_JR9f_%2BAKC=8p0Mr0dpXgD@mail.gmail.com>
In-Reply-To: <20110325211249.GA33198@orange.esperance-linux.co.uk>
References:  <20110325211249.GA33198@orange.esperance-linux.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
On 25 March 2011 17:12, Frank Shute <frank@shute.org.uk> wrote:
> I upgraded from firefox3.6 to firefox4.0 and now it won't start even
> after doing a: rm -rf ~/.mozilla (I saved my profile).
>
> I set -x on the firefox shell script and this is the output:
>
> $ firefox
> + moz_libdir=/usr/local/lib/firefox
> + found=0
> + progname=/usr/local/bin/firefox
> + dirname /usr/local/bin/firefox
> + curdir=/usr/local/bin
> + basename /usr/local/bin/firefox
> + progbase=firefox
> + run_moz=/usr/local/bin/run-mozilla.sh
> + test -x /usr/local/bin/run-mozilla.sh
> + /bin/pwd
> + here=/usr/home/frank
> + [ -h /usr/local/bin/firefox ]
> + cd /usr/home/frank
> + [ 0 = 0 ]
> + [ -x /usr/local/lib/firefox/run-mozilla.sh ]
> + dist_bin=/usr/local/lib/firefox
> + run_moz=/usr/local/lib/firefox/run-mozilla.sh
> + script_args=''
> + debugging=0
> + MOZILLA_BIN=firefox-bin
> + [ '' = beos ]
> + pass_arg_count=0
> + [ 0 -gt 0 ]
> + [ 0 = 1 ]
> + exec /usr/local/lib/firefox/run-mozilla.sh /usr/local/lib/firefox/firefox-bin
>
> That all looks kosher to me. Anybody run into the same problem and
> fixed it?
>

Works fine here.  The only difference I see is here:

+ MOZILLA_BIN=firefox-bin
+ [ FreeBSD = beos ]
+ pass_arg_count=0

Hrm, so would $OSTYPE being wrong/clobbered/missing
prevent startup?

-- 
--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTinQJywMd%2Bqo8-ZKP5_JR9f_%2BAKC=8p0Mr0dpXgD>