On Mon, Nov 26, 2018 at 07:20:37PM +0100, Charlene Wendling wrote: > Hi Brad, ports, > > The devel/llvm port can't be built as-is on macppc, it has been reported > out of list by Peter J. Philipp, and i have the same issue. g++-4.9 > doesn't include <codecvt>, and that is needed to build lldb: > > --- > /usr/ports/pobj/llvm-6.0.1/llvm-6.0.1.src/tools/lldb/include/lldb/Host/ > Editline.h:49:19: fatal error: codecvt: No such file or directory > #include <codecvt> > ^ > compilation terminated. > ninja: build stopped: subcommand failed. > --- > > bcallah@ gave me the following tweak to circumvent the problem. It has > to be in pre-configure to avoid a failure during patching. That's ugly > but it works.
This is known and is broken since 6.4, there was another diff from sthen@ to subpackage it. Updating gcc to use gcc6 also fixes it, and is the preferred option, but so far i'm not aware of any testing on mips64* (the gcc6 update is in my macppc & sparc64 bulks) Landry
