Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  8 Dec 2002 06:21:07 -0600 (CST)
From:      Sean Kelly <smkelly@zombie.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46094: sysutils/xmbmon doesn't build on 5.0-RC
Message-ID:  <20021208122107.D8C10415F1@edgemaster.zombie.org>

next in thread | raw e-mail | index | archive | help

>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 <sys/types.h>" before "#include <machine/cpufunc.h>"
	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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021208122107.D8C10415F1>