http://bugs.winehq.org/show_bug.cgi?id=36745
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |normal
--- Comment #3 from François Gouget fgouget@codeweavers.com --- Vincent wrote:
When does FreeBSD fail with ENOTSUP?
It appears to happen when the filesystem is NFS.
$HOME/.wine is on a UFS filesystem of course. However Wine is being run from a checkout which is on an NFS filesystem. And this failure indicates that Wine locks some file in there while creating the wineprefix. (Inferred because the bug disappears if I copy that tree to $HOME)
At least I'm downgrading the importance of the bug.
Should that be added as a "no locking on this fs" case on set_unix_lock?
I guess that could make sense.