Date: Mon, 12 Feb 2001 14:26:20 -0800 From: Kent Stewart <kstewart@urx.com> To: "Stephen L. Palmer" <slpalmer@midearth.org> Cc: freebsd-stable@freebsd.org Subject: Re: card_if.h: No such file Message-ID: <3A88630C.79EA729F@urx.com> References: <Pine.BSF.4.32.0102121601540.35402-200000@midearth>
next in thread | previous in thread | raw e-mail | index | archive | help
"Stephen L. Palmer" wrote: > > While trying to update a 4.2-release to 4.2 stable I do: > > make buildworld (succeeds) > make buildkernel KERNEL=MIDEARTH (fails) (config file included below) > > Am I missing something obvious here? This is my first attempt to track > -stable. I used to track -current long ago (when it was 4.0-current) > > the buildkernel fails with: > /usr/src/sys/dev/xe/if_xe.c:138: card_if.h: No such file or directory > mkdep: compile failed > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/MIDEARTH. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > Well, you deleted card support with # PCCARD (PCMCIA) support #device card and if it isn't there, your xe driver won't compile. Since you don't appear to have a pc-card NIC, you probably have to delete those NIC's, i.e., an and xe. One thing hasn't made it to /usr/src/UPDATING but you might as well get used to it now. I would use KERNCONF=MIDEARTH instead of the KERNEL form, which has been depricated. Kent > --- > Stephen L. Palmer > slpalmer@midearth.org > > ---------------------------------------------------------------------- > Name: MIDEARTH > MIDEARTH Type: Plain Text (TEXT/PLAIN) > Encoding: BASE64 > Description: Kernel Config File -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A88630C.79EA729F>