From owner-freebsd-current@FreeBSD.ORG Fri Jul 25 16:38:08 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 ABCB837B427 for ; Fri, 25 Jul 2003 16:38:08 -0700 (PDT) Received: from hall.mail.mindspring.net (hall.mail.mindspring.net [207.69.200.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id C125B43F3F for ; Fri, 25 Jul 2003 16:38:07 -0700 (PDT) (envelope-from jtanis@mindspring.com) Received: from user-1120ivn.dsl.mindspring.com ([66.32.75.247] helo=192.168.0.102) by hall.mail.mindspring.net with esmtp (Exim 3.33 #1) id 19gC8S-0003bq-00; Fri, 25 Jul 2003 19:38:05 -0400 From: James Tanis To: Barney Wolff Date: Fri, 25 Jul 2003 19:38:12 -0400 User-Agent: KMail/1.5.2 References: <20030725224650.GA20382@BSDWins.Com> <20030725231025.GA60213@pit.databus.com> In-Reply-To: <20030725231025.GA60213@pit.databus.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307251938.12344.jtanis@mindspring.com> cc: freebsd-current@freebsd.org Subject: Re: gcc related -current upgrade problems 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: Fri, 25 Jul 2003 23:38:09 -0000 Has anybody had problems compiling, kde most notably, with gcc3.3 in -current? I'd post the error, which seemed STL related, but I thought I'd ask first. I tried installing the stlport port on the offchance this would fix the problem, but that also came to (a much quicker) screeching halt. I believe it can't find ctime. It's been doing this for sometime, I'm also wondering if I have any dependencies missing since this last install is the first time I've ever installed kde without using source originally.. but I haven't been able to find anything that the ports system could be missing. On Friday 25 July 2003 19:10, Barney Wolff wrote: > On Fri, Jul 25, 2003 at 06:46:50PM -0400, John wrote: > > rm -rf src obj > > cd /usr > > cvs -Rqd /home/ncvs co -P src > > cd src > > make buildkernel > > You can't buildkernel before buildworld. Do read UPDATING and the > handbook.