[Bug 280192] `make installworld' failes with: install: h_raw: No such file or directory
Date: Mon, 08 Jul 2024 14:30:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280192
Wolfram Schneider <wosch@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on| |203094
Status|New |Open
CC| |arichardson@FreeBSD.org,
| |dim@FreeBSD.org,
| |emaste@freebsd.org
--- Comment #2 from Wolfram Schneider <wosch@FreeBSD.org> ---
I see that `make buildworld' detects a problem, ignore it and reports success
--- all_subdir_lib ---
--- all_subdir_lib/libc/tests/ssp ---
===> lib/libc/tests/ssp (all)
make[6]: "/usr/src/lib/libc/tests/ssp/Makefile" line 40: Could not find runtime
library
/usr/obj/usr/src/amd64.amd64/tmp/usr/lib/clang/18/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a,
skipping h_raw
However, `make installworld' expect that everything was build successfully.
I see two possible solutions.
if `make buildworld' detects an error, it should failed with non-zero exit
status
make installworld needs to implement the same logic to ignore the error as
buildworld does.
Referenced Bugs:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203094
[Bug 203094] Unable to make installworld without disabling tests and setting
COMPILER_TYPE=clang
--
You are receiving this mail because:
You are the assignee for the bug.