Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 902507 - net-misc/rclone: failed to mount FUSE fs: fusermount: exec: "fusermount3": executable file not found in $PATH
Summary: net-misc/rclone: failed to mount FUSE fs: fusermount: exec: "fusermount3": ex...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jason Zaman
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-03-21 08:27 UTC by jinqiang zhang
Modified: 2023-03-22 01:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jinqiang zhang 2023-03-21 08:27:45 UTC
rclone mount command need /usr/bin/fusermount3

rclone mount alist:/ ./mount 
2023/03/21 16:25:07 NOTICE: webdav root '': --vfs-cache-mode writes or full is recommended for this remote as it can't stream
2023/03/21 16:25:07 Fatal error: failed to mount FUSE fs: fusermount: exec: fusermount3: executable file not found in /usr/local/sbin:/usr/local/bin:/usr/bin:/opt/bin:/usr/lib/llvm/16/bin:/home/peeweep/.npm-packages/bin
Comment 1 jinqiang zhang 2023-03-21 08:44:47 UTC
This is only reproduced on rclone-1.62.2, rclone-1.61.1 does not have this problem, and according to the upstream discussion we should add the fuse:3 dependency for rclone-1.62.2.
https://github.com/rclone/rclone/issues/6856
Comment 2 Larry the Git Cow gentoo-dev 2023-03-22 01:20:23 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f96f714e20613a5f255f9cd6e5251eb686719b28

commit f96f714e20613a5f255f9cd6e5251eb686719b28
Author:     jinqiang zhang <peeweep@0x0.ee>
AuthorDate: 2023-03-21 10:26:46 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-03-22 01:17:25 +0000

    net-misc/rclone: 1.62.2 add fuse3 RDEPEND
    
    Closes: https://bugs.gentoo.org/902507
    Signed-off-by: jinqiang zhang <peeweep@0x0.ee>
    Closes: https://github.com/gentoo/gentoo/pull/30280
    Signed-off-by: Sam James <sam@gentoo.org>

 net-misc/rclone/{rclone-1.62.2.ebuild => rclone-1.62.2-r1.ebuild} | 2 ++
 1 file changed, 2 insertions(+)