opendcp
opendcp copied to clipboard
make error [02-XML2-download failed]
Hello, I've just tried to built the opendcp
but it raises an error at the same beginning. Is the url out of date or it's something from my side?
>>> make
[ 1%] Performing download step (download, verify and extract) for '02_XML2'
-- downloading...
src='ftp://xmlsoft.org/libxml2//libxml2-2.7.8.tar.gz'
dst='/Users/marcinkawa/Qt-projects/opendcp/build/contrib/02_XML2-prefix/src/libxml2-2.7.8.tar.gz'
timeout='none'
CMake Error at 02_XML2-stamp/download-02_XML2.cmake:22 (message):
error: downloading 'ftp://xmlsoft.org/libxml2//libxml2-2.7.8.tar.gz' failed
status_code: 56
status_string: "Failure when receiving data from the peer"
log: Trying 91.121.203.120...
Connected to xmlsoft.org (91.121.203.120) port 21 (#0)
220 (vsFTPd 2.2.2)
USER anonymous
331 Please specify the password.
PASS [email protected]
230 Login successful.
PWD
257 "/"
Entry path is '/'
CWD libxml2
ftp_perform ends with SECONDARY: 0
250 Directory successfully changed.
EPSV
Connect data stream passively
421 Timeout.ng Extended Passive Mode (|||18423|)
Connection time-out
Failed EPSV attempt. Disabling EPSV
PASV
Recv failure: Operation timed out
Closing connection 0
make[2]: *** [contrib/02_XML2-prefix/src/02_XML2-stamp/02_XML2-download] Error 1
make[1]: *** [contrib/CMakeFiles/02_XML2.dir/all] Error 2
make: *** [all] Error 2
Thanks
Are you using some type of anonymous VPN?