Skip to content

fuse3: error: static assertion failed: "fuse: off_t must be 64bit" #105

Open
@andreasstieger

Description

@andreasstieger

With 36956a5 (#99 for #90), the following is thrown on x86 32 bit:

[   15s] checking for fuse3 >= 3.0.0... yes
[...]
[   17s] + /usr/bin/make -O -j4 V=1 VERBOSE=1
[...]
[   17s] gcc -DHAVE_CONFIG_H -I. -I..    -I/usr/include/fuse3 -DOPENSSL_LOAD_CONF  -g -fomit-frame-pointer -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -c -o ifuse.o ifuse.c
[   17s] In file included from /usr/include/fuse3/fuse.h:19,
[   17s]                  from ifuse.c:28:
[   17s] /usr/include/fuse3/fuse_common.h:1144:1: error: static assertion failed: "fuse: off_t must be 64bit"
[   17s]  1144 | _Static_assert(sizeof(off_t) == 8, "fuse: off_t must be 64bit");
[   17s]       | ^~~~~~~~~~~~~~
[   17s] ifuse.c: In function ‘main’:
[   17s] ifuse.c:772:30: warning: unused variable ‘lookup_opts’ [-Wunused-variable]
[   17s]   772 |         enum idevice_options lookup_opts = IDEVICE_LOOKUP_USBMUX | IDEVICE_LOOKUP_NETWORK;
[   17s]       |                              ^~~~~~~~~~~

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions