Skip to content
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

download.icu-project.org is down and I cannot compile the 'make' command #216

Open
Nathan846 opened this issue May 13, 2020 · 5 comments
Open

Comments

@Nathan846
Copy link

connect to 66.34.208.13 port 80 failed: Timed out

Failed to connect to download.icu-project.org port 80: Timed out

Closing connection 0

     --- LOG END ---
     error: downloading 'http://download.icu-project.org/files/icu4c/58.2/icu4c-58_2-src.tgz' failed
     status_code: 28
     status_string: "Timeout was reached"
     log:

Can anyone help me with this?

@Nut-Guo
Copy link

Nut-Guo commented May 15, 2020

I couldn't download that dependency either. Use the docker provided here instead, which solved my problem.

@Nathan846
Copy link
Author

Thank you for your suggestion. I am, however, unable to locate the path code/meta in the Msys directory. Where should I copy the docker and the assignment to?

@Nut-Guo
Copy link

Nut-Guo commented May 15, 2020

Thank you for your suggestion. I am, however, unable to locate the path code/meta in the Msys directory. Where should I copy the docker and the assignment to?

It seems that you're not familiar with docker, maybe you should read something about docker to find out how to use it first, it's very easy. It will offer you a complete environment with the software inside, and you won't need MSYS any more.

@ssbotelh
Copy link

Hi there, are the MeTA developers/maintainers planning to provide a fix for this? @Nut-Guo's workaround is nice, but I'm interested in a permanent solution such that the build instructions in the documentation work again as-is. Thanks!

@Metadope
Copy link

One solution is to modify the CMakeLists.txt file that you get when you clone this repo. Replace the now-outdated ICU url (line #57) with this one:

https://github.com/unicode-org/icu/releases/download/release-58-2/icu4c-58_2-src.tgz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants