I can fix it
you should go back to your opencv installation
Get opencv from the opencv.org
extract it
run " cmake -D CMAKE_BUILD_TYPE=RELEASE -D WITH_OPENCL=OFF -D CMAKE_INSTALL_PREFIX=/usr/local . " command in main DIR
after that run" make -j4"
sudo make install
and every thing work out properly
way to go! ;)