From owner-freebsd-questions@FreeBSD.ORG Thu Mar 17 21:43:10 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A09C516A4CE for ; Thu, 17 Mar 2005 21:43:10 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED10D43D41 for ; Thu, 17 Mar 2005 21:43:09 +0000 (GMT) (envelope-from lgrady@gmail.com) Received: by wproxy.gmail.com with SMTP id 55so442780wri for ; Thu, 17 Mar 2005 13:43:09 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=SfLFwlzDcA5R3vnZ4t7ZJAAYtxGa2zNUluVCcRQUye0Q329AJy5zlI460odf/zydw0f1dtPpsLhO0Y4yt8dfd+A1oZw7XShYc2e+pNs0UsUl5dEcEh5Q59e7RmJnBnlUXEKByjqC2x0zXDHM4WiO+UMmIoSYyUgcl5RXLJ/QwH4= Received: by 10.54.54.78 with SMTP id c78mr2485847wra; Thu, 17 Mar 2005 13:43:09 -0800 (PST) Received: by 10.54.49.3 with HTTP; Thu, 17 Mar 2005 13:43:08 -0800 (PST) Message-ID: <5fee5e300503171343c23d444@mail.gmail.com> Date: Thu, 17 Mar 2005 15:43:08 -0600 From: luke To: freebsd Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: make buildworld errors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: luke List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2005 21:43:10 -0000 i just cvsup'd to release_5_3 and i'm making buildworld but it keeps erroring out. if i do make buildworld again, chaning nothing, it goes a little further and errors again. i've done this a few times. here's my /etc/make.conf %more /etc/make.conf CPUTYPE=k6-2 CFLAGS= -O -pipe COPTFLAGS= -O -pipe NO_FORTRAN= true NO_I4B= true NO_LPR= true NO_X= true NOGAMES= true NOPROFILE= true USA_RESIDENT= yes %uname -a FreeBSD gw.internal.net 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 and here's output from the latest time it's stopped. any help is appreciated. cc -O -pipe -I. -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config -DGENERATOR_FILE -I/usr/obj/usr/src/i386/legacy/usr/include -c /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/choose-temp.c In file included from /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/choose-temp.c:26: /usr/include/stdio.h: In function `__sputc': /usr/include/stdio.h:399: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. *** Error code 1 Stop in /usr/src/gnu/usr.bin/cc/cc_tools. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. gw# this is the 3rd place it's stopped, and like i said, if i repeat the make buildworld command it will go a little further and stop again. i'm going to start using time make buildworld and see if there is a pattern here. this machine has been acting as a slackware gateway for a little over a year with no hardware change, so i don't think it's hardware related.