From owner-freebsd-questions@FreeBSD.ORG Tue Apr 10 20:12:45 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0A0F616A405 for ; Tue, 10 Apr 2007 20:12:45 +0000 (UTC) (envelope-from frank.wissmann41@web.de) Received: from fmmailgate02.web.de (fmmailgate02.web.de [217.72.192.227]) by mx1.freebsd.org (Postfix) with ESMTP id C46AC13C489 for ; Tue, 10 Apr 2007 20:12:44 +0000 (UTC) (envelope-from frank.wissmann41@web.de) Received: from smtp08.web.de (fmsmtp08.dlan.cinetic.de [172.20.5.216]) by fmmailgate02.web.de (Postfix) with ESMTP id 863E2729294B for ; Tue, 10 Apr 2007 21:51:44 +0200 (CEST) Received: from [84.138.235.194] (helo=grissom.einundvierzig.org) by smtp08.web.de with asmtp (WEB.DE 4.107 #114) id 1HbMNU-0002C1-00 for freebsd-questions@freebsd.org; Tue, 10 Apr 2007 21:51:44 +0200 Message-ID: <461BEAF5.1010409@web.de> Date: Tue, 10 Apr 2007 21:52:21 +0200 From: Frank Wissmann User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-AT; rv:1.8.1.2) Gecko/20070317 SeaMonkey/1.1.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: frank.wissmann41@web.de X-Sender: frank.wissmann41@web.de Subject: Error with "make buildworld" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 20:12:45 -0000 Hello all! I'm having serious trouble with getting my system up to date. I installed FreeBSD 6.2 as of January 13, 2007 and cvsup'ed it to the newest sources. When running "make buildworld" I got the error message which you can see below. This happened two or three times and always came the same error up. Though I'm not the greatest programmer I now seek help through the list. Are there any hints you can give? Greetings Frank ==> sys/modules/digi/digi_Xr (depend) @ -> /usr/src/sys machine -> /usr/src/sys/i386/include rm -f .depend mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/contrib/altq /usr/src/sys/modules/digi/digi_Xr/../../../dev/digi/Xr.c ===> sys/modules/dpt (depend) @ -> /usr/src/sys machine -> /usr/src/sys/i386/include awk -f @/tools/makeobjops.awk @/dev/pci/pci_if.m -h :> opt_dpt.h :> opt_cam.h :> opt_scsi.h awk -f @/tools/makeobjops.awk @/kern/device_if.m -h awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h rm -f .depend mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/contrib/altq /usr/src/sys/modules/dpt/../../dev/dpt/dpt_scsi.c /usr/src/sys/modules/dpt/../../dev/dpt/dpt_pci.c /usr/src/sys/modules/dpt/../../dev/dpt/dpt_scsi.c:53:22: opt_eisa.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/sys/modules/dpt. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/src/sys. *** Error code 1 Stop in /usr/src. *** Error code 1