From owner-freebsd-ports@FreeBSD.ORG Thu Feb 4 21:17:55 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30E351065698; Thu, 4 Feb 2010 21:17:55 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id D8AD08FC18; Thu, 4 Feb 2010 21:17:54 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 8F8931E00771; Thu, 4 Feb 2010 22:17:53 +0100 (CET) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.3/8.14.3) with ESMTP id o14LDatI089838; Thu, 4 Feb 2010 22:13:36 +0100 (CET) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.3/8.14.3/Submit) id o14LDaOg089837; Thu, 4 Feb 2010 22:13:36 +0100 (CET) (envelope-from nox) Date: Thu, 4 Feb 2010 22:13:36 +0100 (CET) From: Juergen Lock Message-Id: <201002042113.o14LDaOg089837@triton8.kn-bremen.de> To: miwi@FreeBSD.org, gecko@FreeBSD.org X-Newsgroups: local.list.freebsd.ports In-Reply-To: <20100204001933.GA11586@bsdcrew.de> Organization: home Cc: ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: [CFT] Firefox 3.6 for FreeBSD X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Feb 2010 21:17:55 -0000 In article <20100204001933.GA11586@bsdcrew.de> you write: >-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > >Howdy, > >We know that a lot people are waiting for Firefox 3.6, >but nox@ found a strange bug which is now solved. >The problem was that starting Firefox 3.6 with certain >addons installed was not possible. Now it looks like all >problems are solved and we can start a CFT. >[...] ..and in case anyone is wondering what the issue was, the problem was a filename handling change that basically caused all .xpt files (XPCOM type libraries) failing to load when there where symlinks in paths to one of them - like the ones from addons when /home is a symlink like it usually is on FreeBSD - and thus ff couldn't start. Here is the mozilla ticket: https://bugzilla.mozilla.org/show_bug.cgi?id=530793 Cheers, Juergen