Date: Sat, 3 Jan 2004 19:36:44 -0800 (PST) From: Doug White <dwhite@gumbysoft.com> To: "Philip M. Gollucci" <philip@p6m7g8.com> Cc: freebsd-questions@freebsd.org Subject: Re: 5.1-CURRENT kernel compile error Message-ID: <20040103193442.D69959@carver.gumbysoft.com> In-Reply-To: <3FF4F6F7.7070302@p6m7g8.com> References: <3FF4F6F7.7070302@p6m7g8.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 1 Jan 2004, Philip M. Gollucci wrote: > vegeta# cd /usr/share/example/cvsup > vegeta# cvsup -g -L2 standard-supfile Did you check the standard-supfile before using it? You may have gotten source that you didn't think you did. In general you should copy this to a different location and edit it first to make sure you get the right thing. > if_em.o: In function `em_process_receive_interrupts': > if_em.o(.text+0x47f5): undefined reference to `vlan_tag_alloc' I think you have the wrong source. There is no vlan_tag_alloc in that entire file, or in the entire kernel (if fxr.watson.org is to be believed). Check standard-supfile, delete your compile directory, and try updating again. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040103193442.D69959>