rclone: Error on building rclone - goftp.io/server missing v1.0.0-rc1 tag

What is the problem you are having with rclone?

When I am trying to build rclone I received following issue:

[viktor@fedora rclone]$ make
go build -v --ldflags "-s -X github.com/rclone/rclone/fs.Version=v1.64.0-beta.7158.cb0bd5d18.linkbox"  
go: downloading goftp.io/server v1.0.0-rc1
get "goftp.io/server": found meta tag vcs.metaImport{Prefix:"goftp.io/server", VCS:"git", RepoRoot:"https://gitea.com/goftp/server"} at //goftp.io/server?go-get=1
cmd/serve/ftp/ftp.go:32:2: reading goftp.io/server/go.mod at revision v1.0.0-rc1: unknown revision v1.0.0-rc1
make: *** [Makefile:49: rclone] Error 1

My workaround is to change version of goftp in go.mod file:

-       goftp.io/server v1.0.0-rc1
+       goftp.io/server v0.4.1

Which OS you are using and how many bits (e.g. Windows 7, 64 bit)

Linux fedora 6.4.7-200.fc38.x86_64

How to use GitHub

  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don’t comment if you have no relevant information to add. It’s just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

About this issue

  • Original URL
  • State: closed
  • Created 10 months ago
  • Comments: 15 (12 by maintainers)

Commits related to this issue

Most upvoted comments

Without protondrive rclone was build successfully.