From owner-freebsd-stable@FreeBSD.ORG Thu Oct 18 23:48:25 2007 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 E719E16A41B for ; Thu, 18 Oct 2007 23:48:25 +0000 (UTC) (envelope-from evan@proc.to) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.237]) by mx1.freebsd.org (Postfix) with ESMTP id ADF2413C46A for ; Thu, 18 Oct 2007 23:48:22 +0000 (UTC) (envelope-from evan@proc.to) Received: by wr-out-0506.google.com with SMTP id 70so280417wra for ; Thu, 18 Oct 2007 16:48:21 -0700 (PDT) Received: by 10.114.78.1 with SMTP id a1mr1260651wab.1192749764283; Thu, 18 Oct 2007 16:22:44 -0700 (PDT) Received: by 10.115.94.3 with HTTP; Thu, 18 Oct 2007 16:22:44 -0700 (PDT) Message-ID: Date: Fri, 19 Oct 2007 09:22:44 +1000 From: "Evan Clarke" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Build fail on RELENG_7 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, 18 Oct 2007 23:48:26 -0000 Last night I csup'd to RELENG_7, and have not been able to build it successfully. This is running on a VMWare VM. It keeps on getting memory alloc fails at the same place each time. I have increased the VM's RAM from 256MB to 512MB and then to 800 and something. The physical machine has 2GB of RAM. I am doing a make buildworld (with no -j option) $ /sbin/sysctl hw | grep mem hw.physmem: 875991040 hw.usermem: 857661440 hw.realmem: 889192448 Build is done in single-user mode with swap enabled. Here is the failing command (full log available upon request) cc -O -pipe -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr/obj/usr/src/tmp/usr\" -I/usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/config -I/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcclibs/libdecnumber -I/usr/obj/usr/src/tmp/legacy/usr/include -c ../cc_tools/insn-attrtab.c cc1: out of memory allocating 97582896 bytes *** Error code 1 Stop in /usr/src/gnu/usr.bin/cc/cc_int. *** Error code 1 Stop in /usr/src/gnu/usr.bin/cc. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. # exit Script done on Fri Oct 19 18:49:23 2007