From owner-freebsd-questions@FreeBSD.ORG Sun Nov 6 19:10:25 2005 Return-Path: X-Original-To: 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 621D116A42C for ; Sun, 6 Nov 2005 19:10:25 +0000 (GMT) (envelope-from chris@monochrome.org) Received: from mail.monochrome.org (b4.ebbed1.client.atlantech.net [209.190.235.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id B120843D45 for ; Sun, 6 Nov 2005 19:10:24 +0000 (GMT) (envelope-from chris@monochrome.org) Received: from tripel (tripel [192.168.1.11]) by mail.monochrome.org (8.9.3/8.9.3) with ESMTP id OAA87840; Sun, 6 Nov 2005 14:10:09 -0500 (EST) (envelope-from chris@monochrome.org) Date: Sun, 6 Nov 2005 14:10:04 -0500 (EST) From: Chris Hill To: Albert Shih In-Reply-To: <20051106183418.GA11855@math.jussieu.fr> Message-ID: <20051106140715.Q64998@tripel.monochrome.org> References: <1131301703.6043.14.camel@debian31.polinsky.home> <20051106183418.GA11855@math.jussieu.fr> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-74905668-1131304204=:64998" Cc: Alan Polinsky , questions@freebsd.org Subject: Re: Problems with upgrading 5.4 stable to 6.0 stable 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: Sun, 06 Nov 2005 19:10:25 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-74905668-1131304204=:64998 Content-Type: TEXT/PLAIN; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Sun, 6 Nov 2005, Albert Shih wrote: > Le 06/11/2005 =E0 13:28:23-0500, Alan Polinsky a =E9crit >> I have been having repeated difficulties in upgrading from 5.4 to 6.0. >> My problems start in the make buildworld step. The last successful >> compile step is: >> /usr/obj/usr/src/sbin/ipf/libipf created for ./usr/src/sbin/ipf/libipf >> >>> From that point I get a series of cascading errors. I tried ignoring >> them, but could not successfully build the kernel. I have looked through >> documentation at your site, but could not find a resolulution. >> >> This is my only exposure to freebsd. I have several linux boxes at home >> that I use with no problems. At work I am a unix (Solaris 8) and >> application programmer under windows. >> >> These are the cascading errors: >> >> =3D=3D=3D> sbin/ipf/ipf(obj) mkdir; /usr/obj/usr/src/sbin/ipf/ipf: file = exists >> *** Error code 1 >> stop in /usr/src/sbin/ipf/ipf. >> *** Error code 1 >> stop in /usr/src/sbin/ipf >> *** Error code 1 >> stop in /usr/src/sbin >> ** Error code 1 >> stop in /usr/src. >> *** Error code 1 >> stop in /usr/src > > Very easy to solve > > =09cd /usr > =09rm -rf obj Sounds close, but you don't want/need to remove the /usr/obj=20 directory, just everything in it: # cd /usr/obj # chflags -R noschg * # rm -rf * -- Chris Hill chris@monochrome.org ** [ Busy Expunging <|> ] --0-74905668-1131304204=:64998--