From owner-freebsd-questions@FreeBSD.ORG Wed Aug 17 10:50:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 C7D1516A41F for ; Wed, 17 Aug 2005 10:50:15 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6212443D46 for ; Wed, 17 Aug 2005 10:50:14 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-37-251.dynamic.qsc.de [212.202.37.251]) by efacilitas.de (Postfix) with ESMTP id EEEA84B09F; Wed, 17 Aug 2005 12:56:14 +0200 (CEST) Received: from [192.168.1.67] (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id 690741929F1; Wed, 17 Aug 2005 12:49:59 +0200 (CEST) Message-ID: <43031656.7020602@cs.tu-berlin.de> Date: Wed, 17 Aug 2005 12:49:58 +0200 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050517 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Shane James References: <000c01c5a2c3$42b4ba30$6b0aa8c0@phpboy> <4302FC2D.5010409@cs.tu-berlin.de> <00ca01c5a315$738c9180$6c0aa8c0@phpboy> In-Reply-To: <00ca01c5a315$738c9180$6c0aa8c0@phpboy> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: /usr/src 'make buildworld' problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 10:50:15 -0000 Shane James wrote: > Well, > > I did something quite stupid... I cvsuped to RELENG_5_0 Accidently... > managed to get all the way to 'make installworld' but when I rebooted > from single user mode it wouldn't boot my new kernel... so I booted > kernel.old (5.3-RELEASE) that's working fine... so... I've now cvsuped > to RELENG_5 and get this error. > > So Essentially I'm trying to compile the kernel on a 5.3 kernel with 5.0 > compilers :/ Consider a binary update. Throw in a CD-ROM, choose "Upgrade" and follow the instructions. I'm not sure whether sysinstall makes a backup of /etc, because this upgrade overwrites configuration files, passwd and so on. Pay attention ... well, too late. :-P Björn