Date: Mon, 15 Aug 2005 23:52:43 -0400 From: Jason Morgan <jwm-freebsd@sentinelchicken.net> To: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: error when makebuildworld Message-ID: <20050816035243.GA641@sentinelchicken.net> In-Reply-To: <20050816031106.55170.qmail@web52107.mail.yahoo.com> References: <20050816031106.55170.qmail@web52107.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050816035243.GA641>