-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[request] libmysqlclient/8.0.30 #12388
Comments
@byonoy-dne I can also verify that the download links used by the recipe are broken. The updated links for 8.0.25:
url: "https://downloads.mysql.com/archives/get/p/23/file/mysql-8.0.25.tar.gz"
sha256: "c16aa9cf621bc028efba2bb11f3c36a323b125fa0d108ff92fab60e46309206e"
8.0.17:
url: "https://downloads.mysql.com/archives/get/p/23/file/mysql-8.0.17.tar.gz"
sha256: "c6e3f38199a77bfd8a4925ca00b252d3b6159b90e4980c7232f1c58d6ca759d6" |
I also ran into this problem the other day, and I found that using the mysql-server repo with tag "mysql-cluster-8.0.29" located directly on github seems to get it to compile through, which saved me, although it's only a temporary solution, hopefully it will give some help and tips to others. Also, I hope the 8.0.30 conan package will be available soon... |
I just discovered that Huawei was clever enough to mirror the assets, also offering the forgotten 8.0.29 version. |
solved with #13086 |
Package Details
The above mentioned version is newly released by the upstream project and not yet available as a recipe. Please add this version.
I don't really care about the new version, but for some reason the sources for 8.0.29 aren't available at mysql.com anymore. Consequently, building libmysqlclient and dependants (Qt in my case) from source fails.
For reference, this is where the sources should be: https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.29.tar.gz
But they're not. Release 8.0.29 also isn't listed in the download archive at https://downloads.mysql.com/archives/community/
Weird...
The text was updated successfully, but these errors were encountered: