Coder Social home page Coder Social logo

Comments (5)

dssocool avatar dssocool commented on June 22, 2024 3

I got the same issue, solved with below steps:

  1. open file vendor/tbb/CMakeLists.txt
  2. for the last two cmake 'set' cmd in this file, which are using fixed value 'linux_intel64_clang_cc4.8_libc2.19_kernel3.13.0_release'. This is what you got in your error msg, and also the reason why you got this error msg.
  3. change this value to be the same as your env. For example, I am using clang 5.4.0, libc 2.23, kernel 4.4.0 , so I changed this value to 'linux_intel64_clang_cc5.4.0_libc2.23_kernel4.4.0_release' .

Tips: If you can't make sure what this value in your env should be, you can just run 'scripts/build_release.sh' for once. Yeah, the build will fail, but then you can check the generated folder by the build process, which is 'build/vendor/tbb/src/tbb/build'. Under this folder, you will find a sub folder, its name is just the value you need.

from anna.

BlankRain avatar BlankRain commented on June 22, 2024

similar error in

Scanning dependencies of target kvs_proxy
[ 85%] Building CXX object kvs/CMakeFiles/kvs_proxy.dir/kvs_proxy.cpp.o
[ 87%] Building CXX object kvs/CMakeFiles/kvs_proxy.dir/message.pb.cc.o
[ 88%] Building CXX object kvs/CMakeFiles/kvs_proxy.dir/include/zmq_util.cc.o
[ 89%] Building CXX object kvs/CMakeFiles/kvs_proxy.dir/include/socket_cache.cc.o
make[2]: *** 没有规则可制作目标“vendor/tbb/src/tbb/build/linux_intel64_clang_cc4.8_libc2.19_kernel3.13.0_release/libtbb.so”,由“kvs/kvs_proxy” 需求。 停止。
make[1]: *** [CMakeFiles/Makefile2:540:kvs/CMakeFiles/kvs_proxy.dir/all] 错误 2
make: *** [Makefile:84:all] 错误 2


from anna.

jeness avatar jeness commented on June 22, 2024

Get same error in running bash scripts/build_release.sh

from anna.

BlankRain avatar BlankRain commented on June 22, 2024

@dssocool thank you

from anna.

helayzhang avatar helayzhang commented on June 22, 2024

@dssocool solved my problem. thx.

from anna.

Related Issues (8)

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.