From owner-freebsd-current@FreeBSD.ORG Sat Apr 21 18:52:53 2012 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 60284106564A for ; Sat, 21 Apr 2012 18:52:53 +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 1BF788FC17 for ; Sat, 21 Apr 2012 18:52:53 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:bc21:4655:90e2:3182] (unknown [IPv6:2001:7b8:3a7:0:bc21:4655:90e2:3182]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 836835C37; Sat, 21 Apr 2012 20:52:51 +0200 (CEST) Message-ID: <4F930206.9010805@FreeBSD.org> Date: Sat, 21 Apr 2012 20:52:54 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120410 Thunderbird/12.0 MIME-Version: 1.0 To: Cy Schubert References: <201204211752.q3LHq4QJ014466@slippy.cwsent.com> In-Reply-To: <201204211752.q3LHq4QJ014466@slippy.cwsent.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Michael Butler , current@FreeBSD.org Subject: Re: /usr/bin/as: out of memory allocating 4194304 bytes after a total of 524288000 bytes 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: Sat, 21 Apr 2012 18:52:53 -0000 On 2012-04-21 19:52, Cy Schubert wrote: > In message<4F92F020.1000204@protected-networks.net>, Michael Butler writes: ... >> The problem is that /usr/bin/as is statically linked .. rebuild that and >> you'll be fine, > I did. I restored from backup made a month ago and rebuilt world again. > That worked. I then rebuilt world again. That's when it failed. At which revision was your source tree? In r234543, Jason committed the real fix, and I think that should work correctly.