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

Hash mismatch #75

Open
fcafra opened this issue Oct 13, 2017 · 4 comments
Open

Hash mismatch #75

fcafra opened this issue Oct 13, 2017 · 4 comments

Comments

@fcafra
Copy link

fcafra commented Oct 13, 2017

Hi,

-- SHA1 hash of
/root/.hunter/_Base/Download/OGDF/snapshot-2015-12-04/fb9b5d9/snapshot-2015-12-04.tar.gz
does not match expected value
expected: 'fb9b5d93fd27feae91799c5a52805e10c139b22e'
actual: '0a55144b31d165f4b3009693cb9089c6b8930c88'
-- Hash mismatch, removing...

On Kali 2.0

@Tinei
Copy link

Tinei commented Oct 28, 2017

Same issue on Debian Stretch !
Good evening

@xgRTHKk4
Copy link

Using src='https://github.com/wisk/ogdf/archive/snapshot-2015-12-04.tar.gz'
Why? Perhaps indeed your build system is a bit wacky. And it also doesn't feel secure at all, who can control all these sources you put there.
How about suggesting an option to use:
'git submodule update --init --recursive' in your build system in case configure cannot find a needed item.
Then we get it all straight from the required projects themselves. Ofcourse no guarantee that it will work, but now it certainly doesn't. I would suggest to use your current build system as a recommended 'failsafe' option in case getting it straight from the projects doesn't work. Should also shorten build time a lot and save a lot of diskspace.

@Ybalrid
Copy link

Ybalrid commented Jan 31, 2018

I can confirm the same problem. Happens when cmake uses hunter to retreive OGDF sources

-- verifying file...
       file='/home/ybalrid/.hunter/_Base/Download/OGDF/snapshot-2015-12-04/fb9b5d9/snapshot-2015-12-04.tar.gz'
-- SHA1 hash of
    /home/ybalrid/.hunter/_Base/Download/OGDF/snapshot-2015-12-04/fb9b5d9/snapshot-2015-12-04.tar.gz
  does not match expected value
    expected: 'fb9b5d93fd27feae91799c5a52805e10c139b22e'
      actual: '0a55144b31d165f4b3009693cb9089c6b8930c88'
-- Hash mismatch, removing...

@wisk
Copy link
Owner

wisk commented Jul 23, 2018

Hello everyone,

Sorry for the delay. The build with hunter is broken since long time.
I can't afford to spend time to maintain a particular branch of hunter anymore. However Medusa will soon rely on vcpkg to handle dependencies. It should make things easier.

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

5 participants