Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Aug 2024 15:30:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 261215] objcopy fails to work on itself which make buildworld with NO_CLEAN fail
Message-ID:  <bug-261215-227-KNqgk0FgwP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-261215-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261215

--- Comment #4 from Andriy Gapon <avg@FreeBSD.org> ---
Just a note, if WITHOUT_CROSS_COMPILER is not set, then objcopy would be built
as a bootstrap tool (at stage 3), so it would be found in one of directories in
XPATH and the problem would not happen.

If a build is a clean build, then there wouldn't yet be objcopy executable in
objcopy's build directory, so the problem wouldn't happen even when
WITHOUT_CROSS_COMPILER is set.

Finally, if WITHOUT_DEBUG_FILES is set then there wouldn't be any objcopy
invocation.
Ditto, if debug symbols are not being generated at all.

-- 
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-261215-227-KNqgk0FgwP>