From owner-freebsd-gnome@FreeBSD.ORG Sat Nov 6 22:05:34 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 4069016A4CE for ; Sat, 6 Nov 2004 22:05:34 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id D39DF43D54 for ; Sat, 6 Nov 2004 22:05:33 +0000 (GMT) (envelope-from daemon.kevin@gmail.com) Received: by wproxy.gmail.com with SMTP id 65so101884wri for ; Sat, 06 Nov 2004 14:05:28 -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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=TISDDUHXdLz11OOUhEfvV4pBuRN3yhfH3WTu9iGECuJHNnOakB2qWWm9TaTSG/p2szH/QHgypiIp8vekvS7HxewHVBLCCoP5dFdmRs6q+bjvD0VmvHI+fFRMkXA30R5PxPqXbW6nYF66FXO2vCdoWcRWMJ2nAJaQ5NL7c5zq7i0= Received: by 10.54.21.14 with SMTP id 14mr160986wru; Sat, 06 Nov 2004 14:05:28 -0800 (PST) Received: by 10.54.49.62 with HTTP; Sat, 6 Nov 2004 14:05:28 -0800 (PST) Message-ID: <29feb1c804110614056fcfb34e@mail.gmail.com> Date: Sat, 6 Nov 2004 14:05:28 -0800 From: kevin godfrey To: Joe Marcus Clarke In-Reply-To: <418D45AA.1080807@marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <29feb1c804110612425b89b351@mail.gmail.com> <418D3AC7.205@marcuscom.com> <29feb1c804110613192425dec8@mail.gmail.com> <418D408E.70705@marcuscom.com> <29feb1c804110613341b8da286@mail.gmail.com> <418D45AA.1080807@marcuscom.com> cc: gnome@freebsd.org Subject: Re: 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 22:05:34 -0000 On Sat, 06 Nov 2004 16:44:10 -0500, Joe Marcus Clarke wrote: > This last part should be /usr/X11R6/bin/Xvfb :1001. Doh! Sorry about that. Thanks for pointing that out. Here is the output from the correct command :) >From within an aterm: mako# su - root -c "/usr/X11R6/bin/xinit /usr/X11R6/firefox/lib/firefox-1.0/run-mozilla.sh /usr/X11R6/lib/firefox-1.0/firefox-bin --install-global-extension /usr/X11/bin/Xvfb :1001" Fatal server error: Server is already active for display 0 If this server is no longer running, remove /tmp/.X0-lock and start again. Please consult the The X.Org Foundation support at http://wiki.X.Org for help. Xlib: connection to ":0.0" refused by server Xlib: No protocol specified giving up. /usr/X11R6/bin/xinit: unable to connect to X server /usr/X11R6/bin/xinit: No such process (errno 3): Server error. And here is the output from the command line, no xserver running: mako# su - root -c "/usr/X11R6/bin/xinit /usr/X11R6/firefox/lib/firefox-1.0/run- mozilla.sh /usr/X11R6/lib/firefox-1.0/firefox-bin --install-global-extension /us r/X11/bin/Xvfb :1001" Release Date: 18 December 2003 X Protocol Version 11, Revision 0, Release 6.7 Build Operating System: FreeBSD 5.3 i386 [ELF] Current Operating System: 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/MAK O i386 Build Date: 03 November 2004 Before reporting problems, check http://wiki.X.Org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Sat Nov 6 14:00:36 2004 (==) Using config file: "/etc/X11/xorg.conf" /usr/X11R6/bin/xinit: No such file or directory (errno 2): no program named "/ usr/X11R6/firefox/lib/firefox-1.0/run-mozilla.sh" in PATH Specify a program on the command line or make sure that /usr/X11R6/bin is in your path. waiting for X server to shut down Ok... my root path is the following: path (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /usr/X11R6/bin /root/bin) Also, just in case it makes a difference, here is my /etc/make.conf file: mako# cat /etc/make.conf CPUTYPE=athlon CFLAGS= -O -pipe NOPROFILE=true X_WINDOW_SYSTEM=xorg NO_LPR=true # -- use.perl generated deltas -- # # Created: Thu Nov 4 12:20:27 2004 # Setting to use base perl from ports: PERL_VER=5.8.5 PERL_VERSION=5.8.5 PERL_ARCH=mach NOPERL=yo NO_PERL=yo NO_PERL_WRAPPER=yo Thanks again for the help! -Kevin