Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Aug 2011 01:30:14 GMT
From:      Anthony Jenkins <Scoobi_FreeBSD@att.net>
To:        gecko@FreeBSD.org
Subject:   Re: ports/159831: www/firefox is broken
Message-ID:  <201108220130.p7M1UEu1026385@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/159831; it has been noted by GNATS.

From: Anthony Jenkins <Scoobi_FreeBSD@att.net>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108220130.p7M1UEu1026385>