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

Has someone deleted the https://github.com/JuliaInterop/ZMQBuilder repo? #228

Closed
mcgillij opened this issue May 16, 2024 · 9 comments
Closed

Comments

@mcgillij
Copy link

mcgillij commented May 16, 2024

We are now getting when trying to build/install zmq.

#12 41.59 Info: Downloading https://github.com/JuliaInterop/ZMQBuilder/releases/download/v4.2.5+6/ZMQ.x86_64-linux-gnu.tar.gz to /root/.julia/v0.6/ZMQ/deps/usr/downloads/ZMQ.x86_64-linux-gnu.tar.gz...
#12 41.77 [17:36:07] curl: (22) The requested URL returned error: 404```
@mcgillij mcgillij changed the title has someone deleted the https://github.com/JuliaInterop/ZMQBuilder repo? Has someone deleted the https://github.com/JuliaInterop/ZMQBuilder repo? May 16, 2024
@stevengj
Copy link
Contributor

You no longer need the ZMQBuilder repo — it's now built through Yggdrasil, and you can install the binary in Julia via ZeroMQ_jll (which is installed automatically by ZMQ.jl).

What are you trying to do?

@mcgillij
Copy link
Author

We have an application that is built on julia 0.6, that recently started failing to build in our CI env, that was pulling in ZMQ from that builder repo. It's looking like we will finally have to upgrade it.

@stevengj
Copy link
Contributor

Sorry about that. If you build libzmq yourself, you could easily patch ZMQ.jl to link to whatever build of libzmq you want

@tkelman
Copy link
Contributor

tkelman commented May 17, 2024

Generally better to use the github archive feature on out-of-date stuff, vs outright deleting it

@ViralBShah
Copy link
Contributor

ViralBShah commented May 19, 2024

I think that was me. Sorry about that. We generally got rid of a bunch of these old Builder scripts when we moved to Yggdrasil several years ago.

I don't see a way to restore the repo in my deleted repos. Any ideas how to restore it? Can one email github support?

@sbchisholm
Copy link

I think that was me. Sorry about that. We generally got rid of a bunch of these old Builder scripts when we moved to Yggdrasil several years ago.

I don't see a way to restore the repo in my deleted repos. Any ideas how to restore it? Can one email github support?

@ViralBShah I'm assuming you did, but did you try the step outlined here? https://docs.github.com/en/repositories/creating-and-managing-repositories/restoring-a-deleted-repository#restoring-a-deleted-repository-that-was-owned-by-an-organization

@ViralBShah
Copy link
Contributor

Yeah, that doesn't help:

Screenshot 2024-05-23 at 9 46 05 AM

@JamesWrigley
Copy link
Member

Unfortunately it doesn't seem like there's anything we can do here, short of anyone having a recent clone of the repo to recreate it :\ I'll close this but keep the issue pinned so it's visible to anyone looking for it.

@mcgillij
Copy link
Author

I was at least able to pull a binary from the way back machine, which for now at least unblocked our build, and we can plan out an update, thanks.

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

6 participants