Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git.apache.org/thrift.git is no longer available #3320

Closed
kalbasit opened this issue Mar 8, 2019 · 0 comments · Fixed by #3321
Closed

git.apache.org/thrift.git is no longer available #3320

kalbasit opened this issue Mar 8, 2019 · 0 comments · Fixed by #3321
Labels
area/cli kind/bug Issue is a bug priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.

Comments

@kalbasit
Copy link

kalbasit commented Mar 8, 2019

Summary

Thrift is no longer available at the location in go.sum. It's now distributed on Github at github.com/apache/thrift. The official documentation has also been updated.

I'm trying to package jx for Nix, and this is getting in the way!

Steps to reproduce the behavior

λ export GO111MODULE=on
λ git clone https://github.com/jenkins-x/jx
λ cd jx
λ go mod download
go: finding git.apache.org/thrift.git v0.0.0-20180902110319-2566ecd5d999
go: git.apache.org/[email protected]: git fetch -f https://git.apache.org/thrift.git refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /yl/code/opensource/stories/nixpkgs_create-build-go-module/src/github.com/NixOS/nixpkgs/tmp/go/pkg/mod/cache/vcs/83dba939f95a790e497d565fc4418400145a1a514f955fa052f662d56e920c3e: exit status 128:
        fatal: unable to access 'https://git.apache.org/thrift.git/': Failed to connect to git.apache.org port 443: Connection refused
go: error loading module requirements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cli kind/bug Issue is a bug priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants