Advertisement
Ponchale

Erros

Mar 12th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. [ponchale@easyas build]$ sudo pacman -S extra-cmake-modules
  2. [sudo] password for ponchale:
  3. resolviendo dependencias…
  4. buscando conflictos entre paquetes…
  5.  
  6. Paquetes (1) extra-cmake-modules-5.19.0-1
  7.  
  8. Tamaño total de la descarga: 0,08 MiB
  9. Tamaño total de la instalación: 0,28 MiB
  10.  
  11. :: ¿Continuar con la instalación? [S/n] s
  12. :: Recibiendo los paquetes…
  13. extra-cmake-modules-5... 85,3 KiB 341K/s 00:00 [############################] 100%
  14. (1/1) comprobando las claves del depósito [############################] 100%
  15. (1/1) verificando la integridad de los paquetes [############################] 100%
  16. (1/1) cargando los archivos de los paquetes [############################] 100%
  17. (1/1) comprobando conflictos entre archivos [############################] 100%
  18. (1/1) comprobando el espacio disponible en el disco [############################] 100%
  19. :: Procesando los cambios de los paquetes...
  20. (1/1) instalando extra-cmake-modules [############################] 100%
  21. [ponchale@easyas build]$ cmake -DCMAKE_INSTALL_PREFIX= -DCMAKE_PREFIX_PATH= ..
  22. CMake Warning at CMakeLists.txt:6 (find_package):
  23. Could not find a configuration file for package "ECM" that is compatible
  24. with requested version "5.20.0".
  25.  
  26. The following configuration files were considered but not accepted:
  27.  
  28. /usr/share/ECM/cmake/ECMConfig.cmake, version: 5.19.0
  29.  
  30.  
  31.  
  32. --
  33. * ECM (required version >= 5.20.0) , Extra CMake Modules. , <https://projects.kde.org/projects/kdesupport/extra-cmake-modules>
  34.  
  35. CMake Error at /usr/share/cmake-3.4/Modules/FeatureSummary.cmake:556 (message):
  36. feature_summary() Error: REQUIRED package(s) are missing, aborting CMake
  37. run.
  38. Call Stack (most recent call first):
  39. CMakeLists.txt:8 (feature_summary)
  40.  
  41.  
  42. -- Configuring incomplete, errors occurred!
  43. See also "/home/ponchale/kitemmodels/build/CMakeFiles/CMakeOutput.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement