Date: Sun, 14 May 2006 08:35:54 +0200 From: "OxY" <oxy@field.hu> To: <freebsd-hackers@freebsd.org> Subject: Re: make installworld problem Message-ID: <000601c67720$a6d2a7c0$0201a8c0@oxy> References: <000801c6771f$dc108700$0201a8c0@oxy>
next in thread | previous in thread | raw e-mail | index | archive | help
sorry, i forgot two things: 1,my version was 6.0-release before 2,after buildkernel i did make installkernel of course and rebooted with the new kernel ----- Original Message ----- From: "OxY" <oxy@field.hu> To: <freebsd-hackers@freebsd.org> Sent: Sunday, May 14, 2006 8:30 AM Subject: make installworld problem hi! i just wanted to upgrade one of my servers to 6.1-release, used cvsup to fetch 6.1-rel, then make buildworld make buildkernel reboot mergemaster -p make installworld but when i start make installworld i got error... i tried to delete the whole /usr/obj and did a make buildworld again, didn't helped.. dunno what's the matter, on other machines this problem doesn't appear.. here's the error log: seismic-10 root# make installworld mkdir -p /tmp/install.MXqa872H for prog in [ awk cap_mkdb cat chflags chmod chown date echo egrep find grep install-info ln lockf make mkdir mtree mv pwd_mkdb rm sed sh sysctl test true uname wc zic; do cp `which $prog` /tmp/install.MXqa872H; done cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 MACHINE=i386 CPUTYPE= GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin GROFF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font GROFF_TMAC_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/tmac PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/tmp/install.MXqa872H make -f Makefile.inc1 reinstall make: Permission denied *** Error code 126 Stop in /usr/src. *** Error code 1 Stop in /usr/src. _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000601c67720$a6d2a7c0$0201a8c0>