Date: Thu, 20 Mar 2025 17:27:00 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 285556] make installworld MK_TOOLCHAIN=no fails after make buildworld w/ default options Message-ID: <bug-285556-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-285556-227>
