[MacPorts] #62315: rclone is missing the "mount" command
MacPorts
noreply at macports.org
Thu Feb 18 09:57:11 UTC 2021
#62315: rclone is missing the "mount" command
--------------------+--------------------
Reporter: huyz | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: rclone
--------------------+--------------------
The rclone binary wasn't built with support for the "mount" command:
{{{
❯ rclone version
rclone v1.54.0-DEV
- os/arch: darwin/amd64
- go version: go1.15.8
❯ rclone mount --help
Error: unknown command "mount" for "rclone"
Run 'rclone --help' for usage.
2021/02/18 16:52:16 Fatal error: unknown command "mount" for "rclone"
}}}
However, if I download the binary from rclone.org via
{{{
curl https://rclone.org/install.sh | sudo bash
}}}
then the "mount" command is included:
{{{
❯ /opt/local/bin/rclone-from-website version
rclone v1.54.0
- os/arch: darwin/amd64
- go version: go1.15.7
❯ /opt/local/bin/rclone-from-website mount --help
rclone mount allows Linux, FreeBSD, macOS and Windows to
mount any of Rclone's cloud storage systems as a file system with
FUSE.
[...]
}}}
--
Ticket URL: <https://trac.macports.org/ticket/62315>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list