Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Apr 2000 00:01:15 -0700
From:      Joe Park <joepark@uclink4.berkeley.edu>
To:        free bsd questions <freebsd-questions@FreeBSD.ORG>
Subject:   from 3.4 stable to 4.0 stable
Message-ID:  <00042500150100.43206@susan.pinol1.sfba.home.com>

next in thread | raw e-mail | index | archive | help
Hello,

I finally got some break from my school to upgrade my good old freebsd box from
3.4 stable to 4.0 stable.  I already cvsup'ed my /usr/src on Mar 29 (I just
didn't finish off upgrading)  I followed UPDATING upto this:
cd /usr/src
make buildworld
cd sbin/mknod
make install
cd /usr/src/sys/modules
make install
cd /usr/src
make buildkernel KERNEL=foo
make installkernel KERNEL=foo

Then I get this error :

# make buildkernel KERNEL=foo

--------------------------------------------------------------
>>> Rebuilding kernel(s)
--------------------------------------------------------------
# make installkernel KERNEL=foo
cd /usr/obj/usr/src/sys/;  MAKEOBJDIRPREFIX=/usr/obj  COMPILER_PATH=/usr/obj/usr/src/i386/usr/libexec:/usr/obj/usr/src/i386/usr/bin  LIBRARY_PATH=/usr/obj/usr/src/i386/usr/lib:/usr/obj/usr/src/i386/usr/lib  OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec  PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503 MACHINE=i386 make install
install -c -o root -g wheel -m 444 bsd.README bsd.dep.mk bsd.doc.mk bsd.docb.mk bsd.info.mk bsd.kern.mk bsd.kmod.mk bsd.lib.mk bsd.libnames.mk bsd.man.mk bsd.obj.mk bsd.own.mk bsd.port.mk bsd.port.post.mk  bsd.port.pre.mk bsd.port.subdir.mk bsd.prog.mk bsd.sgml.mk bsd.subdir.mk sys.mk  /mk
usage: install [-CcDps] [-f flags] [-g group] [-m mode] [-o owner] file1 file2
       install [-CcDps] [-f flags] [-g group] [-m mode] [-o owner] file1 ...
             fileN directory
       install -d [-g group] [-m mode] [-o owner] directory ...
*** Error code 64

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
#


What am I doing wrong here?  I though I need to config my kernel but there
wasn't any instruction about it on UPDATING.  I know it's little late for
upgrading but I'll appreciate some help.

Thank you.

Joe Park


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?00042500150100.43206>