From owner-freebsd-questions@FreeBSD.ORG Tue Apr 5 09:56:44 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 8C6BF16A4D2 for ; Tue, 5 Apr 2005 09:56:43 +0000 (GMT) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8698B43D3F for ; Tue, 5 Apr 2005 09:56:42 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1DIkka-0004G3-GD for freebsd-questions@freebsd.org; Tue, 05 Apr 2005 11:53:36 +0200 Received: from 41.83.142.82.ip.b26.cz ([82.142.83.41]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 05 Apr 2005 11:53:36 +0200 Received: from novak by 41.83.142.82.ip.b26.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 05 Apr 2005 11:53:36 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Jiri Novak Date: Tue, 05 Apr 2005 11:55:27 +0200 Organization: NOSTROMO ICT s.r.o. Lines: 21 Message-ID: References: <424D3033.6050409@dial.pipex.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 41.83.142.82.ip.b26.cz User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en In-Reply-To: Sender: news Subject: [solved] Re: segfaulting gcc 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: Tue, 05 Apr 2005 09:56:45 -0000 Jiri Novak wrote: > The error always occur at the same place, in ports (it was firefox and > mplayer > for sure, not quite sure about others) and in buildworld, so I don't > suspect faulty hardware. > No useful messages in /var/log/messages... > Well, it seems that I'm doomed :( > -- > Jiri Novak I hate to followup to myself, but I solved the problem... in a way :) I did download base distribution of 5.4-BETA1 and replaced my b0rken /usr/libexec/cc* binaries with "clean" ones. After that I'd rebuilt world and kernel with more sane optimization settings (I was using -O2, which probably caused the problem) and everything works happily, ports are building with no segfaults. If anybody have the same problem and is as desperate as I was (the system is physically almost unacessible for me), this may be the quick and dirty solution... -- Jiri Novak