From owner-freebsd-stable Wed Dec 2 10:50:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA22000 for freebsd-stable-outgoing; Wed, 2 Dec 1998 10:50:17 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA21991 for ; Wed, 2 Dec 1998 10:50:15 -0800 (PST) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with SMTP id LAA00339 for ; Wed, 2 Dec 1998 11:49:56 -0700 (MST) (envelope-from brett@peloton.physics.montana.edu) Date: Wed, 2 Dec 1998 11:49:56 -0700 (MST) From: Brett Taylor To: freebsd-stable@FreeBSD.ORG Subject: make world problems 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 I recently tried to take two of my machines from 2.2-STABLE to the latest greatest after the 2.2.8 release. Neither can complete a make world. Machine #1: last did a make world on Sept 15th it errors out at: --- cd9660_bmap.o --- cc -nostdinc -O2 -pipe -DCD9660 -DKERNEL -DACTUALLY_LKM_NOT_KERNEL -I/usr/src/lkm/cd9660/../../sys -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -I/usr/obj/usr/src/tmp/usr/include -DVFS_LKM -DMODVNOPS=cd9660_modvnops -I. -c /usr/src/lkm/cd9660/../../sys/isofs/cd9660/cd9660_bmap.c In file included from /usr/src/lkm/cd9660/../../sys/isofs/cd9660/cd9660_bmap.c:52: /usr/src/lkm/cd9660/../../sys/isofs/cd9660/cd9660_node.h:122: warning: `struct vop_lookup_args' declared inside parameter list /usr/src/lkm/cd9660/../../sys/isofs/cd9660/cd9660_node.h:122: warning: its scope is only this definition or declaration, -snip- /usr/src/lkm/cd9660/../../sys/isofs/cd9660/cd9660_bmap.c:100: dereferencing pointer to incomplete type /usr/src/lkm/cd9660/../../sys/isofs/cd9660/cd9660_bmap.c:102: dereferencing pointer to incomplete type /usr/src/lkm/cd9660/../../sys/isofs/cd9660/cd9660_bmap.c:105: dereferencing pointer to incomplete type /usr/src/lkm/cd9660/../../sys/isofs/cd9660/cd9660_bmap.c:106: dereferencing pointer to incomplete type *** Error code 1 Machine #2 also last made world on 15th of Sept errors out in: --- ccd.o --- cc -nostdinc -O -I. -DKERNEL -DACTUALLY_LKM_NOT_KERNEL -I/usr/src/lkm/ccd/../.. /sys -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Ws trict-prototypes -Wmissing-prototypes -Wpointer-arith -I/usr/obj/usr/src/tmp/us r/include -DPSEUDO_LKM -c /usr/src/lkm/ccd/../../sys/dev/ccd/ccd.c /usr/src/lkm/ccd/../../sys/sys/vnode.h: In function `VOP_BMAP': In file included from /usr/src/lkm/ccd/../../sys/dev/ccd/ccd.c:116: /usr/src/lkm/ccd/../../sys/sys/vnode.h:383: `V' undeclared (first use this function) -snip- /usr/src/lkm/ccd/../../sys/dev/ccd/ccd.c:1489: dereferencing pointer to incomplete type /usr/src/lkm/ccd/../../sys/dev/ccd/ccd.c:1498: parse error before `static' /usr/src/lkm/ccd/../../sys/dev/ccd/ccd.c:1516: parse error before `static' /usr/src/lkm/ccd/../../sys/dev/ccd/ccd.c:1552: parse error at end of input *** Error code 1 ---------------------------------------------------------------------- Any ideas on why this is happening? Brett To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message