From owner-freebsd-gecko@FreeBSD.ORG Tue Jul 3 09:46:46 2012 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E90881065670 for ; Tue, 3 Jul 2012 09:46:46 +0000 (UTC) (envelope-from jau@iki.fi) Received: from jau.iki.fi (ip193-64-26-117.cust.eunet.fi [193.64.26.117]) by mx1.freebsd.org (Postfix) with ESMTP id 4C1728FC08 for ; Tue, 3 Jul 2012 09:46:44 +0000 (UTC) Received: from [192.168.1.131] (sleipnir.thunderbolt.fi [192.168.1.131]) by jau.iki.fi (8.14.5/8.14.5) with ESMTP id q639kRBN040306 for ; Tue, 3 Jul 2012 12:46:36 +0300 (EEST) (envelope-from jau@iki.fi) Message-ID: <4FF2BF6E.1060501@iki.fi> Date: Tue, 03 Jul 2012 12:46:22 +0300 From: "Jukka A. Ukkonen" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:13.0) Gecko/20120614 Thunderbird/13.0 MIME-Version: 1.0 To: gecko@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (jau.iki.fi [192.168.1.42]); Tue, 03 Jul 2012 12:46:36 +0300 (EEST) Cc: Subject: Firefox-13.0.1 build fails on AMD64 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jul 2012 09:46:47 -0000 Greetings, In case you have not noticed... Firefox 13.0.1 does not compile on AMD64. Find the error messages below. I hope this helps. --jau /usr/ports/www/firefox/work/mozilla-release/xpcom/base/nsStackWalk.cpp: In function 'nsresult NS_StackWalk(void (*)(void*, void*), PRUint32, void*, uintptr_t)': /usr/ports/www/firefox/work/mozilla-release/xpcom/base/nsStackWalk.cpp:1195: error: '_Unwind_Backtrace' was not declared in this scope gmake[4]: *** [nsStackWalk.o] Error 1 gmake[4]: *** Waiting for unfinished jobs.... /usr/ports/www/firefox/work/mozilla-release/xpcom/base/nsTraceRefcntImpl.cpp: In member function 'void BloatEntry::Dump(PRIntn, FILE*, nsTraceRefcntImpl::StatisticsType)': /usr/ports/www/firefox/work/mozilla-release/xpcom/base/nsTraceRefcntImpl.cpp:416: warning: format '%8llu' expects type 'long long unsigned int', but argument 6 has type 'PRUint64' /usr/ports/www/firefox/work/mozilla-release/xpcom/base/nsTraceRefcntImpl.cpp:416: warning: format '%8llu' expects type 'long long unsigned int', but argument 7 has type 'PRUint64' /usr/ports/www/firefox/work/mozilla-release/xpcom/base/nsTraceRefcntImpl.cpp:416: warning: format '%8llu' expects type 'long long unsigned int', but argument 8 has type 'long unsigned int' /usr/ports/www/firefox/work/mozilla-release/xpcom/base/nsTraceRefcntImpl.cpp:416: warning: format '%8llu' expects type 'long long unsigned int', but argument 11 has type 'PRUint64' /usr/ports/www/firefox/work/mozilla-release/xpcom/base/nsTraceRefcntImpl.cpp:416: warning: format '%8llu' expects type 'long long unsigned int', but argument 12 has type 'long unsigned int' gmake[4]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/xpcom/base' gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/xpcom' gmake[2]: *** [libs_tier_platform] Error 2 gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release' gmake[1]: *** [tier_platform] Error 2 gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release' gmake: *** [default] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/www/firefox. *** [build] Error code 1 Stop in /usr/ports/www/firefox.