From owner-freebsd-current@FreeBSD.ORG Wed Feb 26 18:44:18 2014 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A73066D for ; Wed, 26 Feb 2014 18:44:18 +0000 (UTC) Received: from sarah.protected-networks.net (sarah.protected-networks.net [IPv6:2001:470:1f07:4e1::1]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DF5361BE6 for ; Wed, 26 Feb 2014 18:44:17 +0000 (UTC) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [IPv6:2001:470:1f07:4e1::4]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "Iain Butler", Issuer "RSA Class 2 Personal CA v2" (verified OK)) (Authenticated sender: imb@protected-networks.net) by sarah.protected-networks.net (Postfix) with ESMTPSA id DB30760D0 for ; Wed, 26 Feb 2014 13:44:09 -0500 (EST) DomainKey-Signature: a=rsa-sha1; s=200509; d=protected-networks.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:subject: references:in-reply-to:x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=EGgZDI1wz5XQCniU4imlHuWo1eLTtC4qytvkD/6DgLNQIsEEJI/+wT6GRJqLTVJae wtq8n66AOP1p2Jb+XUOMD2jRbzUlgpi74aFapy/47IvCMLmN+WqoPpDdvFYk3e6 Message-ID: <530E35F4.1090909@protected-networks.net> Date: Wed, 26 Feb 2014 13:44:04 -0500 From: Michael Butler User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: FreeBSD Current Subject: Re: firebox build fails post clang-3.4 merge References: <53039401.7050701@protected-networks.net> In-Reply-To: <53039401.7050701@protected-networks.net> X-Enigmail-Version: 1.6 OpenPGP: id=0442D492 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Feb 2014 18:44:18 -0000 On 02/18/14 12:10, Michael Butler wrote: > Is anyone else seeing firefox failing to install after the clang-3.4 > merge? As in xpcshell dumping core .. An update .. Recompiling with GCC48 on -current yields the same result. Seems to run correctly when invoked from the command-line but seg-faults with "errno = 4" (invalid instruction) from the build Giving up and using the Linux port .. :-( imb