On Sun, Dec 09, 2018 at 09:31:14PM -0800, Xiyue Deng wrote: > > Brian Callahan writes: > > > On 12/9/18 10:49 PM, Xiyue Deng wrote: > >> Hi, > >> > >> As title says. LLVM 6.0.1p8 build fails due to missing header files. > >> The most relevant outputs: > >> > >> #+BEGIN_QUOTE > >> In file included from > >> /usr/ports/pobj/llvm-6.0.1/llvm-6.0.1.src/tools/lldb/source/Interpreter/CommandInterpreter.cpp:53:0: > >> /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. > >> #+END_QUOTE > >> > >> The full build log is also attached. Please advice on how to fix or debug. > >> > >> Thanks. > >> > > > > https://marc.info/?l=openbsd-ports&m=154325649707215&w=2 > > Thanks. It will be great that the same patch can be applied to mips64* > as well.
What was finally commited is https://marc.info/?l=openbsd-ports-cvs&m=154413306823025&w=2, which takes care of knocking out the lldb subpackage on GCC4_ARCHS. On -current, the ports *should* build now. Landry
