Re: Kernel builds fail

2000-04-30 Thread Poul-Henning Kamp


Sorry, diff/patch and me got into an argument it seems.

Should be fixed now.

In message [EMAIL PROTECTED], Kent Hauser writes:
I can't build a kernel after CVSUP'ing today.

After successfully completing a `make world', I tried
to build a kernel. Edited script below.


chapel-hill# cd /sys/i386/conf
chapel-hill# rm -rf ../../compile/GENERIC
chapel-hill# config GENERIC
WARNING: Old ISA driver compatability shims present.
Don't forget to do a ``make depend''
Kernel build directory is ../../compile/GENERIC
chapel-hill# cd ../../compile/GENERIC
chapel-hill# make -s depend all
./aicasm: 725 instructions used

[[ lots of warnings deleted ]]

../../kern/vfs_bio.c:2584: warning: no previous prototype for `biowait'

[[ more warnings deleted ]]

linking kernel
vfs_bio.o: In function `bread':
vfs_bio.o(.text+0x485): undefined reference to `bufwait'
vfs_bio.o: In function `breadn':
vfs_bio.o(.text+0x64f): undefined reference to `bufwait'
vfs_bio.o: In function `bwrite':
vfs_bio.o(.text+0x87e): undefined reference to `bufwait'
vfs_cluster.o: In function `cluster_read':
vfs_cluster.o(.text+0x481): undefined reference to `bufwait'
nfs_vnops.o: In function `nfs_writebp':
nfs_vnops.o(.text+0x11951): undefined reference to `bufwait'
ffs_inode.o(.text+0xc0c): more undefined references to `bufwait' follow
*** Error code 1

Stop in /usr/src/sys/compile/GENERIC.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message


--
Poul-Henning Kamp   | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED] | TCP/IP since RFC 956
FreeBSD coreteam member | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Kernel builds fail

2000-04-30 Thread Jeroen Ruigrok van der Werven

-On [2430 15:05], Kent Hauser ([EMAIL PROTECTED]) wrote:
Thanks. I can now build the GENERIC kernel.

Of course, now my real kernel won't link :=

chapel-hill# make
linking kernel
ng_base.o: In function `ng_make_node':
ng_base.o(.text+0x54): undefined reference to `linker_search_path'
*** Error code 1

I think this is related to Peter's recent changes in the module
dependency code.

Peter?

-- 
Jeroen Ruigrok van der Werven  Network- and systemadministrator
[EMAIL PROTECTED]VIA Net.Works The Netherlands
BSD: Technical excellence at its best  http://www.via-net-works.nl
Answering the questions that no one asks...


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Kernel builds fail

2000-04-29 Thread Kent Hauser

I can't build a kernel after CVSUP'ing today.

After successfully completing a `make world', I tried
to build a kernel. Edited script below.


chapel-hill# cd /sys/i386/conf
chapel-hill# rm -rf ../../compile/GENERIC
chapel-hill# config GENERIC
WARNING: Old ISA driver compatability shims present.
Don't forget to do a ``make depend''
Kernel build directory is ../../compile/GENERIC
chapel-hill# cd ../../compile/GENERIC
chapel-hill# make -s depend all
./aicasm: 725 instructions used

[[ lots of warnings deleted ]]

../../kern/vfs_bio.c:2584: warning: no previous prototype for `biowait'

[[ more warnings deleted ]]

linking kernel
vfs_bio.o: In function `bread':
vfs_bio.o(.text+0x485): undefined reference to `bufwait'
vfs_bio.o: In function `breadn':
vfs_bio.o(.text+0x64f): undefined reference to `bufwait'
vfs_bio.o: In function `bwrite':
vfs_bio.o(.text+0x87e): undefined reference to `bufwait'
vfs_cluster.o: In function `cluster_read':
vfs_cluster.o(.text+0x481): undefined reference to `bufwait'
nfs_vnops.o: In function `nfs_writebp':
nfs_vnops.o(.text+0x11951): undefined reference to `bufwait'
ffs_inode.o(.text+0xc0c): more undefined references to `bufwait' follow
*** Error code 1

Stop in /usr/src/sys/compile/GENERIC.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message