Hi Hossein,

You probably already had an older version of tcmalloc in your deps folder 
before you tried the newer codebase of PowerGraph.
Please make a clean build with the new PowerGraph codebase. I updated the 
CloudSuite webpage accordingly.

Regards,
Alex

On Aug 31, 2015, at 10:22 AM, Hossein Asghari 
<[email protected]<mailto:[email protected]>> wrote:

Hi,

I'm working on a project with Dr.Lotfi-Kamran. I'm trying to build TunkRank on 
GraphLab and my OS is Ubuntu 14.04. After runnig 'make tunkrank', I got hash 
mismatch while downloading hadoop. I sent an email to the mailing list and as 
someone guided, I started using https://github.com/dato-code/PowerGraph as the 
graphlib source. Now the hadoop stage is fine, but I get a similar error for 
"libtcmalloc":

[  7%] Built target hadoop
[ 17%] Built target libbz2
[ 24%] Built target boost
[ 24%] Performing download step (download, verify and extract) for 'libtcmalloc'
-- downloading...
     src='http://gperftools.googlecode.com/files/gperftools-2.0.tar.gz'
     dst='/home/powergraph/deps/tcmalloc/src/gperftools-2.0.tar.gz'
     timeout='none'
CMake Error at libtcmalloc-stamp/download-libtcmalloc.cmake:9 (file):
  file DOWNLOAD HASH mismatch

    for file: [/home/powergraph/deps/tcmalloc/src/gperftools-2.0.tar.gz]
      expected hash: [13f6e8961bc6a26749783137995786b6]
        actual hash: [d41d8cd98f00b204e9800998ecf8427e]



make[3]: *** [../deps/tcmalloc/src/libtcmalloc-stamp/libtcmalloc-download] 
Error 1
make[2]: *** [CMakeFiles/libtcmalloc.dir/all] Error 2
make[1]: *** [toolkits/graph_analytics/CMakeFiles/tunkrank.dir/rule] Error 2
make: *** [toolkits/graph_analytics/CMakeFiles/tunkrank.dir/rule] Error 2

I wonder what you suggest for this problem. You could find my first question on 
mailing list below.

Thanks,
-Hossein Asghari



---------- Forwarded message ----------
From: Chang Hyun Park <[email protected]<mailto:[email protected]>>
Date: Thu, Aug 20, 2015 at 12:47 PM
Subject: Re: Building Problem
To: Hossein Asghari <[email protected]<mailto:[email protected]>>
Cc: [email protected]<mailto:[email protected]>


The old graphlab site seems to be gone.

I used
https://github.com/dato-code/PowerGraph

as the graphlab source, and copied the tunkrank.cpp from the given graphlab 
package(of cloudsuite)
cp graphlab/toolkits/graph_analytics/tunkrank.cpp 
powergraph/toolkits/graph_analytics

Then added a line to PowerGraph/toolkits/graph_analytics/CMakeLists.txt
add_graphlab_executable(tunkrank tunkrank.cpp)

Hope this info is also updated on the cloudsuite site.

Thanks,
CHP

On Aug 20, 2015, at 4:51 PM, Hossein Asghari 
<[email protected]<mailto:[email protected]>> wrote:

Hi,
I'm trying to build TunkRank on GraphLab. My operating system is Ubuntu 14.04. 
After runnig 'make tunkrank', I get following error or similar errors:

[  2%] Performing download step (download, verify and extract) for 'hadoop'
-- downloading...
     src='http://graphlab.org/deps/hadoop-1.0.1.tar.gz'
     dst='/home/graph-release/deps/hadoop/src/hadoop-1.0.1.tar.gz'
     timeout='none'
-- [download 0% complete]
-- [download 53% complete]
-- [download 100% complete]
CMake Error at hadoop-stamp/download-hadoop.cmake:9 (file):
  file DOWNLOAD HASH mismatch

    for file: [/home/graph-release/deps/hadoop/src/hadoop-1.0.1.tar.gz]
      expected hash: [e627d9b688c4de03cba8313bd0bba148]
        actual hash: [34acfe40f85e57fc76fd614a210b834e]



make[3]: *** [../deps/hadoop/src/hadoop-stamp/hadoop-download] Error 1
make[2]: *** [CMakeFiles/hadoop.dir/all] Error 2
make[1]: *** [toolkits/graph_analytics/CMakeFiles/tunkrank.dir/rule] Error 2
make: *** [toolkits/graph_analytics/CMakeFiles/tunkrank.dir/rule] Error 2

It seems that this url (http://graphlab.org/deps/hadoop-1.0.1.tar.gz) redirect 
to somewhere else!
Can anyone tell me what the problem is?



Reply via email to