Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jul 2000 01:06:30 -0400 (EDT)
From:      Justin Cain <asmo@scully.gothworld.com>
To:        freebsd-stable@FreeBSD.ORG
Cc:        asmo@bck.org, jcain@kivex.com
Subject:   Re: Make Buildkernel Error
Message-ID:  <Pine.BSF.4.21.0007220101200.17702-100000@scully.gothworld.com>
In-Reply-To: <Pine.BSF.4.21.0007212144090.1117-200000@scully.gothworld.com>

next in thread | previous in thread | raw e-mail | index | archive | help
I recieved a suggestion to remove the "wi" entry from the
/usr/src/sys/modules/Makefile which I did for a test. Instead of stopping
at wi it stops at vinum which is the previous module to compile before wi
...so it appears that the modules makefile is possibly broke. This is the
output of the break in the make buildkernel:

===> vinum
@ -> /usr/src/sys
machine -> /usr/src/sys/i386/include
touch opt_vinum.h
perl @/kern/vnode_if.pl -h @/kern/vnode_if.src
rm -f .depend
mkdep -f .depend -a   -nostdinc -DVINUMDEBUG -D_KERNEL -DKLD_MODULE -I-
-I. -I@ -I@/../include  /usr/src/sys/modules/vinum/../../dev/vinum/vinum.c
/usr/src/sys/modules/vinum/../../dev/vinum/vinumconfig.c
/usr/src/sys/modules/vinum/../../dev/vinum/vinumdaemon.c
/usr/src/sys/modules/vinum/../../dev/vinum/vinuminterrupt.c
/usr/src/sys/modules/vinum/../../dev/vinum/vinumio.c
/usr/src/sys/modules/vinum/../../dev/vinum/vinumioctl.c
/usr/src/sys/modules/vinum/../../dev/vinum/vinumlock.c
/usr/src/sys/modules/vinum/../../dev/vinum/vinummemory.c
/usr/src/sys/modules/vinum/../../dev/vinum/vinumparser.c
/usr/src/sys/modules/vinum/../../dev/vinum/vinumraid5.c
/usr/src/sys/modules/vinum/../../dev/vinum/vinumrequest.c
/usr/src/sys/modules/vinum/../../dev/vinum/vinumrevive.c
/usr/src/sys/modules/vinum/../../dev/vinum/vinumstate.c
/usr/src/sys/modules/vinum/../../dev/vinum/vinumutil.c
cc -c -x assembler-with-cpp -DLOCORE -O -pipe -Wall -Wredundant-decls
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith
-Winline -Wcast-qual  -fformat-extensions -ansi  -nostdinc -I-
-I. -I/usr/src/sys -I/usr/src/sys/../include  -D_KERNEL -include
opt_global.h -elf  -mpreferred-stack-boundary=2
/usr/src/sys/i386/i386/locore.s
{standard input}: Assembler messages:
{standard input}:1745: Error: .space specifies non-absolute value
{standard input}:2505: Error: undefined symbol L0 in operation setting
PTmap
{standard input}:2505: Error: undefined symbol PDRSHIFT in operation
setting PTmap

And it goes on and on, as you can see down below. Now look at this
Makefile from modules:

# $FreeBSD: src/sys/modules/Makefile,v 1.110.2.10 2000/07/19 09:48:03 ru
Exp $

# XXX present but broken: ip_mroute_mod pcic

SUBDIR= agp aha amr an aue ccd cd9660 coda cue dc fdesc fxp if_disc if_ef
if_ppp \
        if_sl if_tun ipfilter ipfw ispfw joy kernfs kue \
        md mfs mii mlx msdos ncp netgraph nfs ntfs nullfs \
        nwfs portal procfs rl sf sis sk ste syscons ti tl twe \
        ugen uhid ukbd ulpt umapfs umass umodem ums union usb vn vpo vr wb
wx xl

# XXX some of these can move to the general case when de-i386'ed
.if ${MACHINE_ARCH} == "i386"
SUBDIR+=bktr coff fpu gnufpu ibcs2 linprocfs linux splash streams \
        svr4 vesa vinum wi
.endif

.if ${MACHINE_ARCH} == "alpha"
SUBDIR+=osf1
.endif

.include <bsd.subdir.mk>


