From owner-freebsd-gecko@FreeBSD.ORG Wed Sep 14 12:33:31 2011 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19B1E106564A for ; Wed, 14 Sep 2011 12:33:31 +0000 (UTC) (envelope-from flo@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 081948FC14; Wed, 14 Sep 2011 12:33:31 +0000 (UTC) Received: from bender.solomo.local (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p8ECXTpZ020169; Wed, 14 Sep 2011 12:33:30 GMT (envelope-from flo@freebsd.org) Message-ID: <4E709F19.6040005@freebsd.org> Date: Wed, 14 Sep 2011 14:33:29 +0200 From: Florian Smeets User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0) Gecko/20110908 Thunderbird/7.0 MIME-Version: 1.0 To: "Mikhail T." References: <4E700132.7060102@aldan.algebra.com> <4E706E26.6040801@freebsd.org> <4E709CF8.5050106@aldan.algebra.com> In-Reply-To: <4E709CF8.5050106@aldan.algebra.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: gecko@freebsd.org Subject: Re: Building www/firefox with PGO enabled fails X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2011 12:33:31 -0000 On 14.09.2011 14:24, Mikhail T. wrote: > On 14.09.2011 05:04, Florian Smeets wrote: >> I think that looks like the error you get when the PGO build does not >> have access to your X server, did you pay attention to the message >> which was shown? See the Makefile if you didn't see it. >> >> I just verified that it works with a vanilla ports tree. > I did pay attention to that... Although I was building as root, I set > $XAUTHORITY to ~mi/.Xauthority and verified X-server access by starting > xterm --- there was not a problem... Could it have needed a valid > .mozilla/firefox subdirectory, which /root does not have? > No, i don't think it needs a .mozilla/ dir. What i usually do is su -m to build a PGO version. Don't need to make any adjustments that way. HTH, Florian