Hi, > On Aug 26, 2016, at 10:20 AM, Jean-Pierre André > <[email protected]> wrote: > > Alexander Pyhalov wrote: >> On 08/26/16 09:52 AM, Jean-Pierre André wrote: >> >>> What is the need ? AKAIK gvfs is related to Gnome and >>> is not supported on Linux any more. >> >> I see the following fuse-related errors, trying to compile gvfs with >> fuse support >> >> >> error: 'struct fuse_conn_info' has no member named 'want' > > This field exists in fuse 2.7, it is declared in the fuse-lite > library used by ntfs-3g. > >> error: 'FUSE_CAP_ATOMIC_O_TRUNC' undeclared > > This is one of the bits going into the field "want". Is is > about the file system telling it supports the O_TRUNC as an > argument of open()... which current fuse expects anyway. > > Both can be easily added to fuse_common.h, but this will > not make libfuse to 2.8. > > Patch proposal attached. > > By the way, I sent several patches to libfuse to Adam > last may. Did you take them into account ?
Patches have been delivered since May: https://github.com/OpenIndiana/oi-userland/tree/oi/hipster/components/library/libfuse/patches Though, I have to go through our communication and check if that’s all. I recall I haven’t applied everything. Adam
signature.asc
Description: Message signed with OpenPGP using GPGMail
_______________________________________________ oi-dev mailing list [email protected] https://openindiana.org/mailman/listinfo/oi-dev
