From owner-freebsd-gnome@FreeBSD.ORG Sat Nov 6 20:42:19 2004 Return-Path: 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 3F8FB16A4CE for ; Sat, 6 Nov 2004 20:42:19 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id E34FA43D39 for ; Sat, 6 Nov 2004 20:42:18 +0000 (GMT) (envelope-from daemon.kevin@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so90275wri for ; Sat, 06 Nov 2004 12:42:18 -0800 (PST) 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; b=MreYhNoxnMyRRdI53oYqh6XIT8CZBD+K905023x3b5JkYYpENn6Q/WpuFjmkxV4Xkpu+LRpcFnBscaRdxhqO+MNM/5m9u5FuxSMW/USFeUvF0lOfP0hD3A0PIGoRaqn+A7CwPl6LELmArXQT+eanvBWp7nbbQjAVt0Rp3Yb/YyQ= Received: by 10.54.21.61 with SMTP id 61mr135742wru; Sat, 06 Nov 2004 12:42:18 -0800 (PST) Received: by 10.54.49.62 with HTTP; Sat, 6 Nov 2004 12:42:18 -0800 (PST) Message-ID: <29feb1c804110612425b89b351@mail.gmail.com> Date: Sat, 6 Nov 2004 12:42:18 -0800 From: kevin godfrey To: gnome@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Problems building Firefox 1.0.r2 on FreeBSD 5.3 RC2 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kevin godfrey List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Nov 2004 20:42:19 -0000 Greetings, I am having issues with building from port, Firefox 1.0.r2 on my recently updated FreeBSD 5.3 RC2. Here is the output of uname -a: FreeBSD mako.tidalsea.com 5.3-RC2 FreeBSD 5.3-RC2 #1: Wed Nov 3 15:10:59 PST 2004 root@mako.tidalsea.com:/usr/obj/usr/src/sys/MAKO i386 The system was initially installed as 5.2 and each upgrade has pretty much gone smoothly. This is the first problem I've really run into. I'm running Xorg as my xwindow server, with fluxbox-devel as the window manager. When building firefox, the make runs with no issues. When I make install, it hangs right after it outputs "Building Chrome's registry..." Through a little detective work, I determined that it is hanging on the following line: # Instantiate the extension space as root. su - root -c "%%X11BASE%%/bin/xinit %%MOZDIR%%/run-mozilla.sh ${FIREFOX} -install-global-extension -- %%X11BASE%%/bin/Xvfb :1001" That line seems to be the cause of the problems. It never really executes properly. I have tried running it manually as root from within an X session and from the comman line. Each yields different results. Neither work! What can I do to solve this problem? Thanks for your time! -Kevin Godfrey ps - I am not subscribed to any of the lists and I apologize if this is the incorrect place to submit this question! If it is, please let me know and I will resubmit the question where suggested.