From owner-freebsd-stable@FreeBSD.ORG Sat Dec 1 21:58:42 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 9DD7BC33 for ; Sat, 1 Dec 2012 21:58:42 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) by mx1.freebsd.org (Postfix) with ESMTP id 46AC78FC0C for ; Sat, 1 Dec 2012 21:58:41 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:f19f:4a41:71ae:f9e6] (unknown [IPv6:2001:7b8:3a7:0:f19f:4a41:71ae:f9e6]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 3FFD45C37; Sat, 1 Dec 2012 22:58:41 +0100 (CET) Message-ID: <50BA7D98.6090807@FreeBSD.org> Date: Sat, 01 Dec 2012 22:58:48 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20121128 Thunderbird/18.0 MIME-Version: 1.0 To: Randy Bush Subject: Re: buildworld on geode blowing chunks in lib/clang/libllvmcore References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 21:58:42 -0000 On 2012-12-01 15:02, Randy Bush wrote: > FreeBSD soek0.psg.com 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0: Wed Oct 17 19:07:49 UTC 2012 root@soek0.psg.com:/usr/obj/usr/src/sys/SOEK0 i386 > > running a pretty stripped kernel as it is just an 8G flash, http://archive.psg.com/SOEK0 > > c++ -DIPFIREWALL_NAT -O -march=pentium -I/usr/src/lib/clang/libllvmcore/../../. > ./contrib/llvm/include -I/usr/src/lib/clang/libllvmcore/../../../contrib/llvm/to > ols/clang/include -I/usr/src/lib/clang/libllvmcore/../../../contrib/llvm/lib/VMCore -I. -I/usr/src/lib/clang/libllvmcore/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd9.0\" -DDEFAULT_SYSROOT=\"\" -fstack-protector -fno-exceptions -c /usr/src/lib/clang/libllvmcore/../../../contrib/llvm/lib/VMCore/Function.cpp -o Function.o > 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.