Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Nov 2005 14:10:04 -0500 (EST)
From:      Chris Hill <chris@monochrome.org>
To:        Albert Shih <shih@math.jussieu.fr>
Cc:        Alan Polinsky <polinsky@nyct.net>, questions@freebsd.org
Subject:   Re: Problems with upgrading 5.4 stable to 6.0 stable
Message-ID:  <20051106140715.Q64998@tripel.monochrome.org>
In-Reply-To: <20051106183418.GA11855@math.jussieu.fr>
References:  <1131301703.6043.14.camel@debian31.polinsky.home> <20051106183418.GA11855@math.jussieu.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
  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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051106140715.Q64998>