From owner-freebsd-gecko@FreeBSD.ORG Mon Aug 20 16:03:29 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58595106564A for ; Mon, 20 Aug 2012 16:03:29 +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 113768FC17 for ; Mon, 20 Aug 2012 16:03:28 +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 1T3URm-0006ln-Fk for freebsd-gecko@freebsd.org; Mon, 20 Aug 2012 17:03:22 +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 1T3URm-0000ha-4e for freebsd-gecko@freebsd.org; Mon, 20 Aug 2012 17:03:22 +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 q7KG3LsJ062522 for ; Mon, 20 Aug 2012 17:03:21 +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 q7KG3LKg062521 for freebsd-gecko@freebsd.org; Mon, 20 Aug 2012 17:03:21 +0100 (BST) (envelope-from mexas) Date: Mon, 20 Aug 2012 17:03:21 +0100 (BST) From: Anton Shterenlikht Message-Id: <201208201603.q7KG3LKg062521@mech-cluster241.men.bris.ac.uk> To: freebsd-gecko@freebsd.org Subject: 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 List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2012 16:03:29 -0000 Building exp firefox-esr on ia64, I get this error: c++ -o jsalloc.o -c -fvisibility=hidden -DOSTYPE=\"FreeBSD10\" -DOSARCH=FreeBSD -DEXPORT_JS_API -D IMPL_MFBT -DJS_HAS_CTYPES -DDLL_PREFIX=\"lib\" -DDLL_SUFFIX=\".so\" -I/usr/local/lib/libffi-3.0.9/i nclude -I. -I. -I. -I./../../dist/include -I./../../dist/include/nsprpub -I/usr/local/include/ns pr -I. -I./assembler -I./yarr -fPIC -isystem/usr/local/include -I/usr/local/include/nss -I /usr/local/include/nss/nss -I/usr/local/include -fno-rtti -Wall -Wpointer-arith -Woverloaded-v irtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-invalid-offsetof -Wno-variadic-mac ros -Werror=return-type -pipe -g -pipe -DDEBUG -D_DEBUG -DTRACING -g -fno-omit-frame-pointer -DUSE _SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -isystem/usr/local/include -I/usr/local/include/nss - I/usr/local/include/nss/nss -I/usr/local/include -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MF .deps/jsalloc.pp /usr/ports/experimental/www/firefox-esr/work/mozilla-esr10/js/src/jsalloc.cpp c++ -o jsanalyze.o -c -fvisibility=hidden -DOSTYPE=\"FreeBSD10\" -DOSARCH=FreeBSD -DEXPORT_JS_API -DIMPL_MFBT -DJS_HAS_CTYPES -DDLL_PREFIX=\"lib\" -DDLL_SUFFIX=\".so\" -I/usr/local/lib/libffi-3.0.9 /include -I. -I. -I. -I./../../dist/include -I./../../dist/include/nsprpub -I/usr/local/include/ nspr -I. -I./assembler -I./yarr -fPIC -isystem/usr/local/include -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include -fno-rtti -Wall -Wpointer-arith -Woverloaded -virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-invalid-offsetof -Wno-variadic-m acros -Werror=return-type -pipe -g -pipe -DDEBUG -D_DEBUG -DTRACING -g -fno-omit-frame-pointer -DU SE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -isystem/usr/local/include -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include -DMOZILLA_CLIENT -include ./js-confdefs.h - MD -MF .deps/jsanalyze.pp /usr/ports/experimental/www/firefox-esr/work/mozilla-esr10/js/src/jsanaly ze.cpp In file included from ./vm/RegExpObject.h:53, from ./jsscriptinlines.h:52, from /usr/ports/experimental/www/firefox-esr/work/mozilla-esr10/js/src/vm/Stack-in l.h:49, from /usr/ports/experimental/www/firefox-esr/work/mozilla-esr10/js/src/jsinferinli nes.h:50, from /usr/ports/experimental/www/firefox-esr/work/mozilla-esr10/js/src/jsanalyze.c pp:45: ./yarr/pcre/pcre.h:49:18: error: jstl.h: No such file or directory The full log: http://seis.bris.ac.uk/~mexas/ia64-exp-firefox-esr.log Thanks Anton