error when makebuildworld

Jason Morgan jwm-freebsd at sentinelchicken.net
Tue Aug 16 03:56:22 GMT 2005


On Mon, Aug 15, 2005 at 08:11:06PM -0700, sonjaya wrote:
> dear all 
> 
>  i try update my fb box ( 5.2 release to 5.3 stable) ,
> i do it  like this 
> 
> 1. i made update all source of my kernel to 5.3 with
> cvsup ( #cvsup -g -L 2 fileconf-CVS) 
> 2. #mergemaster -p 
> 3.make buildworld
> and i get error like this  "
> 
> WARNING: type @@ invalid
> mkmagic: could not find any magic files!
> *** Error code 1
> 
> Stop in /usr/cvsup/src/lib/libmagic.
> *** Error code 1
> 
> Stop in /usr/cvsup/src/lib.
> *** Error code 1
> 
> Stop in /usr/cvsup/src.
> *** Error code 1
> 
> Stop in /usr/cvsup/src.
> *** Error code 1
> 
> Stop in /usr/cvsup/src.
> *** Error code 1
> 
> Stop in /usr/cvsup/src.
> PAG_ROUTER# "
> 
> how i solved that problem ?
> 
> and second question : where i get manual for upgrade
> my fb box from 5.2 release to 5.3 stable ?
> thx before and now my fb 5.2 box still on because if i
> reboot will never up againt .
> my regard
> 

You follow the order shown in /usr/src/Makefile ?

# 1.  `cd /usr/src'     (or to the directory containing your source tree).
# 2.  `make buildworld'
# 3.  `make buildkernel KERNCONF=YOUR_KERNEL_HERE'     (default is GENERIC).
# 4.  `make installkernel KERNCONF=YOUR_KERNEL_HERE'   (default is GENERIC).
# 5.  `reboot'        (in single user mode: boot -s from the loader prompt).
# 6.  `mergemaster -p'
# 7.  `make installworld'
# 8.  `mergemaster'
# 9.  `reboot'

-Jason


More information about the freebsd-questions mailing list