Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Apr 2006 13:56:03 +0200 (CEST)
From:      Joerg Pulz <Joerg.Pulz@frm2.tum.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/96136: net/openmcu: mark partially BROKEN on sparc64
Message-ID:  <200604211156.k3LBu34j001914@hades.admin.frm2>
Resent-Message-ID: <200604211200.k3LC0RSk053887@freefall.freebsd.org>

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

>Number:         96136
>Category:       ports
>Synopsis:       net/openmcu: mark partially BROKEN on sparc64
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 21 12:00:26 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Joerg Pulz
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
TU-Munich / ZWE FRM-II
>Environment:
System: FreeBSD hades.admin.frm2 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #11: Wed Feb 22 19:01:44 CET 2006 root@hades.admin.frm2:/usr/obj/usr/src/sys/HADES i386


	
>Description:
	Due to a missing symbol in the default thread library on sparc64 in 
	OSVERSION <= 700003, the build ends with an linker error.
	- mark it as BROKEN for this particular case

	Reported by:		Kris (pointyhat)
	Discussed on:		freebsd-threads@, freebsd-sparc64@
	Review and test on:	RELENG_6_1 i386, amd64, sparc64
				CURRENT i386, amd64
>How-To-Repeat:
	
>Fix:

	- apply the patch

--- net_openmcu.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/openmcu/Makefile,v
retrieving revision 1.24
diff -u -r1.24 Makefile
--- Makefile	9 Apr 2006 01:09:45 -0000	1.24
+++ Makefile	21 Apr 2006 11:21:41 -0000
@@ -37,6 +37,10 @@
 
 .include <bsd.port.pre.mk>
 
+.if ${ARCH} == sparc64 && ${OSVERSION} <= 700003
+BROKEN=	does not link due to missing symbol in default thread library
+.endif
+
 pre-install:
 	@${SED}	-e 's|%%EXAMPLESDIR%%|${EXAMPLESDIR}|g' \
 		-e 's|%%PORTNAME%%|${PORTNAME}|g' \
--- net_openmcu.diff ends here ---


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



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