ports/96136: net/openmcu: mark partially BROKEN on sparc64
Joerg Pulz
Joerg.Pulz at frm2.tum.de
Fri Apr 21 12:00:29 UTC 2006
>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 at 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:
More information about the freebsd-ports-bugs
mailing list