On 20/04/23 11:48, Mark Davies wrote:
Is this a bug in open-vm-tools or 10.0_BETA or something else?

suggestions please.

And the answer appears to be bug in 10.0_BETA's fuse.h

following patch fixes.

--- /usr/include/fuse.h.save    2022-01-22 21:09:39.000000000 +1300
+++ /usr/include/fuse.h 2023-04-21 10:10:44.106794147 +1200
@@ -637,7 +637,7 @@
 #              define fuse_parse_cmdline       fuse_parse_cmdline_v30

 /* ===== FUSE 3.4 ===== */
-#      elif FUSE_USE_VERSION >= 34
+#      elif FUSE_USE_VERSION == 34
                /* Types */
 #              define _FUSE_OP_VERSION__       34
 #              define fuse_fill_dir_t          fuse_fill_dir_t_v30



cheers
mark

Reply via email to