Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 May 1998 15:28:39 -0400 (EDT)
From:      Charlie Root <root@neale.econ.vt.edu>
To:        freebsd-questions@FreeBSD.ORG
Cc:        rdmurphy@vt.edu
Subject:   1st time make installworld problem
Message-ID:  <199805111928.PAA12399@neale.econ.vt.edu>

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

I'm trying to upgrade a machine from 2.2.5 to "stable."  I used CVSup
to grab the new source files, followed the (`Making the world' your
own) instructions, and ran into a problem on make installworld.

I ran CVSup Friday evening:

----------
total 1
drwxrwxr-x  4 root  wheel  512 May  8 17:56 sup

/usr/local/etc/cvsup/sup:
total 2
drwxrwxr-x  2 root  wheel  512 May  8 17:57 cvs-crypto
drwxrwxr-x  2 root  wheel  512 May  8 17:57 src-all

/usr/local/etc/cvsup/sup/cvs-crypto:
total 136
-rw-rw-r--  1 root  wheel  129159 May  8 17:57 checkouts.cvs:RELENG_2_2

/usr/local/etc/cvsup/sup/src-all:
total 2808
-rw-rw-r--  1 root  wheel  2864445 May  8 17:56 checkouts.cvs:RELENG_2_2
----------

My cvs-supfile looks like:

----------
*default tag=RELENG_2_2
*default host=cvsup3.FreeBSD.org
*default prefix=/usr
*default base=/usr/local/etc/cvsup
*default release=cvs delete use-rel-suffix
src-all
cvs-crypto
----------

Running make buildworld seemed OK(?); the last few lines were:

----------
/usr/src/lkm/umapfs/../../sys/miscfs/umapfs/umap_vnops.c: In function `umap_getattr':
/usr/src/lkm/umapfs/../../sys/miscfs/umapfs/umap_vnops.c:280: warning: passing arg 1 of `umap_bypass' from incompatible pointer type
/usr/src/lkm/umapfs/../../sys/miscfs/umapfs/umap_vnops.c: In function `umap_rename':
/usr/src/lkm/umapfs/../../sys/miscfs/umapfs/umap_vnops.c:467: warning: passing arg 1 of `umap_bypass' from incompatible pointer type
ld -r  -o tmp.o umap_subr.o umap_vfsops.o umap_vnops.o
symorder -c symb.tmp tmp.o
mv tmp.o umap_mod.o
----------

I didn't run make installworld until today; it failed on:

----------
===> kerberosIV
===> kerberosIV/include
===> kerberosIV/lib
===> kerberosIV/lib/libroken
===> kerberosIV/lib/libsl
===> kerberosIV/lib/libacl
install -C -o bin -g bin -m 444  /usr/src/kerberosIV/lib/libacl/../../../crypto/kerberosIV/lib/acl/acl.h /usr/include
install -c -o bin -g bin -m 444   libacl.a /usr/lib
install: libacl.a: No such file or directory
*** Error code 71

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
----------

What have I missed?  

Thanks for any direction you can give me.  Can you CC me ?  I'm
subscribed to -stable, but not -questions.

Russ Murphy

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?199805111928.PAA12399>