https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261215
--- Comment #9 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=ac7ed266dc73a1d55f2bc1e90bfce3c93757e8b4 commit ac7ed266dc73a1d55f2bc1e90bfce3c93757e8b4 Author: Ed Maste <[email protected]> AuthorDate: 2024-08-16 16:18:15 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2025-08-27 21:34:12 +0000 Makefile.inc1: Avoid including cwd in path Buildworld failed when objcopy tried to overwrite itself, with `objcopy: open objcopy failed: Text file busy`. The PATH ended up with `::`, effectively including the current directory, and we found the wrong objcopy. PR: 261215 Sponsored by: The FreeBSD Foundation Makefile.inc1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -- You are receiving this mail because: You are the assignee for the bug.
