[Bug 273036] Mk/Uses/elfctl.mk: Text file busy

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 04 Jan 2025 01:32:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273036

--- Comment #2 from Jan Beich <jbeich@FreeBSD.org> ---
lang/mono6.8 vendor build is broken: mono-sgen process doesn't terminate at the
end of build. USES=elfctl is also broken: uses mono-sgen under BUILD_WRKSRC
(mutable) instead of STAGEDIR (pseudo-immutable).

Similar to bug 283836 but the build here aborts instead of producing a package
that no longer runs with kern.elf64.allow_wx=0. The easiest workaround is to
assume USES=elfctl is broken by design and switch to invoke elfctl(1) directly.

-- 
You are receiving this mail because:
You are the assignee for the bug.