Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jul 2006 10:32:12 +0200 (CEST)
From:      Joerg Pulz <Joerg.Pulz@frm2.tum.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Mark Linimon <linimon@FreeBSD.org>
Subject:   ports/99766: net/ohphone: mark BROKEN on sparc64 < 700003
Message-ID:  <200607040832.k648WCsx054668@hades.admin.frm2>
Resent-Message-ID: <200607040840.k648eOAn076204@freefall.freebsd.org>

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

>Number:         99766
>Category:       ports
>Synopsis:       net/ohphone: mark BROKEN on sparc64 < 700003
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 04 08:40:23 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Joerg Pulz
>Release:        FreeBSD 6.1-STABLE-jpulz-001 i386
>Organization:
TU-Munich / ZWE FRM-II
>Environment:
System: FreeBSD hades.admin.frm2 6.1-STABLE-jpulz-001 FreeBSD 6.1-STABLE-jpulz-001 #0: Thu Jun 1 11:46:30 CEST 2006 root@hades.admin.frm2:/usr/obj/usr/src/sys/HADES i386


	
>Description:
	As already done for other devel/pwlib and net/openh323 dependant ports,
	mark this port BROKEN on sparc64 < 700003.
	The problem is caused by a missing symbol in the default thread library
	on this ARCH.
	Reported-by: portsmon (linimon mail)
>How-To-Repeat:
	
>Fix:

	- apply the patch

--- net_ohphone.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/ohphone/Makefile,v
retrieving revision 1.27
diff -u -r1.27 Makefile
--- Makefile	7 May 2006 13:13:28 -0000	1.27
+++ Makefile	4 Jul 2006 07:53:28 -0000
@@ -33,6 +33,10 @@
 
 .include <bsd.port.pre.mk>
 
+.if ${ARCH} == sparc64 && ${OSVERSION} <= 700003
+BROKEN= does not link due to missing symbol in default thread library
+.endif
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/obj_r/ohphone ${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/ohphone.1 ${PREFIX}/man/man1
--- net_ohphone.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?200607040832.k648WCsx054668>