From owner-freebsd-current Mon Oct 2 20:34:57 2000 Delivered-To: freebsd-current@freebsd.org Received: from guru.mired.org (okc-27-149-77.mmcable.com [24.27.149.77]) by hub.freebsd.org (Postfix) with SMTP id EC4C537B66C for ; Mon, 2 Oct 2000 20:34:54 -0700 (PDT) Received: (qmail 37957 invoked by uid 100); 3 Oct 2000 03:34:54 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14809.21470.203540.847030@guru.mired.org> Date: Mon, 2 Oct 2000 22:34:54 -0500 (CDT) To: current@freebsd.org Subject: Problem with buildkernel & modules... X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've had a persistent (but minor) problem building -current kernels for a while. I was hoping someone had a fix before taking time to figure out exactly what was broken myself. Basically, the build goes: linking kernel text data bss dec hex filename 1869802 297944 2299408 4467154 4429d2 kernel cd /sharetmp/src/sys/modules && env MAKEOBJDIRPREFIX=/usr/obj/sharetmp/src/sys/GURU/modules KMODDIR=/usr/obj/sharetmp/src/i386/boot/kernel make obj all ===> 3dfx ===> accf_data ===> accf_http [long list of things deleted - but no other 3dfx mention] ===> splash/bmp ===> splash/pcx ===> streams ===> svr4 ===> vesa ===> wi ===> 3dfx make: don't know how to make @/i386/linux/linux_ioctl.h. Stop *** Error code 2 Stop in /sharetmp/src/sys/modules. *** Error code 1 Stop in /usr/obj/sharetmp/src/sys/GURU. *** Error code 1 Stop in /sharetmp/src. *** Error code 1 Stop in /sharetmp/src. su-2.04# Since I don't need 3dfx, I just remove it from src/sys/modules/Makefile, and things build fine. If someone has as to why 3dfx is trying to create this file, and how to fix it, I'd appreciate seeing a copy. Thanx,