From owner-freebsd-questions Tue Jul 30 12:52:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECDD437B439 for ; Tue, 30 Jul 2002 12:52:41 -0700 (PDT) Received: from mail.bg (dialup254.varna.spnet.net [213.169.38.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id B09ED43E4A for ; Tue, 30 Jul 2002 12:52:37 -0700 (PDT) (envelope-from dpenev@mail.bg) Received: from mail.bg (localhost [127.0.0.1]) by mail.bg (8.12.5/8.12.5) with ESMTP id g6UMopFV000290; Tue, 30 Jul 2002 22:50:53 GMT (envelope-from dpenev@mail.bg) Received: (from root@localhost) by mail.bg (8.12.5/8.12.5/Submit) id g6UMokb7000289; Tue, 30 Jul 2002 22:50:46 GMT Date: Tue, 30 Jul 2002 22:50:46 +0000 From: "D. Penev" To: G Norm Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Confused with make installworld Message-ID: <20020730225046.GA256@earth.dpsca.bg> Mail-Followup-To: G Norm , freebsd-questions@FreeBSD.ORG References: <44B6078C-A3E8-11D6-ADB5-003065A51656@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <44B6078C-A3E8-11D6-ADB5-003065A51656@mac.com> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Jul 30, 2002 at 02:15:03PM -0400, G Norm wrote: >Date: Tue, 30 Jul 2002 14:15:03 -0400 >Subject: Confused with make installworld >From: G Norm >To: freebsd-questions@FreeBSD.ORG > >Hello, Hi. > >I am trying to cvsup to 4.6 release. I performed the following task >after installing from a 4.4 CD. > >cd /etc/cvsupfile >*default host=cvsup.FreeBSD.org >*default base=/usr >*default prefix=/usr >*default release=cvs >*default tag=RELENG_4_6_0_RELEASE >*default delete use-rel-suffix > >src-all >*default tag=. >ports-all >doc-all > ># /usr/local/bin/cvsup -g -L 2 /etc/cvsupfile >This part of the update worked fine. > > >#edit /etc/make.conf >CFLAGS= -0 -pipe >NOPROFILE= true # Avoid compiling profiled libraries >saved changes > ># script ~/buildworld.out >Script started, output file is ~/buildworld.out ># make buildworld >got an error message - 'cannot make buildworld' > >I continued the upgrade because I think this is optional. > ># cd /usr/src ># make -j4 buildworld ># make buildkernel ># make installkernel >reboot to single user mode > >#cd /usr/src >directory not found. > I was not able to do a make installworld because there is no /usr/src. >/usr only have hidden files. In full user mode /usr/src is there with >several files and directories. I guess that /usr is in separate file system and needs to be mounted first. Do: # /sbin/mount -a > >I then rebooted back into full user mode. During the boot process I >noticed my system is using FreeBSD 4.6 Release. > >Can someone tell me what's happening here? How can I be using 4.6 >release without running make installworld? Have I done something wrong, >if so what? Kernel is 4.6 because you make installkernel (this move 4.4 kernel to /kernel.old and copy new one to /kernel), but userland programs are still 4.4 and you will get in troubles with some programs that aren't in sync with 4.6 kernel, unless you make installworld. > >Thanks >Greg > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message And don't forget to run mergemaster at the final. -- Regards, D. Penev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message