borg icon indicating copy to clipboard operation
borg copied to clipboard

binary testing with llfuse/pyfuse3

Open ThomasWaldmann opened this issue 5 years ago • 1 comments

$ ./borg.exe mount repo mnt
^ works

$ BORG_FUSE_IMPL=pyfuse3 ./borg.exe mount borg/repo/ borg/mnt2
borg mount not available: no FUSE support, BORG_FUSE_IMPL=pyfuse3.

Guess the binary was built with llfuse and only includes that.

When setting the env var, it tries to use pyfuse3, but it does not include that.

This is why the fuse3 tests fail with that binary.

ThomasWaldmann avatar Dec 04 '20 23:12 ThomasWaldmann

fix after #9196.

ThomasWaldmann avatar Nov 30 '25 11:11 ThomasWaldmann