From owner-freebsd-current Mon Jan 15 10:17:40 2001 Delivered-To: freebsd-current@freebsd.org Received: from hera.drwilco.net (10dyn219.dh.casema.net [212.64.31.219]) by hub.freebsd.org (Postfix) with ESMTP id 6F59E37B401 for ; Mon, 15 Jan 2001 10:17:20 -0800 (PST) Received: from ceres.drwilco.nl (ceres.drwilco.net [10.1.1.19]) by hera.drwilco.net (8.11.1/8.11.1) with ESMTP id f0FIaYl98664 for ; Mon, 15 Jan 2001 19:36:34 +0100 (CET) (envelope-from drwilco@drwilco.nl) Message-Id: <4.3.2.7.0.20010115191550.030cedc0@mail.drwilco.net> X-Sender: drwilco@mail.drwilco.net X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Mon, 15 Jan 2001 19:15:56 +0100 To: freebsd-current@freebsd.org From: "Rogier R. Mulhuijzen" Subject: Re: latest buildkernel Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >=> agp >make: don't know how to make @/pci/pcivar.h. Stop There's 2 possibilities off the top of my head.... 1) you've enabled threaded perl in /etc/make.conf.... don't do that 2) there are some files in the modules source tree that need removing. Try make clean in /usr/src/sys/ or /usr/src/sys/modules. I *think* this fixed it for me after I did a few makes in the wrong place. Otherwise just remove every damn file named @ in the /usr/src/sys/modules tree. DocWilco To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message