From owner-freebsd-ports@FreeBSD.ORG Wed May 25 15:01:06 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1012106566C for ; Wed, 25 May 2011 15:01:06 +0000 (UTC) (envelope-from griffin@gnix.co.uk) Received: from think.gnix.co.uk (griffin.gnix.co.uk [80.229.5.32]) by mx1.freebsd.org (Postfix) with ESMTP id 647C18FC0C for ; Wed, 25 May 2011 15:01:05 +0000 (UTC) Received: from think.gnix.co.uk (localhost [127.0.0.1]) by think.gnix.co.uk (8.14.4/8.14.4) with ESMTP id p4PF14NH001797 for ; Wed, 25 May 2011 16:01:04 +0100 (BST) (envelope-from griffin@gnix.co.uk) Received: (from jpg@localhost) by think.gnix.co.uk (8.14.4/8.14.4/Submit) id p4PF14pZ001796 for freebsd-ports@freebsd.org; Wed, 25 May 2011 16:01:04 +0100 (BST) (envelope-from griffin@gnix.co.uk) X-Authentication-Warning: think.gnix.co.uk: jpg set sender to griffin@gnix.co.uk using -f Date: Wed, 25 May 2011 16:01:04 +0100 From: Jamie Paul Griffin To: freebsd-ports@freebsd.org Message-ID: <20110525150104.GB1662@think.gnix.co.uk> References: <20110525102651.GA2297@think.gnix.co.uk> <20110525114725.GA74093@DataIX.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110525114725.GA74093@DataIX.net> X-PGP-Key: http://gnix.co.uk/jpg-pubkey.asc X-Operating-System: FreeBSD 8.2-RELEASE User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: Firefox 4 with PGO compile error X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2011 15:01:07 -0000 On Wed, May 25, 2011 at 07:47:25AM -0400, Jason Hellenthal wrote: > The build needs to have access to the Xserver as the user who is > building the port. Since you are root, the correct environment variables > would not be set as well no access to the server by its normal access > methods. > > As your build-user: > (csh): setenv DISPLAY :0 > or, > (sh): export DISPLAY=:0 > > As the X user: > xhost +local: +inet:localhost But why do some poepl have this problem whilst others do not? > Maybe its time to provide some URL's to > some directly relavent pages... Definitely a good idea. jamie