Date: Thu, 17 Oct 2013 06:39:15 -0400 From: Ajtim <lumiwa@gmail.com> To: freebsd-ports@freebsd.org Subject: lyx 2.0.6 Message-ID: <20131017063915.1be87e36@lumiwa.farms.net>
next in thread | raw e-mail | index | archive | help
My system: FreeBSD 10.0-BETA1 When I built print/lyx I got: fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. gmake[7]: *** [debug.o] Error 1 convert.cpp:57:11: error: implicit instantiation of undefined template 'std::basic_string<unsigned int, std::char_traits<unsigned int>, std::allocator<unsigned int> >' docstring convert<docstring>(int i) ^ ./../support/strfwd.h:42:64: note: template is declared here template<typename Char, typename Traits, typename Alloc> class basic_string; ^ convert.cpp:59:9: error: implicit instantiation of undefined template 'std::basic_string<unsigned int, std::char_traits<unsigned int>, std::allocator<unsigned int> >' return from_ascii(lexical_cast<string>(i)); ^ ./../support/strfwd.h:42:64: note: template is declared here template<typename Char, typename Traits, typename Alloc> class basic_string; ^ convert.cpp:71:11: error: implicit instantiation of undefined template 'std::basic_string<unsigned int, std::char_traits<unsigned int>, std::allocator<unsigned int> >' docstring convert<docstring>(unsigned int ui) ^ ./../support/strfwd.h:42:64: note: template is declared here template<typename Char, typename Traits, typename Alloc> class basic_string; ^ convert.cpp:73:9: error: implicit instantiation of undefined template 'std::basic_string<unsigned int, std::char_traits<unsigned int>, std::allocator<unsigned int> >' return from_ascii(lexical_cast<string>(ui)); ^ ./../support/strfwd.h:42:64: note: template is declared here template<typename Char, typename Traits, typename Alloc> class basic_string; ^ convert.cpp:85:11: error: implicit instantiation of undefined template 'std::basic_string<unsigned int, std::char_traits<unsigned int>, std::allocator<unsigned int> >' docstring convert<docstring>(unsigned long ul) ^ ./../support/strfwd.h:42:64: note: template is declared here template<typename Char, typename Traits, typename Alloc> class basic_string; ^ convert.cpp:87:9: error: implicit instantiation of undefined template 'std::basic_string<unsigned int, std::char_traits<unsigned int>, std::allocator<unsigned int> >' return from_ascii(lexical_cast<string>(ul)); ^ ./../support/strfwd.h:42:64: note: template is declared here template<typename Char, typename Traits, typename Alloc> class basic_string; ^ convert.cpp:99:11: error: implicit instantiation of undefined template 'std::basic_string<unsigned int, std::char_traits<unsigned int>, std::allocator<unsigned int> >' docstring convert<docstring>(long l) ^ ./../support/strfwd.h:42:64: note: template is declared here template<typename Char, typename Traits, typename Alloc> class basic_string; ^ convert.cpp:101:9: error: implicit instantiation of undefined template 'std::basic_string<unsigned int, std::char_traits<unsigned int>, std::allocator<unsigned int> >' return from_ascii(lexical_cast<string>(l)); ^ ./../support/strfwd.h:42:64: note: template is declared here template<typename Char, typename Traits, typename Alloc> class basic_string; ^ convert.cpp:127:34: error: implicit instantiation of undefined template 'std::basic_string<unsigned int, std::char_traits<unsigned int>, std::allocator<unsigned int> >' int convert<int>(docstring const s) ^ ./../support/strfwd.h:42:64: note: template is declared here template<typename Char, typename Traits, typename Alloc> class basic_string; ^ 10 errors generated. gmake[7]: *** [convert.o] Error 1 filetools.cpp:639:17: error: implicit instantiation of undefined template 'std::basic_string<unsigned int, std::char_traits<unsigned int>, std::allocator<unsigned int> >' docstring const makeRelPath(docstring const & abspath, docstring const ... ^ ./../support/strfwd.h:42:64: note: template is declared here template<typename Char, typename Traits, typename Alloc> class basic_string; ^ filetools.cpp:645:2: error: implicit instantiation of undefined template 'std::basic_string<unsigned int, std::char_traits<unsigned int>, std::allocator<unsigned int> >' docstring::size_type const abslen = abspath.length(); ^ ./../support/strfwd.h:42:64: note: template is declared here template<typename Char, typename Traits, typename Alloc> class basic_string; ^ filetools.cpp:645:23: error: expected unqualified-id docstring::size_type const abslen = abspath.length(); ^ filetools.cpp:646:2: error: implicit instantiation of undefined template 'std::basic_string<unsigned int, std::char_traits<unsigned int>, std::allocator<unsigned int> >' docstring::size_type const baselen = basepath.length(); ^ ./../support/strfwd.h:42:64: note: template is declared here template<typename Char, typename Traits, typename Alloc> class basic_string; ^ filetools.cpp:646:23: error: expected unqualified-id docstring::size_type const baselen = basepath.length(); ^ filetools.cpp:648:2: error: implicit instantiation of undefined template 'std::basic_string<unsigned int, std::char_traits<unsigned int>, std::allocator<unsigned int> >' docstring::size_type i = os::common_path(abspath, basepath); ^ ./../support/strfwd.h:42:64: note: template is declared here template<typename Char, typename Traits, typename Alloc> class basic_string; ^ filetools.cpp:652:10: error: implicit instantiation of undefined template 'std::basic_string<unsigned int, std::char_traits<unsigned int>, std::allocator<unsigned int> >' return abspath; ^ ./../support/strfwd.h:42:64: note: template is declared here template<typename Char, typename Traits, typename Alloc> class basic_string; ^ filetools.cpp:657:12: error: implicit instantiation of undefined template 'std::basic_string<unsigned int, std::char_traits<unsigned int>, std::allocator<unsigned int> >' docstring buf; ^ ./../support/strfwd.h:42:64: note: template is declared here template<typename Char, typename Traits, typename Alloc> class basic_string; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. gmake[7]: *** [filetools.o] Error 1 In file included from FileMonitor.cpp:18: In file included from ./../support/bind.h:15: ./../support/functional.h:25:13: error: no member named 'tr1' in namespace 'std' using std::tr1::function; ~~~~~^ In file included from FileMonitor.cpp:18: ./../support/bind.h:21:13: error: no member named 'tr1' in namespace 'std' using std::tr1::bind; ~~~~~^ ./../support/bind.h:22:13: error: no member named 'tr1' in namespace 'std' using std::tr1::placeholders::_1; ~~~~~^ ./../support/bind.h:23:13: error: no member named 'tr1' in namespace 'std' using std::tr1::placeholders::_2; ~~~~~^ ./../support/bind.h:24:13: error: no member named 'tr1' in namespace 'std' using std::tr1::ref; ~~~~~^ FileMonitor.cpp:148:25: error: use of undeclared identifier 'bind' timer_.timeout.connect(bind(&Impl::monitorFile, this)); ^ 6 errors generated. gmake[7]: *** [FileMonitor.o] Error 1 gmake[7]: Leaving directory `/usr/ports/print/lyx/work/lyx-2.0.6/src/support' gmake[6]: *** [all] Error 2 gmake[6]: Leaving directory `/usr/ports/print/lyx/work/lyx-2.0.6/src/support' gmake[5]: *** [all-recursive] Error 1 gmake[5]: Leaving directory `/usr/ports/print/lyx/work/lyx-2.0.6/src' gmake[4]: *** [all] Error 2 gmake[4]: Leaving directory `/usr/ports/print/lyx/work/lyx-2.0.6/src' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/print/lyx/work/lyx-2.0.6' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/print/lyx/work/lyx-2.0.6' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/print/lyx *** Error code 1 Stop. make: stopped in /usr/ports/print/lyx ===>>> make failed for print/lyx ===>>> Aborting update Thank you. Mitja --- http://redbubble.com/people/lumiwa
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131017063915.1be87e36>