svn commit: r416358 - head/math/R-cran-SuppDists

Antoine Brodin antoine at FreeBSD.org
Sat Jun 4 12:34:51 UTC 2016


Author: antoine
Date: Sat Jun  4 12:34:50 2016
New Revision: 416358
URL: https://svnweb.freebsd.org/changeset/ports/416358

Log:
  Mark BROKEN: fails to build
  
  g++48 -I/usr/local/lib/R/include -DNDEBUG  -I/usr/local/include -DLIBICONV_PLUG    -fpic  -O2 -pipe -fno-builtin-coshl -fno-builtin-erfcl -fno-builtin-erfl -fno-builtin-lgammal -fno-builtin-powl -fno-builtin-sinhl -fno-builtin-tanhl -fno-builtin-tgammal -DLIBICONV_PLUG -fstack-protector -Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing  -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc48  -c dists.cc -o dists.o
  In file included from /usr/local/lib/gcc48/include/c++/cmath:42:0,
                   from /usr/local/lib/R/include/R.h:43,
                   from dists.cc:10:
  /usr/local/lib/gcc48/include/c++/bits/cpp_type_traits.h:213:12: error: redefinition of 'struct std::__is_integer<int>'
       struct __is_integer<int>
              ^
  /usr/local/lib/gcc48/include/c++/bits/cpp_type_traits.h:146:12: error: previous definition of 'struct std::__is_integer<int>'
       struct __is_integer<bool>
              ^
  
  Reported by:	pkg-fallout

Modified:
  head/math/R-cran-SuppDists/Makefile

Modified: head/math/R-cran-SuppDists/Makefile
==============================================================================
--- head/math/R-cran-SuppDists/Makefile	Sat Jun  4 12:31:36 2016	(r416357)
+++ head/math/R-cran-SuppDists/Makefile	Sat Jun  4 12:34:50 2016	(r416358)
@@ -17,6 +17,8 @@ COMMENT=	Supplementary distributions and
 
 LICENSE=		GPLv2
 
+BROKEN=		fails to build
+
 BENCHMARK_SCRIPT=	R-benchmark-25.R
 USES=	cran:auto-plist
 WRKSRC=			${WRKDIR}/${PORTNAME}


More information about the svn-ports-head mailing list