Unable to build Firefox 3 from ports

Anonymous swell.k at gmail.com
Sat Feb 14 17:26:02 PST 2009


Alex <alex at mailinglist.ahhyes.net> writes:

> Hi Guys,
>
> The subject says it all. I am running 7.1-Stable/i386
> Portsnap from Sun Feb 15 01:00:52 EST 2009
>
> The build from ports starts off ok, the dependencies are compiled and
> installed, however once the compilation of the firefox source starts,
> its not long before it dies:
>
> gmake[3]: Entering directory `/usr/ports/www/firefox3/work/mozilla/js/src'
> rm -f libmozjs.so
> /usr/local/bin/gcc43 -I/usr/local/include  -I/usr/local/include -Wall
[...]
> Any ideas?

I think it's your gcc43 that causes build error. You can try add smth like

.if ${.CURDIR:M*/www/firefox3}
CC=cc
CXX=c++
.endif

to /etc/make.conf.


More information about the freebsd-x11 mailing list