Attempting to build editors/libreoffice fails due to its dependency graphics/libcdr.
The relevant portion of the build (using clang):
I also tried building libcdr with gcc, but that doesn't even get that far (output trimmed for relevance):
All of this happens on a FreeBSD 9.2-RELEASE-p3/amd64 system. Has anyone else seen this?
The relevant portion of the build (using clang):
Code:
===>>> Starting build for editors/libreoffice <<<===
===>>> Starting check for build dependencies
===>>> Gathering dependency list for editors/libreoffice from ports
===>>> Launching child to install graphics/libcdr
===>>> editors/libreoffice >> graphics/libcdr (1/30)
ESC]0;portmaster: editors/libreoffice >> graphics/libcdr (1/30)
===>>> Port directory: /usr/ports/graphics/libcdr
===>>> Starting check for build dependencies
===>>> Gathering dependency list for graphics/libcdr from ports
===>>> Dependency check complete for graphics/libcdr
===>>> editors/libreoffice >> graphics/libcdr (1/30)
ESC]0;portmaster: editors/libreoffice >> graphics/libcdr (1/30)
===> Cleaning for libcdr-0.0.14_1
===> License LGPL21 MPL GPLv2 accepted by the user
===> libcdr-0.0.14_1 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by libcdr-0.0.14_1 for building
===> Extracting for libcdr-0.0.14_1
=> SHA256 Checksum OK for libcdr-0.0.14.tar.xz.
===> Patching for libcdr-0.0.14_1
===> libcdr-0.0.14_1 depends on file: /usr/local/include/boost/optional.hpp - found
===> libcdr-0.0.14_1 depends on executable: pkgconf - found
===> libcdr-0.0.14_1 depends on shared library: libicui18n.so - found
===> libcdr-0.0.14_1 depends on shared library: libwpd-0.9.so - found
===> libcdr-0.0.14_1 depends on shared library: libwpg-0.2.so - found
===> libcdr-0.0.14_1 depends on shared library: liblcms2.so - found
===> Configuring for libcdr-0.0.14_1
configure: loading site script /usr/ports/Templates/config.site
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking dependency style of clang++... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for gcc... clang
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking dependency style of clang... gcc3
checking how to run the C preprocessor... clang-cpp
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether clang++ accepts -g... (cached) yes
checking dependency style of clang++... (cached) gcc3
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking build system type... amd64-portbld-freebsd9.2
checking host system type... amd64-portbld-freebsd9.2
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by clang... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert amd64-portbld-freebsd9.2 file names to amd64-portbld-freebsd9.2 format... func_convert_file_noop
checking how to convert amd64-portbld-freebsd9.2 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from clang object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking if clang PIC flag -fPIC -DPIC works... yes
checking if clang static flag -static works... yes
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... freebsd9.2 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... clang++ -E
checking for ld used by clang++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the clang++ linker (/usr/bin/ld) supports shared libraries... yes
checking for clang++ option to produce PIC... -fPIC -DPIC
checking if clang++ PIC flag -fPIC -DPIC works... yes
checking if clang++ static flag -static works... yes
checking if clang++ supports -c -o file.o... yes
checking if clang++ supports -c -o file.o... (cached) yes
checking whether the clang++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd9.2 ld.so
checking how to hardcode library paths into programs... immediate
checking pkg-config is at least version 0.20... yes
checking for WPD... yes
checking for WPG... yes
checking for LCMS2... yes
checking for ZLIB... no
checking for zlib.h... (cached) yes
checking for inflate in -lz... yes
checking for ICU... yes
checking for boost/optional.hpp... yes
checking for boost/property_tree/ptree.hpp... yes
checking for boost/spirit/include/classic.hpp... yes
checking for boost/property_tree/json_parser.hpp... yes
checking for native Win32... no
checking for Win32 platform in general... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating inc/Makefile
config.status: creating inc/libcdr/Makefile
config.status: creating src/Makefile
config.status: creating src/conv/Makefile
config.status: creating src/conv/raw/Makefile
config.status: creating src/conv/raw/cdr2raw.rc
config.status: creating src/conv/raw/cmx2raw.rc
config.status: creating src/conv/svg/Makefile
config.status: creating src/conv/svg/cdr2xhtml.rc
config.status: creating src/conv/svg/cmx2xhtml.rc
config.status: creating src/conv/text/Makefile
config.status: creating src/conv/text/cdr2text.rc
config.status: creating src/conv/text/cmx2text.rc
config.status: creating src/lib/Makefile
config.status: creating src/lib/libcdr.rc
config.status: creating build/Makefile
config.status: creating build/win32/Makefile
config.status: creating docs/Makefile
config.status: creating docs/doxygen/Makefile
config.status: creating libcdr-0.0.pc
config.status: creating libcdr.spec
config.status: creating libcdr-zip
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure:
==============================================================================
Build configuration:
debug: no
docs: no
static-tools: no
werror: no
==============================================================================
===> Building for libcdr-0.0.14_1
/usr/bin/make all-recursive
Making all in build
Making all in win32
Making all in inc
Making all in libcdr
Making all in src
Making all in lib
CXX CDRCollector.lo
CXX CDRContentCollector.lo
CXX CDRDocument.lo
CXX CDRInternalStream.lo
CXX CDROutputElementList.lo
CXX CDRParser.lo
In file included from CDRParser.cpp:38:
In file included from /usr/local/include/boost/property_tree/json_parser.hpp:13:
In file included from /usr/local/include/boost/property_tree/ptree.hpp:21:
In file included from /usr/local/include/boost/multi_index_container.hpp:34:
In file included from /usr/local/include/boost/multi_index/detail/base_type.hpp:21:
In file included from /usr/local/include/boost/multi_index/detail/index_base.hpp:25:
ESC[1m/usr/local/include/boost/multi_index/detail/vartempl_support.hpp:237:28: ESC[0mESC[0;1;31merror: ESC[0mESC[1mno template named 'forward' in namespace 'std'; did you mean 'forward'?ESC[0m
return new(x) Value(std::forward<Args>(args)...);
ESC[0;1;32m ~~~~~^~~~~~~
ESC[0mESC[0;32m forward
ESC[0mESC[1m/usr/local/include/boost/move/utility.hpp:176:21: ESC[0mESC[0;1;30mnote: ESC[0m'forward' declared hereESC[0m
inline T&& forward(U&& t
ESC[0;1;32m ^
ESC[0mIn file included from CDRParser.cpp:38:
In file included from /usr/local/include/boost/property_tree/json_parser.hpp:13:
In file included from /usr/local/include/boost/property_tree/ptree.hpp:21:
In file included from /usr/local/include/boost/multi_index_container.hpp:34:
In file included from /usr/local/include/boost/multi_index/detail/base_type.hpp:21:
In file included from /usr/local/include/boost/multi_index/detail/index_base.hpp:25:
ESC[1m/usr/local/include/boost/multi_index/detail/vartempl_support.hpp:237:28: ESC[0mESC[0;1;31merror: ESC[0mESC[1mno template named 'forward' in namespace 'std'; did you mean 'forward'?ESC[0m
return new(x) Value(std::forward<Args>(args)...);
ESC[0;1;32m ~~~~~^~~~~~~
ESC[0mESC[0;32m forward
ESC[0mESC[1m/usr/local/include/boost/move/utility.hpp:176:21: ESC[0mESC[0;1;30mnote: ESC[0m'forward' declared hereESC[0m
inline T&& forward(U&& t
ESC[0;1;32m ^
ESC[0mIn file included from CDRParser.cpp:38:
In file included from /usr/local/include/boost/property_tree/json_parser.hpp:13:
In file included from /usr/local/include/boost/property_tree/ptree.hpp:21:
In file included from /usr/local/include/boost/multi_index_container.hpp:34:
In file included from /usr/local/include/boost/multi_index/detail/base_type.hpp:21:
ESC[1m/usr/local/include/boost/multi_index/detail/index_base.hpp:211:29: ESC[0mESC[0;1;31merror: ESC[0mESC[1mno template named 'forward' in namespace 'std'; did you mean 'forward'?ESC[0m
return final().emplace_(BOOST_MULTI_INDEX_FORWARD_PARAM_PACK);
ESC[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ESC[0mESC[1m/usr/local/include/boost/multi_index/detail/vartempl_support.hpp:210:52: ESC[0mESC[0;1;30mnote: ESC[0mexpanded from macro 'BOOST_MULTI_INDEX_FORWARD_PARAM_PACK'ESC[0m
#define BOOST_MULTI_INDEX_FORWARD_PARAM_PACK std::forward<Args>(args)...
ESC[0;1;32m ~~~~~^
ESC[0mESC[1m/usr/local/include/boost/move/utility.hpp:176:21: ESC[0mESC[0;1;30mnote: ESC[0m'forward' declared hereESC[0m
inline T&& forward(U&& t
ESC[0;1;32m ^
ESC[0mIn file included from CDRParser.cpp:38:
In file included from /usr/local/include/boost/property_tree/json_parser.hpp:13:
In file included from /usr/local/include/boost/property_tree/ptree.hpp:21:
In file included from /usr/local/include/boost/multi_index_container.hpp:34:
In file included from /usr/local/include/boost/multi_index/detail/base_type.hpp:21:
ESC[1m/usr/local/include/boost/multi_index/detail/index_base.hpp:211:29: ESC[0mESC[0;1;31merror: ESC[0mESC[1mno template named 'forward' in namespace 'std'; did you mean 'forward'?ESC[0m
return final().emplace_(BOOST_MULTI_INDEX_FORWARD_PARAM_PACK);
ESC[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ESC[0mESC[1m/usr/local/include/boost/multi_index/detail/vartempl_support.hpp:210:52: ESC[0mESC[0;1;30mnote: ESC[0mexpanded from macro 'BOOST_MULTI_INDEX_FORWARD_PARAM_PACK'ESC[0m
#define BOOST_MULTI_INDEX_FORWARD_PARAM_PACK std::forward<Args>(args)...
ESC[0;1;32m ~~~~~^
ESC[0mESC[1m/usr/local/include/boost/move/utility.hpp:176:21: ESC[0mESC[0;1;30mnote: ESC[0m'forward' declared hereESC[0m
inline T&& forward(U&& t
ESC[0;1;32m ^
ESC[0mIn file included from CDRParser.cpp:38:
In file included from /usr/local/include/boost/property_tree/json_parser.hpp:13:
In file included from /usr/local/include/boost/property_tree/ptree.hpp:21:
In file included from /usr/local/include/boost/multi_index_container.hpp:34:
In file included from /usr/local/include/boost/multi_index/detail/base_type.hpp:21:
ESC[1m/usr/local/include/boost/multi_index/detail/index_base.hpp:230:16: ESC[0mESC[0;1;31merror: ESC[0mESC[1mno template named 'forward' in namespace 'std'; did you mean 'forward'?ESC[0m
position,BOOST_MULTI_INDEX_FORWARD_PARAM_PACK);
ESC[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ESC[0mESC[1m/usr/local/include/boost/multi_index/detail/vartempl_support.hpp:210:52: ESC[0mESC[0;1;30mnote: ESC[0mexpanded from macro 'BOOST_MULTI_INDEX_FORWARD_PARAM_PACK'ESC[0m
#define BOOST_MULTI_INDEX_FORWARD_PARAM_PACK std::forward<Args>(args)...
ESC[0;1;32m ~~~~~^
ESC[0mESC[1m/usr/local/include/boost/move/utility.hpp:176:21: ESC[0mESC[0;1;30mnote: ESC[0m'forward' declared hereESC[0m
inline T&& forward(U&& t
ESC[0;1;32m ^
ESC[0mIn file included from CDRParser.cpp:38:
In file included from /usr/local/include/boost/property_tree/json_parser.hpp:13:
In file included from /usr/local/include/boost/property_tree/ptree.hpp:21:
In file included from /usr/local/include/boost/multi_index_container.hpp:34:
In file included from /usr/local/include/boost/multi_index/detail/base_type.hpp:21:
ESC[1m/usr/local/include/boost/multi_index/detail/index_base.hpp:230:16: ESC[0mESC[0;1;31merror: ESC[0mESC[1mno template named 'forward' in namespace 'std'; did you mean 'forward'?ESC[0m
position,BOOST_MULTI_INDEX_FORWARD_PARAM_PACK);
ESC[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ESC[0mESC[1m/usr/local/include/boost/multi_index/detail/vartempl_support.hpp:210:52: ESC[0mESC[0;1;30mnote: ESC[0mexpanded from macro 'BOOST_MULTI_INDEX_FORWARD_PARAM_PACK'ESC[0m
#define BOOST_MULTI_INDEX_FORWARD_PARAM_PACK std::forward<Args>(args)...
ESC[0;1;32m ~~~~~^
ESC[0mESC[1m/usr/local/include/boost/move/utility.hpp:176:21: ESC[0mESC[0;1;30mnote: ESC[0m'forward' declared hereESC[0m
inline T&& forward(U&& t
ESC[0;1;32m ^
ESC[0mIn file included from CDRParser.cpp:38:
In file included from /usr/local/include/boost/property_tree/json_parser.hpp:13:
In file included from /usr/local/include/boost/property_tree/ptree.hpp:21:
ESC[1m/usr/local/include/boost/multi_index_container.hpp:675:21: ESC[0mESC[0;1;31merror: ESC[0mESC[1mno template named 'forward' in namespace 'std'; did you mean 'forward'?ESC[0m
&x->value(),BOOST_MULTI_INDEX_FORWARD_PARAM_PACK);
ESC[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ESC[0mESC[1m/usr/local/include/boost/multi_index/detail/vartempl_support.hpp:210:52: ESC[0mESC[0;1;30mnote: ESC[0mexpanded from macro 'BOOST_MULTI_INDEX_FORWARD_PARAM_PACK'ESC[0m
#define BOOST_MULTI_INDEX_FORWARD_PARAM_PACK std::forward<Args>(args)...
ESC[0;1;32m ~~~~~^
ESC[0mESC[1m/usr/local/include/boost/move/utility.hpp:176:21: ESC[0mESC[0;1;30mnote: ESC[0m'forward' declared hereESC[0m
inline T&& forward(U&& t
ESC[0;1;32m ^
ESC[0mIn file included from CDRParser.cpp:38:
In file included from /usr/local/include/boost/property_tree/json_parser.hpp:13:
In file included from /usr/local/include/boost/property_tree/ptree.hpp:21:
ESC[1m/usr/local/include/boost/multi_index_container.hpp:675:21: ESC[0mESC[0;1;31merror: ESC[0mESC[1mno template named 'forward' in namespace 'std'; did you mean 'forward'?ESC[0m
&x->value(),BOOST_MULTI_INDEX_FORWARD_PARAM_PACK);
ESC[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ESC[0mESC[1m/usr/local/include/boost/multi_index/detail/vartempl_support.hpp:210:52: ESC[0mESC[0;1;30mnote: ESC[0mexpanded from macro 'BOOST_MULTI_INDEX_FORWARD_PARAM_PACK'ESC[0m
#define BOOST_MULTI_INDEX_FORWARD_PARAM_PACK std::forward<Args>(args)...
ESC[0;1;32m ~~~~~^
ESC[0mESC[1m/usr/local/include/boost/move/utility.hpp:176:21: ESC[0mESC[0;1;30mnote: ESC[0m'forward' declared hereESC[0m
inline T&& forward(U&& t
ESC[0;1;32m ^
ESC[0mIn file included from CDRParser.cpp:38:
In file included from /usr/local/include/boost/property_tree/json_parser.hpp:13:
In file included from /usr/local/include/boost/property_tree/ptree.hpp:21:
ESC[1m/usr/local/include/boost/multi_index_container.hpp:787:21: ESC[0mESC[0;1;31merror: ESC[0mESC[1mno template named 'forward' in namespace 'std'; did you mean 'forward'?ESC[0m
&x->value(),BOOST_MULTI_INDEX_FORWARD_PARAM_PACK);
ESC[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ESC[0mESC[1m/usr/local/include/boost/multi_index/detail/vartempl_support.hpp:210:52: ESC[0mESC[0;1;30mnote: ESC[0mexpanded from macro 'BOOST_MULTI_INDEX_FORWARD_PARAM_PACK'ESC[0m
#define BOOST_MULTI_INDEX_FORWARD_PARAM_PACK std::forward<Args>(args)...
ESC[0;1;32m ~~~~~^
ESC[0mESC[1m/usr/local/include/boost/move/utility.hpp:176:21: ESC[0mESC[0;1;30mnote: ESC[0m'forward' declared hereESC[0m
inline T&& forward(U&& t
ESC[0;1;32m ^
ESC[0mIn file included from CDRParser.cpp:38:
In file included from /usr/local/include/boost/property_tree/json_parser.hpp:13:
In file included from /usr/local/include/boost/property_tree/ptree.hpp:21:
ESC[1m/usr/local/include/boost/multi_index_container.hpp:787:21: ESC[0mESC[0;1;31merror: ESC[0mESC[1mno template named 'forward' in namespace 'std'; did you mean 'forward'?ESC[0m
&x->value(),BOOST_MULTI_INDEX_FORWARD_PARAM_PACK);
ESC[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ESC[0mESC[1m/usr/local/include/boost/multi_index/detail/vartempl_support.hpp:210:52: ESC[0mESC[0;1;30mnote: ESC[0mexpanded from macro 'BOOST_MULTI_INDEX_FORWARD_PARAM_PACK'ESC[0m
#define BOOST_MULTI_INDEX_FORWARD_PARAM_PACK std::forward<Args>(args)...
ESC[0;1;32m ~~~~~^
ESC[0mESC[1m/usr/local/include/boost/move/utility.hpp:176:21: ESC[0mESC[0;1;30mnote: ESC[0m'forward' declared hereESC[0m
inline T&& forward(U&& t
ESC[0;1;32m ^
ESC[0mIn file included from CDRParser.cpp:38:
In file included from /usr/local/include/boost/property_tree/json_parser.hpp:13:
In file included from /usr/local/include/boost/property_tree/ptree.hpp:23:
ESC[1m/usr/local/include/boost/multi_index/sequenced_index.hpp:293:3: ESC[0mESC[0;1;31merror: ESC[0mESC[1mno template named 'forward' in namespace 'std'; did you mean 'forward'?ESC[0m
BOOST_MULTI_INDEX_OVERLOADS_TO_VARTEMPL(
ESC[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ESC[0mESC[1m/usr/local/include/boost/multi_index/detail/vartempl_support.hpp:217:23: ESC[0mESC[0;1;30mnote: ESC[0mexpanded from macro 'BOOST_MULTI_INDEX_OVERLOADS_TO_VARTEMPL'ESC[0m
return name_to(std::forward<Args>(args)...); \
ESC[0;1;32m ~~~~~^
ESC[0mESC[1m/usr/local/include/boost/move/utility.hpp:176:21: ESC[0mESC[0;1;30mnote: ESC[0m'forward' declared hereESC[0m
inline T&& forward(U&& t
ESC[0;1;32m ^
ESC[0mIn file included from CDRParser.cpp:38:
In file included from /usr/local/include/boost/property_tree/json_parser.hpp:13:
In file included from /usr/local/include/boost/property_tree/ptree.hpp:23:
ESC[1m/usr/local/include/boost/multi_index/sequenced_index.hpp:293:3: ESC[0mESC[0;1;31merror: ESC[0mESC[1mno template named 'forward' in namespace 'std'; did you mean 'forward'?ESC[0m
BOOST_MULTI_INDEX_OVERLOADS_TO_VARTEMPL(
ESC[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ESC[0mESC[1m/usr/local/include/boost/multi_index/detail/vartempl_support.hpp:217:23: ESC[0mESC[0;1;30mnote: ESC[0mexpanded from macro 'BOOST_MULTI_INDEX_OVERLOADS_TO_VARTEMPL'ESC[0m
return name_to(std::forward<Args>(args)...); \
ESC[0;1;32m ~~~~~^
ESC[0mESC[1m/usr/local/include/boost/move/utility.hpp:176:21: ESC[0mESC[0;1;30mnote: ESC[0m'forward' declared hereESC[0m
inline T&& forward(U&& t
ESC[0;1;32m ^
ESC[0mIn file included from CDRParser.cpp:38:
In file included from /usr/local/include/boost/property_tree/json_parser.hpp:13:
In file included from /usr/local/include/boost/property_tree/ptree.hpp:23:
ESC[1m/usr/local/include/boost/multi_index/sequenced_index.hpp:302:3: ESC[0mESC[0;1;31merror: ESC[0mESC[1mno template named 'forward' in namespace 'std'; did you mean 'forward'?ESC[0m
BOOST_MULTI_INDEX_OVERLOADS_TO_VARTEMPL(
ESC[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ESC[0mESC[1m/usr/local/include/boost/multi_index/detail/vartempl_support.hpp:217:23: ESC[0mESC[0;1;30mnote: ESC[0mexpanded from macro 'BOOST_MULTI_INDEX_OVERLOADS_TO_VARTEMPL'ESC[0m
return name_to(std::forward<Args>(args)...); \
ESC[0;1;32m ~~~~~^
ESC[0mESC[1m/usr/local/include/boost/move/utility.hpp:176:21: ESC[0mESC[0;1;30mnote: ESC[0m'forward' declared hereESC[0m
inline T&& forward(U&& t
ESC[0;1;32m ^
ESC[0mIn file included from CDRParser.cpp:38:
In file included from /usr/local/include/boost/property_tree/json_parser.hpp:13:
In file included from /usr/local/include/boost/property_tree/ptree.hpp:23:
ESC[1m/usr/local/include/boost/multi_index/sequenced_index.hpp:302:3: ESC[0mESC[0;1;31merror: ESC[0mESC[1mno template named 'forward' in namespace 'std'; did you mean 'forward'?ESC[0m
BOOST_MULTI_INDEX_OVERLOADS_TO_VARTEMPL(
ESC[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ESC[0mESC[1m/usr/local/include/boost/multi_index/detail/vartempl_support.hpp:217:23: ESC[0mESC[0;1;30mnote: ESC[0mexpanded from macro 'BOOST_MULTI_INDEX_OVERLOADS_TO_VARTEMPL'ESC[0m
return name_to(std::forward<Args>(args)...); \
ESC[0;1;32m ~~~~~^
ESC[0mESC[1m/usr/local/include/boost/move/utility.hpp:176:21: ESC[0mESC[0;1;30mnote: ESC[0m'forward' declared hereESC[0m
inline T&& forward(U&& t
ESC[0;1;32m ^
ESC[0mIn file included from CDRParser.cpp:38:
In file included from /usr/local/include/boost/property_tree/json_parser.hpp:13:
In file included from /usr/local/include/boost/property_tree/ptree.hpp:23:
ESC[1m/usr/local/include/boost/multi_index/sequenced_index.hpp:311:3: ESC[0mESC[0;1;31merror: ESC[0mESC[1mno template named 'forward' in namespace 'std'; did you mean 'forward'?ESC[0m
BOOST_MULTI_INDEX_OVERLOADS_TO_VARTEMPL_EXTRA_ARG(
ESC[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ESC[0mESC[1m/usr/local/include/boost/multi_index/detail/vartempl_support.hpp:225:38: ESC[0mESC[0;1;30mnote: ESC[0mexpanded from macro 'BOOST_MULTI_INDEX_OVERLOADS_TO_VARTEMPL_EXTRA_ARG'ESC[0m
return name_to(extra_arg_name,std::forward<Args>(args)...); \
ESC[0;1;32m ~~~~~^
ESC[0mESC[1m/usr/local/include/boost/move/utility.hpp:176:21: ESC[0mESC[0;1;30mnote: ESC[0m'forward' declared hereESC[0m
inline T&& forward(U&& t
ESC[0;1;32m ^
ESC[0mIn file included from CDRParser.cpp:38:
In file included from /usr/local/include/boost/property_tree/json_parser.hpp:13:
In file included from /usr/local/include/boost/property_tree/ptree.hpp:23:
ESC[1m/usr/local/include/boost/multi_index/sequenced_index.hpp:311:3: ESC[0mESC[0;1;31merror: ESC[0mESC[1mno template named 'forward' in namespace 'std'; did you mean 'forward'?ESC[0m
BOOST_MULTI_INDEX_OVERLOADS_TO_VARTEMPL_EXTRA_ARG(
ESC[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ESC[0mESC[1m/usr/local/include/boost/multi_index/detail/vartempl_support.hpp:225:38: ESC[0mESC[0;1;30mnote: ESC[0mexpanded from macro 'BOOST_MULTI_INDEX_OVERLOADS_TO_VARTEMPL_EXTRA_ARG'ESC[0m
return name_to(extra_arg_name,std::forward<Args>(args)...); \
ESC[0;1;32m ~~~~~^
ESC[0mESC[1m/usr/local/include/boost/move/utility.hpp:176:21: ESC[0mESC[0;1;30mnote: ESC[0m'forward' declared hereESC[0m
inline T&& forward(U&& t
ESC[0;1;32m ^
ESC[0mIn file included from CDRParser.cpp:38:
In file included from /usr/local/include/boost/property_tree/json_parser.hpp:13:
In file included from /usr/local/include/boost/property_tree/ptree.hpp:23:
ESC[1m/usr/local/include/boost/multi_index/sequenced_index.hpp:922:33: ESC[0mESC[0;1;31merror: ESC[0mESC[1mno template named 'forward' in namespace 'std'; did you mean 'forward'?ESC[0m
return emplace_impl(begin(),BOOST_MULTI_INDEX_FORWARD_PARAM_PACK);
ESC[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ESC[0mESC[1m/usr/local/include/boost/multi_index/detail/vartempl_support.hpp:210:52: ESC[0mESC[0;1;30mnote: ESC[0mexpanded from macro 'BOOST_MULTI_INDEX_FORWARD_PARAM_PACK'ESC[0m
#define BOOST_MULTI_INDEX_FORWARD_PARAM_PACK std::forward<Args>(args)...
ESC[0;1;32m ~~~~~^
ESC[0mESC[1m/usr/local/include/boost/move/utility.hpp:176:21: ESC[0mESC[0;1;30mnote: ESC[0m'forward' declared hereESC[0m
inline T&& forward(U&& t
ESC[0;1;32m ^
ESC[0mIn file included from CDRParser.cpp:38:
In file included from /usr/local/include/boost/property_tree/json_parser.hpp:13:
In file included from /usr/local/include/boost/property_tree/ptree.hpp:23:
ESC[1m/usr/local/include/boost/multi_index/sequenced_index.hpp:922:33: ESC[0mESC[0;1;31merror: ESC[0mESC[1mno template named 'forward' in namespace 'std'; did you mean 'forward'?ESC[0m
return emplace_impl(begin(),BOOST_MULTI_INDEX_FORWARD_PARAM_PACK);
ESC[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ESC[0mESC[1m/usr/local/include/boost/multi_index/detail/vartempl_support.hpp:210:52: ESC[0mESC[0;1;30mnote: ESC[0mexpanded from macro 'BOOST_MULTI_INDEX_FORWARD_PARAM_PACK'ESC[0m
#define BOOST_MULTI_INDEX_FORWARD_PARAM_PACK std::forward<Args>(args)...
ESC[0;1;32m ~~~~~^
ESC[0mESC[1m/usr/local/include/boost/move/utility.hpp:176:21: ESC[0mESC[0;1;30mnote: ESC[0m'forward' declared hereESC[0m
inline T&& forward(U&& t
ESC[0;1;32m ^
ESC[0mIn file included from CDRParser.cpp:38:
In file included from /usr/local/include/boost/property_tree/json_parser.hpp:13:
In file included from /usr/local/include/boost/property_tree/ptree.hpp:23:
ESC[1m/usr/local/include/boost/multi_index/sequenced_index.hpp:929:31: ESC[0mESC[0;1;31merror: ESC[0mESC[1mno template named 'forward' in namespace 'std'; did you mean 'forward'?ESC[0m
return emplace_impl(end(),BOOST_MULTI_INDEX_FORWARD_PARAM_PACK);
ESC[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ESC[0mESC[1m/usr/local/include/boost/multi_index/detail/vartempl_support.hpp:210:52: ESC[0mESC[0;1;30mnote: ESC[0mexpanded from macro 'BOOST_MULTI_INDEX_FORWARD_PARAM_PACK'ESC[0m
#define BOOST_MULTI_INDEX_FORWARD_PARAM_PACK std::forward<Args>(args)...
ESC[0;1;32m ~~~~~^
ESC[0mESC[1m/usr/local/include/boost/move/utility.hpp:176:21: ESC[0mESC[0;1;30mnote: ESC[0m'forward' declared hereESC[0m
inline T&& forward(U&& t
ESC[0;1;32m ^
ESC[0mESC[0;1;31mfatal error: ESC[0mESC[1mtoo many errors emitted, stopping now [-ferror-limit=]ESC[0m
20 errors generated.
*** [CDRParser.lo] Error code 1
Stop in /usr/ports/graphics/libcdr/work/libcdr-0.0.14/src/lib.
*** [all-recursive] Error code 1
Stop in /usr/ports/graphics/libcdr/work/libcdr-0.0.14/src.
*** [all-recursive] Error code 1
Stop in /usr/ports/graphics/libcdr/work/libcdr-0.0.14.
*** [all] Error code 1
Stop in /usr/ports/graphics/libcdr/work/libcdr-0.0.14.
*** [do-build] Error code 1
Stop in /usr/ports/graphics/libcdr.
===>>> make failed for graphics/libcdr
===>>> Aborting update
===>>> Update for graphics/libcdr failed
===>>> Aborting update
===>>> Killing background jobs
Terminated
Code:
===> Building for libcdr-0.0.14_1
/usr/bin/make all-recursive
Making all in build
Making all in win32
Making all in inc
Making all in libcdr
Making all in src
Making all in lib
CXX CDRCollector.lo
cc1plus: error: unrecognized command line option "-std=c++0x"
*** [CDRCollector.lo] Error code 1
Stop in /usr/ports/graphics/libcdr/work/libcdr-0.0.14/src/lib.
*** [all-recursive] Error code 1
All of this happens on a FreeBSD 9.2-RELEASE-p3/amd64 system. Has anyone else seen this?