From owner-freebsd-questions@FreeBSD.ORG Sat Apr 9 05:36:59 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 B99E716A4CE for ; Sat, 9 Apr 2005 05:36:59 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECF2443D1F for ; Sat, 9 Apr 2005 05:36:58 +0000 (GMT) (envelope-from fadeaway@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so1233724wri for ; Fri, 08 Apr 2005 22:36:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:to:message-id:content-type:from:subject:date:x-mailer; b=kokzY6q406O49uadCSpKk2yKuchsy2dFRSWPbwAHn24otKOJygl0Qq3XVgrXREqFOz3HyjaKWicJAKDhNZuAkqP3Lm+0030jblbCvZ+xdBq+ccyESG7RAdXvXgZCxiVmyDawZFxSUNUyS7wv2zR3evjBYWER9neTJC1ftzyYH60= Received: by 10.54.55.61 with SMTP id d61mr644927wra; Fri, 08 Apr 2005 22:36:58 -0700 (PDT) Received: from ?192.168.3.100? ([68.161.45.167]) by mx.gmail.com with ESMTP id d61sm892761wra.2005.04.08.22.36.58; Fri, 08 Apr 2005 22:36:58 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v619.2) To: freebsd-questions@freebsd.org Message-Id: <9603522236e10dbddacdb000cb7e8c08@gmail.com> From: fadeaway@gmail.com Date: Sat, 9 Apr 2005 01:36:57 -0400 X-Mailer: Apple Mail (2.619.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: segfaults when building world X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Apr 2005 05:36:59 -0000 I am having problems building world off a fresh install of FreeBSD 5.3 I cvsup'd the src from cvsup2.freebsd.org with the tag 'releng_5_3'. Also tried and removed the entire src dir and cvsup'd again from cvs3.freebsd.org with the same tag... hoping it might just be a corrupt src I grabbed the first time. Other than the segfault errors the system has also hung once while attempting to build world. and another time while `make cleandir` in /usr/src to prepare for another attempt. One thing to note, when I buildworld it will exit at different points. I also confirmed this with doing `time make buildworld`, the time changes with each attempt as well. My make.conf contains... "CFLAGS= -O -pipe" "NO_BLUETOOTH= true" "NO_SENDMAIL= true" "NOPROFILE= true " I've also tried a default make.conf file and some variations with my make.conf but still nothing... I've tried `make buildworld` or `make -j4 buildworld` as suggested by the handbook. Each new attempt I always... # chflags -R noschg /usr/obj/usr # rm -rf /usr/obj/usr # cd /usr/src # make cleandir I would do `make cleandir` twice as suggested by someone just to be sure I googled a bit and from what i gathered it could be a hardware issue... Seems about right, request a tech @ the datacenter where the server is located to run 'memtest'. Reported fine... I was sure it was a hardware issue, now I am completely out of options! If anyone has -any- suggestions at all please let me know! A copy of one of the segfault errors while doing make buildworld: --------------------------------------------- ./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/genmodes.c /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/genmodes.c: In function `emit_insn_modes_c_header': /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/genmodes.c: 836: 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/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. _______________________________________