From owner-freebsd-stable@FreeBSD.ORG Mon Sep 1 07:02:42 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75D3C16A4BF; Mon, 1 Sep 2003 07:02:42 -0700 (PDT) Received: from bunrab.catwhisker.org (adsl-63-193-123-122.dsl.snfc21.pacbell.net [63.193.123.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id B85DF43FE9; Mon, 1 Sep 2003 07:02:41 -0700 (PDT) (envelope-from david@catwhisker.org) Received: from bunrab.catwhisker.org (localhost [127.0.0.1]) by bunrab.catwhisker.org (8.12.9/8.12.9) with ESMTP id h81E2fRB004478; Mon, 1 Sep 2003 07:02:41 -0700 (PDT) (envelope-from david@bunrab.catwhisker.org) Received: (from david@localhost) by bunrab.catwhisker.org (8.12.9/8.12.9/Submit) id h81E2fj9004477; Mon, 1 Sep 2003 07:02:41 -0700 (PDT) Date: Mon, 1 Sep 2003 07:02:41 -0700 (PDT) From: David Wolfskill Message-Id: <200309011402.h81E2fj9004477@bunrab.catwhisker.org> To: stable@freebsd.org Subject: Apparent problem with ida(4); patch included X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2003 14:02:42 -0000 Someone else also reported seeing these symptoms with recently-updated sources: >>> Kernel build for FREEBEAST started on Mon Sep 1 05:25:41 PDT 2003 ... ===> ida @ -> /usr/src/sys machine -> /usr/src/sys/i386/include perl @/kern/makeops.pl -h @/kern/device_if.m perl @/kern/makeops.pl -h @/kern/bus_if.m perl @/kern/makeops.pl -h @/pci/pci_if.m rm -f .depend mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/../include -I/usr/obj/usr/src/i386/usr/include /usr/src/sys/modules/ida/../../dev/ida/ida.c /usr/src/sys/modules/ida/../../dev/ida/ida_disk.c /usr/src/sys/modules/ida/../../dev/ida/ida_pci.c /usr/src/sys/modules/ida/../../dev/ida/ida_eisa.c /usr/src/sys/modules/ida/../../dev/ida/ida.c:41: pci.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/sys/modules/ida. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /common/S1/obj/usr/src/sys/FREEBEAST. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Now, I don't use the ida(4) device; this was during the build of the modules. So although the following patch got me through the compile, the result is not tested iin any useful sense: Index: sys/dev/ida/ida.c =================================================================== RCS file: /cvs/freebsd/src/sys/dev/ida/ida.c,v retrieving revision 1.7.2.3 diff -u -r1.7.2.3 ida.c --- sys/dev/ida/ida.c 1 Mar 2001 01:57:32 -0000 1.7.2.3 +++ sys/dev/ida/ida.c 1 Sep 2003 13:45:36 -0000 @@ -38,8 +38,6 @@ * i386/eisa/ida_eisa.c */ -#include - #include #include #include Peace, david -- David H. Wolfskill david@catwhisker.org If you want true virus-protection for your PC, install a non-Microsoft OS on it. Plausible candidates include FreeBSD, Linux, NetBSD, OpenBSD, and Solaris (in alphabetical order).