srinathtcs1993 commented on issue #35072:
URL: https://github.com/apache/arrow/issues/35072#issuecomment-1506362338

   Apache Thrift is downloaded, but after that it is trying compare the hash 
value and due to mismatch it is failing
   -- Using 
src='http://www.apache.org/dyn/closer.cgi?action=download&filename=/thrift/0.12.0/thrift-0.12.0.tar.gz'
   -- Using 
src='https://downloads.apache.org/thrift/0.12.0/thrift-0.12.0.tar.gz'
   -- Using src='https://github.com/apache/thrift/archive/v0.12.0.tar.gz'
   -- verifying file...
          file='/arrow/cpp/build/thrift_ep-prefix/src/thrift-0.12.0.tar.gz'
   -- MD5 hash of
       /arrow/cpp/build/thrift_ep-prefix/src/thrift-0.12.0.tar.gz
     does not match expected value
       expected: '3deebbb4d1ca77dd9c9e009a1ea02183'
         actual: 'ff9af01fec424b5a279fa8a3c9e95c0c'
   -- Hash mismatch, removing...
   -- Using src='https://apache.claz.org/thrift/0.12.0/thrift-0.12.0.tar.gz'
   -- Using src='https://github.com/apache/thrift/archive/v0.12.0.tar.gz'
   -- verifying file...
          file='/arrow/cpp/build/thrift_ep-prefix/src/thrift-0.12.0.tar.gz'
   -- MD5 hash of
       /arrow/cpp/build/thrift_ep-prefix/src/thrift-0.12.0.tar.gz
     does not match expected value
       expected: '3deebbb4d1ca77dd9c9e009a1ea02183'
         actual: 'ff9af01fec424b5a279fa8a3c9e95c0c'
   -- Hash mismatch, removing...
   -- Using src='https://apache.cs.utah.edu/thrift/0.12.0/thrift-0.12.0.tar.gz'
   -- Using src='https://github.com/apache/thrift/archive/v0.12.0.tar.gz'
   
   
   CMAKE is taking the hash value from this attribute, 
DARROW_THRIFT_BUILD_MD5_CHECKSUM, not sure how to skip this hash value 
comparison or override a value which we require to make that hash comparison 
successful


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to