From owner-freebsd-stable@FreeBSD.ORG Thu Oct 5 00:39:14 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA17D16A403 for ; Thu, 5 Oct 2006 00:39:14 +0000 (UTC) (envelope-from rcortesi@MIT.EDU) Received: from biscayne-one-station.mit.edu (BISCAYNE-ONE-STATION.MIT.EDU [18.7.7.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id B301143D46 for ; Thu, 5 Oct 2006 00:39:13 +0000 (GMT) (envelope-from rcortesi@MIT.EDU) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by biscayne-one-station.mit.edu (8.13.6/8.9.2) with ESMTP id k950dCoD023322; Wed, 4 Oct 2006 20:39:12 -0400 (EDT) Received: from [192.168.1.122] (c-68-55-243-152.hsd1.md.comcast.net [68.55.243.152]) (authenticated bits=0) (User authenticated as rcortesi@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id k950d8W2001685 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 4 Oct 2006 20:39:09 -0400 (EDT) Message-ID: <45245425.7010007@mit.edu> Date: Wed, 04 Oct 2006 20:39:01 -0400 From: Roger Cortesi User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909) MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 5.209 X-Spam-Level: ***** (5.209) X-Spam-Flag: NO X-Scanned-By: MIMEDefang 2.42 Subject: RELENG_6_1_p-10 Buildworld Freezes 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, 05 Oct 2006 00:39:14 -0000 Hello all, I have spent the last week or so trouble shooting. I have been trying to upgrade by freebsd install to p10 (I started having problems when I tried upgrading to p9. I have been tracking RELENG_6_1. FreeBSD is running on an older machine. Its a Dell OPIPLEX GX1 355Mhz, 64 Megs ram (yes the computer is really old and slow). I have never had problems rebuilding world before... it just takes 7+ hours. Every time I run "make buildworld" the build freezes at the exact same point in compilation. The last line in the output is listed below. cc -O2 -fno-strict-aliasing -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 -DHAVE_CONFIG_H -DTARGET_NAME=\"i386-undermydesk-freebsd\" -DIN_GCC -I/usr/obj/usr/src/tmp/legacy/usr/include -c insn-attrtab.c I have tried doing a "make cleanworld"... the buildworld still froze in the same place. I have tried removing all the files in /usr/obj/... buildworld still froze in the same place. I have tired removing all the files in /urs/src and doing a fresh cvsup of the source tree... the buildworld still froze in the same place. Below are the non commented lines of my cvsup file. *default host=cvsup7.FreeBSD.org *default base=/var/db *default prefix=/usr *default release=cvs tag=RELENG_6_1 *default delete use-rel-suffix src-all The contents of /etc/make.conf are: # added by use.perl 2006-07-04 09:45:27 PERL_VER=5.8.8 PERL_VERSION=5.8.8 The output of my buildworld attempts have been logged using the script command. The suspicious part is that it seems to be the exact same point that the build freezes at. At this point I'm out of ideas for trouble shooting this one. Thanks for your time and thoughts. Roger