From owner-freebsd-stable@FreeBSD.ORG Thu Nov 3 04:40:34 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 C8D341065674 for ; Thu, 3 Nov 2011 04:40:34 +0000 (UTC) (envelope-from ktouet@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5C1288FC0A for ; Thu, 3 Nov 2011 04:40:33 +0000 (UTC) Received: by wyg36 with SMTP id 36so1138285wyg.13 for ; Wed, 02 Nov 2011 21:40:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=pjuvUqaXB+lucn/+be0b7fJy5HrnoOkBxUXWTIX/Toc=; b=m89hC4VDbm5geWN2JnwjfE0mBZTLSxmMc1KCWzDSBxiY8fWxLPzUk3gsoQkt16QBIY aS8hHUnWI6GdTNK9RllJ2/YkTjbezdI8vGeg5f47j0T9MyDNNN7tZH5Iywcpu34WYYwo +id0TBk8gFn+6Xvhz/Jc3l3lkPqGNVAdTb9NA= MIME-Version: 1.0 Received: by 10.216.137.193 with SMTP id y43mr1389105wei.108.1320295232917; Wed, 02 Nov 2011 21:40:32 -0700 (PDT) Received: by 10.216.37.19 with HTTP; Wed, 2 Nov 2011 21:40:32 -0700 (PDT) In-Reply-To: <4EAC7672.5020702@FreeBSD.org> References: <4EAC7672.5020702@FreeBSD.org> Date: Wed, 2 Nov 2011 22:40:32 -0600 Message-ID: From: Kurt Touet To: Dimitry Andric Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: Thu, 03 Nov 2011 04:40:34 -0000 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 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. >