From owner-freebsd-questions Mon May 11 12:26:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA04599 for freebsd-questions-outgoing; Mon, 11 May 1998 12:26:57 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from neale.econ.vt.edu (neale.econ.vt.edu [128.173.173.159]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA04567 for ; Mon, 11 May 1998 12:26:50 -0700 (PDT) (envelope-from root@neale.econ.vt.edu) Received: (from root@localhost) by neale.econ.vt.edu (8.8.7/8.8.8) id PAA12399; Mon, 11 May 1998 15:28:39 -0400 (EDT) (envelope-from root) Date: Mon, 11 May 1998 15:28:39 -0400 (EDT) Message-Id: <199805111928.PAA12399@neale.econ.vt.edu> From: Charlie Root To: freebsd-questions@FreeBSD.ORG Subject: 1st time make installworld problem CC: rdmurphy@vt.edu Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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