Bug 261215 - objcopy fails to work on itself which make buildworld with NO_CLEAN fail
Summary: objcopy fails to work on itself which make buildworld with NO_CLEAN fail
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 13.0-RELEASE
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-14 22:50 UTC by antonfb
Modified: 2022-09-23 14:59 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description antonfb 2022-01-14 22:50:08 UTC
make buildworld fails with /etc/src.conf setting WITHOUT_CLEAN=1

Error:
--- objcopy ---
objcopy --strip-debug --add-gnu-debuglink=objcopy.debug  objcopy.full objcopy
objcopy: open objcopy failed: Text file busy
*** [objcopy] Error code 1

make[4]: stopped in /usr/src/usr.bin/objcopy

make[2]: stopped in /usr/src

make[1]: stopped in /usr/src

make: stopped in /usr/src

Other tools suck as 'install' know how to work on running executables.