From owner-freebsd-current Wed Nov 5 15:54:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA20080 for current-outgoing; Wed, 5 Nov 1997 15:54:18 -0800 (PST) (envelope-from owner-freebsd-current) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA20064 for ; Wed, 5 Nov 1997 15:54:11 -0800 (PST) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id KAA01293; Thu, 6 Nov 1997 10:23:59 +1030 (CST) Message-ID: <19971106102358.35648@lemis.com> Date: Thu, 6 Nov 1997 10:23:58 +1030 From: Greg Lehey To: FreeBSD current users Subject: Kernel build fails: missing card.h Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk For the last couple of weeks, my -CURRENT kernel build has failed because it couldn't find card.h. It's there, all right, in /sys/pccard/card.h, but config doesn't seem to put it into the /sys/compile/ directory. If I put it there manually, the kernel build works fine. Am I missing something? Yes, I rebuilt config first (well, after the first failure), and it didn't help. Greg