I must be doing something wrong!
Edd
list at arameus.net
Wed Jun 9 02:34:04 PDT 2004
Hi there.
I am having trouble using CURRENT code. Im sure I must be making a
fundamental mistake becasue every time I try to compile I get errors.
Ill step you through what I have done:
here is my cvsup file:
*default tag=.
*default host=cvsup4.uk.FreeBSD.org
*default prefix=/usr
*default base=/usr/local/etc/cvsup
*default release=cvs delete use-rel-suffix compress
src-all
ran cvsup on it. worked fine. I also used a refuse file to ignore foreign
stuff as explained in the handbook.
Next:
cd /usr/src
make buildworld (runs ok)
Now I copy the GENERIC kernel config to HITBOX and edit arch settings and
ident.
make buildkenel KERNCONF=HITBOX
It compiles away for about 10 minutes then returns a savage error:
/usr/src/sys/geom/geom_io.c: In function `g_io_request':
/usr/src/sys/geom/geom_io.c:283: structure has no member named `wentbusy'
/usr/src/sys/geom/geom_io.c:285: structure has no member named `wentbusy'
/usr/src/sys/geom/geom_io.c: In function `g_io_deliver':
/usr/src/sys/geom/geom_io.c:330: structure has no member named `updating'
/usr/src/sys/geom/geom_io.c:331: structure has no member named `updating'
/usr/src/sys/geom/geom_io.c:354: structure has no member named `wentbusy'
/usr/src/sys/geom/geom_io.c:355: structure has no member named `bt'
/usr/src/sys/geom/geom_io.c:356: structure has no member named `wentbusy'
/usr/src/sys/geom/geom_io.c:359: structure has no member named `wentbusy'
/usr/src/sys/geom/geom_io.c:360: structure has no member named `bt'
/usr/src/sys/geom/geom_io.c:361: structure has no member named `wentbusy'
/usr/src/sys/geom/geom_io.c:363: structure has no member named `updating'
/usr/src/sys/geom/geom_io.c:364: structure has no member named `updating'
*** Error code 1
Stop in /usr/obj/usr/src/sys/HITBOX.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
I have no idea where to go from here.
I have had similar errors when using code checked out from regular cvs
co. So its not my source (i dont think).
The OS I am running is 5.2.1-RELEASE on an x86 machine.
I would be very grateful if anyone could help.
Thankyou!
More information about the freebsd-questions
mailing list