From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 5 22:50:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 00CA73EF for ; Wed, 5 Dec 2012 22:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C82E08FC16 for ; Wed, 5 Dec 2012 22:50:00 +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 qB5Mo0HN047083 for ; Wed, 5 Dec 2012 22:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qB5Mo0Bc047082; Wed, 5 Dec 2012 22:50:00 GMT (envelope-from gnats) Resent-Date: Wed, 5 Dec 2012 22:50:00 GMT Resent-Message-Id: <201212052250.qB5Mo0Bc047082@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "O. Hartmann" Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 362A03AA for ; Wed, 5 Dec 2012 22:47:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 1C8348FC15 for ; Wed, 5 Dec 2012 22:47:56 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qB5MltDe055481 for ; Wed, 5 Dec 2012 22:47:55 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id qB5Mltg6055480; Wed, 5 Dec 2012 22:47:55 GMT (envelope-from nobody) Message-Id: <201212052247.qB5Mltg6055480@red.freebsd.org> Date: Wed, 5 Dec 2012 22:47:55 GMT From: "O. Hartmann" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/174211: www/firefox: X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2012 22:50:01 -0000 >Number: 174211 >Category: ports >Synopsis: www/firefox: >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 05 22:50:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: O. Hartmann >Release: FreeBSD 10.0-CURRENT/amd64 r243906M >Organization: FU Berlin >Environment: FreeBSD muh.de 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r243906M: Wed Dec 5 21:54:42 CET 2012 root@muh.de:/usr/obj/usr/src/sys/MUH amd64 >Description: Port www/firefox (17.0.1) rejects updating as shown below. The host has CLANG build world and CLANg is system compiler. [...] 1 warning generated. jsinterp.cpp c++ -o jsinterp.o -c -I./../../dist/system_wrappers_js -include ./config/gcc_hidden.h -DENABLE_YARR_JIT=1 -DMOZ_GLUE_IN_PROGRAM -DEXPORT_JS_API -DJS_HAS_CTYPES -DDLL_PREFIX=\"lib\" -DDLL_SUFFIX=\".so\" -DNO_NSPR_10_SUPPORT -DUSE_ZLIB -I/usr/local/lib/libffi-3.0.9/include -I. -I./../../mfbt/double-conversion -I. -I. -I./../../dist/include -I/usr/local/include/nspr -I. -I./assembler -I./yarr -fPIC -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -Qunused-arguments -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wno-ctor-dtor-privacy -Wno-overlength-strings -Wno-invalid-offsetof -Wno-variadic-macros -Wno-c++0x-extensions -Wno-extended-offsetof -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-mismatched-tags -O3 -pipe -fno-strict-aliasing -march=native -march=native -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -pipe -DNDEBUG -DTRIMMED -O3 -fomit-frame-pointer -DUSE_SYSTEM_MALLOC=1 -DENAB LE_ASSEMBLER=1 -DENABLE_JIT=1 -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MF .deps/jsinterp.o.pp /usr/ports/www/firefox/work/mozilla-release/js/src/jsinterp.cpp /usr/ports/www/firefox/work/mozilla-release/js/src/jsinterp.cpp:3684:9: error: indirect goto might cross protected scopes DO_NEXT_OP(len); ^ /usr/ports/www/firefox/work/mozilla-release/js/src/jsinterp.cpp:1091:33: note: expanded from macro 'DO_NEXT_OP' DO_OP(); \ ^ /usr/ports/www/firefox/work/mozilla-release/js/src/jsinterp.cpp:1085:47: note: expanded from macro 'DO_OP' JS_EXTENSION_(goto *jumpTable[op]); \ ^ ./jstypes.h:279:44: note: expanded from macro 'JS_EXTENSION_' # define JS_EXTENSION_(s) __extension__ ({ s; }) ^ /usr/ports/www/firefox/work/mozilla-release/js/src/jsinterp.cpp:1420:1: note: possible target of indirect goto ADD_EMPTY_CASE(JSOP_NOP) ^ /usr/ports/www/firefox/work/mozilla-release/js/src/jsinterp.cpp:1097:29: note: expanded from macro 'ADD_EMPTY_CASE' # define ADD_EMPTY_CASE(OP) BEGIN_CASE(OP) \ ^ /usr/ports/www/firefox/work/mozilla-release/js/src/jsinterp.cpp:1094:29: note: expanded from macro 'BEGIN_CASE' # define BEGIN_CASE(OP) L_##OP: ^ :213:1: note: expanded from macro 'L_' L_JSOP_NOP ^ /usr/ports/www/firefox/work/mozilla-release/js/src/jsinterp.cpp:3667:25: note: jump exits scope of variable with non-trivial destructor DebugOnly blockDepth = regs.fp()->blockChain().stackDepth(); ^ 1 error generated. gmake[3]: *** [jsinterp.o] Error 1 gmake[3]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/js/src' gmake[2]: *** [libs_tier_js] Error 2 gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release' gmake[1]: *** [tier_js] 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. ===>>> make failed for www/firefox ===>>> Aborting update ===>>> Update for www/firefox failed ===>>> Aborting update Terminated ===>>> You can restart from the point of failure with this command line: portmaster www/firefox www/firefox-i18n >How-To-Repeat: Update port www/firefox on FreeBSD 10.0-CURRENT/amd64 r243906M with CLANG (most recent LLVM/CLANG 3.2-RC2) >Fix: >Release-Note: >Audit-Trail: >Unformatted: