From owner-freebsd-current Tue Apr 11 17: 1:52 2000 Delivered-To: freebsd-current@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 53BD537B80D for ; Tue, 11 Apr 2000 17:01:45 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.12 #1) id 12f9zz-000Ek5-00 for current@freebsd.org; Wed, 12 Apr 2000 00:23:11 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.12 #7) id 12f9zw-0002q2-00 for current@FreeBSD.org; Wed, 12 Apr 2000 00:23:08 +0100 Date: Wed, 12 Apr 2000 00:23:07 +0100 From: Ben Smithurst To: current@FreeBSD.org Subject: make release problems Message-ID: <20000412002307.W60798@strontium.scientia.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG first, is a "make release" of a 5.0-current snapshot supposed to be possible on 4-stable? It seems to be failing here, but perhaps I'm just dumb in hoping it would work to start with. :-) ===> sys/modules/tx @ -> /usr/src/sys machine -> /usr/src/sys/i386/include touch opt_bdg.h perl @/kern/makeobjops.pl -h @/kern/device_if.m perl @/kern/makeobjops.pl -h @/kern/bus_if.m perl @/kern/makeobjops.pl -h @/pci/pci_if.m perl @/kern/makeobjops.pl -h @/dev/mii/miibus_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/tx/../../pci/if_tx.c /usr/src/sys/modules/tx/../../pci/if_tx.c:68: bpf.h: No such file or directory mkdep: compile failed *** Error code 1 Should I just do a normal "make buildworld" instead of trying to do a "make release"? It looks as though if_tx.c is #including "bpf.h" when nothing else in /sys/pci seems to, which strikes me as odd as well. -- Ben Smithurst / ben@scientia.demon.co.uk / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message