[Bug 261215] objcopy fails to work on itself which make buildworld with NO_CLEAN fail
Date: Wed, 27 Aug 2025 21:35:18 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261215
--- Comment #9 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=ac7ed266dc73a1d55f2bc1e90bfce3c93757e8b4
commit ac7ed266dc73a1d55f2bc1e90bfce3c93757e8b4
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2024-08-16 16:18:15 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
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.