FS#78295 - rclone's optional dependency should be fuse3, not fuse2

Attached to Project: Community Packages
Opened by Max (qtmax) - Monday, 24 April 2023, 09:56 GMT
Last edited by Toolybird (Toolybird) - Monday, 24 April 2023, 10:54 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Currently, rclone lists fuse2 as an optional dependency:

Optional Deps : fuse2: for rclone mount

However, rclone mount fails with this error, unless fuse3 is installed:

Fatal error: failed to mount FUSE fs: fusermount: exec: "fusermount3": executable file not found in $PATH

The dependency should be updated to the new version of fuse.

Additional info:

rclone 1.62.2-1 (latest in the repository)

See the upstream issue: https://github.com/rclone/rclone/issues/6844

Steps to reproduce:

1. Use `rclone config` to create a remote.
2. Try to mount it with `rclone mount`.
This task depends upon

Closed by  Toolybird (Toolybird)
Monday, 24 April 2023, 10:54 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#78107 

Loading...