Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jul 2002 14:15:03 -0400
From:      G Norm <gnorm@mac.com>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Confused with make installworld
Message-ID:  <44B6078C-A3E8-11D6-ADB5-003065A51656@mac.com>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44B6078C-A3E8-11D6-ADB5-003065A51656>