Notice how wi is right after vinum, it seems no matter which module is
last it will fail after that last module is compiled. What can I do to fix
this Makefile..or is it as simple as that? Thanks for the feedback!

 - Justin

On Fri, 21 Jul 2000, Justin wrote:

> Hello all,
> 
> 	I just installed 4.0R from a Walnut Creek CD with no trouble
> whatsoever. I was able to get on the net, top, ps etc fine. At this point
> I decided to go for 4.0S, so I cvsupped with the following tag file:
> 
> *default host=cvsup4.FreeBSD.org
> *default base=/usr/local/etc/cvsup
> *default prefix=/usr
> *default release=cvs tag=RELENG_4
> *default delete use-rel-suffix
> *default compress 
> 
> src-all
> 
> # These are the individual collections that make up "src-all".  If you
> # use these, be sure to comment out "src-all" above.
> #src-base
> #src-bin
> #src-contrib
> #src-etc
> #src-games
> #src-gnu
> #src-include
> #src-kerberos5
> #src-kerberosIV
> #src-lib
> #src-libexec
> #src-release
> #src-sbin
> #src-share
> #src-sys
> #src-tools
> #src-usrbin
> #src-usrsbin
> ## Export-restricted collections.
> # 
> # Only people in the USA and Canada may fetch these collections.  If
> # you are not in the USA or Canada, please use the collections in the
> # "secure-stable-supfile" instead.
> #
> # The easiest way to get the export-restricted code is to use the
> # "cvs-crypto" mega-collection.
> #cvs-crypto
> #
> # These are the individual collections that make up "cvs-crypto".  If
> # you use these, be sure to comment out "cvs-crypto" above.
> #src-crypto
> #src-secure 
> #src-sys-crypto
> 
> ports-all tag=.
> doc-all
> 
>   All seemed well, The CVS finished without error and I proceeded to do 
> the following:
> 
> cd /usr/src
> make buildworld
> cd /usr/src
> make installworld
>         
> cd /usr/src
> make buildkernel KERNEL=<YOUR_KERNEL_HERE>
> make installkernel  KERNEL=<YOUR_KERNEL_HERE>
> chflags noschg /kernel
> chflags noschg /YOUR_KERNEL_HERE
> mv /kernel /kernel.old
> mv /YOUR_KERNEL_HERE /kernel
> chflags schg /kernel
> 
> And then I merged the Differences using Mergemaster(It was my first time,
> I was a bit confused).
> 
> Everything went perfect(on the topside), I rebooted and it came back up
> with 4.1-RC as a tag. Great it works! I was not happy with a few things I
> had just read about in the kernel so I went back and copied my
> KERNEL(SCULLY) and started redoing it. This time I commented out a few
> things I dint want. (See ATTACHED). I proceeded directly to the ABOVE
> STEPS for the KERNEL and I got the following message.
> 
> 
> ===>wi
> @ -> /usr/src/sysmachine -> /usr/src/sys/i386/include
> perl @/kern/makedevops.pl -h @/kern/device_if.m
> perl @/kern/makedevops.pl -h @/kern/bus_if.mrm -f .depend
> mkdep -f .depend -a   -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@
> -I@/../include -I/usr/obj/usr/src/i386/usr/include
> /usr/src/sys/modules/wi/../../i386/isa/if_wi.c
> cc -c -x assembler-with-cpp -DLOCORE -O -Wall -Wredundant-decls
> -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith
> -Winline -Wcast-qual  -fformat-extensions -ansi  -nostdinc -I-
> -I. -I/usr/src/sys -I/usr/src/sys/../include  -D_KERNEL -include
> opt_global.h -elf
> -mpreferred-stack-boundary=2/usr/src/sys/i386/i386/locore.s
> /tmp/cck12179.s: Assembler messages:
> /tmp/cck12179.s:1745: Error: .space specifies non-absolute value
> /tmp/cck12179.s:2505: Error: undefined symbol L0 in operation settingPTmap
> /tmp/cck12179.s:2505: Error: undefined symbol PDRSHIFT in operationsetting
> PTmap
> /tmp/cck12179.s:1713: Error: undefined symbol L0 in operation
> /tmp/cck12179.s:1713: Error: undefined symbol PAGE_SIZE in operation
> /tmp/cck12179.s:1714: Error: undefined symbol L0 in operation
> /tmp/cck12179.s:1714: Error: undefined symbol PDESIZE in operation
> /tmp/cck12179.s:2505: Error: undefined symbol L0 in operation
> settingAPTmap
> /tmp/cck12179.s:2505: Error: undefined symbol PDRSHIFT in operation
> setting APTmap/tmp/cck12179.s:1722: Error: undefined symbol L0 in
> operation
> /tmp/cck12179.s:1722: Error: undefined symbol PAGE_SIZE in operation
> /tmp/cck12179.s:1723: Error: undefined symbol L0 in operation
> /tmp/cck12179.s:1723: Error: undefined symbol PDESIZE in operation
> /tmp/cck12179.s:1936: Error: undefined symbol UPAGES in operation
> /tmp/cck12179.s:1936: Error: undefined symbol PAGE_SIZE in operation
> /tmp/cck12179.s:2324: Error: undefined symbol BI_ESYMTAB in operation
> /tmp/cck12179.s:2329: Error: undefined symbol BI_SYMTAB in operation
> /tmp/cck12179.s:2330: Error: undefined symbol BI_ESYMTAB in operation
> /tmp/cck12179.s:2334: Error: undefined symbol BI_KERNEND in operation
> /tmp/cck12179.s:2346: Error: undefined symbol PAGE_SIZE in operation
> /tmp/cck12179.s:2346: Error: undefined symbol PAGE_SIZE in operation
> /tmp/cck12179.s:2350: Error: undefined symbol PAGE_SIZE in operation
> /tmp/cck12179.s:2350: Error: undefined symbol PAGE_SIZE in operation
> /tmp/cck12179.s:2354: Error: undefined symbol UPAGES in operation
> /tmp/cck12179.s:2354: Error: undefined symbol PAGE_SIZE in operation
> /tmp/cck12179.s:2354: Error: undefined symbol UPAGES in operation
> /tmp/cck12179.s:2354: Error: undefined symbol PAGE_SIZE in operation
> /tmp/cck12179.s:2359: Error: undefined symbol PAGE_SIZE in operation
> /tmp/cck12179.s:2359: Error: undefined symbol PAGE_SIZE in operation
> /tmp/cck12179.s:2362: Error: undefined symbol PAGE_SIZE in operation
> /tmp/cck12179.s:2362: Error: undefined symbol PAGE_SIZE in operation
> /tmp/cck12179.s:2369: Error: undefined symbol PAGE_SIZE in operation
> /tmp/cck12179.s:2369: Error: undefined symbol PAGE_SIZE in operation
> /tmp/cck12179.s:2375: Error: undefined symbol PAGE_SIZE in operation
> /tmp/cck12179.s:2375: Error: undefined symbol PAGE_SIZE in operation
> /tmp/cck12179.s:2430: Error: undefined symbol PAGE_SHIFT in operation
> /tmp/cck12179.s:2446: Error: undefined symbol PAGE_SHIFT in operation
> /tmp/cck12179.s:2447: Error: undefined symbol PAGE_SHIFT in operation
> /tmp/cck12179.s:2474: Error: undefined symbol PAGE_SIZE in operation
> /tmp/cck12179.s:2474: Error: undefined symbol PAGE_SIZE in operation
> /tmp/cck12179.s:1862: Error: Subtraction of two symbols in different
> sections ".tmpstk" {.data section} - "KERNBASE" {*UND* section} at file
> address 28./tmp/cck12179.s:1885: Error: Subtraction of two symbols in
> different
> sections "end" {*UND* section} - "KERNBASE" {*UND* section} at fileaddress
> 38.
> /tmp/cck12179.s:1886: Error: Subtraction of two symbols in different
> sections "edata" {*UND* section} - "KERNBASE" {*UND* section} at
> fileaddress 43.
> /tmp/cck12179.s:1898: Error: Subtraction of two symbols in different
> sections "cpu_feature" {.data section} - "KERNBASE" {*UND* section} at
> file address 61.
> /tmp/cck12179.s:1914: Error: Subtraction of two symbols in different
> sections "IdlePTD" {.data section} - "KERNBASE" {*UND* section} at file
> address 81./tmp/cck12179.s:2123: Error: Subtraction of two symbols in
> different
> sections "kernelname" {*UND* section} - "KERNBASE" {*UND* section} at file
> address 371./tmp/cck12179.s:2151: Error: Subtraction of two symbols in
> different
> sections "bootinfo" {.data section} - "KERNBASE" {*UND* section} at file
> address 411./tmp/cck12179.s:2171: Error: Subtraction of two symbols in
> different
> sections "boothowto" {*UND* section} - "KERNBASE" {*UND* section} at file
> address 435./tmp/cck12179.s:2173: Error: Subtraction of two symbols in
> different
> sections "bootdev" {*UND* section} - "KERNBASE" {*UND* section} at file
> address 443./tmp/cck12179.s:2211: Error: Subtraction of two symbols in
> different
> sections "cpu" {.data section} - "KERNBASE" {*UND* section} at fileaddress
> 495.
> /tmp/cck12179.s:2216: Error: Subtraction of two symbols in different
> sections "cpu" {.data section} - "KERNBASE" {*UND* section} at fileaddress
> 511.
> /tmp/cck12179.s:2217: Error: Subtraction of two symbols in different
> sections "cpu_vendor" {.data section} - "KERNBASE" {*UND* section} at file
> address 521./tmp/cck12179.s:2218: Error: Subtraction of two symbols in
> different
> sections "cpu_vendor" {.data section} - "KERNBASE" {*UND* section} at file
> address 531./tmp/cck12179.s:2219: Error: Subtraction of two symbols in
> different
> sections "cpu_vendor" {.data section} - "KERNBASE" {*UND* section} at file
> address 541./tmp/cck12179.s:2220: Error: Subtraction of two symbols in
> different
> sections "cpu_vendor" {.data section} - "KERNBASE" {*UND* section} at file
> address 551./tmp/cck12179.s:2239: Error: Subtraction of two symbols in
> different
> sections "cpu" {.data section} - "KERNBASE" {*UND* section} at fileaddress
> 592.
> /tmp/cck12179.s:2266: Error: Subtraction of two symbols in different
> sections "cpu_vendor" {.data section} - "KERNBASE" {*UND* section} at file
> address 627./tmp/cck12179.s:2267: Error: Subtraction of two symbols in
> different
> sections "cpu_vendor" {.data section} - "KERNBASE" {*UND* section} at file
> address 637./tmp/cck12179.s:2268: Error: Subtraction of two symbols in
> different
> sections "cpu_vendor" {.data section} - "KERNBASE" {*UND* section} at file
> address 647./tmp/cck12179.s:2274: Error: Subtraction of two symbols in
> different
> sections "cpu_high" {.data section} - "KERNBASE" {*UND* section} at file
> address 662./tmp/cck12179.s:2275: Error: Subtraction of two symbols in
> different
> sections "cpu_vendor" {.data section} - "KERNBASE" {*UND* section} at file
> address 668./tmp/cck12179.s:2276: Error: Subtraction of two symbols in
> different
> sections "cpu_vendor" {.data section} - "KERNBASE" {*UND* section} at file
> address 674./tmp/cck12179.s:2277: Error: Subtraction of two symbols in
> different
> sections "cpu_vendor" {.data section} - "KERNBASE" {*UND* section} at file
> address 680./tmp/cck12179.s:2278: Error: Subtraction of two symbols in
> different
> sections "cpu_vendor" {.data section} - "KERNBASE" {*UND* section} at file
> address 686./tmp/cck12179.s:2282: Error: Subtraction of two symbols in
> different
> sections "cpu_id" {.data section} - "KERNBASE" {*UND* section} at file
> address 699./tmp/cck12179.s:2283: Error: Subtraction of two symbols in
> different
> sections "cpu_feature" {.data section} - "KERNBASE" {*UND* section} at
> file address 705.
> /tmp/cck12179.s:2290: Error: Subtraction of two symbols in different
> sections "cpu" {.data section} - "KERNBASE" {*UND* section} at fileaddress
> 722.
> /tmp/cck12179.s:2296: Error: Subtraction of two symbols in different
> sections "cpu" {.data section} - "KERNBASE" {*UND* section} at fileaddress
> 739.
> /tmp/cck12179.s:2300: Error: Subtraction of two symbols in different
> sections "cpu" {.data section} - "KERNBASE" {*UND* section} at fileaddress
> 751.
> /tmp/cck12179.s:2313: Error: Subtraction of two symbols in different
> sections "cpu_feature" {.data section} - "KERNBASE" {*UND* section} at
> file address 762.
> /tmp/cck12179.s:2321: Error: Subtraction of two symbols in different
> sections "end" {*UND* section} - "KERNBASE" {*UND* section} at fileaddress
> 784.
> /tmp/cck12179.s:2324: Error: Negative of non-absolute symbol KERNBASE
> /tmp/cck12179.s:2329: Error: Negative of non-absolute symbol KERNBASE
> /tmp/cck12179.s:2330: Error: Negative of non-absolute symbol KERNBASE
> /tmp/cck12179.s:2334: Error: Negative of non-absolute symbol KERNBASE
> /tmp/cck12179.s:2342: Error: Subtraction of two symbols in different
> sections ".data" {.data section} - "KERNBASE" {*UND* section} at file
> address 843./tmp/cck12179.s:2343: Error: Subtraction of two symbols in
> different
> sections ".data" {.data section} - "KERNBASE" {*UND* section} at file
> address 849./tmp/cck12179.s:2346: Error: Subtraction of two symbols in
> different
> sections ".data" {.data section} - "KERNBASE" {*UND* section} at file
> address 855./tmp/cck12179.s:2346: Error: Subtraction of two symbols in
> different
> sections ".data" {.data section} - "KERNBASE" {*UND* section} at file
> address 867./tmp/cck12179.s:2347: Error: Subtraction of two symbols in
> different
> sections "KPTphys" {.data section} - "KERNBASE" {*UND* section} at file
> address 885./tmp/cck12179.s:2350: Error: Subtraction of two symbols in
> different
> sections ".data" {.data section} - "KERNBASE" {*UND* section} at file
> address 891./tmp/cck12179.s:2350: Error: Subtraction of two symbols in
> different
> sections ".data" {.data section} - "KERNBASE" {*UND* section} at file
> address 903./tmp/cck12179.s:2351: Error: Subtraction of two symbols in
> different
> sections "IdlePTD" {.data section} - "KERNBASE" {*UND* section} at file
> address 921./tmp/cck12179.s:2354: Error: Subtraction of two symbols in
> different
> sections ".data" {.data section} - "KERNBASE" {*UND* section} at file
> address 927./tmp/cck12179.s:2354: Error: Subtraction of two symbols in
> different
> sections ".data" {.data section} - "KERNBASE" {*UND* section} at file
> address 939./tmp/cck12179.s:2355: Error: Subtraction of two symbols in
> different
> sections ".data" {.data section} - "KERNBASE" {*UND* section} at file
> address 957./tmp/cck12179.s:2357: Error: Subtraction of two symbols in
> different
> sections "proc0paddr" {.data section} - "KERNBASE" {*UND* section} at file
> address 969./tmp/cck12179.s:2359: Error: Subtraction of two symbols in
> different
> sections ".data" {.data section} - "KERNBASE" {*UND* section} at file
> address 975./tmp/cck12179.s:2359: Error: Subtraction of two symbols in
> different
> sections ".data" {.data section} - "KERNBASE" {*UND* section} at file
> address 987./tmp/cck12179.s:2360: Error: Subtraction of two symbols in
> different
> sections ".data" {.data section} - "KERNBASE" {*UND* section} at file
> address 1005.
> /tmp/cck12179.s:2362: Error: Subtraction of two symbols in different
> sections ".data" {.data section} - "KERNBASE" {*UND* section} at file
> address 1011.
> /tmp/cck12179.s:2362: Error: Subtraction of two symbols in different
> sections ".data" {.data section} - "KERNBASE" {*UND* section} at file
> address 1023.
> /tmp/cck12179.s:2363: Error: Subtraction of two symbols in different
> sections "vm86pa" {.data section} - "KERNBASE" {*UND* section} at file
> address 1041.
> /tmp/cck12179.s:2365: Error: Subtraction of two symbols in different
> sections "vm86paddr" {.data section} - "KERNBASE" {*UND* section} at file
> address 1053.
> /tmp/cck12179.s:2369: Error: Subtraction of two symbols in different
> sections ".data" {.data section} - "KERNBASE" {*UND* section} at file
> address 1059.
> /tmp/cck12179.s:2369: Error: Subtraction of two symbols in different
> sections ".data" {.data section} - "KERNBASE" {*UND* section} at file
> address 1071.
> /tmp/cck12179.s:2370: Error: Subtraction of two symbols in different
> sections ".data" {.data section} - "KERNBASE" {*UND* section} at file
> address 1089.
> /tmp/cck12179.s:2372: Error: Subtraction of two symbols in different
> sections "cpu0prvpage" {.data section} - "KERNBASE" {*UND* section} at
> file address 1101.
> /tmp/cck12179.s:2375: Error: Subtraction of two symbols in different
> sections ".data" {.data section} - "KERNBASE" {*UND* section} at file
> address 1107.
> /tmp/cck12179.s:2375: Error: Subtraction of two symbols in different
> sections ".data" {.data section} - "KERNBASE" {*UND* section} at file
> address 1119.
> /tmp/cck12179.s:2376: Error: Subtraction of two symbols in different
> sections ".data" {.data section} - "KERNBASE" {*UND* section} at file
> address 1137.
> /tmp/cck12179.s:2378: Error: Subtraction of two symbols in different
> sections "SMPpt" {.data section} - "KERNBASE" {*UND* section} at file
> address 1149.
> /tmp/cck12179.s:2396: Error: Subtraction of two symbols in different
> sections "etext" {*UND* section} - "KERNBASE" {*UND* section} at file
> address 1158.
> /tmp/cck12179.s:2399: Error: Subtraction of two symbols in different
> sections "KPTphys" {.data section} - "KERNBASE" {*UND* section} at file
> address 1181.
> /tmp/cck12179.s:2402: Error: Subtraction of two symbols in different
> sections "etext" {*UND* section} - "KERNBASE" {*UND* section} at file
> address 1203.
> /tmp/cck12179.s:2413: Error: Subtraction of two symbols in different
> sections ".data" {.data section} - "KERNBASE" {*UND* section} at file
> address 1224.
> /tmp/cck12179.s:2416: Error: Subtraction of two symbols in different
> sections "KPTphys" {.data section} - "KERNBASE" {*UND* section} at file
> address 1243.
> /tmp/cck12179.s:2419: Error: Subtraction of two symbols in different
> sections "IdlePTD" {.data section} - "KERNBASE" {*UND* section} at file
> address 1265.
> /tmp/cck12179.s:2421: Error: Subtraction of two symbols in different
> sections "KPTphys" {.data section} - "KERNBASE" {*UND* section} at file
> address 1284.
> /tmp/cck12179.s:2424: Error: Subtraction of two symbols in different
> sections ".data" {.data section} - "KERNBASE" {*UND* section} at file
> address 1307.
> /tmp/cck12179.s:2426: Error: Subtraction of two symbols in different
> sections "KPTphys" {.data section} - "KERNBASE" {*UND* section} at file
> address 1326.
> /tmp/cck12179.s:2431: Error: Subtraction of two symbols in different
> sections "KPTphys" {.data section} - "KERNBASE" {*UND* section} at file
> address 1368.
> /tmp/cck12179.s:2434: Error: Subtraction of two symbols in different
> sections ".data" {.data section} - "KERNBASE" {*UND* section} at file
> address 1391.
> /tmp/cck12179.s:2436: Error: Subtraction of two symbols in different
> sections "KPTphys" {.data section} - "KERNBASE" {*UND* section} at file
> address 1410.
> /tmp/cck12179.s:2442: Error: Subtraction of two symbols in different
> sections "vm86pa" {.data section} - "KERNBASE" {*UND* section} at file
> address 1452.
> /tmp/cck12179.s:2448: Error: Subtraction of two symbols in different
> sections "vm86pa" {.data section} - "KERNBASE" {*UND* section} at file
> address 1494.
> /tmp/cck12179.s:2452: Error: Subtraction of two symbols in different
> sections ".data" {.data section} - "KERNBASE" {*UND* section} at file
> address 1517.
> /tmp/cck12179.s:2454: Error: Subtraction of two symbols in different
> sections "KPTphys" {.data section} - "KERNBASE" {*UND* section} at file
> address 1536.
> /tmp/cck12179.s:2457: Error: Subtraction of two symbols in different
> sections ".data" {.data section} - "KERNBASE" {*UND* section} at file
> address 1559.
> /tmp/cck12179.s:2459: Error: Subtraction of two symbols in different
> sections "KPTphys" {.data section} - "KERNBASE" {*UND* section} at file
> address 1578.
> /tmp/cck12179.s:2462: Error: Subtraction of two symbols in different
> sections ".data" {.data section} - "KERNBASE" {*UND* section} at file
> address 1601.
> /tmp/cck12179.s:2465: Error: Subtraction of two symbols in different
> sections ".data" {.data section} - "KERNBASE" {*UND* section} at file
> address 1620.
> /tmp/cck12179.s:2468: Error: Subtraction of two symbols in different
> sections ".data" {.data section} - "KERNBASE" {*UND* section} at file
> address 1643.
> /tmp/cck12179.s:2471: Error: Subtraction of two symbols in different
> sections "IdlePTD" {.data section} - "KERNBASE" {*UND* section} at file
> address 1662.
> /tmp/cck12179.s:2474: Error: Subtraction of two symbols in different
> sections ".data" {.data section} - "KERNBASE" {*UND* section} at file
> address 1686.
> /tmp/cck12179.s:2474: Error: Subtraction of two symbols in different
> sections ".data" {.data section} - "KERNBASE" {*UND* section} at file
> address 1698.
> /tmp/cck12179.s:2478: Error: Subtraction of two symbols in different
> sections ".data" {.data section} - "KERNBASE" {*UND* section} at file
> address 1731.
> /tmp/cck12179.s:2481: Error: Subtraction of two symbols in different
> sections "mp_lock" {*UND* section} - "KERNBASE" {*UND* section} at file
> address 1755.
> /tmp/cck12179.s:2485: Error: Subtraction of two symbols in different
> sections "KPTphys" {.data section} - "KERNBASE" {*UND* section} at file
> address 1764.
> /tmp/cck12179.s:2488: Error: Subtraction of two symbols in different
> sections "IdlePTD" {.data section} - "KERNBASE" {*UND* section} at file
> address 1780.
> /tmp/cck12179.s:2491: Error: Subtraction of two symbols in different
> sections "KPTphys" {.data section} - "KERNBASE" {*UND* section} at file
> address 1803.
> /tmp/cck12179.s:2494: Error: Subtraction of two symbols in different
> sections "IdlePTD" {.data section} - "KERNBASE" {*UND* section} at file
> address 1822.
> /tmp/cck12179.s:2497: Error: Subtraction of two symbols in different
> sections "IdlePTD" {.data section} - "KERNBASE" {*UND* section} at file
> address 1845.
> /tmp/cck12179.s:2500: Error: Subtraction of two symbols in different
> sections "IdlePTD" {.data section} - "KERNBASE" {*UND* section} at file
> address 1864.
> 
> *** Error code 1
> 
> Stop in /usr/obj/usr/src/sys/RIVET
> 
> *** Error code 1
> 
> Stop in /usr/src.
> 
> *** Error code 1
> 
> Stop in /usr/src.
>  
> Well, Sorry about the SPAM but I am in desperate need of a miracle worker
> and wanted to make sure they had the info! Now a few pointers.. This SAME
> ===>wi symbol is where my kernel build fails everytime. I have seen a
> "wi" in the kernel and tried commenting it out and leaving it there..no
> luck same error the 10 different times I have tried commenting different
> items out and putting them back into the kernel..Same error each time.
> 
> I also want to make clear that I have succeded in CVSuping, Make
> buildworld, installworld, AND making the original SCULLY Kernel. THis
> only happened the second go around. Today I even RE-Cvsuped and did the
> whole thing over..but no dice. Same error.. I cant say I dod everything I
> was supposed to do to build a second kernel...or did everything right the
> first time around..But I did make sure to follow /usr/src/UPDATING to
> a "T" in creating the first and second kernels.
> 
> I am able to reCVSup, Make buildworld, and Install world with no
> trouble..just cant make buildkernel.
> 
> I have tried replacing my make.conf from my /usr/src/defaults dir 3
> times..but that dosent seem to help. Besides my Kernel Config which is
> attached..IF ANYONE NEEDS ANY QUESTIONS ANSWERED please DO NOT HESITATE TO
> CONTACT ME. I would really appreciate the help, and the chance to learn
> from a big mistake..somewhere down the line.
> 
> 
> 
> Thanks you so much!
> 
> Justin M Cain (3 month Fbsd user)
> 



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.21.0007220101200.17702-100000>