[MacPorts] #62315: rclone is missing the "mount" command

MacPorts noreply at macports.org
Tue Jun 8 12:57:51 UTC 2021


#62315: rclone is missing the "mount" command
---------------------+----------------------
  Reporter:  huyz    |      Owner:  eborisch
      Type:  defect  |     Status:  assigned
  Priority:  Normal  |  Milestone:
 Component:  ports   |    Version:
Resolution:          |   Keywords:
      Port:  rclone  |
---------------------+----------------------

Comment (by eejd):

 Can I ask how the port is being produced and distributed currently? I
 realized that I was testing on an M1 MacBook and noticed the version is
 derived from "v1.55.1-DEV" rather than what I assume was the released
 "v1.55.1". I did a test install from the rclone repo via the basic
 "install.sh" script and rclone showed the (new) mount command.

 From the rclone repo install
 {{{
 /usr/local/bin/rclone version
 rclone v1.55.1
 - os/type: darwin
 - os/arch: arm64
 - go/version: go1.16.3
 - go/linking: dynamic
 - go/tags: cmount
 }}}


 {{{
 /opt/local/bin/rclone version
 rclone v1.55.1-DEV
 - os/type: darwin
 - os/arch: arm64
 - go/version: go1.16.3
 - go/linking: dynamic
 - go/tags: none
 }}}

 I'm happy to submit a patch, but I am unclear on how the macports binary
 is being built as when I try to build (with "build_arch  arm64" and
 "universal_archs  arm64 x86_64" I get:


 {{{
 sudo port -s build rclone
 --->  Computing dependencies for rclone
 Error: Cannot install rclone for the arch 'x86_64' because
 Error: its dependency go does not build for the required arch by default
 Error: and does not have a universal variant.
 Error: Follow https://guide.macports.org/#project.tickets if you believe
 there is a bug.
 Error: Processing of port rclone failed
 }}}

 So, I think the build just needs to be moved to the "tag/cmount" on
 "v1.55.1" but I don't know how to provide the patch.

-- 
Ticket URL: <https://trac.macports.org/ticket/62315#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list