Advertisement
Guest User

Fail compile gradio-git

a guest
Jul 31st, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.47 KB | None | 0 0
  1. [troupal@kropo build]$ cd /tmp
  2. [troupal@kropo tmp]$ yaourt -G gradio-git
  3. ==> Télécharge les sources de gradio-git
  4. x .SRCINFO
  5. x PKGBUILD
  6. x gradio.install
  7. [troupal@kropo tmp]$ cd gradio-git
  8. [troupal@kropo gradio-git]$ updpkgsums
  9. ==> Récupération des sources...
  10. ==> Génération des sommes de contrôle des sources...
  11. [troupal@kropo gradio-git]$ makepkg -csirf
  12. ==> Création du paquet gradio-git 2.3-1 (lun. août  1 02:09:05 CEST 2016)
  13. ==> Vérification des dépendances pour l’exécution...
  14. ==> Vérification des dépendances pour la compilation...
  15. ==> Récupération des sources...
  16.   -> Clonage du dépôt gradio git...
  17. Clonage dans le dépôt nu '/tmp/gradio-git/gradio'
  18. remote: Counting objects: 1271, done.
  19. remote: Compressing objects: 100% (372/372), done.
  20. remote: Total 1271 (delta 260), reused 0 (delta 0), pack-reused 891
  21. Réception d'objets: 100% (1271/1271), 597.87 KiB | 645.00 KiB/s, fait.
  22. Résolution des deltas: 100% (854/854), fait.
  23. Vérification de la connectivité... fait.
  24. ==> Validation des fichiers source avec md5sums...
  25.   gradio ... Ignoré
  26. ==> Extraction des sources...
  27. -> Création d’une copie de travail du dépot gradio git...
  28. Clonage dans 'gradio'...
  29. fait.
  30. ==> Lancement de build()...
  31. -- The C compiler identification is GNU 6.1.1
  32. -- The CXX compiler identification is GNU 6.1.1
  33. -- Check for working C compiler: /usr/bin/cc
  34. -- Check for working C compiler: /usr/bin/cc -- works
  35. -- Detecting C compiler ABI info
  36. -- Detecting C compiler ABI info - done
  37. -- Detecting C compile features
  38. -- Detecting C compile features - done
  39. -- Check for working CXX compiler: /usr/bin/c++
  40. -- Check for working CXX compiler: /usr/bin/c++ -- works
  41. -- Detecting CXX compiler ABI info
  42. -- Detecting CXX compiler ABI info - done
  43. -- Detecting CXX compile features
  44. -- Detecting CXX compile features - done
  45. -- Found PkgConfig: /home/troupal/.linuxbrew/bin/pkg-config (found version "0.29.1")
  46. -- Checking for modules 'glib-2.0;gtk+-3.0>=3.18;gstreamer-1.0;json-glib-1.0;gio-2.0;gee-0.8;libsoup-2.4'
  47. --  
  48. CMake Error at /usr/share/cmake-3.6/Modules/FindPkgConfig.cmake:424 (message):
  49. A required package was not found
  50. Call Stack (most recent call first):
  51. /usr/share/cmake-3.6/Modules/FindPkgConfig.cmake:597 (_pkg_check_modules_internal)
  52. CMakeLists.txt:87 (pkg_check_modules)
  53.  
  54.  
  55. -- Configuring incomplete, errors occurred!
  56. See also "/tmp/gradio-git/src/gradio/build/CMakeFiles/CMakeOutput.log".
  57. ==> ERREUR : Une erreur s’est produite dans build().
  58.   Abandon...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement