From owner-freebsd-gecko@FreeBSD.ORG Thu Jun 14 12:20:05 2012 Return-Path: Delivered-To: gecko@hub.freebsd.org Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9084F1065670 for ; Thu, 14 Jun 2012 12:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 743268FC12 for ; Thu, 14 Jun 2012 12:20:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5ECK5La005439 for ; Thu, 14 Jun 2012 12:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5ECK54o005437; Thu, 14 Jun 2012 12:20:05 GMT (envelope-from gnats) Date: Thu, 14 Jun 2012 12:20:05 GMT Message-Id: <201206141220.q5ECK54o005437@freefall.freebsd.org> To: gecko@FreeBSD.org From: Jan Beich Cc: Subject: Re: ports/168978: mail/thunderbird: /base/nsStackWalk.cpp:1196:29: error: use of undeclared identifier '_Unwind_Backtrace' _Unwind_Reason_Code t = _Unwind_Backtrace(unwind_callback, &info); X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jan Beich List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jun 2012 12:20:05 -0000 The following reply was made to PR ports/168978; it has been noted by GNATS. From: Jan Beich To: "O. Hartmann" Cc: bug-followup@FreeBSD.org Subject: Re: ports/168978: mail/thunderbird: /base/nsStackWalk.cpp:1196:29: error: use of undeclared identifier '_Unwind_Backtrace' _Unwind_Reason_Code t = _Unwind_Backtrace(unwind_callback, &info); Date: Thu, 14 Jun 2012 20:11:18 +0800 "O. Hartmann" writes: > Deleting port devel/libunwind by force and subsequently trying to > recompile/update port www/firefox ends up in the following error > message. In /etc/src.conf, I use > > WITH_LIBCPLUSPLUS= YES It's unused unless you build with -stdlib=libc++. http://wiki.freebsd.org/NewC++Stack > > [...] > clang++ -o nsDirPrefs.o -c -I../../../mozilla/dist/stl_wrappers [...] > nsDirPrefs.cpp:404:9: error: case value evaluates to 2147483649, which > cannot be narrowed to type 'PRInt32' (aka 'int') [-Wc++11-narrowing] > case DIR_POS_DELETE: > ^ > nsDirPrefs.cpp:96:44: note: expanded from macro 'DIR_POS_DELETE' > #define DIR_POS_DELETE 0x80000001 > ^ > nsDirPrefs.cpp:378:9: error: case value evaluates to 2147483648, which > cannot be narrowed to type 'PRInt32' (aka 'int') [-Wc++11-narrowing] > case DIR_POS_APPEND: > ^ > nsDirPrefs.cpp:95:44: note: expanded from macro 'DIR_POS_APPEND' > #define DIR_POS_APPEND 0x80000000 > ^ thunderbird is known to be currently broken with clang. http://lists.freebsd.org/pipermail/freebsd-gecko/2012-June/002273.html