Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 May 2001 10:10:20 +0200
From:      Stijn Hoop <stijn@win.tue.nl>
To:        Jonathan Chen <jonathan.chen@itouch.co.nz>
Cc:        "David W. Chapman Jr." <dwcjr@inethouston.net>, freebsd-ports@freebsd.org
Subject:   Re: Mozilla 0.9 port
Message-ID:  <20010518101020.A50297@pcwin002.win.tue.nl>
In-Reply-To: <20010518121032.A7930@itouchnz.itouch>; from jonathan.chen@itouch.co.nz on Fri, May 18, 2001 at 12:10:32PM %2B1200
References:  <20010518120305.A7211@itouchnz.itouch> <022401c0df2e$98c4d520$931576d8@inethouston.net> <20010518121032.A7930@itouchnz.itouch>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, May 18, 2001 at 12:10:32PM +1200, Jonathan Chen wrote:
> On Thu, May 17, 2001 at 07:07:58PM -0500, David W. Chapman Jr. wrote:
> > Did you delete your .mozilla directory?
> 
> Yup. First thing I thought of: rm -r ~/.mozilla. Twice. Same problem.

Do you still have the build directory (work/mozilla) ? I had the
same problem, but after manually coping dist/bin from the work directory
with the following commands:

# cd /usr/X11R6/lib
# mv mozilla mozilla.port
# mkdir mozilla
# cd mozilla
# (cd /usr/ports/www/mozilla/work/mozilla/dist/bin && tar -chf - . ) | \
	tar -xf -

things magically worked for me. I still do not know *why* though, but
it's happened to me on 2 machines now so I know it's not a hardware
problem.

--Stijn

-- 
"I used to think I was indecisive, but now I'm not so sure."

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010518101020.A50297>