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 thx very much -- Best regards, zen -- Best regards, zen mailto:zen@tk-pttuntex.com
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 solutionTry 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/