Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2020 01:02:38 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r536542 - branches/2020Q2/biology/canu
Message-ID:  <202005260102.04Q12c4R010613@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue May 26 01:02:38 2020
New Revision: 536542
URL: https://svnweb.freebsd.org/changeset/ports/536542

Log:
  MFH: r535507
  
  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:
  branches/2020Q2/biology/canu/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/biology/canu/Makefile
==============================================================================
--- branches/2020Q2/biology/canu/Makefile	Tue May 26 01:00:55 2020	(r536541)
+++ branches/2020Q2/biology/canu/Makefile	Tue May 26 01:02:38 2020	(r536542)
@@ -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
 



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