On 2014/03/26 19:04, jordon wrote: > > On Mar 26, 2014, at 18:30, Stuart Henderson <[email protected]> wrote: > > > On 2014/03/26 17:30, jordon wrote: > >> In trying to build git on armv7 (BeagleBone Black) I encountered an error > >> building groff-1.22.2p4.tgz. > >> > >> test -d examples || /bin/sh > >> /nfs/ports/wrkobjdir/groff-1.22.2/groff-1.22.2/mkinstalldirs examples > > > > You cannot reliably build ports with an NFS wrkobjdir. > > > > Whoops… I accidentally hit Reply instead of Reply To All on my last post back > to Ingo. > > Would putting wrkobjdir on the onboard emmc but leaving the rest of the ports > on NFS be > okay? I think I could still build what I need to build that way.
Yes, though for small/medium ports, you might prefer to use MFS or TMPFS rather than flash media. I can't say for sure, but the results you are seeing could well be NFS-related.
