From owner-freebsd-current@FreeBSD.ORG Fri Jan 2 20:43:09 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C58716A4CF for ; Fri, 2 Jan 2004 20:43:09 -0800 (PST) Received: from c015.snv.cp.net (h004.c015.snv.cp.net [209.228.35.119]) by mx1.FreeBSD.org (Postfix) with SMTP id 51F0643D5F for ; Fri, 2 Jan 2004 20:43:05 -0800 (PST) (envelope-from philip@p6m7g8.com) Received: (cpmta 19230 invoked from network); 2 Jan 2004 20:43:04 -0800 Received: from 68.50.136.43 (HELO p6m7g8.com) by smtp.p6m7g8.com (209.228.35.119) with SMTP; 2 Jan 2004 20:43:04 -0800 X-Sent: 3 Jan 2004 04:43:04 GMT Message-ID: <3FF4F6F7.7070302@p6m7g8.com> Date: Thu, 01 Jan 2004 23:43:35 -0500 From: "Philip M. Gollucci" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.5) Gecko/20031013 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org, freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sat, 03 Jan 2004 04:56:57 -0800 Subject: 5.1-CURRENT kernel compile error X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2004 04:43:09 -0000 vegeta# cd /usr/share/example/cvsup vegeta# cvsup -g -L2 standard-supfile vegeta# cd /usr/src/sys/i386/conf vegeta# config VEGETA vegeta# cd ../compile/VEGETA vegeta# make depend vegeta# make [lots of output snipped] linking kernel if_em.o: In function `em_process_receive_interrupts': if_em.o(.text+0x47f5): undefined reference to `vlan_tag_alloc' *** Error code 1 Note: the following Kernel Config file has worked for quite some time. Also a yahoo/google and google group search returns 0 (ZERO) results on this. That may be a first. Thanks in advance Philip P.S. Please CC me so I'm sure to see the response. Kernel Config for VEGETA: ############################################################################### ################################## Architecture ############################### ############################################################################### machine i386 maxusers 256 cpu I686_CPU # aka Pentium Pro(tm) ident PHILIP #options MATH_EMULATE #Support for x87 emulation device npx ############################################################################### ################################# Compatibility ############################### ############################################################################### options COMPAT_43 options COMPAT_FREEBSD4 options SCHED_4BSD ############################################################################### ################################# Networking ################################## ############################################################################### options INET #Internet communications protocols options IPSEC #IP security options IPSEC_ESP #IP security (crypto; define w/ IP device ether #Generic Ethernet device loop #Network loopback device device miibus device fxp device em ###### ********** ERROR IS RELATED TO THUIS ############# ############################################################################### ########################## Firewalls ########################################## ############################################################################### options IPFIREWALL #firewall options IPFIREWALL_VERBOSE #enable logging to syslogd(8) options IPFIREWALL_VERBOSE_LIMIT=100 #limit verbosity options IPDIVERT #divert sockets options IPFILTER #ipfilter support options IPFILTER_LOG #ipfilter logging options PFIL_HOOKS options IPSTEALTH #support for stealth forwarding options TCP_DROP_SYNFIN #drop TCP packets with SYN+FIN ############################################################################### ################################# FileSystems ################################# ############################################################################### options FFS #Memory File System options CD9660 #ISO 9660 filesystem options PSEUDOFS options PROCFS #Process filesystem options SOFTUPDATES options UFS_DIRHASH options QUOTA #enable disk quotas ############################################################################### ############################## ATA Devices #################################### ############################################################################### device isa device pci device ata device atadisk device ataraid # RAID device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives options ATA_STATIC_ID ############################################################################### ############################### Misc Devices ################################## ############################################################################### device pty #Pseudo ttys device speaker #Play IBM BASIC-style noises out your speaker device md #Memory/malloc disk device snp #Snoop device - to look at pty/vty/etc.. device atkbdc device atkbd device psm device vga device agp device random ############################################################################### ################################## Terminal Options ########################### ############################################################################### device sc options MAXCONS=16 # number of virtual consoles options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores