From owner-freebsd-current@FreeBSD.ORG Fri Mar 12 16:18:40 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1439C16A4CE for ; Fri, 12 Mar 2004 16:18:40 -0800 (PST) Received: from gold.csi.cam.ac.uk (gold.csi.cam.ac.uk [131.111.8.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id D979443D1D for ; Fri, 12 Mar 2004 16:18:39 -0800 (PST) (envelope-from br260@hermes.cam.ac.uk) Received: from maroon.csi.cam.ac.uk ([131.111.8.2]) by gold.csi.cam.ac.uk with esmtp (Exim 4.20) id 1B1wrN-0001xy-Gv for freebsd-current@freebsd.org; Sat, 13 Mar 2004 00:18:37 +0000 Received: from prayer by maroon.csi.cam.ac.uk with local (Exim 4.24) id 1B1wrN-0003Qf-Fx for freebsd-current@freebsd.org; Sat, 13 Mar 2004 00:18:37 +0000 From: Bin Ren To: freebsd-current@freebsd.org Date: 13 Mar 2004 00:18:37 +0000 X-Mailer: Prayer v1.0.9 X-Originating-IP: [131.111.242.109] Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Message-Id: X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ X-Cam-AntiVirus: No virus found X-Cam-SpamDetails: Not scanned Subject: latest buildworld error X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2004 00:18:40 -0000 Hi, all: I did 'make buildworld' on i386 5.2-current and got error: /usr/current/sys/boot/i386/libi386/pxe.c:40:17: net.h: No such file or directory /usr/current/sys/boot/i386/libi386/pxe.c:41:19: netif.h: No such file or directory /usr/current/sys/boot/i386/libi386/pxe.c:42:19: nfsv2.h: No such file or directory /usr/current/sys/boot/i386/libi386/pxe.c:43:20: iodesc.h: No such file or directory /usr/current/sys/boot/i386/libi386/pxe.c:45:19: bootp.h: No such file or directory mkdep: compile failed -- Bin