From owner-freebsd-i386@FreeBSD.ORG Thu May 31 16:00:11 2007 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D553A16A469 for ; Thu, 31 May 2007 16:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id BA19013C45D for ; Thu, 31 May 2007 16:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4VG0BB5069834 for ; Thu, 31 May 2007 16:00:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4VG0BUc069833; Thu, 31 May 2007 16:00:11 GMT (envelope-from gnats) Resent-Date: Thu, 31 May 2007 16:00:11 GMT Resent-Message-Id: <200705311600.l4VG0BUc069833@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "almarrie@gmail.com" Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E17CA16A46B for ; Thu, 31 May 2007 15:56:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id D5D7813C45B for ; Thu, 31 May 2007 15:56:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l4VFuEQa074765 for ; Thu, 31 May 2007 15:56:14 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l4VFuEa5074764; Thu, 31 May 2007 15:56:14 GMT (envelope-from nobody) Message-Id: <200705311556.l4VFuEa5074764@www.freebsd.org> Date: Thu, 31 May 2007 15:56:14 GMT From: "almarrie@gmail.com" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: i386/113199: Can't build world with the latest scr X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 16:00:11 -0000 >Number: 113199 >Category: i386 >Synopsis: Can't build world with the latest scr >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 31 16:00:10 GMT 2007 >Closed-Date: >Last-Modified: >Originator: almarrie@gmail.com >Release: 6.2-STABLE >Organization: >Environment: FreeBSD ns3.wearab.net 6.2-STABLE FreeBSD 6.2-STABLE #0: Sat Mar 10 11:06:28 UTC 2007 arabian@ns3.wearab.net:/usr/obj/usr/src/sys/NS3 i386 >Description: Hello, I can't do a buildworld after I performed make cleanworld and csup to the latest, I sent an email to freebsd-stable@ and no answer. ===> sys/modules/dc (depend) @ -> /usr/src/sys machine -> /usr/src/sys/i386/include :> opt_bdg.h awk -f @/tools/makeobjops.awk @/kern/device_if.m -h awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h awk -f @/tools/makeobjops.awk @/dev/pci/pci_if.m -h awk -f @/tools/makeobjops.awk @/dev/mii/miibus_if.m -h rm -f .depend mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/contrib/altq -I@/../include -I/usr/obj/usr/src/tmp/usr/include /usr/src/sys/modules/dc/../../pci/if_dc.c ===> sys/modules/dcons (depend) @ -> /usr/src/sys machine -> /usr/src/sys/i386/include :> opt_dcons.h echo "#define KDB 1" > opt_ddb.h echo "#define ALT_BREAK_TO_DEBUGGER 1" > opt_comconsole.h rm -f .depend mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I/usr/src/sys/modules/dcons/../.. -I. -I@ -I@/contrib/altq -I@/../include -I/usr/obj/usr/src/tmp/usr/include /usr/src/sys/modules/dcons/../../dev/dcons/dcons.c /usr/src/sys/modules/dcons/../../dev/dcons/dcons_os.c /usr/src/sys/modules/dcons/../../dev/dcons/dcons_os.c:75:21: opt_kdb.h: No such file or directory /usr/src/sys/modules/dcons/../../dev/dcons/dcons_os.c:76:21: opt_gdb.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/sys/modules/dcons. *** 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 Stop in /usr/src. *** Error code 1 Stop in /usr/src. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: