Closed AlvinKimata closed 1 year ago
It can be downloaded from ftp: https://ftp.osuosl.org/pub/xiph/releases/ogg/libogg-1.3.5.tar.gz
But after putting it in $VCPKG_ROOT/downloads
it still doesn't work any chance this can work?
https://ftp.osuosl.org/pub/xiph/releases/ogg/libogg-1.3.5.tar.gz is not the same file. The SHA512 sum differs.
Releases on github also differ so cannot be used either -.-" already opened ticket there
As a workaround, you can try to update the SHA512 in the portfile if you trust the source.
I normally keep the current version of the ports I install in vcpkg-downloads folder until the next version comes out.
As a workaround, you can try to update the SHA512 in the portfile if you trust the source.
How did you go about it?
Should update the SHA value. The upstream updated the current package without updating the version field?
Should update the SHA value. The upstream updated the current package without updating the version field?
The current download is a tarball (generated on the fly) from gitlab. Similar to what is used with most github ports. Now this gitlab instance isn't working at the moment.
The other downloads are not from gitlab. They may have been in created in another way. They are not the same files. Some sources might be official.
So you bascially have to decide if you want to switch from the official gitlab instance to official release tarballs.
The current download is a tarball (generated on the fly) from gitlab. Similar to what is used with most github ports. Now this gitlab instance isn't working at the moment.
The other downloads are not from gitlab. They may have been in created in another way. They are not the same files. Some sources might be official.
So you bascially have to decide if you want to switch from the official gitlab instance to official release tarballs.
We need to ensure that the package at the primary download address is the same as the package at other alternative addresses I think.
Please make sure you can download directly using the URL.
I am testing locally, using the command you provided and installing libogg
separately can be downloaded and compiled successfully.
The gitlab instance was down (it returned 500 internal server error). This has now been fixed, the original portfile should just work again (issue can probably be closed)
Though it'd be nice to add a mirror to github
The gitlab instance was down (it returned 500 internal server error). This has now been fixed, the original portfile should just work again (issue can probably be closed)
Though it'd be nice to add a mirror to github
The 500 internal server error has been fixed. Please feel free to open this issue if it arises again.
Looks like there's been another internal server error 500 again.
Occurred again as of today 10pm CET.
I am tring to install the
ogg
package using the command below.Here's the error message that I am getting below.
How can I change the download link from the original one to the one provided in the ogg github repository:
https://github.com/xiph/ogg/releases/tag/v1.3.5