From owner-freebsd-stable@FreeBSD.ORG Sat Dec 1 22:08:49 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0A2FEE96; Sat, 1 Dec 2012 22:08:49 +0000 (UTC) (envelope-from randy@psg.com) Received: from ran.psg.com (ran.psg.com [IPv6:2001:418:1::36]) by mx1.freebsd.org (Postfix) with ESMTP id D64EC8FC08; Sat, 1 Dec 2012 22:08:47 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=ryuu.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1TevEs-0002wd-Jm; Sat, 01 Dec 2012 22:08:46 +0000 Date: Sun, 02 Dec 2012 07:08:45 +0900 Message-ID: From: Randy Bush To: Dimitry Andric Subject: Re: buildworld on geode blowing chunks in lib/clang/libllvmcore In-Reply-To: <50BA7D98.6090807@FreeBSD.org> References: <50BA7D98.6090807@FreeBSD.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/22.3 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Cc: FreeBSD Stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Dec 2012 22:08:49 -0000 >> c++: Internal error: Killed: 9 (program cc1plus) >> Please submit a full bug report. >> See for instructions. >> *** [Function.o] Error code 1 >> >> Stop in /usr/src/lib/clang/libllvmcore. >> *** [all] Error code 1 >> >> clues? is it buildtools? i started one, but it'll take many hours. > > Running out of RAM? Is there anything visible in dmesg? If you are > natively building on such a small box, and you are not interested in > clang, you could use WITHOUT_CLANG. Otherwise, you could try reducing > the number of -j jobs for make buildworld. no whining in dmesg. last entry is the last boot entry a few days back. no -j at all. hmmm, will try WITHOUT_CLANG randy