-
-
Notifications
You must be signed in to change notification settings - Fork 104
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 download sources from dereferenced.org #302
Comments
|
Could we either use GitHub Releases to post official releases, or is distfiles.dereferenced.org mirrored somewhere? All build systems that depend on downloading pkgconf are down right now. |
|
Google searched out only 2 irrelevant results about distfiles.dereferenced.org in the last 7days. It is amazing that few people find it disappeared, like it never exists. |
|
Any updates? Buildroot does not work because the mirror is down. |
|
I've found a solution: archive.org The latest pkgconf backup is 1.7.4 |
|
I have mirrored the latest release here: https://github.com/wingtk/gvsbuild/releases/download/pkgconf-1.9.5/pkgconf-1.9.5.tar.gz. I think you could also use a gentoo mirror as well: https://gentoo.osuosl.org/distfiles/pkgconf-1.9.5.tar.xz |
|
All the archives are listed here Manual Link: |
Do you have access to 1.6.5, I need pkgconf 1.6.5 to run buildroot. |
|
Is there any way to generate the archives, the same one as in the mirror? |
|
Since I got here because gvsbuild build gtk4 breaks because of this, I just have to ask, why does the script fail to verify checksum? should we just assume foul play here? :p |
|
@kumorig This blog post explains the issue: https://github.blog/2023-02-21-update-on-the-future-stability-of-source-code-archives-and-hashes/ |
|
@kumorig - there's also a chance that the tar.gz have different contents - the ones that are a git snapshot may not contain the ./configure script and you need to call autoreconf to generate it, whereas the "source distribution" files hosted on the website do. This is a very typical scenario |
|
It sounds like @kaniini lost access to the domain, so we'll all need to be patient while they resolve it: If you want to unleash us to all to contact Dynadot, let us know. |
|
It looks like we have a new location: 437c2a3 |
|
I endorse also uploading the generated tarballs as release artefacts (note I am not talking about the "source code" link which has the issues discussed above). |
Due to problems with the registrar (dynadot) [1], the dereferenced.org domain got stolen and is up for auction. While sorting that out, the official download site has changed to a different domain [2]. Update PKGCONF_SITE to the new location. There's an upstream bug to track the issue [3]. [1] https://social.treehouse.systems/@ariadne/110643909699308207 [2] pkgconf/pkgconf@437c2a3 [3] pkgconf/pkgconf#302 Fixes: https://bugs.busybox.net/show_bug.cgi?id=15673 Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
|
I was in the process of updating the recipe for Conan, but I am still getting SSL cert at https://distfiles.ariadne.space/pkgconf/ Recommendations? |
That's odd... SSL cert seems fine. |
See: pkgconf/pkgconf#302 (comment) Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Due to problems with the registrar (dynadot) [1], the dereferenced.org domain got stolen and is up for auction. While sorting that out, the official download site has changed to a different domain [2]. Update PKGCONF_SITE to the new location. There's an upstream bug to track the issue [3]. [1] https://social.treehouse.systems/@ariadne/110643909699308207 [2] pkgconf/pkgconf@437c2a3 [3] pkgconf/pkgconf#302 Fixes: https://bugs.busybox.net/show_bug.cgi?id=15673 Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com> Signed-off-by: Arnout Vandecappelle <arnout@mind.be> (cherry picked from commit ef95ec9) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Due to problems with the registrar (dynadot) [1], the dereferenced.org domain got stolen and is up for auction. While sorting that out, the official download site has changed to a different domain [2]. Update PKGCONF_SITE to the new location. There's an upstream bug to track the issue [3]. [1] https://social.treehouse.systems/@ariadne/110643909699308207 [2] pkgconf/pkgconf@437c2a3 [3] pkgconf/pkgconf#302 Fixes: https://bugs.busybox.net/show_bug.cgi?id=15673 Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com> Signed-off-by: Arnout Vandecappelle <arnout@mind.be> (cherry picked from commit ef95ec9) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
dereferenced.org was recently highjacked, so we probably don't want to download sources from there. See: - pkgconf/pkgconf#302 - pkgconf/pkgconf@437c2a3 Also, add a `head` spec and update the homepage. The existing homepage looks like it hasn't been touched in a while.
Due to problems with the registrar (dynadot) [1], the dereferenced.org domain got stolen and is up for auction. While sorting that out, the official download site has changed to a different domain [2]. Update PKGCONF_SITE to the new location. There's an upstream bug to track the issue [3]. [1] https://social.treehouse.systems/@ariadne/110643909699308207 [2] pkgconf/pkgconf@437c2a3 [3] pkgconf/pkgconf#302 Fixes: https://bugs.busybox.net/show_bug.cgi?id=15673 Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>

It looks like the server the webserver that serves the source distributions for pkgconf is no longer working, e.g. https://distfiles.dereferenced.org/pkgconf/pkgconf-1.9.3.tar.xz is simply timing out.
This causes problems for package repositories where the canonical sources are expected in this location. Sources from GitHub could be an alternative, however I imagine autoreconf needs to be invoked ahead of calling the configure script, so the contents are not exactly the same. Additionally, there's been issues in the past with GitHub archives not being SHA-stable (even if the contents are), which is a requirement for package repositories.
Any updates on this would be appreciated - or if the original files for the source distributions (with the original contents) could be uploaded as GitHub release artifacts (I believe those are guaranteed to be immutable in terms of hash).
The text was updated successfully, but these errors were encountered: