Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Aug 2003 12:57:41 +0200
From:      Marco Trentini <mark@remotelab.org>
To:        zen <zen@tk-pttuntex.com>
Cc:        stable@freebsd.org
Subject:   Re: help
Message-ID:  <3F44A5A5.3060408@remotelab.org>
In-Reply-To: <161185557328.20030821093325@tk-pttuntex.com>
References:  <161185557328.20030821093325@tk-pttuntex.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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@remotelab.org
http://www.remotelab.org/



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