From owner-freebsd-gecko@FreeBSD.ORG Mon Aug 22 01:30:14 2011 Return-Path: Delivered-To: gecko@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71012106566B for ; Mon, 22 Aug 2011 01:30:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 614618FC0A for ; Mon, 22 Aug 2011 01:30:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p7M1UEIq026386 for ; Mon, 22 Aug 2011 01:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7M1UEu1026385; Mon, 22 Aug 2011 01:30:14 GMT (envelope-from gnats) Date: Mon, 22 Aug 2011 01:30:14 GMT Message-Id: <201108220130.p7M1UEu1026385@freefall.freebsd.org> To: gecko@FreeBSD.org From: Anthony Jenkins Cc: Subject: Re: ports/159831: www/firefox is broken X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Anthony Jenkins List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2011 01:30:14 -0000 The following reply was made to PR ports/159831; it has been noted by GNATS. From: Anthony Jenkins To: bug-followup@FreeBSD.org, jason@linux.lg.ua Cc: Subject: Re: ports/159831: www/firefox is broken Date: Sun, 21 Aug 2011 21:10:09 -0400 I had the same problem here, it seems the firefox-6.0 build is pulling jstypes.h from the base system (/usr/local/include) and that header file does not define JS_ALWAYS_INLINE. I had 3 instances of this header under /usr/local/include from libxul, firefox4 and some dependent port of mediatomb's. I uninstalled libxul & the mediatomb one and renamed /usr/local/include/firefox to firefox.bak, restarted the firefox upgrade and it looks like the build works again. I believe the port needs to move the inclusion of /usr/local/include/* directories after the ones under /usr/ports/www/firefox/work, at least in this subdirectory of the firefox-6 source tree. Anthony Jenkins