If I remeber correctly, someone else reported this was caused by
phk's change staticizing something... Sorry, I do not recall this
in details, and I don't have a fresh -CURRENT.
On Tue, Dec 19, 2000 at 02:35:54PM +0700, John Indra wrote:
> Dear all...
>
> Has anyone noticed this problem? Or is it just happening to me?
> On make buildkernel (with -CURRENT just cvsuped a few minutes ago) and the
> generic config KERNEL; make depend; make; cycle, the kernel build failed
> with this message:
>
> --
>
> cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
> -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual
> -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../dev
> -I../../../include -I../../contrib/dev/acpica/Subsystem/Include -D_KERNEL
> -include opt_global.h -elf -mpreferred-stack-boundary=2 vers.c
> linking kernel
> agp_amd.o: In function `agp_amd_alloc_gatt':
> agp_amd.o(.text+0x67): undefined reference to `M_AGP'
> agp_amd.o(.text+0x89): undefined reference to `M_AGP'
> agp_amd.o(.text+0xd5): undefined reference to `M_AGP'
> agp_amd.o(.text+0x105): undefined reference to `M_AGP'
> agp_amd.o(.text+0x112): undefined reference to `M_AGP'
> agp_amd.o(.text+0x234): more undefined references to `M_AGP' follow
> *** Error code 1
>
> Stop in /usr/src/sys/compile/DANTE.
>
> --
>
> Please help, my kernel and userland is badly not in sync ;)
> Attached is my kernel config file.
>
> Thank you...
>
> Regards,
> John
>
> ident DANTE
> machine i386
> cpu I686_CPU
> maxusers 256
>
> options INET
> options FFS
> options FFS_ROOT
> options SOFTUPDATES
> options COMPAT_43
> options UCONSOLE
> options USERCONFIG
> options VISUAL_USERCONFIG
> options KTRACE
> options SYSVSHM
> options SYSVMSG
> options SYSVSEM
> options SHMMAX=33554432
> options SHMALL=16384
> options P1003_1B
> options _KPOSIX_PRIORITY_SCHEDULING
> options KBD_INSTALL_CDEV
> options ATA_STATIC_ID
> options ATA_ENABLE_ATAPI_DMA
> options USER_LDT
> options IPFILTER
> options IPFILTER_LOG
> options TCP_DROP_SYNFIN
> options TCP_RESTRICT_RST
> options VESA
> options NMBCLUSTERS=16384
> options SC_DISABLE_REBOOT
> options NOBLOCKRANDOM
>
> device isa
> device pci
> device fdc
> device ata
> device atadisk
> device atapicd
> device atkbdc 1
> device atkbd
> device psm
> device vga
> device splash
> device sc 1
> device npx
> device apm
> device sio
> device ppc
> device ppbus
> device lpt
> device plip
> device ppi
> device miibus
> device xl
> device random
> device loop
> device ether
> device tun
> device pty
> device md
> device bpf
> device vn
> device snp
> device pcm
> device agp
--
Ruslan Ermilov Oracle Developer/DBA,
[EMAIL PROTECTED] Sunbay Software AG,
[EMAIL PROTECTED] FreeBSD committer,
+380.652.512.251 Simferopol, Ukraine
http://www.FreeBSD.org The Power To Serve
http://www.oracle.com Enabling The Information Age
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message