Re: build failure: clang.full

From: Ed Maste <emaste_at_freebsd.org>
Date: Tue, 30 Jul 2024 14:22:48 UTC
On Mon, 29 Jul 2024 at 19:54, Larry Rosenman <ler@lerctr.org> wrote:
>
> I'm getting the following on an up2date checkout:
> Building /usr/obj/usr/src/amd64.amd64/usr.bin/clang/clang/clang.full
> ld: warning: /usr/obj/usr/src/amd64.amd64/lib/clang/libllvm/libllvm.a:
> archive member 'FaultMaps.o' is neither ET_REL nor LLVM bitcode

This looks like you have a corrupt object in this archive. If you want
to start on the path of determining the root cause you could try
extracting FaultMaps.o (using ar or tar) and seeing what file(1) says
about it.