From owner-freebsd-gecko@FreeBSD.ORG Tue Jul 3 11:36:00 2012 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 830A5106566B for ; Tue, 3 Jul 2012 11:36:00 +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 839068FC1C for ; Tue, 3 Jul 2012 11:35:58 +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 q63BZpAD040699 for ; Tue, 3 Jul 2012 14:35:56 +0300 (EEST) (envelope-from jau@iki.fi) Message-ID: <4FF2D912.9080903@iki.fi> Date: Tue, 03 Jul 2012 14:35:46 +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 14:35:56 +0300 (EEST) Cc: Subject: Thunderbird 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 11:36:00 -0000 In case you have not noticed, thunderbird 13.0.1 does not compile on AMD64. See the error messages below... It seems that the complaint about _Unwind_Backtrace is a symptom of libunwind and unwind.h being installed. Installing blender pulls them in as dependencies. --jau /usr/ports/mail/thunderbird/work/comm-release/mozilla/xpcom/base/nsStackWalk.cpp: In function 'nsresult NS_StackWalk(void (*)(void*, void*), PRUint32, void*, uintptr_t)': /usr/ports/mail/thunderbird/work/comm-release/mozilla/xpcom/base/nsStackWalk.cpp:1196: error: '_Unwind_Backtrace' was not declared in this scope gmake[5]: *** [nsStackWalk.o] Error 1 gmake[5]: *** Waiting for unfinished jobs.... /usr/ports/mail/thunderbird/work/comm-release/mozilla/xpcom/base/nsTraceRefcntImpl.cpp: In member function 'void BloatEntry::Dump(PRIntn, FILE*, nsTraceRefcntImpl::StatisticsType)': /usr/ports/mail/thunderbird/work/comm-release/mozilla/xpcom/base/nsTraceRefcntImpl.cpp:416: warning: format '%8llu' expects type 'long long unsigned int', but argument 6 has type 'PRUint64' /usr/ports/mail/thunderbird/work/comm-release/mozilla/xpcom/base/nsTraceRefcntImpl.cpp:416: warning: format '%8llu' expects type 'long long unsigned int', but argument 7 has type 'PRUint64' /usr/ports/mail/thunderbird/work/comm-release/mozilla/xpcom/base/nsTraceRefcntImpl.cpp:416: warning: format '%8llu' expects type 'long long unsigned int', but argument 8 has type 'long unsigned int' /usr/ports/mail/thunderbird/work/comm-release/mozilla/xpcom/base/nsTraceRefcntImpl.cpp:416: warning: format '%8llu' expects type 'long long unsigned int', but argument 11 has type 'PRUint64' /usr/ports/mail/thunderbird/work/comm-release/mozilla/xpcom/base/nsTraceRefcntImpl.cpp:416: warning: format '%8llu' expects type 'long long unsigned int', but argument 12 has type 'long unsigned int' gmake[5]: Leaving directory `/usr/ports/mail/thunderbird/work/comm-release/mozilla/xpcom/base' gmake[4]: *** [libs] Error 2 gmake[4]: Leaving directory `/usr/ports/mail/thunderbird/work/comm-release/mozilla/xpcom' gmake[3]: *** [libs_tier_platform] Error 2 gmake[3]: Leaving directory `/usr/ports/mail/thunderbird/work/comm-release/mozilla' gmake[2]: *** [tier_platform] Error 2 gmake[2]: Leaving directory `/usr/ports/mail/thunderbird/work/comm-release/mozilla' gmake[1]: *** [default] Error 2 gmake[1]: Leaving directory `/usr/ports/mail/thunderbird/work/comm-release/mozilla' gmake: *** [default] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/mail/thunderbird. *** [build] Error code 1 Stop in /usr/ports/mail/thunderbird.