Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Oct 2011 23:56:02 +0200
From:      Dimitry Andric <dim@FreeBSD.org>
To:        Kurt Touet <ktouet@gmail.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Unable to compile stable/9
Message-ID:  <4EAC7672.5020702@FreeBSD.org>
In-Reply-To: <CALM%2B6a%2BabJQdfisR0z38izeEPDam_xNN-0KMN=GuWfb_Py4hWQ@mail.gmail.com>
References:  <CALM%2B6a%2BabJQdfisR0z38izeEPDam_xNN-0KMN=GuWfb_Py4hWQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4EAC7672.5020702>