From owner-freebsd-questions@FreeBSD.ORG Sun Sep 9 21:44:11 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3BE516A417 for ; Sun, 9 Sep 2007 21:44:11 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (66-230-99-27-cdsl-rb1.nwc.acsalaska.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 8C78D13C46B for ; Sun, 9 Sep 2007 21:44:11 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 02D131CCA6 for ; Sun, 9 Sep 2007 13:44:10 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Sun, 9 Sep 2007 23:44:09 +0200 User-Agent: KMail/1.9.7 References: <46E426D7.8040203@completecomputing.com> <200709092105.12625.fbsd.questions@rachie.is-a-geek.net> <46E4659B.3000608@crackmonkey.us> In-Reply-To: <46E4659B.3000608@crackmonkey.us> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709092344.09844.fbsd.questions@rachie.is-a-geek.net> Subject: Re: firefox 2.0.0.6 build fails: missing pangox.h X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2007 21:44:11 -0000 On Sunday 09 September 2007 23:28:59 Adam J Richardson wrote: > Mel wrote: > > You probably had WITHOUT_X11 defined somewhere (/etc/make.conf > > or /var/db/ports/pango/options or /usr/local/etc/pkgtools.conf in > > MAKE_ARGS somewhere, shell environment?) when you rebuilt pango. > > Hi Kyle. > > I think Mel has hit on the answer here. Pango is being built without X > support. > > I had this exact error myself. A few libraries [Pango, Cairo etc] > weren't allowing themselves to be built on. Turns out I had in my > /etc/make.conf the lines > > NO_X=true > WITHOUT_X11=true > > to speed up "make buildworld". Then I installed X from packages on this > machine. A bit later I tried to build Firefox... took me a week to > figure it out. > > In summary, just comment out any "NO_X" and "WITHOUT_X11" lines in the > locations Mel suggested. Then remove, rebuild and reinstall Pango. After > that's done Firefox should build properly. Yeah, I figured he wouldn't be alone in this: http://www.freebsd.org/cgi/query-pr.cgi?pr=116236 -- Mel