From owner-freebsd-stable@FreeBSD.ORG Tue Dec 6 21:54:18 2005 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 BDC1F16A41F for ; Tue, 6 Dec 2005 21:54:18 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id CD5FD43D75 for ; Tue, 6 Dec 2005 21:54:17 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 06 Dec 2005 21:54:07 -0000 Received: from p54A7D6AB.dip.t-dialin.net (EHLO [192.168.0.211]) [84.167.214.171] by mail.gmx.net (mp004) with SMTP; 06 Dec 2005 22:54:07 +0100 X-Authenticated: #5465401 Message-ID: <4396086D.90008@gmx.de> Date: Tue, 06 Dec 2005 22:53:49 +0100 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051204) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Adi Pircalabu , freebsd-stable@freebsd.org References: <4395A4BE.9000601@gmx.de> <20051206170047.7a0401e6@apircalabu.dsd.ro> In-Reply-To: <20051206170047.7a0401e6@apircalabu.dsd.ro> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: Subject: Re: buildworld fails 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: Tue, 06 Dec 2005 21:54:18 -0000 The error also appeared without optimizations. So far compiling with optimizations has never caused any trouble for me. Now it is working without problems. I suspect that it was a cooling problem of my RAM. Adi Pircalabu wrote: > On Tue, 06 Dec 2005 15:48:30 +0100 > "[LoN]Kamikaze" wrote: > > >>Gcc segfaults for me during a buildworld. >> >>In my make.conf: >>CPUTYPE?= pentium-m >>CFLAGS= -O2 -pipe > > > Hi, you probably know it's not recommended to use optimization flags > when building the base system. Please comment CFLAGS in /etc/make.conf > and retry with the same source tree.