From owner-freebsd-questions Tue Jul 30 11:15:13 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 05E1D37B400 for ; Tue, 30 Jul 2002 11:15:10 -0700 (PDT) Received: from smtpout.mac.com (smtpout.mac.com [204.179.120.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id A052743E42 for ; Tue, 30 Jul 2002 11:15:09 -0700 (PDT) (envelope-from gnorm@mac.com) Received: from smtp-relay03.mac.com (smtp-relay03-en1 [10.13.10.222]) by smtpout.mac.com (8.12.1/8.10.2/1.0) with ESMTP id g6UIF9Qt018548 for ; Tue, 30 Jul 2002 11:15:09 -0700 (PDT) Received: from asmtp01.mac.com (asmtp01-qfe3 [10.13.10.65]) by smtp-relay03.mac.com (8.12.1/8.12.1/1.0) with ESMTP id g6UIF9KN002345 for ; Tue, 30 Jul 2002 11:15:09 -0700 (PDT) Received: from localhost ([68.154.32.58]) by asmtp01.mac.com (Netscape Messaging Server 4.15) with ESMTP id H02QP800.E3L for ; Tue, 30 Jul 2002 11:15:08 -0700 Date: Tue, 30 Jul 2002 14:15:03 -0400 Mime-Version: 1.0 (Apple Message framework v482) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: Confused with make installworld From: G Norm To: freebsd-questions@FreeBSD.ORG Content-Transfer-Encoding: 7bit Message-Id: <44B6078C-A3E8-11D6-ADB5-003065A51656@mac.com> X-Mailer: Apple Mail (2.482) 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 Hello, 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 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? Thanks Greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message