From owner-freebsd-gnome@FreeBSD.ORG Thu Nov 17 14:11:09 2005 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1F9616A476 for ; Thu, 17 Nov 2005 14:11:09 +0000 (GMT) (envelope-from steven@plehier.net) Received: from asia.telenet-ops.be (asia.telenet-ops.be [195.130.137.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66EF143D49 for ; Thu, 17 Nov 2005 14:11:08 +0000 (GMT) (envelope-from steven@plehier.net) Received: from localhost (localhost.localdomain [127.0.0.1]) by asia.telenet-ops.be (Postfix) with SMTP id 540153818D for ; Thu, 17 Nov 2005 15:11:07 +0100 (CET) Received: from [127.0.0.1] (dD5E08095.access.telenet.be [213.224.128.149]) by asia.telenet-ops.be (Postfix) with ESMTP id 2DFFB3818B for ; Thu, 17 Nov 2005 15:11:07 +0100 (CET) Message-ID: <437C8F7D.9070607@plehier.net> Date: Thu, 17 Nov 2005 15:11:09 +0100 From: Steven Plehier User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: gnome@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: FreeBSD%20Port:%20www/firefox X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Nov 2005 14:11:09 -0000 Hi, I recently had an issue starting firefox 107-4,1 on 6.0-STABLE running on sparc64. The installation (using ports) went - relatively, some gmake errors - well but I was unable to start firefox. I found the issue to be this line in the firefox script: moz_libdir="/usr/ports/www/firefox/work/fake/lib/firefox" I changed it to moz_libdir="/usr/X11R6/lib/firefox" and now it works fine. Is there a specific reason why the lib dir is pointing to a ports directory instead of X11R6/lib? The same goes for the mre dir one line below. Thanks Steven