Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Nov 2020 10:17:34 +0000 (UTC)
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555186 - in head: devel/bitkeeper math/apron
Message-ID:  <202011151017.0AFAHYUG011181@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mikael
Date: Sun Nov 15 10:17:34 2020
New Revision: 555186
URL: https://svnweb.freebsd.org/changeset/ports/555186

Log:
  Mark these ports broken on aarch64
  
  Reported by:	linimon

Modified:
  head/devel/bitkeeper/Makefile
  head/math/apron/Makefile

Modified: head/devel/bitkeeper/Makefile
==============================================================================
--- head/devel/bitkeeper/Makefile	Sun Nov 15 10:14:58 2020	(r555185)
+++ head/devel/bitkeeper/Makefile	Sun Nov 15 10:17:34 2020	(r555186)
@@ -13,6 +13,8 @@ COMMENT=	Scalable Distributed Source Management System
 
 LICENSE=	APACHE20
 
+BROKEN_aarch64=	ld: error: undefined symbol: fpsetround
+
 BUILD_DEPENDS=	${LOCALBASE}/bin/gperf:devel/gperf \
 		${LOCALBASE}/include/tommath.h:math/libtommath \
 		bash:shells/bash

Modified: head/math/apron/Makefile
==============================================================================
--- head/math/apron/Makefile	Sun Nov 15 10:14:58 2020	(r555185)
+++ head/math/apron/Makefile	Sun Nov 15 10:17:34 2020	(r555186)
@@ -11,6 +11,8 @@ COMMENT=	APRON numerical abstract domain library
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_aarch64=	ld: error: ../apron/libapron_debug.so: undefined reference to fpsetround
+
 FETCH_DEPENDS=	svn:devel/subversion
 LIB_DEPENDS=	libgmp.so:math/gmp \
 		libmpfr.so:math/mpfr \



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