From owner-freebsd-ports Sun Dec 8 4:30:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96D2A37B40A for ; Sun, 8 Dec 2002 04:30:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6327E43EB2 for ; Sun, 8 Dec 2002 04:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gB8CU3x3074393 for ; Sun, 8 Dec 2002 04:30:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gB8CU3w7074392; Sun, 8 Dec 2002 04:30:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 939EB37B40B for ; Sun, 8 Dec 2002 04:21:09 -0800 (PST) Received: from edgemaster.zombie.org (edgemaster.creighton.edu [147.134.112.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id C304F43EB2 for ; Sun, 8 Dec 2002 04:21:08 -0800 (PST) (envelope-from smkelly@zombie.org) Received: by edgemaster.zombie.org (Postfix, from userid 1001) id D8C10415F1; Sun, 8 Dec 2002 06:21:07 -0600 (CST) Message-Id: <20021208122107.D8C10415F1@edgemaster.zombie.org> Date: Sun, 8 Dec 2002 06:21:07 -0600 (CST) From: Sean Kelly Reply-To: Sean Kelly To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46094: sysutils/xmbmon doesn't build on 5.0-RC Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 46094 >Category: ports >Synopsis: sysutils/xmbmon doesn't build on 5.0-RC >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Dec 08 04:30:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Sean Kelly >Release: FreeBSD 5.0-RC i386 >Organization: >Environment: System: FreeBSD edgemaster.zombie.org 5.0-RC FreeBSD 5.0-RC #0: Fri Dec 6 17:17:17 CST 2002 root@edgemaster.zombie.org:/usr/obj/usr/src/sys/EDGEMASTER i386 >Description: getMB-isa.c, getMB-smb.c, and getMB-via.c all #include machine/cpufunc.h without first including sys/types.h. This causes it to not build, as 'u_int' is used in cpufunc.h and not declared in anything it includes. >How-To-Repeat: cd /usr/ports/sysutils/xmbmon && make >Fix: add "#include " before "#include " in the files listed above. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message