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='ftp://ftp.freedesktop.org/pub/mesa/12.0.0/mesa-12.0.0-rc2.tar.gz'
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
'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 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 [email protected]
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 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 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
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
