Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Dec 1998 11:49:56 -0700 (MST)
From:      Brett Taylor <brett@peloton.physics.montana.edu>
To:        freebsd-stable@FreeBSD.ORG
Subject:   make world problems
Message-ID:  <Pine.BSF.4.02A.9812021140020.224-100000@peloton.physics.montana.edu>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.02A.9812021140020.224-100000>