From owner-freebsd-hackers Thu Nov 16 02:52:43 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA03666 for hackers-outgoing; Thu, 16 Nov 1995 02:52:43 -0800 Received: from cls.net (freeside.cls.de [192.129.50.1]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id CAA03655 for ; Thu, 16 Nov 1995 02:52:38 -0800 Received: by mail.cls.net (Smail3.1.29.1) from allegro.lemis.de (192.109.197.134) with smtp id ; Thu, 16 Nov 95 10:52 GMT From: grog@lemis.de (Greg Lehey) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Reply-To: grog@lemis.de (Greg Lehey) Received: (grog@localhost) by allegro.lemis.de (8.6.9/8.6.9) id LAA00930 for hackers@freebsd.org; Thu, 16 Nov 1995 11:34:41 +0100 Message-Id: <199511161034.LAA00930@allegro.lemis.de> Subject: Compilation problems with -current 1342 To: hackers@freebsd.org (FreeBSD Hackers) Date: Thu, 16 Nov 1995 11:34:40 +0100 (MET) X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 533 Sender: owner-hackers@freebsd.org Precedence: bulk For the past couple of days, after applying the cvs patches, make all hasn't completed cleanly. Today I'm at 1342, and have the following problems: - usr.sbin/lsdev/i386.c fails to compile with undefined {ISA,EISA,PCI,SCSI}_EXTERNALLEN and a whole lot of other symbols. - usr.sbin/sysctl/sysctl.c fails to compile with undefined CTL_DEBUG_{MAXID,NAME,VALUE} - in lkm/pcic, sys/pccard/pcic.c fails to compile with undefined struct isa_device. None of this really worries me, so I haven't bothered to follow up. Greg