From owner-freebsd-arm@FreeBSD.ORG Wed Oct 1 23:54:28 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DBE834BD; Wed, 1 Oct 2014 23:54:28 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4E54100; Wed, 1 Oct 2014 23:54:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=7KpvZFBZ9I43dcrNa664lYLn6coS04ZzEJJByH/zeDc=; b=c/mtCoqAXJfmP0gzwV2AWXyPe/JylYeVRb8utn9hWxL/u8fkkm9dN4o5+tf4daRUwp4pTLCxuxOzOhepZYR5pgRYuNipjPPHZixOpLelmPA6qHqmIxlep+z99KOpyzq67l0ELbPCTWOo0LFneWEBwrWtQo17an099xaQ45YUChY=; Received: from [182.4.74.116] (port=61596 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1XZTj0-0013Ca-SF; Wed, 01 Oct 2014 17:54:27 -0600 Date: Thu, 2 Oct 2014 07:54:22 +0800 From: Erich Dollansky To: Ian Lepore Subject: Re: Signal 9 when compiling world on Raspberry Message-ID: <20141002075422.07a56aba@X220.alogt.com> In-Reply-To: <1412175825.66615.375.camel@revolution.hippie.lan> References: <20141001163300.438384e9@X220.alogt.com> <1412175825.66615.375.camel@revolution.hippie.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 23:54:29 -0000 Hi, On Wed, 01 Oct 2014 09:03:45 -0600 Ian Lepore wrote: > > *** Signal 9 > > > > Stop. > > make[6]: stopped in /usr/src/lib/clang/libllvmx86disassembler > > *** Error code 1 > > SIGKILL? I'll bet you've also got an "out of swap space" message > in /var/log/messages related to this? > yes, you got it. I did not even check messages. > It's a bit galling that it dies on an x86 component we don't even need > built for arm. Yes, this is the real irony. Erich