[Bug 285556] make installworld MK_TOOLCHAIN=no fails after make buildworld w/ default options
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 285556] make installworld MK_TOOLCHAIN=no fails after make buildworld w/ default options"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 285556] make installworld MK_TOOLCHAIN=no fails after make buildworld w/ default options"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 285556] make installworld MK_TOOLCHAIN=no fails after make buildworld w/ default options"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Mar 2025 17:27:00 UTC
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: bugs@FreeBSD.org
Reporter: emaste@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.