On Wed, 5 Dec 2018 17:59:17 +0100
Gary Jennejohn wrote:
> I just did a make buildworld of HEAD at r341510.
>
> During make installworld I got an error that llvm-objdump.1.gz
> could not be found.
>
> /usr/src/usr.bin/clang/llvm-objdump/llvm-objdump.1 is present.
>
> I ended up having to commen
I just did a make buildworld of HEAD at r341510.
During make installworld I got an error that llvm-objdump.1.gz
could not be found.
/usr/src/usr.bin/clang/llvm-objdump/llvm-objdump.1 is present.
I ended up having to comment out llvm-objdump in the Makefile
in order to finish the installation.
S