Date: Sun, 23 Apr 2006 01:25:09 +0200 (CEST) From: Joerg Pulz <Joerg.Pulz@frm2.tum.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Maintainer <netchild@FreeBSD.org> Subject: ports/96169: net/gnomemeeting: mark partially BROKEN on sparc64 Message-ID: <200604222325.k3MNP9jR067041@hades.admin.frm2> Resent-Message-ID: <200604222330.k3MNUE5p002091@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 96169 >Category: ports >Synopsis: net/gnomemeeting: 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: Sat Apr 22 23:30:14 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, configure breaks with a linker error during the detection of libpt from devel/pwlib. - mark it as BROKEN for this particular case Reported by: pointyhat errorlogs 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_gnomemeeting.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/gnomemeeting/Makefile,v retrieving revision 1.57 diff -u -r1.57 Makefile --- Makefile 8 Apr 2006 18:16:26 -0000 1.57 +++ Makefile 22 Apr 2006 21:30:26 -0000 @@ -46,6 +46,10 @@ .include <bsd.port.pre.mk> +.if ${ARCH} == sparc64 && ${OSVERSION} <= 700003 +BROKEN= configure fails due to missing symbol in default thread library +.endif + .if (${WANT_OPENLDAP_VER} == "23") LDAP_CPPFLAGS= -DLDAP_DEPRECATED .endif --- net_gnomemeeting.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?200604222325.k3MNP9jR067041>