I have had no luck with building world for some days now. In fact, it is becoming impossible to update ports and build ports with poudriere too.
Online search has not yielded so much useful result. I have changed ver. between stable and releng, and vice versa, in this adventure without a clean build though. And I am mixing ports and pkgs with my long make.conf and short src.conf. And yes, I have tried building without those confs too.
This is the latest error message:
It might come as vsfd, ftl, or __string error. I read that setting WITH_LEGACY_CONSOLE=NO or so could work and so is reinstall libc++ after a clean build,etc but no luck.
Kernel build for all versions (14RC and 13.2) goes well but not world. Ports install beginning to fail. Clean installation is almost a no-no.
Online search has not yielded so much useful result. I have changed ver. between stable and releng, and vice versa, in this adventure without a clean build though. And I am mixing ports and pkgs with my long make.conf and short src.conf. And yes, I have tried building without those confs too.
This is the latest error message:
Code:
In file included from /usr/include/c++/v1/locale:204:
/usr/include/c++/v1/streambuf:132:22: error: incomplete type 'std::char_traits<wchar_t>' named in nested name specifier
typedef typename traits_type::int_type int_type;
^~~~~~~~~~~~~
/usr/include/c++/v1/streambuf:491:64: note: in instantiation of template class 'std::basic_streambuf<wchar_t>' requested here
_LIBCPP_EXTERN_TEMPLATE(class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS basic_streambuf<wchar_t>)
^
/usr/include/c++/v1/iosfwd:117:19: note: forward declaration of 'std::char_traits<wchar_t>'
template<> struct char_traits<wchar_t>;
It might come as vsfd, ftl, or __string error. I read that setting WITH_LEGACY_CONSOLE=NO or so could work and so is reinstall libc++ after a clean build,etc but no luck.
Kernel build for all versions (14RC and 13.2) goes well but not world. Ports install beginning to fail. Clean installation is almost a no-no.