From owner-freebsd-stable@FreeBSD.ORG Sat Oct 29 21:55:58 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E466F106566B for ; Sat, 29 Oct 2011 21:55:58 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id A77B98FC14 for ; Sat, 29 Oct 2011 21:55:58 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:89e1:b26d:b9ae:d0c1] (unknown [IPv6:2001:7b8:3a7:0:89e1:b26d:b9ae:d0c1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 91CCE5C37; Sat, 29 Oct 2011 23:55:57 +0200 (CEST) Message-ID: <4EAC7672.5020702@FreeBSD.org> Date: Sat, 29 Oct 2011 23:56:02 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111019 Thunderbird/8.0 MIME-Version: 1.0 To: Kurt Touet References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: Unable to compile stable/9 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Oct 2011 21:55:59 -0000 On 2011-10-28 06:47, Kurt Touet wrote: > I am currently running FreeBSD amd64 stable/9 r225905, and I have been > unable to compile the stable/9 branch for the past couple of weeks. > On the chance that there were any oddities in my source-tree, I have > completely erased and checked out svn://svn.freebsd.org/base/stable/9 > from scratch. With r226876, I continue to have compilation errors. I > believe it is continuing to break in the same place during buildworld, > as shown below. > > Is this to be expected ATM? Is the branch broken? Is this an > unrelated gcc error? Or is there something I'm missing? ... > c++ -O2 -pipe -I/usr/src/lib/clang/libclangarcmigrate/../../../contrib/llvm/include > -I/usr/src/lib/clang/libclangarcmigrate/../../../contrib/llvm/tools/clang/include > -I/usr/src/lib/clang/libclangarcmigrate/../../../contrib/llvm/tools/clang/lib/ARCMigrate > -I. -I/usr/src/lib/clang/libclangarcmigrate/../../../contrib/llvm/../../lib/clang/include > -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS > -D__STDC_CONSTANT_MACROS > -DLLVM_HOSTTRIPLE=\"x86_64-unknown-freebsd9.0\" -fstack-protector > -fno-exceptions -fno-rtti -c > /usr/src/lib/clang/libclangarcmigrate/../../../contrib/llvm/tools/clang/lib/ARCMigrate/Transforms.cpp > c++: Internal error: Killed: 9 (program cc1plus) You are most likely running out of memory. Check dmesg and/or log messages for 'out of swap swace' errors. You can try freeing up RAM, running with a lower -j setting (if applicable), or adding swap.