Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Feb 2009 04:25:55 +0300
From:      Anonymous <swell.k@gmail.com>
To:        Alex <alex@mailinglist.ahhyes.net>
Cc:        freebsd-x11@FreeBSD.org
Subject:   Re: Unable to build Firefox 3 from ports
Message-ID:  <86k57sze1o.fsf@gmail.com>
In-Reply-To: <49976274.8040701@mailinglist.ahhyes.net> (alex@mailinglist.ahhyes.net's message of "Sun, 15 Feb 2009 11:31:48 %2B1100")
References:  <49976274.8040701@mailinglist.ahhyes.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Alex <alex@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.



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