Kalpanika / x3f

Tools for manipulating X3F files from Sigma cameras
88 stars 28 forks source link

Make fails because of invalid MD5 hash #121

Open 5833tP2 opened 1 year ago

5833tP2 commented 1 year ago

I'm trying to compile as per the README (running Linux 6.3.2-arch1-1 x86_64) but this fails because of an invalid MD5 hash on a downloaded TBB source. Error listing below.

-- Downloading tbb41_20130116oss_src.tgz
CMake Error at 3rdparty/tbb/CMakeLists.txt:105 (message):
  Downloaded TBB source tarball has invalid MD5 hash:
  9b2cc0fc7cfe510d0aa0b3443516b225 (expected:
  3809790e1001a1b32d59c9fee590ee85)

-- Configuring incomplete, errors occurred!
make: *** [makefile:52: deps/lib/linux-x86_64/opencv/.success] Error 1

I'm flagging this in case it can be easily fixed. I do not know how to do this myself.

Thanks.

mmroden commented 1 year ago

Have you cloned https://github.com/Kalpanika/x3f_test_files? Please check to see if that resolves the issue; if not, I'll take a further look. If so, I'll update the readme to reflect that that additional repo needs to be cloned before running tests.

mmroden commented 1 year ago

nvm, I can reproduce the error. I will post here if/when I can get a fix.

mmroden commented 1 year ago

This issue is related to the hardcoding of installing opencv. Will have to investigate fixing that.