From owner-freebsd-questions@FreeBSD.ORG Sun May 4 14:23:16 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0295106568A for ; Sun, 4 May 2008 14:23:16 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by mx1.freebsd.org (Postfix) with ESMTP id 812818FC14 for ; Sun, 4 May 2008 14:23:16 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so267568ywe.13 for ; Sun, 04 May 2008 07:23:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=GhQzYUhht3YTbYBc30mb2rdO95ZFCHmtKGFxT6ayWMM=; b=GXyjnKpcJ0b0nUCBNjEh75VEYz/As/TifYmrFoZyB2/BFcr2I+ZW8ZLyCrPMmIMKdw7tH97P5zrHSCwdKfUowgq2g9bXpkxZr4l5Lugz2Y+nStB4qgci3cFBBjErHFzmMt0yGTEQTfKnl8B65cy1h8HQNCCJ8M0MxX+yTsdcXC8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=wzQI94Ey/jna47tZcDFH9NOkdnv/AqTafvE5DZcF3dn8EG0adLDBIXSylXfTEbMfWww/PM+NAL90TBFTPSJTyNaBo7m0CsvvbwbC2DMHar78wAGIqGSE13TR90HzJxuY1PwrZlDwmIZDk3xOiVXGL+D5A8aj52PR+s9uyYWf/eg= Received: by 10.150.54.2 with SMTP id c2mr5267350yba.69.1209910995614; Sun, 04 May 2008 07:23:15 -0700 (PDT) Received: by 10.150.140.14 with HTTP; Sun, 4 May 2008 07:23:15 -0700 (PDT) Message-ID: <8cb6106e0805040723s11012743qc44d9497ba05452f@mail.gmail.com> Date: Sun, 4 May 2008 10:23:15 -0400 From: "Josh Carroll" To: magalhj@yahoo.com.br In-Reply-To: <97010.8736.qm@web31604.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <97010.8736.qm@web31604.mail.mud.yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: make buildworld X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 May 2008 14:23:16 -0000 On Sun, May 4, 2008 at 10:03 AM, Aguiar Magalhaes wrote: > Hi list, > > How can i fix the error below ? > > Thanks, > > Aguiar > > > # make buildworld > > - - - - - - - - - - - - - - - - - - - - - > cc -O2 -fno-strict-aliasing -pipe -I/usr/src/lib/libc/include -I/usr/src/lib/li > bc/../../include -I/usr/src/lib/libc/i386 -D__DBINTERFACE_PRIVATE -I/usr/src/lib > /libc/../../contrib/gdtoa -DINET6 -I/usr/obj/usr/src/lib/libc -I/usr/src/lib/lib > c/resolv -DPOSIX_MISTAKE -I/usr/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES > _BUILTIN -I/usr/src/lib/libc/rpc -DYP -DNS_CACHING -DSYMBOL_VERSIONING -Wsystem- > headers -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /usr/src/l > ib/libc/stdlib/strtoul.c > In file included from /usr/src/lib/libc/stdlib/strtoul.c:39: > /usr/src/lib/libc/../../include/stdlib.h:98: internal compiler error: Segmentati > on fault: 11 Typically, a segfault from gcc indicates failing hardware, the most likely culprit being the RAM. Test the RAM with memtest86 (http://memtest86.com/download.html) to rule it out. Josh