https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280192
Wolfram Schneider <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |203094 Status|New |Open CC| |[email protected], | |[email protected], | |[email protected] --- Comment #2 from Wolfram Schneider <[email protected]> --- 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.
