https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285556

            Bug ID: 285556
           Summary: make installworld MK_TOOLCHAIN=no fails after make
                    buildworld w/ default options
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: misc
          Assignee: b...@freebsd.org
          Reporter: ema...@freebsd.org

reported by Michael Butler on -current
https://lists.freebsd.org/archives/freebsd-current/2025-March/007202.html

release/Makefile invokes ${IMAKE} installworld ... MK_TOOLCHAIN=no ...
after buildworld executed with default options (i.e., no MK_TOOLCHAIN
override).

The issue is that at buildworld time we build the LLVM binutils (including
llvm-strip) but at install time we set MK_TOOLCHAIN=no which implies
MK_LLVM_BINUTILS=no, and we then try to install ELF Tool Chain strip.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to