Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

error while re-build opencv-3.1.0 with extra modules "opencv_contrib" ?

I'm using Opencv 3.1.0 on Ubuntu 14.04 after downloading opencv_contrib then moving the folder to /home/MY_NAME/opencv-3.1.0/build then type in terminal cmake -DOPENCV_EXTRA_MODULES_PATH=opencv_contrib/modules opencv_source_directory i had this error "bash: /modules: Permission denied" then I've changed the permission to both opencv_contrib/modules & build/modules with chmod 777 FileName then logout to know if anything changes Unfortunately, I still have this error "bash: /modules: Permission denied" please, could you tell me what's the problem.... :(

error while re-build opencv-3.1.0 with extra modules "opencv_contrib" ?

I'm using Opencv 3.1.0 on Ubuntu 14.04 14.04

after downloading opencv_contrib then moving the folder to /home/MY_NAME/opencv-3.1.0/build then type in terminal cmake -DOPENCV_EXTRA_MODULES_PATH=opencv_contrib/modules opencv_source_directory i opencv_source_directory

I had this error "bash: /modules: Permission denied" denied"

then I've changed the permission to both opencv_contrib/modules & build/modules with chmod 777 FileName FileName

then logout to know if anything changes changes

Unfortunately, I still have this error "bash: /modules: Permission denied" denied"

please, could you tell me what's the problem.... :(

error while re-build opencv-3.1.0 with extra modules "opencv_contrib" ?

I'm using Opencv 3.1.0 on Ubuntu 14.04

after downloading opencv_contrib then moving the folder to /home/MY_NAME/opencv-3.1.0/build then type in terminal cmake -DOPENCV_EXTRA_MODULES_PATH=opencv_contrib/modules opencv_source_directory

I had this error "bash: /modules: Permission denied"

then I've changed the permission to both opencv_contrib/modules & build/modules with chmod 777 FileName

then logout to know if anything changes

Unfortunately, I still have this error "bash: /modules: Permission denied"

solve this, but after typing the absolute path :

cmake -DOPENCV_EXTRA_MODULES_PATH=/home/mohammed-aboelias/opencv_contrib/modules ..

I had this on the terminal :

-- Detected version of GNU GCC: 48 (408)

-- Found ZLIB: /usr/lib/i386-linux-gnu/libz.so (found suitable version "1.2.8", minimum required is "1.2.3")

-- Found ZLIB: /usr/lib/i386-linux-gnu/libz.so (found version "1.2.8")

-- Found OpenEXR: /usr/lib/i386-linux-gnu/libIlmImf.so

-- checking for module 'gtk+-3.0'

-- package 'gtk+-3.0' not found

-- checking for module 'gtkglext-1.0'

-- package 'gtkglext-1.0' not found

-- checking for module 'gstreamer-base-1.0'

-- package 'gstreamer-base-1.0' not found

-- checking for module 'gstreamer-video-1.0'

-- package 'gstreamer-video-1.0' not found

-- checking for module 'gstreamer-app-1.0'

-- package 'gstreamer-app-1.0' not found

-- checking for module 'gstreamer-riff-1.0'

-- package 'gstreamer-riff-1.0' not found

-- checking for module 'gstreamer-pbutils-1.0'

-- package 'gstreamer-pbutils-1.0' not found

-- Looking for linux/videodev.h

-- Looking for linux/videodev.h - not found

-- Looking for linux/videodev2.h

-- Looking for linux/videodev2.h - found

-- Looking for sys/videoio.h

-- Looking for sys/videoio.h - not found

-- checking for module 'libavresample'

-- package 'libavresample' not found

-- Looking for libavformat/avformat.h

-- Looking for libavformat/avformat.h - found

-- Looking for ffmpeg/avformat.h

-- Looking for ffmpeg/avformat.h - not found

-- checking for module 'libgphoto2'

-- package 'libgphoto2' not found

-- On 32-bit Linux IPP can not currently be used with dynamic libs because of linker errors. Set BUILD_SHARED_LIBS=OFF

-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)

-- To enable PlantUML support, set PLANTUML_JAR environment variable or pass -DPLANTUML_JAR=<filepath> option to cmake

-- Found PythonInterp: /usr/bin/python2.7 (found suitable version "2.7.6", minimum required is "2.7")

-- Could NOT find PythonLibs (missing: PYTHON_INCLUDE_DIRS) (found suitable exact version "2.7.6")

-- Found PythonInterp: /usr/bin/python3.4 (found suitable version "3.4.3", minimum required is "3.4")

-- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) (Required is exact version "3.4.3") Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: No module named 'numpy'

-- Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH)

-- Could NOT find Matlab (missing: MATLAB_MEX_SCRIPT MATLAB_INCLUDE_DIRS MATLAB_ROOT_DIR MATLAB_LIBRARIES MATLAB_LIBRARY_DIRS MATLAB_MEXEXT MATLAB_ARCH MATLAB_BIN)

-- VTK is not found. Please set -DVTK_DIR in CMake to VTK build directory, or to VTK install subdirectory with VTKConfig.cmake file

CMake Error at cmake/OpenCVModule.cmake:295 (message): No extra modules found in folder: /home/mohammed-aboelias/opencv_contrib/modules

Please provide path to 'opencv_contrib/modules' folder. Call Stack (most recent call first): modules/CMakeLists.txt:7 (ocv_glob_modules)

^[[1;2A-- -- General configuration for OpenCV 3.1.0 =====================================

-- Version control: unknown

-- Platform: -- Host: Linux 3.13.0-24-generic i686 -- CMake: 2.8.12.2 -- CMake generator: Unix Makefiles -- CMake build tool: /usr/bin/make

-- Configuration: RELEASE

-- C/C++: -- Built as dynamic libs?: YES -- C++ Compiler: /usr/bin/c++ (ver 4.8.4) -- C++ flags (Release): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -fdiagnostics-show-option -pthread -march=i686 -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mfpmath=sse -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -O2 -DNDEBUG -DNDEBUG -- C++ flags (Debug): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -fdiagnostics-show-option -pthread -march=i686 -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mfpmath=sse -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -g -O0 -DDEBUG -D_DEBUG -- C Compiler: /usr/bin/cc -- C flags (Release): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -fdiagnostics-show-option -pthread -march=i686 -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mfpmath=sse -ffunction-sections -fvisibility=hidden -O2 -DNDEBUG -DNDEBUG -- C flags (Debug): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -fdiagnostics-show-option -pthread -march=i686 -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mfpmath=sse -ffunction-sections -fvisibility=hidden -g -O0 -DDEBUG -D_DEBUG -- Linker flags (Release):
-- Linker flags (Debug):
-- Precompiled headers: YES -- Extra dependencies: /usr/lib/i386-linux-gnu/libpng.so /usr/lib/i386-linux-gnu/libz.so /usr/lib/i386-linux-gnu/libtiff.so /usr/lib/i386-linux-gnu/libjasper.so /usr/lib/i386-linux-gnu/libjpeg.so /usr/lib/i386-linux-gnu/libImath.so /usr/lib/i386-linux-gnu/libIlmImf.so /usr/lib/i386-linux-gnu/libIex.so /usr/lib/i386-linux-gnu/libHalf.so /usr/lib/i386-linux-gnu/libIlmThread.so gtk-x11-2.0 gdk-x11-2.0 atk-1.0 gio-2.0 pangoft2-1.0 pangocairo-1.0 gdk_pixbuf-2.0 cairo pango-1.0 fontconfig freetype gstvideo-0.10 gstapp-0.10 gstbase-0.10 gstriff-0.10 gstpbutils-0.10 gstreamer-0.10 gobject-2.0 gmodule-2.0 gthread-2.0 xml2 glib-2.0 dc1394 v4l1 v4l2 avcodec avformat avutil swscale dl m pthread rt tbb

-- 3rdparty dependencies: libwebp

-- OpenCV modules: -- To be built: core flann imgproc ml photo video imgcodecs shape videoio highgui objdetect superres ts features2d calib3d stitching videostab -- Disabled: world -- Disabled by dependency: -

-- Unavailable: cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev java python2 python3 viz

-- GUI: -- QT: NO -- GTK+ 2.x: YES (ver 2.24.23) -- GThread : YES (ver 2.40.2) -- GtkGlExt: NO -- OpenGL support: NO

-- VTK support: NO

-- Media I/O: -- ZLib: /usr/lib/i386-linux-gnu/libz.so (ver 1.2.8) -- JPEG: /usr/lib/i386-linux-gnu/libjpeg.so (ver ) -- WEBP: build (ver 0.3.1) -- PNG: /usr/lib/i386-linux-gnu/libpng.so (ver 1.2.50) -- TIFF: /usr/lib/i386-linux-gnu/libtiff.so (ver 42 - 4.0.3) -- JPEG 2000: /usr/lib/i386-linux-gnu/libjasper.so (ver 1.900.1) -- OpenEXR: /usr/lib/i386-linux-gnu/libImath.so /usr/lib/i386-linux-gnu/libIlmImf.so /usr/lib/i386-linux-gnu/libIex.so /usr/lib/i386-linux-gnu/libHalf.so /usr/lib/i386-linux-gnu/libIlmThread.so (ver 1.6.1)

-- GDAL: NO

-- Video I/O: -- DC1394 1.x: NO -- DC1394 2.x: YES (ver 2.2.1) -- FFMPEG: YES -- codec: YES (ver 54.35.0) -- format: YES (ver 54.20.4) -- util: YES (ver 52.3.0) -- swscale: YES (ver 2.1.1) -- resample: NO -- gentoo-style: YES -- GStreamer:
-- base: YES (ver 0.10.36) -- video: YES (ver 0.10.36) -- app: YES (ver 0.10.36) -- riff: YES (ver 0.10.36) -- pbutils: YES (ver 0.10.36) -- OpenNI: NO -- OpenNI PrimeSensor Modules: NO -- OpenNI2: NO -- PvAPI: NO -- GigEVisionSDK: NO -- UniCap: NO -- UniCap ucil: NO -- V4L/V4L2: Using libv4l1 (ver 1.0.1) / libv4l2 (ver 1.0.1) -- XIMEA: NO -- Xine: NO

-- gPhoto2: NO

-- Parallel framework: TBB (ver 4.2 interface 7000)

-- Other third-party libraries: -- Use IPP: IPP not found or implicitly disabled -- Use IPP Async: NO -- Use VA: NO -- Use Intel VA-API/OpenCL: NO -- Use Eigen: NO -- Use Cuda: NO -- Use OpenCL: YES

-- Use custom HAL: NO

-- OpenCL: -- Version: dynamic -- Include path: /home/mohammed_aboelias/opencv-3.1.0/3rdparty/include/opencl/1.2 -- Use AMDFFT: NO

-- Use AMDBLAS: NO

-- Python 2: -- Interpreter: /usr/bin/python2.7 (ver 2.7.6) -- Libraries: NO -- numpy: /usr/lib/python2.7/dist-packages/numpy/core/include (ver 1.8.2)

-- packages path: lib/python2.7/dist-packages

-- Python 3:

-- Interpreter: /usr/bin/python3.4 (ver 3.4.3)

-- Python (for build): /usr/bin/python2.7

-- Java: -- ant: NO -- JNI: NO -- Java wrappers: NO

-- Java tests: NO

-- Matlab: Matlab not found or implicitly disabled

-- Documentation: -- Doxygen: NO

-- PlantUML: NO

-- Tests and samples: -- Tests: YES -- Performance tests: YES

-- C/C++ Examples: YES

-- Install path: /usr/local

-- cvconfig.h is in: /home/mohammed_aboelias/opencv-3.1.0/build

-- -----------------------------------------------------------------

-- Configuring incomplete, errors occurred! See also "/home/mohammed_aboelias/opencv-3.1.0/build/CMakeFiles/CMakeOutput.log". See also "/home/mohammed_aboelias/opencv-3.1.0/build/CMakeFiles/CMakeError.log". please, could you tell me what's the problem.... :(