From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 15:20: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 1E52516A418 for ; Wed, 23 Jan 2008 15:20:16 +0000 (UTC) (envelope-from jcw@highperformance.net) Received: from mx1.highperformance.net (dsl081-163-122.sea1.dsl.speakeasy.net [64.81.163.122]) by mx1.freebsd.org (Postfix) with ESMTP id D742313C448 for ; Wed, 23 Jan 2008 15:20:15 +0000 (UTC) (envelope-from jcw@highperformance.net) Received: from w16.stradamotorsports.com (w16.stradamotorsports.com [192.168.1.16]) by mx1.highperformance.net (8.13.8/8.13.8) with ESMTP id m0NFKDWb086056; Wed, 23 Jan 2008 07:20:13 -0800 (PST) (envelope-from jcw@highperformance.net) Message-ID: <47975B36.608@highperformance.net> Date: Wed, 23 Jan 2008 07:20:22 -0800 From: "Jason C. Wells" User-Agent: Thunderbird 2.0.0.9 (X11/20071201) MIME-Version: 1.0 To: Sten Daniel Soersdal References: <4795F37B.4040908@gmail.com> <47960812.8070101@highperformance.net> <479702F4.1080709@gmail.com> In-Reply-To: <479702F4.1080709@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.4 required=2.5 tests=ALL_TRUSTED,BAYES_00 autolearn=failed version=3.1.6 X-Spam-Checker-Version: SpamAssassin 3.1.6 (2006-10-03) on s4.stradamotorsports.com Cc: freebsd-questions Subject: Re: Updating older 7.0 to newer sources, local buildworld problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 15:20:16 -0000 Sten Daniel Soersdal wrote: > > Thank you, i appreciate your time. > At the bottom of the (messy) mail i sent there was the error i get from > building sources. I think it's the same error, no matter what version of > sources i download. > Could it have any relations to any compiler version upgrades done in 7.0 > (not by me but by freebsd project)? How many versions of the source code did you try? In your case I recommend only 7.0-RELEASE. The terminology in your email makes me skeptical that you have tried what I recommended. Did you run cvsup? I highly recommend using cvsup to update your sources. It's slick. It's saves bandwidth. Plus it's the way that just about everyone who runs FreeBSD maintains there system. That means lot's of tech support. If you are just downloading sources using FTP, or perhaps sysinstall, then I recommend deleting all of /usr/src and re-FTP-ing the sources. I have never had a problem that could not be fixed by re-supping the sources. On rare occasion a breakage will be introduced by the freebsd project or you might cvsup most, but not all of a change that is being implemented. A re-sup has always worked for me. A re-sup has always been the very first thing that people on -questions have recommended. -RELEASES are never broken. At least not that I can recall. Try re-posting your question with the last twenty lines or so of your log file. Perhaps someone else will pick it up. They might be able to suss out the exact details of your problem. Regards, Jason