Coder Social home page Coder Social logo

Comments (13)

Ghost-8D avatar Ghost-8D commented on July 22, 2024 1

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?

from meta.

Metadope avatar Metadope commented on July 22, 2024 1

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).

from meta.

Nathan846 avatar Nathan846 commented on July 22, 2024

I have the same issue here with windows.

from meta.

welcomemandeep avatar welcomemandeep commented on July 22, 2024

Any update?

from meta.

subbuballa avatar subbuballa commented on July 22, 2024

i'm having a similar error, running the following command

CXX=clang++ cmake ../ -DCMAKE_BUILD_TYPE=Release -DICU_ROOT=/usr/local/opt/icu4c
make

-- Searching for ICU 58.2
CMake Warning (dev) at deps/meta-cmake/FindOrBuildICU.cmake:31 (find_package):
Policy CMP0074 is not set: find_package uses _ROOT variables.
Run "cmake --help-policy CMP0074" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

CMake variable ICU_ROOT is set to:

/usr/local/opt/icu4c

For compatibility, CMake is ignoring the variable.
Call Stack (most recent call first):
CMakeLists.txt:55 (FindOrBuildICU)
This warning is for project developers. Use -Wno-dev to suppress it.

-- ICU version found is 67.1.0, expected 58.2; attempting to build ICU from scratch...
-- ICU include dirs: /Users/subbu/Documents/libraries/meta/build/deps/icu-58.2/include
-- ICU libraries: icui18n;icuuc;icudata
-- Locating libc++...
-- Located libc++: /usr/lib/libc++.dylib
-- Located libc++ include path: /Library/Developer/CommandLineTools/usr/include/c++/v1/
-- Locating libc++'s abi...
-- Found libc++abi: /usr/lib/libc++abi.dylib
-- Using jemalloc: /usr/local/lib/libjemalloc.dylib
-- Locating libc++experimental library
-- Locating libc++experimental library - not found
-- No suitable experimental filesystem library found
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/subbu/Documents/libraries/meta/build
[ 1%] Performing download step (download, verify and extract) for 'ExternalICU'
-- Downloading...
dst='/Users/subbu/Documents/libraries/meta/deps/icu-58.2/icu4c-58_2-src.tgz'
timeout='none'
-- Using src='http://download.icu-project.org/files/icu4c/58.2/icu4c-58_2-src.tgz'
-- [download 100% complete]

  • Closing connection 2
  • Closing connection 0
  • Closing connection 1
    -- verifying file...
    file='/Users/subbu/Documents/libraries/meta/deps/icu-58.2/icu4c-58_2-src.tgz'
    -- MD5 hash of
    /Users/subbu/Documents/libraries/meta/deps/icu-58.2/icu4c-58_2-src.tgz
    does not match expected value
    expected: 'fac212b32b7ec7ab007a12dff1f3aea1'
    actual: 'b9565809ea3d4742cca6278d72f16cf7'
    -- Hash mismatch, removing...
    -- Retrying...
    -- Using src='http://download.icu-project.org/files/icu4c/58.2/icu4c-58_2-src.tgz'
    -- [download 100% complete]
  • Closing connection 2
  • Closing connection 0
  • Closing connection 1
    -- verifying file...
    file='/Users/subbu/Documents/libraries/meta/deps/icu-58.2/icu4c-58_2-src.tgz'
    -- MD5 hash of
    /Users/subbu/Documents/libraries/meta/deps/icu-58.2/icu4c-58_2-src.tgz
    does not match expected value
    expected: 'fac212b32b7ec7ab007a12dff1f3aea1'
    actual: 'c3b475e1d6f362d525863151f4d98e19'
    -- Hash mismatch, removing...
    -- Retry after 5 seconds (attempt #2) ...
    -- Using src='http://download.icu-project.org/files/icu4c/58.2/icu4c-58_2-src.tgz'
    -- [download 100% complete]
  • Closing connection 2
  • Closing connection 0
  • Closing connection 1
    -- verifying file...
    file='/Users/subbu/Documents/libraries/meta/deps/icu-58.2/icu4c-58_2-src.tgz'
    -- MD5 hash of
    /Users/subbu/Documents/libraries/meta/deps/icu-58.2/icu4c-58_2-src.tgz
    does not match expected value
    expected: 'fac212b32b7ec7ab007a12dff1f3aea1'
    actual: '445d817e6b20bf8e42043cf5a7dfc278'
    -- Hash mismatch, removing...
    -- Retry after 5 seconds (attempt #3) ...
    -- Using src='http://download.icu-project.org/files/icu4c/58.2/icu4c-58_2-src.tgz'
    -- [download 100% complete]
  • Closing connection 2
  • Closing connection 0
  • Closing connection 1
    -- verifying file...
    file='/Users/subbu/Documents/libraries/meta/deps/icu-58.2/icu4c-58_2-src.tgz'
    -- MD5 hash of
    /Users/subbu/Documents/libraries/meta/deps/icu-58.2/icu4c-58_2-src.tgz
    does not match expected value
    expected: 'fac212b32b7ec7ab007a12dff1f3aea1'
    actual: '91bc1a21b0925eb30a3b89a74d600dc8'
    -- Hash mismatch, removing...
    -- Retry after 15 seconds (attempt #4) ...
    -- Using src='http://download.icu-project.org/files/icu4c/58.2/icu4c-58_2-src.tgz'
    -- [download 100% complete]
  • Closing connection 2
  • Closing connection 0
  • Closing connection 1
    -- verifying file...
    file='/Users/subbu/Documents/libraries/meta/deps/icu-58.2/icu4c-58_2-src.tgz'
    -- MD5 hash of
    /Users/subbu/Documents/libraries/meta/deps/icu-58.2/icu4c-58_2-src.tgz
    does not match expected value
    expected: 'fac212b32b7ec7ab007a12dff1f3aea1'
    actual: 'aae678ebfeb0340d6b89dd6c78cd2987'
    -- Hash mismatch, removing...
    -- Retry after 60 seconds (attempt #5) ...
    -- Using src='http://download.icu-project.org/files/icu4c/58.2/icu4c-58_2-src.tgz'
    -- [download 100% complete]
  • Closing connection 2
  • Closing connection 0
  • Closing connection 1
    -- verifying file...
    file='/Users/subbu/Documents/libraries/meta/deps/icu-58.2/icu4c-58_2-src.tgz'
    -- MD5 hash of
    /Users/subbu/Documents/libraries/meta/deps/icu-58.2/icu4c-58_2-src.tgz
    does not match expected value
    expected: 'fac212b32b7ec7ab007a12dff1f3aea1'
    actual: '7e99be83ed4c8d35b0713eeaea03c39e'
    -- Hash mismatch, removing...
    CMake Error at ExternalICU-stamp/download-ExternalICU.cmake:159 (message):
    Each download failed!

make[2]: *** [deps/icu-58.2/src/ExternalICU-stamp/ExternalICU-download] Error 1
make[1]: *** [CMakeFiles/ExternalICU.dir/all] Error 2
make: *** [all] Error 2

from meta.

Skyblueballykid avatar Skyblueballykid commented on July 22, 2024

I'm having the same error as @subbuballa on
OS - Mac OS(10.15.5)
Make Version - GNU Make 3.81

from meta.

partha117 avatar partha117 commented on July 22, 2024

Having the same issue in Ubuntu 18.04.4

from meta.

connork18 avatar connork18 commented on July 22, 2024

Having the same issue on Windows 10.0.18362.

from meta.

fplatz avatar fplatz commented on July 22, 2024

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!

from meta.

ccasey645 avatar ccasey645 commented on July 22, 2024

Should be fixed by #220

from meta.

mhnaufal avatar mhnaufal commented on July 22, 2024

Having the same issue on Manjaro 21.1.0

from meta.

MikeGodin avatar MikeGodin commented on July 22, 2024

For those who are not familiar with patching and PRs etc, the fix is easy: just edit CMakeLists.txt and change the line:
URL http://download.icu-project.org/files/icu4c/58.2/icu4c-58_2-src.tgz
to:
URL https://github.com/unicode-org/icu/releases/download/release-58-2/icu4c-58_2-src.tgz

from meta.

dvmorozov avatar dvmorozov commented on July 22, 2024

https://rationalcity.wordpress.com/2022/10/01/how-to-build-meta-in-docker-container/

from meta.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.