[Ves] eigen-3.1.0-alpha1.tar.gz md5sum

Pat Marion pat.marion at kitware.com
Sun Jul 22 02:18:56 EDT 2012


Hi Robert,

Android NDK r7b is OK.  The README that says r6 is required is now out of
date, r6 still works, but so do the newer versions.

I'm not sure why you are getting an incorrect md5.  Could you try
downloading the eigen tarball again?  Perhaps you need to delete the
existing copy and let it to re-download.  I just tried downloading, and I
get the md5:

$ curl -O http://www.vtk.org/files/support/eigen-3.1.0-alpha1.tar.gz
$ md5 eigen-3.1.0-alpha1.tar.gz
MD5 (eigen-3.1.0-alpha1.tar.gz) = c04dedf4ae97b055b6dd2aaa01daf5e9

Pat

On Sat, Jul 21, 2012 at 9:16 PM, Robert Valkenburg
<rj.valkenburg at gmail.com>wrote:

> Hi,
>
> I'm having a few issues building VES on  Fedora 16, gcc 4.6.3
>
> The References i have been following:
>
> 1)  http://vtk.org/Wiki/VES/Developers_Guide
> 2)
> http://vtk.org/gitweb?p=VES.git;a=blob;f=Apps/Android/README.txt;hb=HEAD
> 3)  http://public.kitware.com/pipermail/ves/2012-April/000039.html
>
>
> Prerequistes:
> -------------------
>
> adb and android are on path based on comments in 1)
>
> ANDROID_NDK points to android-ndk-v7b based on comments in 3)
>
> $ export ANDROID_NDK= $HOME/android/android-ndk-v7b
>
> ant and cmake look OK
>
> $ ant -version
> Apache Ant(TM) version 1.8.2 compiled on July 6 2011
>
> $ cmake -version
> cmake version 2.8.8
>
>
> ----------------------------------------------------------------------------------------
>
>
> $ cd $HOME/android/src
> $ git clone git://vtk.org/VES.git
> $ cd VES/Apps/Android/CMakeBuild
> $ cmake -P configure.cmake
> $ cd build
> $ make -j4          2>&1 | tee make_output.txt
>
> Please see the attached make_output.txt for detailed output.
>
> The only problem seems to be and MD5 mismatch
>
> CMake Error at
> /disk/1/home/robert/android/src/VES/Apps/Android/CMakeBuild/build/CMakeExternals/Stamp/eigen/download-eigen.cmake:6
> (file):
>   file DOWNLOAD MD5 mismatch
>
>     for file:
> [/disk/1/home/robert/android/src/VES/Apps/Android/CMakeBuild/build/CMakeExternals/Download/eigen/eigen-3.1.0-alpha1.tar.gz]
>       expected MD5 sum: [c04dedf4ae97b055b6dd2aaa01daf5e9]
>         actual MD5 sum: [e42043011d3b5e1f1c3d5c9e01d9e116]
>
> Manually checking gives
>
> $ cd
> $HOME/android/src/VES/Apps/Android/CMakeBuild/build/CMakeExternals/Download/eigen
> $ md5sum eigen-3.1.0-alpha1.tar.gz
> e42043011d3b5e1f1c3d5c9e01d9e116  eigen-3.1.0-alpha1.tar.gz
>
> Is there anything obvious that i have done incorrectly?
>
> Also what is the current version of NDK that I should use for this?
> The documentation suggests r6 but a message on this list suggests r7
> and r7b should be OK.  I have tried r7b and r8b.
>
>
> Any help would be greatly appreciated.  Thanks
>      Robert
>
> PS:
>    I have loaded kiwiviewer from the android market onto a ASUS TF300
> and it runs very well.
>
> _______________________________________________
> Ves mailing list
> Ves at public.kitware.com
> http://public.kitware.com/cgi-bin/mailman/listinfo/ves
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/ves/attachments/20120721/d48d86e0/attachment-0002.html>


More information about the Ves mailing list