From owner-freebsd-hackers@FreeBSD.ORG Sun May 14 06:35:54 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84A6816A400 for ; Sun, 14 May 2006 06:35:54 +0000 (UTC) (envelope-from oxy@field.hu) Received: from green.field.hu (green.field.hu [217.20.130.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91BD043D4C for ; Sun, 14 May 2006 06:35:53 +0000 (GMT) (envelope-from oxy@field.hu) Received: from localhost (green.field.hu [217.20.130.28]) by green.field.hu (Postfix) with ESMTP id 373D2119CCF for ; Sun, 14 May 2006 08:34:41 +0200 (CEST) X-Virus-Scanned: by Amavisd-new (Spamassassin+Razor2+Pyzor+DCC+Bayes db, Clamd Antivirus) at field.hu Received: from green.field.hu ([217.20.130.28]) by localhost (green.field.hu [217.20.130.28]) (amavisd-new, port 10024) with ESMTP id 2NmDehPMUNEk for ; Sun, 14 May 2006 08:34:41 +0200 (CEST) Received: from oxy (dsl217-197-176-208.pool.tvnet.hu [217.197.176.208]) by green.field.hu (Postfix) with ESMTP id D75F5119CA2 for ; Sun, 14 May 2006 08:34:40 +0200 (CEST) Message-ID: <000601c67720$a6d2a7c0$0201a8c0@oxy> From: "OxY" To: References: <000801c6771f$dc108700$0201a8c0@oxy> Date: Sun, 14 May 2006 08:35:54 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-2"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Subject: Re: make installworld problem X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 06:35:54 -0000 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" To: 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"