From owner-freebsd-arm@freebsd.org Mon Oct 5 08:00:15 2015 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A52FA105D3 for ; Mon, 5 Oct 2015 08:00:15 +0000 (UTC) (envelope-from sparvu@kronometrix.org) Received: from mail.kronometrix.org (mail.kronometrix.org [54.72.43.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.kronometrix.org", Issuer "mail.kronometrix.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B8B2010C for ; Mon, 5 Oct 2015 08:00:14 +0000 (UTC) (envelope-from sparvu@kronometrix.org) Received: from [192.168.1.171] (188-127-209-196.cust.suomicom.net [188.127.209.196]) (authenticated bits=0) by mail.kronometrix.org (8.14.9/8.14.9) with ESMTP id t95805fS062192 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Mon, 5 Oct 2015 08:00:06 GMT (envelope-from sparvu@kronometrix.org) Reply-To: sparvu@kronometrix.org Subject: Re: build kernel on RPI2 errors References: <5611F005.60201@kronometrix.org> To: freebsd-arm@freebsd.org From: Stefan Parvu Organization: kronometrix.org Message-ID: <56122E00.4020002@kronometrix.org> Date: Mon, 5 Oct 2015 11:00:00 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <5611F005.60201@kronometrix.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2015 08:00:15 -0000 > cc: error: unable to execute command: Killed > cc: error: clang frontend command failed due to signal (use -v to see > invocation) > FreeBSD clang version 3.6.1 (tags/RELEASE_361/final 237755) 20150525 > Target: armv6--freebsd11.0-gnueabi > Thread model: posix > cc: note: diagnostic msg: PLEASE submit a bug report to > https://bugs.freebsd.org/submit/ and include the crash backtrace, > preprocessed source, and associated run script. > cc: note: diagnostic msg: > ******************** This seems related to running out of resources, like space under /tmp. I did svnlite checkout the entire source code of the kernel and my /tmp dropped to 1% or so. Trying to build the kernel on such situation, did produce the mentioned errors. Cleaning up /tmp fixed the problem. Nothing arm specific. -- Stefan Parvu