help

Marco Trentini mark at remotelab.org
Thu Aug 21 03:57:45 PDT 2003


zen wrote:

> Hello ,
> 
> Hello ,
> 
>    i have problems when tried to upgarde my box (4.7 stable) to 4.8
> 
>    here the error msgs when i did make buildworld
> 
> 
> cd /usr/src/include; /usr/obj/usr/src/make.i386/make buildincludes;
> /usr/obj/usr/src/make.i386/make installincludes
> creating osreldate.h from newvers.sh
> make: no target to make.
> *** Error code 2
> 
> Stop in /usr/src/include.
> *** Error code 1
> 
> Stop in /usr/src/include.
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.
> 
> need a good and fast solution

Try in this way:

# chflags -R noschg /usr/obj/usr
# rm -rf /usr/obj/usr
# cd /usr/src
# make cleandir
# make cleandir

Then run cvsup for updating the source, then restart the whole 
process, starting with make buildworld.


-- 
Marco Trentini                mark at remotelab.org
http://www.remotelab.org/



More information about the freebsd-stable mailing list