From owner-freebsd-current Mon Feb 19 0:47:41 2001 Delivered-To: freebsd-current@freebsd.org Received: from sidonie.ods.org (APastourelles-101-1-1-123.abo.wanadoo.fr [193.251.52.123]) by hub.freebsd.org (Postfix) with ESMTP id 7E5AD37B67D for ; Mon, 19 Feb 2001 00:47:36 -0800 (PST) Received: from aglae (aglae [192.168.100.2]) by sidonie.ods.org (8.11.1/8.11.1) with ESMTP id f1J98hB00309; Mon, 19 Feb 2001 10:08:48 +0100 (CET) (envelope-from f314116@yahoo.com) Date: Mon, 19 Feb 2001 09:47:13 +0100 (CET) From: Frederic Stark X-Sender: fred@aglae.ods.org Reply-To: Frederic Stark To: "Pierre Y. Dampure" Cc: "Andrey A. Chernov" , current@freebsd.org Subject: Re: kernel modules broken (kmod.mk?) In-Reply-To: <3A90D6BD.FD9F6E1@westmarsh.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 19 Feb 2001, Pierre Y. Dampure wrote: > "Andrey A. Chernov" wrote: > > > Recent -current, 'make' fails ('make depend' works), I got this for > > _every_ module: > > > > ld -r -o 3dfx.kld tdfx_pci.o > > /usr/libexec/elf/ld: cannot open tdfx_pci.o: No such file or directory > > *** Error code 1 > > > > Stop in /usr/src/sys/modules/3dfx. > > > > I think this might be related to Peter Wemm's last commit on > src/sys/conf/kmod.mk, which seems to remove the .depend file at the start > of the make. If I revert the change, modules compile OK After I commented out line 161 of 'kmod.mk' ( @rm -f .depend ) and removed the linux module from src/sys/modules/Makefile the compile went OK. Cheers, --fred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message