Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jun 2022 05:48:39 +0300
From:      Rozhuk Ivan <rozhuk.im@gmail.com>
To:        freebsd-current@freebsd.org, freebsd-hackers@freebsd.org, Rozhuk Ivan <Rozhuk.IM@gmail.com>
Subject:   exec(btxld) failed (No such file or directory) and obj via nullfs
Message-ID:  <20220610025556.2896c5fc@rimwks.local>

next in thread | raw e-mail | index | archive | help
Hi!


I found a way to fix error during install: exec(btxld) failed (No such file or directory)
in case obj is nullfs mounted.


Use option: -o nocache
mount_nullfs -o rw -o nocache -o noatime "${MAKEOBJDIRPREFIX_TMP}" "${MAKEOBJDIRPREFIX}"


This helps for me, hope it will be usfull for community.


PS: this works even without https://reviews.freebsd.org/D23411 patch.
I do not dig inside this and have no idea why this option undocumented.
Probably this some kernel/nullfs bug that must be investigated, or just
remove option and make it always enabled.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20220610025556.2896c5fc>