-
Notifications
You must be signed in to change notification settings - Fork 236
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
Meta build Failing (v1.3.6) on Mac OS(10.15.4) due to checksum and download error #217
Comments
I have the same issue here with windows. |
Any update? |
i'm having a similar error, running the following command
-- Searching for ICU 58.2 CMake variable ICU_ROOT is set to:
For compatibility, CMake is ignoring the variable. -- ICU version found is 67.1.0, expected 58.2; attempting to build ICU from scratch...
make[2]: *** [deps/icu-58.2/src/ExternalICU-stamp/ExternalICU-download] Error 1 |
I'm having the same error as @subbuballa on |
Having the same issue in Ubuntu 18.04.4 |
Having the same issue on Windows 10.0.18362. |
I had the same issue and I spent several days trying to find a solution but after fixing one issue, a new one appeared. I think that we should find an alternative tool for text mining and text analysis as this tool is not supported anymore. Does anybody know any alternatives to META, preferably used with Python? |
I made progress on a workaround for this issue by tracking down the proper icu4c archive, available here (ICU's new home): https://github.com/unicode-org/icu/releases/download/release-58-2/icu4c-58_2-src.tgz That file produces the MD5 sum specified in MeTa's CMake config. It's the right file, but MeTa's dependency needs to be updated (with a newer download URL at the very least). |
Hello! I'm new here and do not know, how to install the 58-2 version. Could someone leave a code here for the installation and configuration of icu4u for macOs (10.15.07) ? Thanks in advanced! |
Should be fixed by #220 |
Having the same issue on Manjaro 21.1.0 |
For those who are not familiar with patching and PRs etc, the fix is easy: just edit |
I am getting a
404 Not Found
on runningmake
[ 86%] Creating directories for 'ceeaus' [ 86%] Performing download step (download, verify and extract) for 'ceeaus' -- verifying file... file='/Users/mgandhi/code/meta-toolkit/meta/build/src/downloads/ceeaus.tar.gz' -- SHA256 hash of /Users/mgandhi/code/meta-toolkit/meta/build/src/downloads/ceeaus.tar.gz does not match expected value expected: '8ea40b32f34e9ae8aedffe562ad468fc465d1cc0ff6a5c3bdf0ee42bb85c231e' actual: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855' -- File already exists but hash mismatch. Removing... -- Downloading... dst='/Users/mgandhi/code/meta-toolkit/meta/build/src/downloads/ceeaus.tar.gz' timeout='none' -- Using src='http://web.engr.illinois.edu/~massung1/files/ceeaus.tar.gz' -- Retrying... -- Using src='http://web.engr.illinois.edu/~massung1/files/ceeaus.tar.gz'
Env details -
OS - Mac OS(10.15.4)
Make Version - GNU Make 3.81
The text was updated successfully, but these errors were encountered: