svn commit: r535507 - head/biology/canu

Mark Linimon linimon at FreeBSD.org
Sun May 17 02:25:17 UTC 2020


Author: linimon
Date: Sun May 17 02:25:16 2020
New Revision: 535507
URL: https://svnweb.freebsd.org/changeset/ports/535507

Log:
  Mark as BROKEN on powerpc64:
  
    utgcns/libboost/boost/smart_ptr/detail/sp_counted_impl.hpp:81:5: error: 'get_deleter' declared as a 'virtual' field
  
  This may have something to do with compiler:openmp in USES.  However,
  it has broken for more than 6 months at this point.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/biology/canu/Makefile

Modified: head/biology/canu/Makefile
==============================================================================
--- head/biology/canu/Makefile	Sun May 17 01:38:00 2020	(r535506)
+++ head/biology/canu/Makefile	Sun May 17 02:25:16 2020	(r535507)
@@ -11,6 +11,8 @@ COMMENT=	Single molecule sequence assembler
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKDIR}/${PORTNAME}-${PORTVERSION}/README.license.GPL
 
+BROKEN_powerpc64=	fails to build: utgcns/libboost/boost/smart_ptr/detail/sp_counted_impl.hpp:81:5: error: 'get_deleter' declared as a 'virtual' field
+
 LIB_DEPENDS=	libboost_regex.so:devel/boost-libs
 RUN_DEPENDS=	gnuplot:math/gnuplot
 


More information about the svn-ports-head mailing list