Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Dec 2000 14:35:54 +0700
From:      John Indra <john@naver.co.id>
To:        freebsd-current@freebsd.org
Subject:   Recent -CURRENT kernel build problem...
Message-ID:  <20001219143553.B525@naver.co.id>

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

--BOKacYhQ+x31HxR3
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

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


--BOKacYhQ+x31HxR3
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=DANTE

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

--BOKacYhQ+x31HxR3--


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?20001219143553.B525>