From owner-freebsd-gecko@FreeBSD.ORG Wed Aug 29 10:18:27 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 7570F10657DD for ; Wed, 29 Aug 2012 10:18:27 +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 2F5798FC15 for ; Wed, 29 Aug 2012 10:18:26 +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 1T6fLt-0007E9-PV; Wed, 29 Aug 2012 11:18:25 +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 1T6fLt-0003WZ-EJ; Wed, 29 Aug 2012 11:18:25 +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 q7TAIPYr051852; Wed, 29 Aug 2012 11:18:25 +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 q7TAIOJ8051851; Wed, 29 Aug 2012 11:18:24 +0100 (BST) (envelope-from mexas) Date: Wed, 29 Aug 2012 11:18:24 +0100 (BST) From: Anton Shterenlikht Message-Id: <201208291018.q7TAIOJ8051851@mech-cluster241.men.bris.ac.uk> To: jbeich@tormail.org, mexas@bristol.ac.uk In-Reply-To: <1T4yxT-000N40-H1@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: Wed, 29 Aug 2012 10:18:27 -0000 From jbeich@tormail.org Fri Aug 24 21:01:41 2012 >> # test before install >> $ cd $(make -V WRKSRC)/dist/bin >> $ LD_LIBRARY_PATH=. ./firefox [...] > # LD_LIBRARY_PATH=". ./firefox" > # export LD_LIBRARY_PATH > # echo $LD_LIBRARY_PATH > . ./firefox > # > > which is what you wanted, right? No, I've wanted you to launch ./firefox using libs from dist/bin. xpcshell may crash for a reason not easily triggered the browser. Ok, still on r948. # pwd /usr/ports/experimental/www/firefox/work/mozilla-beta/dist/bin # echo $LD_LIBRARY_PATH . ./firefox # firefox Couldn't calculate the application directory. # ./firefox Error: no display specified nsStringStats => mAllocCount: 4 => mReallocCount: 1 => mFreeCount: 4 => mShareCount: 4 => mAdoptCount: 0 => mAdoptFreeCount: 0 # Just put the patch under files/ directory and try again. If it crashes during install again use `thread apply all bt' after `bt' in gdb. ok, I'll update to the latest, and do this. Thanks Anton