[Bug 280192] `make installworld' failes with: install: h_raw: No such file or directory
Date: Mon, 08 Jul 2024 14:25:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280192
--- Comment #1 from Wolfram Schneider <wosch@FreeBSD.org> ---
The problem goes away if I revert 9e6098a91168e4c90f6d38295f2876fe0e0fe190
cd /usr/src
git show 9e6098a91168e4c90f6d38295f2876fe0e0fe190 | patch -p1
commit 9e6098a91168e4c90f6d38295f2876fe0e0fe190
Author: Dimitry Andric <dim@FreeBSD.org>
Date: Thu Apr 25 17:05:29 2024 +0200
Skip building libclang_rt when WITHOUT_CLANG is used
As noted in bug 277096, when building a pkgbase repository using
WITHOUT_CROSS_COMPILER and WITHOUT_TOOLCHAIN (which sets WITHOUT_CLANG),
the following residual files are left over:
/usr/lib/clang/18/lib/freebsd/libclang_rt.asan-x86_64.so
/usr/lib/clang/18/share/asan_ignore_list.txt
/usr/lib/clang/18/share/cfi_ignore_list.txt
/usr/lib/clang/18/share/msan_ignore_list.txt
This is because the lib/libclang_rt directory is still descended into,
even if WITHOUT_CLANG is used. Fix it by not descending into the
libclang_rt directory in that case.
PR: 277096
Reported by: Siva Mahadevan <me@svmhdvn.name>
MFC after: 3 days
(cherry picked from commit 514773a5486d1fa4f2d5acb5af1766965c20765b)
--
You are receiving this mail because:
You are the assignee for the bug.