From owner-freebsd-gecko@FreeBSD.ORG Tue Aug 21 13:27:57 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4B3AF1065678 for ; Tue, 21 Aug 2012 13:27:57 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirj.bris.ac.uk (dirj.bris.ac.uk [137.222.10.78]) by mx1.freebsd.org (Postfix) with ESMTP id 028148FC0A for ; Tue, 21 Aug 2012 13:27:56 +0000 (UTC) Received: from ncsc.bris.ac.uk ([137.222.10.41]) by dirj.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1T3oUt-00064P-4f; Tue, 21 Aug 2012 14:27:55 +0100 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncsc.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1T3oUr-0003Oo-M3; Tue, 21 Aug 2012 14:27:54 +0100 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.5/8.14.5) with ESMTP id q7LDRrWP054684; Tue, 21 Aug 2012 14:27:53 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.5/8.14.5/Submit) id q7LDRqAZ054683; Tue, 21 Aug 2012 14:27:52 +0100 (BST) (envelope-from mexas) Date: Tue, 21 Aug 2012 14:27:52 +0100 (BST) From: Anton Shterenlikht Message-Id: <201208211327.q7LDRqAZ054683@mech-cluster241.men.bris.ac.uk> To: jbeich@tormail.org, mexas@bristol.ac.uk In-Reply-To: <1T3bCK-000ECY-PP@internal.tormail.org> Cc: freebsd-gecko@freebsd.org Subject: Re: ia64 firefox-esr ./yarr/pcre/pcre.h:49:18: error: jstl.h: No such file or directory X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2012 13:27:57 -0000 From jbeich@tormail.org Tue Aug 21 01:32:25 2012 Anton Shterenlikht writes: > In file included from ../../ipc/chromium/src/chrome/common/file_descriptor_set_posix.h:12, > from ../../ipc/chromium/src/chrome/common/ipc_message_utils.h:18, > from ../../dist/include/IPC/IPCMessageUtils.h:42, > from /usr/ports/experimental/www/firefox-esr/work/mozilla-esr10/xpcom/io/nsMultiplexInputStream.cpp:44: > ../../ipc/chromium/src/base/ref_counted.h:33: error: expected ';' before 'RefCountedBase' > > The full log: > > http://eis.bris.ac.uk/~mexas/ia64-exp-firefox-esr.log It seems to be caused by Landry's fix for gcc42 + -pedantic. Try again after updating ports. Here are the GCB backtrace, which seems to indicate something wrong with yarr: #0 0x0000000127f41a11 in ParenthesesDisjunctionContext (this=0x12dbfa074, output=0x131c41020, term=@0x136107bc0) at /usr/ports/experimental/www/firefox-esr/work/mozilla-esr10/js/src/yarr/YarrInterpreter.cpp:125 http://seis.bris.ac.uk/~mexas/ia64-exp-firefox-esr-coredump-gdb-bt and the debug output: http://seis.bris.ac.uk/~mexas/ia64-exp-firefox-esr-debug-output Many thanks Anton