Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Apr 2000 09:03:22 +0200
From:      Poul-Henning Kamp <phk@critter.freebsd.dk>
To:        Kent Hauser <kent@tfd.com>
Cc:        current@FreeBSD.ORG
Subject:   Re: Kernel builds fail 
Message-ID:  <10150.957078202@critter.freebsd.dk>
In-Reply-To: Your message of "Sat, 29 Apr 2000 18:45:41 EDT." <200004292245.SAA41613@chapel-hill.tfd.com> 

next in thread | previous in thread | raw e-mail | index | archive | help

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

Should be fixed now.

In message <200004292245.SAA41613@chapel-hill.tfd.com>, 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 majordomo@FreeBSD.org
>with "unsubscribe freebsd-current" in the body of the message
>

--
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk@FreeBSD.ORG         | 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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?10150.957078202>