We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
http://iweb.dl.sourceforge.net/project/levent/libevent/libevent-2.0/libevent-2.0.18-stable.tar.gz returns 404.
When I execute configure and then make in release/toolkits/graph_analytics, I get as follows.
configure
make
release/toolkits/graph_analytics
(Fedora23 and RHEL7, same error)
... [ 27%] Performing download step (download, verify and extract) for 'libevent' -- downloading... src='http://iweb.dl.sourceforge.net/project/levent/libevent/libevent-2.0/libevent-2.0.18-stable.tar.gz' dst='/{path/to/PowerGraph}/deps/event/src/libevent-2.0.18-stable.tar.gz' timeout='none' -- [download 0% complete] CMake Error at libevent-stamp/download-libevent.cmake:9 (file): file DOWNLOAD HASH mismatch for file: [/{path/to/PowerGraph}/deps/event/src/libevent-2.0.18-stable.tar.gz] expected hash: [aa1ce9bc0dee7b8084f6855765f2c86a] actual hash: [d41d8cd98f00b204e9800998ecf8427e] make[2]: *** [../deps/event/src/libevent-stamp/libevent-download] Error 1 make[1]: *** [CMakeFiles/libevent.dir/all] Error 2 make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
I was having the same issue on Ubuntu 14.04, and amaya382's url change fixed it.
Sorry, something went wrong.
No branches or pull requests
http://iweb.dl.sourceforge.net/project/levent/libevent/libevent-2.0/libevent-2.0.18-stable.tar.gz returns 404.
When I execute
configure
and thenmake
inrelease/toolkits/graph_analytics
, I get as follows.(Fedora23 and RHEL7, same error)
The text was updated successfully, but these errors were encountered: