Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Dec 2013 06:59:11 -0800 (PST)
From:      Anton Shterenlikht <mexas@bris.ac.uk>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/184937: multimedia/mplayer ia64 regression - disable RTCPU
Message-ID:  <201312171459.rBHEx9Re001793@mech-cluster241.men.bris.ac.uk>
Resent-Message-ID: <201312171530.rBHFU0lZ026458@freefall.freebsd.org>

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

>Number:         184937
>Category:       ports
>Synopsis:       multimedia/mplayer ia64 regression - disable RTCPU
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 17 15:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Anton Shterenlikht
>Release:        FreeBSD 11.0-CURRENT ia64
>Organization:
University of Bristol	
>Environment:
System: FreeBSD mech-cluster241.men.bris.ac.uk 11.0-CURRENT FreeBSD 11.0-CURRENT #10 r257910M: Mon Dec 16 15:31:50 GMT 2013 root@mech-cluster241.men.bris.ac.uk:/usr/obj/usr/src/sys/TZAV ia64


	
>Description:

Starting From r336566, the port has:
BROKEN=Does not detect CPU correctly on ia64

It is true that ia64 doesn't support RTCPU,
but the port builds and runs fine with RTCPU
disabled.

I suggest removing BROKEN, and put instead

.if ${ARCH} == "ia64"
RTCPU= off
.endif

or whatever the correct syntax is.

Please also note PR 153776:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/153776

should probably be closed, as it is now obsolete.

	
>How-To-Repeat:
	
>Fix:

	


>Release-Note:
>Audit-Trail:
>Unformatted:



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