From owner-freebsd-ports@FreeBSD.ORG Wed May 25 11:47:31 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 60CA4106564A for ; Wed, 25 May 2011 11:47:31 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 152638FC12 for ; Wed, 25 May 2011 11:47:30 +0000 (UTC) Received: by iyj12 with SMTP id 12so9264828iyj.13 for ; Wed, 25 May 2011 04:47:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:content-disposition :in-reply-to:x-openpgp-key-id:x-openpgp-key-fingerprint :x-openpgp-key-url; bh=9BQSlDXzbpZaJ/wW8azsu2Lk+05/bbVU+6noGMh2bfo=; b=LyeY75nCDh+DRUDXXuUut1pilR2V9WFdxWhNoN1WKj6pE4qFQYj+ZrS5PGRmkdtMtN Hd2PzoAxAk7gSWjsTXjIYsopmDGGEzk7EHSEZATRN4ZdpLGg3eCa+r64Uh9OyKQfP4Vx Q8Xx3/oZG5P8vASYZmId+DXiA3jronC7pvTjU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:subject:message-id:reply-to:references :mime-version:content-type:content-disposition:in-reply-to :x-openpgp-key-id:x-openpgp-key-fingerprint:x-openpgp-key-url; b=dq/sRHms/LB4SqNd5Jly6cTyhZpAMFHu7A6s+drAQMXldOWnpSHstx9AWIDvfPvcYq 4decD/hg6WHCAjgtT0+LiWe8g6drBLRTt9fMoOq+IHiwNPQyfKD92Im2ZxlR6PE1jHgB GvngGNw+/Emqwlnw/Abae0Cl8P0U2nIw0yC2g= Received: by 10.42.159.131 with SMTP id l3mr13377054icx.298.1306324050337; Wed, 25 May 2011 04:47:30 -0700 (PDT) Received: from DataIX.net (adsl-99-181-146-200.dsl.klmzmi.sbcglobal.net [99.181.146.200]) by mx.google.com with ESMTPS id 4sm3768607ibc.15.2011.05.25.04.47.28 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 25 May 2011 04:47:29 -0700 (PDT) Sender: "J. Hellenthal" Received: from DataIX.net (localhost [127.0.0.1]) by DataIX.net (8.14.4/8.14.4) with ESMTP id p4PBlQV4075334 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 25 May 2011 07:47:26 -0400 (EDT) (envelope-from jhell@DataIX.net) Received: (from jhell@localhost) by DataIX.net (8.14.4/8.14.4/Submit) id p4PBlPRG075333 for freebsd-ports@freebsd.org; Wed, 25 May 2011 07:47:25 -0400 (EDT) (envelope-from jhell@DataIX.net) Date: Wed, 25 May 2011 07:47:25 -0400 From: Jason Hellenthal To: freebsd-ports@freebsd.org Message-ID: <20110525114725.GA74093@DataIX.net> References: <20110525102651.GA2297@think.gnix.co.uk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5mCyUwZo2JvN/JJP" Content-Disposition: inline In-Reply-To: <20110525102651.GA2297@think.gnix.co.uk> X-OpenPGP-Key-Id: 0x89D8547E X-OpenPGP-Key-Fingerprint: 85EF E26B 07BB 3777 76BE B12A 9057 8789 89D8 547E X-OpenPGP-Key-URL: http://bit.ly/0x89D8547E Subject: Re: Firefox 4 with PGO compile error X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jhell@DataIX.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2011 11:47:31 -0000 --5mCyUwZo2JvN/JJP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable freebsd-ports, On Wed, May 25, 2011 at 11:26:51AM +0100, Jamie Paul Griffin wrote: > On Wed, May 25, 2011 at 11:39:36AM +0200, Daniel Nebdal wrote: > =20 > > I *think* that error is because it expects a gnome session (or at > > least a dbus server) to be available. If you used plain "su" to become > > root, it won't have the right environment. Could you try either sudo > > or su -m ? >=20 > I built it yesterday with this option enabled and I don't have gnome on m= y system, only fvwm2. I also su'd from my regular user id to build and inst= all the port. group wheel,operator. >=20 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=3D:0 As the X user: xhost +local: +inet:localhost That should fixup that problem. At the beggining of the build there is a message about this but not with the procedures that need to be done to build the server with PGO successfully and expects someone to look further into setting that up. Maybe its time to provide some URL's to some directly relavent pages... Good luck. --=20 Regards, (jhell) Jason Hellenthal --5mCyUwZo2JvN/JJP Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) Comment: http://bit.ly/0x89D8547E iQEcBAEBAgAGBQJN3OxNAAoJEJBXh4mJ2FR+2lIH/jZE4VkQWlnbtjWCKQaA3Z4Z wBIb0DyFSo/nWUrIcMwgFu6Z7rrwin2u4tmx2bOC0Yn5CrRn+L/5jOHSpX1MIDyx NUPzMMFNJc2MKH4qh+2rZCERKLWSRCTr593Bg9TajaJTk+lIMJVWixJCGgxyuAY3 E2UGPXL1BWmdonDrIk6uRUsFhIa9FeqW3Q9ex6DBV6HHZjWN1OhTGka67KT5iDeJ PoeLpjzVrMuqbgAxR/J3he69WW50SA2/pGwVbs85DZ+GJy56CzUBpewYa9pdOd8Z qr2wPLGsoIFdNRzOtgrxeH6gM0kESvAA6Kzm2Hik0iZGZkra4bJevHW07+cB3zQ= =VebG -----END PGP SIGNATURE----- --5mCyUwZo2JvN/JJP--