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

Unable to install go-capnp #557

Open
homier opened this issue Mar 15, 2024 · 4 comments
Open

Unable to install go-capnp #557

homier opened this issue Mar 15, 2024 · 4 comments

Comments

@homier
Copy link

homier commented Mar 15, 2024

Hi everyone,

Installing the project via go install results in the following error:

go install capnproto.org/go/capnp/v3/capnpc-go@latest
go: downloading zenhack.net/go/util v0.0.0-20230414204917-531d38494cf5
.go/pkg/mod/capnproto.org/go/capnp/v3@v3.0.0-alpha.30/answer.go:10:2: unrecognized import path "zenhack.net/go/util": https fetch: Get "https://zenhack.net/go/util?go-get=1": dial tcp 45.130.21.147:443: i/o timeout

I've been getting this error for 2 days in a row, so clearly the dependency is broken.

Although I understand that I can use cache proxy to prevent this, it's quite annoying to have broken dependencies.

@lthibault
Copy link
Collaborator

@homier Yes, we've had a core dev pass away unexpectedly and his domain has since expired. I don't have any dev cycles available right now, but the fix should be a pretty straightforward matter of adding the dependencies under the zenhack.net domain to the present repo as subpackages. Would you be willing to submit a PR?

@homier
Copy link
Author

homier commented Mar 18, 2024

@lthibault I'm really sorry for your loss.

I've found this pull request #547 was merged into the main branch a few months ago. Will you be able to submit a new release that includes this fix?

Thanks :)

P.S. What's the status of the library in general? I'd really like to use capnp in my project, though I'm not really sure, whether there are any plans to continue developing and support the project.

@ocdtrekkie
Copy link

Multiple projects use go-capnp as a core dependency, it will be a bit slow development-wise for a bit but is safe to use knowing it will be supported in the future. capnproto as a whole is now a critical part of Cloudflare's infrastructure and will be well-supported and maintained for an extremely long time.

@homier
Copy link
Author

homier commented Mar 26, 2024

@ocdtrekkie thanks for the reply! That brings a lot of hope :)

I guess the issue should be open until a new release is published, so I won't close it for now.

P.S. Sorry for the late answer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants