-
Notifications
You must be signed in to change notification settings - Fork 41
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
Incorrect path to download libxml2 #182
Comments
It looks like the libxml2 file is now here https://download.gnome.org/sources/libxml2/2.9/libxml2-2.9.14.tar.xz |
Thanks for finding this. I’ll update the repo short with this. |
Hmmm, I just tested this and it’s working. Maybe their server was down temporarily |
the server is running, but https://xmlsoft.org/sources/, then a list of files opens. but there is no libxml2, only libvirt |
Weird, cause if I click the link it works and a download starts. |
really strange. |
I'm trying to build version 19.0.2-Matrix
And indeed even after retrying the downloads, hash values from the two mirrors differ:
The current version expects the hash value from xmlsoft.org but takes the file from mirrors.kodi.tv. |
Very strange. Because the PR passed CI. Very concerning that the two files have different hashes and have the same version number. |
Indeed. Can you replicate the issue? The contents of the two archives differ for me as well (by more than just a Readme or a timestamp) Diff: https://gist.github.com/Whisprin/8aa04d54570a0c724d7e9f22f1542605 |
That’s a possibility. Anyway with can find this out @wsnipex ? |
no, we don't change any archive contents. I'd rather assume we got "our" tarball directly from https://github.com/xbmc/libxml2 |
Hmmm, so as there are issues with the xmlsoft tarball download how should we store this? Can we crate a subdirectory and store a copy there? Or some other option? |
This repo seems to be stuck at version 2.9.4 and doesn't contain the files present in the Kodi archive, e.g. file "CONTRIBUTING". Is there another source for the tarball?
It seems that other projects are pointing to the xmlsoft mirror as well and that the downtime of xmlsoft was just a temporary hickup. |
I’ll just revert the commit that changed the URL. |
On this request #241 becomes it changed to use https://github.com/GNOME/libxml2/archive/refs/tags/v2.11.4.tar.gz, think with GitHub should it work better. |
Hi!
compiling inputstream.ffmpegdirect from git.
at the stage of searching for the libxml2 library, an error pops up:
CMake Error at libxml2-stamp/download-libxml2.cmake:159 (message)
Each download failed!
along the way http://xmlsoft.org/sources/libxml2-2.9.10.tar.gz there is no more file with libxml2. how to compile from git now?
The text was updated successfully, but these errors were encountered: