From owner-freebsd-gecko@FreeBSD.ORG Sat Jan 12 03:33:59 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B76A5EB9 for ; Sat, 12 Jan 2013 03:33:59 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from outgoing.tormail.org (outgoing.tormail.org [82.221.96.22]) by mx1.freebsd.org (Postfix) with ESMTP id 71FF7180 for ; Sat, 12 Jan 2013 03:33:59 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=internal.tormail.org) by outgoing.tormail.org with esmtp (Exim 4.72) (envelope-from ) id 1Ttrr1-0000IH-HK for freebsd-gecko@freebsd.org; Sat, 12 Jan 2013 06:33:56 +0300 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:References:Date:Subject:Cc:To:From; bh=yIrvNwk0N6aaeH7dgo5xdfWetYoe7g/581NkaF+TYXA=; b=FZ9BcZHlBWAc1NBXAXLezcDLGUA7rjkx0Sfadd+0XtumbKhWAOhE318qqi3GO7VIiE3XpFQn7LFFRcwY9COZZ3t9CFikez/QQTJdoY+Sc0Er57vmk/3W67bfqoUAm0R5c5wKEJwe2Mf8sjrm/SwHdSNHA7ut/UCOQjp4nrKbbx0=; Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1Ttrp6-000KG7-ME; Sat, 12 Jan 2013 03:31:57 +0000 From: Jan Beich To: sib@tormail.org Subject: Re: Firefox 18 failing after patch fix Date: Sat, 12 Jan 2013 13:17:10 +1000 References: <1TtkWU-0001LO-Dm@internal.tormail.org> MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1Ttrp6-000KG7-ME@internal.tormail.org> Cc: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2013 03:33:59 -0000 sib@tormail.org writes: > Hi list. I updated my ports tree again after the Firefox "patch" problem > was supposedly fixed, but now I am getting the following while trying to > build FF. Any ideas? > > > resource://gre/modules/devtools/Jsbeautify.jsm > [27/983] > resource://gre/modules/devtools/CmdEdit.jsm > resource://gre/modules/devtools/CmdScreenshot.jsm > resource://gre/modules/PrivateBrowsingUtils.jsm > resource://gre/modules/devtools/StyleInspector.jsm > resource://gre/modules/ObjectWrapper.jsm > resource://gre/modules/devtools/Templater.jsm > resource://gre/modules/NetworkPrioritizer.jsm > resource://gre/modules/devtools/CmdCookie.jsm > resource://gre/modules/UpdateChannel.jsm > [18/983] > resource://gre/modules/devtools/CmdBreak.jsm > Illegal instruction (core dumped) Here's a quick list of missing info: 1. Can you show compiler/cflags/etc you use? run 'cat /etc/make.conf' 2. Can you show the list of installed packages? run 'pkg_info -aE' 3. Can you show port options? run 'cat /var/db/ports/*/options' 4. Can you show cpu features? extract them from 'dmesg' 5. Try disabling WEBRTC and rebuild. 6. Try enabling DEBUG, rebuild and run the .core file in gdb(1). 7. If DEBUG option makes the crash go away then try building as $ make WITHOUT=DEBUG DEBUG_FLAGS='-O0 -g -fno-omit-frame-pointer' 8. Does www/firefox-esr builds/installs fine with same options in your environment? > gmake[1]: *** [prepare-package] Error 132 > gmake[1]: Leaving directory > `/tmp/usr/ports/www/firefox/work/mozilla-release/ob > j-i386-portbld-freebsd9.1/browser/installer' I'm not even sure if you're running 9.1-RELEASE or 9.1-STABLE... My testing was limited to 9.1R i386 poudriere jail on 10.0 amd64 host. I wish someone could confirm firefox still works on a old i386 cpus e.g., those without SSE2. > gmake: *** [install] Error 2 > *** [gecko-pre-install] Error code 2 > > Stop in /usr/ports/www/firefox. > *** [install] Error code 1