From owner-freebsd-stable Tue Sep 1 14:55:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA02335 for freebsd-stable-outgoing; Tue, 1 Sep 1998 14:55:23 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from lafcol (lafcol.lafayette.edu [139.147.8.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA02328 for ; Tue, 1 Sep 1998 14:55:21 -0700 (PDT) (envelope-from knollm@lafcol.lafayette.edu) Received: from localhost by lafcol (SMI-8.6/SMI-SVR4) id QAA00710; Tue, 1 Sep 1998 16:38:02 -0400 Date: Tue, 1 Sep 1998 16:37:56 -0400 (EDT) From: Mike Knoll To: stable@FreeBSD.ORG Subject: make buildworld fails Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG After a few months of neglect, I tried to upgrade my box to -stable. When compiling, I got the errors attached at the end of this email. I understand cvsup holds changes, and comments on what was changed. Is there any way to get a list of all changes when cvsup'ing? Like, if lpr was changed, have it tell me lpr was changed because it didn't do something correctly. Thanks, Mike --- umap_subr.o --- /usr/src/lkm/umapfs/../../sys/miscfs/umapfs/umap_subr.c: In function `umap_mapid s': /usr/src/lkm/umapfs/../../sys/miscfs/umapfs/umap_subr.c:390: warning: passing ar g 2 of `umap_findid' from incompatible pointer type /usr/src/lkm/umapfs/../../sys/miscfs/umapfs/umap_subr.c:416: warning: passing ar g 2 of `umap_findid' from incompatible pointer type --- umap_vnops.o --- /usr/src/lkm/umapfs/../../sys/miscfs/umapfs/umap_vnops.c: In function `umap_geta ttr': /usr/src/lkm/umapfs/../../sys/miscfs/umapfs/umap_vnops.c:280: warning: passing a rg 1 of `umap_bypass' from incompatible pointer type --- umap_vfsops.o --- /usr/src/lkm/umapfs/../../sys/miscfs/umapfs/umap_vfsops.c:434: warning: no previ ous prototype for `umap_mod' --- umap_vnops.o --- /usr/src/lkm/umapfs/../../sys/miscfs/umapfs/umap_vnops.c: In function `umap_rena me': /usr/src/lkm/umapfs/../../sys/miscfs/umapfs/umap_vnops.c:467: warning: passing a rg 1 of `umap_bypass' from incompatible pointer type --- umap_mod.o --- 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message