[Paraview] [Non-DoD Source] PV 5.1.2 Mesa Build

Angelini, Richard C (Rick) CIV USARMY RDECOM ARL (US) richard.c.angelini.civ at mail.mil
Wed Aug 10 14:24:23 EDT 2016


I’m not sure if this is the right way to fix this problem,  but there was
not a URL_MD5 value for mesa-12.0.0 in the versions.cmake file.   So I
manually added a URL_MD5 entry to versions.cmake and it now works correctly
(if the tar ball is there it does not attempt to download it)

if (CROSS_BUILD_STAGE STREQUAL "CROSS")
add_revision(mesa
URL "http://www.paraview.org/files/dependencies/MesaLib-7.6.1.tar.gz"
URL_MD5 e80fabad2e3eb7990adae773d6aeacba)
else()
add_revision(mesa
URL "ftp://ftp.freedesktop.org/pub/mesa/12.0.0/mesa-12.0.0-rc2.tar.gz")
URL_MD5 cca449752b58c35f03af5a009d099283)
<<<<<<<<<<<<<<<<<<<<<<<<  I added this!
endif()


________________________________
Rick Angelini
USArmy Research Laboratory
CISD/HPC Architectures Team
Phone:  410-278-6266

From:  ParaView <paraview-bounces at paraview.org> on behalf of Rick Angelini
<Richard.C.Angelini.CIV at mail.mil>
Date:  Wednesday, August 10, 2016 at 2:13 PM
To:  ParaView <paraview at paraview.org>
Subject:  [Non-DoD Source] [Paraview] PV 5.1.2 Mesa Build

All active links contained in this email were disabled. Please verify the
identity of the sender, and confirm the authenticity of all links contained
within the message prior to copying and pasting the address to a Web
browser. 




I’m using the Superbuild to attempt to build ParaView on a system which
cannot FTP to the outside world.     I have downloaded all of the tar balls
into a Downloads directory, including mesa-12.0.0-rc2.tar.gz – however, the
SuperBuild insists on zero’ing out the mesa-12.0.0-rc2.tar.gz file and
trying to FTP it down.       I have GIT=OFF in my cmake command.



[ 24%] Completed 'llvm'
[ 24%] Built target llvm
Scanning dependencies of target mesa
[ 25%] Creating directories for 'mesa'
[ 25%] Performing download step (download, verify and extract) for 'mesa'
-- downloading...
     
src='Caution-ftp://ftp.freedesktop.org/pub/mesa/12.0.0/mesa-12.0.0-rc2.tar.g
z'
     dst='/u/home/angel/PV/5.1.2/Downloads/mesa-12.0.0-rc2.tar.gz'
     timeout='none'
CMake Error at mesa-stamp/download-mesa.cmake:21 (message):
  error: downloading
  'Caution-ftp://ftp.freedesktop.org/pub/mesa/12.0.0/mesa-12.0.0-rc2.tar.gz'
failed

    status_code: 7
    status_string: "Couldn't connect to server"
    log:   Trying 131.252.210.176...

  Connected to Caution-ftp.freedesktop.org (131.252.210.176) port 21 (#0)

  220 Welcome to the freedesktop.org FTP server.

  USER anonymous

  331 Please specify the password.

  PASS ftp at example.com

  230 Login successful.

  PWD

  257 "/"

  Entry path is '/'

  CWD pub

  ftp_perform ends with SECONDARY: 0

  250 Directory successfully changed.

  CWD mesa

  250 Directory successfully changed.

  CWD 12.0.0

  250 Directory successfully changed.

  EPSV

  Connect data stream passively

  229 Entering Extended Passive Mode (|||37332|).

    Trying 131.252.210.176...

  Connecting to 131.252.210.176 (131.252.210.176) port 37332

  connect to 131.252.210.176 port 21 failed: Connection timed out

  Failed to connect to Caution-ftp.freedesktop.org port 21: Connection timed
out

  Failed EPSV attempt.  Disabling EPSV

  PASV

  227 Entering Passive Mode (131,252,210,176,180,31).

    Trying 131.252.210.176...

  Connecting to 131.252.210.176 (131.252.210.176) port 46111

  connect to 131.252.210.176 port 21 failed: Connection timed out

  Failed to connect to Caution-ftp.freedesktop.org port 21: Connection timed
out

  Closing connection 0





make[2]: *** [mesa/src/mesa-stamp/mesa-download] Error 1
make[1]: *** [CMakeFiles/mesa.dir/all] Error 2
make: *** [all] Error 2________________________________
Rick Angelini
USArmy Research Laboratory
CISD/HPC Architectures Team
Phone:  410-278-6266


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20160810/b5ce1ac6/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5108 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/paraview/attachments/20160810/b5ce1ac6/attachment.bin>


More information about the ParaView mailing list