[Viame] VIAME build error
David Zhang
david.zhang at sri.com
Wed Aug 31 14:47:58 EDT 2016
Hi:
This is David Zhang from SRI. I followed the instruction online and cloned VIAME to my laptop running 64-bit Ubuntu 14.04.
I encountered building errors which I pasted a small section below:
:
david at M6700:~/projects/VIAME/build$ make -j8
[ 7%] Removing build stamp file for build update (forcebuild).
[ 7%] Performing build step for 'fletch'
[ 6%] Performing download step (download, verify and extract) for 'Snappy'
[ 6%] Performing download step (download, verify and extract) for 'LMDB'
[ 6%] Performing download step (download, verify and extract) for 'Protobuf'
[ 6%] Performing download step (download, verify and extract) for 'GLog'
[ 6%] Performing download step (download, verify and extract) for 'OpenBLAS'
[ 6%] Performing download step (download, verify and extract) for 'ZLib'
[ 6%] Built target OpenCV
[ 6%] Performing download step (download, verify and extract) for 'Boost'
-- downloading...
src='https://github.com/google/snappy/releases/download/1.1.3/snappy-1.1.3.tar.gz'
dst='/home/david/projects/VIAME/packages/fletch/Downloads/snappy-1.1.3.tar.gz'
timeout='none'
CMake Error at Snappy-stamp/download-Snappy.cmake:27 (message):
error: downloading
'https://github.com/google/snappy/releases/download/1.1.3/snappy-1.1.3.tar.gz'
failed
status_code: 1
status_string: "Unsupported protocol"
log: Protocol "https" not supported or disabled in libcurl
Closing connection -1
-- downloading...
src='https://github.com/google/glog/archive/v0.3.3.tar.gz'
dst='/home/david/projects/VIAME/packages/fletch/Downloads/v0.3.3.tar.gz'
timeout='none'
-- downloading...
src='https://github.com/xianyi/OpenBLAS/archive/v0.2.15.tar.gz'
dst='/home/david/projects/VIAME/packages/fletch/Downloads/v0.2.15.tar.gz'
timeout='none'
make[5]: *** [build/src/Snappy-stamp/Snappy-download] Error 1
..............................................................................................................
I checked VIAME/packages/fletch/Downloads, I think all the third-party package downloads were successful. However, cmake setup still looks for these websites to downloading. The network connections were complained by the make build. I have not looked into CMake settings. If you find sometime useful, please let me know.
By the way, from the make build, I am able to build opencv. It seems like just some downloaded packages were not able to build.
Another question is: are all the built package, including VIAME, locally installed? I have other versions of opencv, eigen, boost and protobuf which are installed globally. I guess there is no conflict with these already installed packages from the VIAME.
Thanks,
David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/viame/attachments/20160831/2bfc632c/attachment-0001.html>
More information about the Viame
mailing list