From owner-freebsd-bugs@FreeBSD.ORG Sun Aug 15 16:30:27 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9869316A4CE for ; Sun, 15 Aug 2004 16:30:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 814E443D4C for ; Sun, 15 Aug 2004 16:30:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i7FGURH1000709 for ; Sun, 15 Aug 2004 16:30:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7FGURfH000708; Sun, 15 Aug 2004 16:30:27 GMT (envelope-from gnats) Resent-Date: Sun, 15 Aug 2004 16:30:27 GMT Resent-Message-Id: <200408151630.i7FGURfH000708@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, mark@paraphysics.com Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A691A16A4F3 for ; Sun, 15 Aug 2004 16:27:55 +0000 (GMT) Received: from quantum.paraphysics.com (quantum.paraphysics.com [66.137.121.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3664743D48 for ; Sun, 15 Aug 2004 16:27:55 +0000 (GMT) (envelope-from mark@quantum.paraphysics.com) Received: from quantum.paraphysics.com (smmsp@localhost.paraphysics.com [127.0.0.1])i7FGRsHS089070 for ; Sun, 15 Aug 2004 11:27:54 -0500 (CDT) (envelope-from mark@quantum.paraphysics.com) Received: (from root@localhost) by quantum.paraphysics.com (8.13.1/8.12.3/Submit) id i7FGRsRd089069; Sun, 15 Aug 2004 11:27:54 -0500 (CDT) Message-Id: <200408151627.i7FGRsRd089069@quantum.paraphysics.com> Date: Sun, 15 Aug 2004 11:27:54 -0500 (CDT) From: mark@paraphysics.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/70489: kernel compile bug - ./src/sys/pci/if_wx.c X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: mark@paraphysics.com List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Aug 2004 16:30:27 -0000 >Number: 70489 >Category: kern >Synopsis: kernel compile bug - ./src/sys/pci/if_wx.c >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 15 16:30:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Mark Miller >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD quantum.paraphysics.com 4.10-STABLE FreeBSD 4.10-STABLE #3: Wed Aug 11 01:25:23 CDT 2004 mark@quantum.paraphysics.com:/usr/obj/home/src/sys/GENERIC i386 >Description: mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/../include -I/usr/obj/home/src/i386/usr/include /home/src/sys/modules/wx/../../pci/if_wx.c /home/src/sys/pci/if_wx.c:1428:41: pasting "->" and "wx_intr" does not give a valid preprocessing token /home/src/sys/pci/if_wx.c:1429:45: pasting "->" and "wx_linkintr" does not give a valid preprocessing token /home/src/sys/pci/if_wx.c:1430:43: pasting "->" and "wx_rxintr" does not give a valid preprocessing token /home/src/sys/pci/if_wx.c:1431:41: pasting "->" and "wx_txqe" does not give a valid preprocessing token /home/src/sys/pci/if_wx.c:1432:43: pasting "->" and "wx_xmitgc" does not give a valid preprocessing token /home/src/sys/pci/if_wx.c:1433:47: pasting "->" and "wx_xmitpullup" does not give a valid preprocessing token /home/src/sys/pci/if_wx.c:1434:48: pasting "->" and "wx_xmitcluster" does not give a valid preprocessing token /home/src/sys/pci/if_wx.c:1435:48: pasting "->" and "wx_xmitputback" does not give a valid preprocessing token /home/src/sys/pci/if_wx.c:1436:47: pasting "->" and "wx_xmitwanted" does not give a valid preprocessing token /home/src/sys/pci/if_wx.c:1437:48: pasting "->" and "wx_xmitblocked" does not give a valid preprocessing token /home/src/sys/pci/if_wx.c:1438:45: pasting "->" and "wx_xmitrunt" does not give a valid preprocessing token /home/src/sys/pci/if_wx.c:1439:44: pasting "->" and "wx_rxnobuf" does not give a valid preprocessing token /home/src/sys/pci/if_wx.c:1440:43: pasting "->" and "wx_oddpkt" does not give a valid preprocessing token /home/src/sys/pci/if_wx.c:1445:41: pasting "->" and "wx_intr" does not give a valid preprocessing token /home/src/sys/pci/if_wx.c:1446:45: pasting "->" and "wx_linkintr" does not give a valid preprocessing token /home/src/sys/pci/if_wx.c:1447:43: pasting "->" and "wx_rxintr" does not give a valid preprocessing token /home/src/sys/pci/if_wx.c:1448:41: pasting "->" and "wx_txqe" does not give a valid preprocessing token /home/src/sys/pci/if_wx.c:1449:43: pasting "->" and "wx_xmitgc" does not give a valid preprocessing token /home/src/sys/pci/if_wx.c:1450:47: pasting "->" and "wx_xmitpullup" does not give a valid preprocessing token /home/src/sys/pci/if_wx.c:1451:48: pasting "->" and "wx_xmitcluster" does not give a valid preprocessing token /home/src/sys/pci/if_wx.c:1452:48: pasting "->" and "wx_xmitputback" does not give a valid preprocessing token /home/src/sys/pci/if_wx.c:1453:47: pasting "->" and "wx_xmitwanted" does not give a valid preprocessing token /home/src/sys/pci/if_wx.c:1454:48: pasting "->" and "wx_xmitblocked" does not give a valid preprocessing token /home/src/sys/pci/if_wx.c:1455:45: pasting "->" and "wx_xmitrunt" does not give a valid preprocessing token /home/src/sys/pci/if_wx.c:1456:44: pasting "->" and "wx_rxnobuf" does not give a valid preprocessing token /home/src/sys/pci/if_wx.c:1457:43: pasting "->" and "wx_oddpkt" does not give a valid preprocessing token mkdep: compile failed *** Error code 1 >How-To-Repeat: make buildkernel KERNCONF=GENERIC >Fix: >Release-Note: >Audit-Trail: >Unformatted: