Advertisement
Guest User

Untitled

a guest
Sep 28th, 2015
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. -- Detected version of GNU GCC: 48 (408)
  2. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found suitable version "1.2.8", minimum required is "1.2.3")
  3. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
  4. -- Found OpenEXR: /usr/lib/x86_64-linux-gnu/libIlmImf.so
  5. -- checking for module 'gstreamer-base-1.0'
  6. -- package 'gstreamer-base-1.0' not found
  7. -- checking for module 'gstreamer-video-1.0'
  8. -- package 'gstreamer-video-1.0' not found
  9. -- checking for module 'gstreamer-app-1.0'
  10. -- package 'gstreamer-app-1.0' not found
  11. -- checking for module 'gstreamer-riff-1.0'
  12. -- package 'gstreamer-riff-1.0' not found
  13. -- checking for module 'gstreamer-pbutils-1.0'
  14. -- package 'gstreamer-pbutils-1.0' not found
  15. -- checking for module 'gstreamer-base-0.10'
  16. -- package 'gstreamer-base-0.10' not found
  17. -- checking for module 'gstreamer-video-0.10'
  18. -- package 'gstreamer-video-0.10' not found
  19. -- checking for module 'gstreamer-app-0.10'
  20. -- package 'gstreamer-app-0.10' not found
  21. -- checking for module 'gstreamer-riff-0.10'
  22. -- package 'gstreamer-riff-0.10' not found
  23. -- checking for module 'gstreamer-pbutils-0.10'
  24. -- package 'gstreamer-pbutils-0.10' not found
  25. -- Looking for linux/videodev.h
  26. -- Looking for linux/videodev.h - not found
  27. -- Looking for linux/videodev2.h
  28. -- Looking for linux/videodev2.h - found
  29. -- Looking for sys/videoio.h
  30. -- Looking for sys/videoio.h - not found
  31. -- checking for module 'libavresample'
  32. -- package 'libavresample' not found
  33. -- Looking for libavformat/avformat.h
  34. -- Looking for libavformat/avformat.h - found
  35. -- Looking for ffmpeg/avformat.h
  36. -- Looking for ffmpeg/avformat.h - not found
  37. -- checking for module 'libgphoto2'
  38. -- package 'libgphoto2' not found
  39. CMake Warning at 3rdparty/ippicv/downloader.cmake:54 (message):
  40. ICV: Local copy of ICV package has invalid MD5 hash:
  41. dc879346e679e0002f5f8f03e112b35a (expected:
  42. 8b449a536a2157bcad08a2b9f266828b)
  43. Call Stack (most recent call first):
  44. 3rdparty/ippicv/downloader.cmake:108 (_icv_downloader)
  45. cmake/OpenCVFindIPP.cmake:235 (include)
  46. cmake/OpenCVFindLibsPerf.cmake:12 (include)
  47. CMakeLists.txt:526 (include)
  48.  
  49.  
  50. -- ICV: Downloading ippicv_linux_20141027.tgz...
  51. CMake Error at 3rdparty/ippicv/downloader.cmake:71 (file):
  52. file DOWNLOAD HASH mismatch
  53.  
  54. for file: [/home/aboobacker/OpenCV/opencv-3.0.0/3rdparty/ippicv/downloads/linux-8b449a536a2157bcad08a2b9f266828b/ippicv_linux_20141027.tgz]
  55. expected hash: [8b449a536a2157bcad08a2b9f266828b]
  56. actual hash: [8598726ff1c217e1e320e1ed2e770d98]
  57.  
  58. Call Stack (most recent call first):
  59. 3rdparty/ippicv/downloader.cmake:108 (_icv_downloader)
  60. cmake/OpenCVFindIPP.cmake:235 (include)
  61. cmake/OpenCVFindLibsPerf.cmake:12 (include)
  62. CMakeLists.txt:526 (include)
  63.  
  64.  
  65. CMake Error at 3rdparty/ippicv/downloader.cmake:75 (message):
  66. ICV: Failed to download ICV package: ippicv_linux_20141027.tgz.
  67. Status=28;"Timeout was reached"
  68. Call Stack (most recent call first):
  69. 3rdparty/ippicv/downloader.cmake:108 (_icv_downloader)
  70. cmake/OpenCVFindIPP.cmake:235 (include)
  71. cmake/OpenCVFindLibsPerf.cmake:12 (include)
  72. CMakeLists.txt:526 (include)
  73.  
  74.  
  75. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement