-
Notifications
You must be signed in to change notification settings - Fork 537
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
cerebro-uninstalled: 404 when trying to download zlib-1.2.10.tar.xz #682
Comments
After temporarily fixing that by changing http://zlib.net/zlib-1.2.10.tar.xz to http://zlib.net/zlib-1.2.11.tar.xz in |
See https://groups.google.com/forum/#!topic/openwebrtc/lbfEtxwh4J4. Related? Cheers, |
openwebrtc is basically unmaintained at this point. This was fixed a long time ago in upstream cerbero (as well as many other things): https://cgit.freedesktop.org/gstreamer/cerbero/commit/?id=441eed5d40672a97d0bd01e6c22b00da2b692bab |
EDIT: This issue should maybe have been opened for https://github.com/EricssonResearch/cerbero.
I'm trying to build for Linux, but the command
./cerbero-uninstalled -c config/linux.cbc fetch-package --full-reset --reset-rdeps openwebrtc
is failing because https://gstreamer.freedesktop.org/src/mirror/zlib-1.2.10.tar.xz doesn't exist anymore. It looks like gstreamer is now distributing tar.gz files instead of not tar.xz files, because https://gstreamer.freedesktop.org/src/mirror/zlib-1.2.10.tar.gz exists.Additionally, http://zlib.net/zlib-1.2.10.tar.xz doesn't exist, but http://zlib.net/zlib-1.2.11.tar.xz does. Maybe consider using the file from their archive, like http://zlib.net/fossils/zlib-1.2.10.tar.gz, which won't get removed when new versions are released.
Here's the full output:
The text was updated successfully, but these errors were encountered: