Date: Wed, 2 Nov 2011 22:40:32 -0600 From: Kurt Touet <ktouet@gmail.com> To: Dimitry Andric <dim@freebsd.org> Cc: freebsd-stable@freebsd.org Subject: Re: Unable to compile stable/9 Message-ID: <CALM%2B6aK7hj_Tr=78EZ-7KJ7A1A-FOAKDx-p0GbFstnDQo0BwHg@mail.gmail.com> In-Reply-To: <4EAC7672.5020702@FreeBSD.org> References: <CALM%2B6a%2BabJQdfisR0z38izeEPDam_xNN-0KMN=GuWfb_Py4hWQ@mail.gmail.com> <4EAC7672.5020702@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Thanks, Dimitry - that was the problem. That was the first time I've ever encountered that problem with 4GB of RAM (no swap) and using -j8. Cheers, -kurt On Sat, Oct 29, 2011 at 3:56 PM, Dimitry Andric <dim@freebsd.org> wrote: > 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. =A0With r226876, I continue to have compilation errors. = =A0I >> believe it is continuing to break in the same place during buildworld, >> as shown below. >> >> Is this to be expected ATM? =A0Is 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/clan= g/include >> >> -I/usr/src/lib/clang/libclangarcmigrate/../../../contrib/llvm/tools/clan= g/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=3D\"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. =A0Check 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. >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CALM%2B6aK7hj_Tr=78EZ-7KJ7A1A-FOAKDx-p0GbFstnDQo0BwHg>