Advertisement
Ponchale

New error

Feb 16th, 2016
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. ponchale@easylabs:~/polkit-qt-1/build$ cmake -DCMAKE_INSTALL_PREFIX=$KF5 -DCMAKE_PREFIX_PATH=$KF5 ..
  2. -- Autodetecting Qt version to use
  3. -- Using Qt 4
  4. qmake: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No such file or directory
  5. CMake Error at /usr/share/cmake-3.2/Modules/FindQt4.cmake:1326 (message):
  6. Found unsuitable Qt version "" from NOTFOUND, this code requires Qt 4.x
  7. Call Stack (most recent call first):
  8. CMakeLists.txt:71 (find_package)
  9.  
  10.  
  11. -- Configuring incomplete, errors occurred!
  12. See also "/home/ponchale/polkit-qt-1/build/CMakeFiles/CMakeOutput.log".
  13. CMake Error: Cannot open file for write: /home/ponchale/polkit-qt-1/build/CMakeCache.txt.tmp
  14. CMake Error: : System Error: Permission denied
  15. CMake Error: Unable to open cache file for save. /home/ponchale/polkit-qt-1/build/CMakeCache.txt
  16. CMake Error: : System Error: Permission denied
  17. ponchale@easylabs:~/polkit-qt-1/build$ sudo cmake -DCMAKE_INSTALL_PREFIX=$KF5 -DCMAKE_PREFIX_PATH=$KF5 ..
  18. -- Autodetecting Qt version to use
  19. -- Using Qt 4
  20. qmake: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No such file or directory
  21. CMake Error at /usr/share/cmake-3.2/Modules/FindQt4.cmake:1326 (message):
  22. Found unsuitable Qt version "" from NOTFOUND, this code requires Qt 4.x
  23. Call Stack (most recent call first):
  24. CMakeLists.txt:71 (find_package)
  25.  
  26.  
  27. -- Configuring incomplete, errors occurred!
  28. See also "/home/ponchale/polkit-qt-1/build/CMakeFiles/CMakeOutput.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement