From owner-freebsd-gecko@FreeBSD.ORG Wed Sep 14 12:24:17 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 91B7E106564A; Wed, 14 Sep 2011 12:24:17 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id DC4778FC1A; Wed, 14 Sep 2011 12:24:14 +0000 (UTC) Received: from mr16.lnh.mail.rcn.net ([207.172.157.36]) by smtp02.lnh.mail.rcn.net with ESMTP; 14 Sep 2011 08:24:13 -0400 Received: from smtp04.lnh.mail.rcn.net (smtp04.lnh.mail.rcn.net [207.172.157.104]) by mr16.lnh.mail.rcn.net (MOS 4.2.3-GA) with ESMTP id BHJ77138; Wed, 14 Sep 2011 08:24:12 -0400 X-Auth-ID: anat Received: from 209-6-61-133.c3-0.sbo-ubr1.sbo.ma.cable.rcn.com (HELO [192.168.1.8]) ([209.6.61.133]) by smtp04.lnh.mail.rcn.net with ESMTP; 14 Sep 2011 08:24:12 -0400 Message-ID: <4E709CF8.5050106@aldan.algebra.com> Date: Wed, 14 Sep 2011 08:24:24 -0400 From: "Mikhail T." User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110706 Thunderbird/5.0 MIME-Version: 1.0 To: Florian Smeets References: <4E700132.7060102@aldan.algebra.com> <4E706E26.6040801@freebsd.org> In-Reply-To: <4E706E26.6040801@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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:24:17 -0000 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? -mi