From owner-freebsd-current@FreeBSD.ORG Sun Aug 19 17:59:10 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CCB81065674 for ; Sun, 19 Aug 2012 17:59:10 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-vb0-f54.google.com (mail-vb0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1D9BB8FC1A for ; Sun, 19 Aug 2012 17:59:09 +0000 (UTC) Received: by vbmv11 with SMTP id v11so6217349vbm.13 for ; Sun, 19 Aug 2012 10:59:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=rSYW4qChmt7wnmbP54wbFZrY6cEYGPprjh7TU7rdxW0=; b=H2FWjhXsBPAqonLWom6p5jBUrE3bTCAYs95mNcHRrUdsiZqXWukQDmRyDenCHrsoam BD20hs6jrKy2H+Q311C2QHWsEJpqvEC1vYnYF6nq4mc19cuymF+3uaM1+AKLsfp0LyHQ Q+hNGiRwe9QCWYW9NUlSbNtquOPGTwuecRqjnfmBdVzX88sH94CQuEY1K+9MWHCKTYFQ CgbdZudCrowJzCdgELhUGKBvk4LHbJvCKYghkKRAlDQqJTwKw4+HOwBq8qWX+/haLfHY peB3EmdYvMFgdgXSEH6sq1qP0dkfEFwgc9/oU4WvM2TNjwkoWrnTVmLuvedCRFT/a+xs z88A== MIME-Version: 1.0 Received: by 10.52.97.196 with SMTP id ec4mr6827445vdb.96.1345399149019; Sun, 19 Aug 2012 10:59:09 -0700 (PDT) Received: by 10.58.207.114 with HTTP; Sun, 19 Aug 2012 10:59:08 -0700 (PDT) Received: by 10.58.207.114 with HTTP; Sun, 19 Aug 2012 10:59:08 -0700 (PDT) In-Reply-To: References: Date: Sun, 19 Aug 2012 13:59:08 -0400 Message-ID: From: Ryan Stone To: Randy Bush Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Current Subject: Re: buildworld c++ internal error X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2012 17:59:10 -0000 Are you running make with -j something? You may have to scale that back, unfortunately. C++ compilers seem to be much more memory hungry than straight C compilers. On Aug 19, 2012 10:39 AM, "Randy Bush" wrote: > > Is the system running out of memory? A message will go to dmesg if so. > > bingo! thank you. > > pid 73951 (cc1plus), uid 0, was killed: out of swap space > > as this is a 8g cd card machine, i may have a problem. it's not as if i > can boot a cd rom and run shrinkfs > > randy >