Date: Sun, 17 May 2020 02:25:17 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r535507 - head/biology/canu Message-ID: <202005170225.04H2PHvV098503@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005170225.04H2PHvV098503>