[Bug 295993] etcupdate:Failed to build new tree.
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 295993] etcupdate:Failed to build new tree."
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Jul 2026 11:55:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295993
--- Comment #8 from Alastair Hogge <agh@riseup.net> ---
(In reply to Dag-Erling Smørgrav from comment #7)
> That's your problem right there.
Building from read-only ${SRC} was the solution to avoiding the build process
polluting the source tree...this was long a time ago tho.
> How did you build world?
From a POSIX sh script which does things like the following:
> (cd ${UPDATEHOST_SRC_TREE} && \
> env MAKEOBJDIRPREFIX=${UPDATEHOST_OBJPREFIX} make ${UPDATEHOST_MAKE_ARGS} -j${UPDATEHOST_NCPU} ${udpatehost_make_target})
${UPDATEHOST_OBJPREFIX} is tmpfs mounted at /tmp.
--
You are receiving this mail because:
You are the assignee for the bug.