Date: Sat, 4 Jun 2016 12:34:50 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416358 - head/math/R-cran-SuppDists Message-ID: <201606041234.u54CYoe6047211@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606041234.u54CYoe6047211>