From owner-freebsd-current@FreeBSD.ORG Wed Jul 30 13:29:49 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8606D37B401; Wed, 30 Jul 2003 13:29:47 -0700 (PDT) Received: from dust.freshx.de (freshx.de [80.190.100.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85ECB43F85; Wed, 30 Jul 2003 13:29:46 -0700 (PDT) (envelope-from kai.mosebach@freshx.de) Received: from alpha (p508B1B74.dip.t-dialin.net [80.139.27.116]) by dust.freshx.de (Postfix) with ESMTP id 3187015E208; Wed, 30 Jul 2003 22:29:36 +0200 (CEST) From: "Kai Mosebach" To: "'Kris Kennaway'" Date: Wed, 30 Jul 2003 22:29:58 +0200 Message-ID: <04a501c356d9$59120130$0100a8c0@alpha> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <20030730202657.GA81668@rot13.obsecurity.org> Importance: Normal cc: freebsd-hackers@freebsd.org cc: freebsd-current@freebsd.org Subject: AW: gcc segfault on -CURRENT (cvs yesterday) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 20:29:49 -0000 > On Wed, Jul 30, 2003 at 06:40:58PM +0200, Kai Mosebach wrote: > > Hi, > > > > Trying to compile sapdb fails on a -CURRENT system build yesterday. > > > > On a system from 22.July it compiled fine. > > > > Any ideas ? > > Do you have stale C++ headers in /usr/include? I did a "rm -rf /usr/include" before "make installworld" ... so i dont think so