Advertisement
Guest User

Awesome-git compile error

a guest
Jun 22nd, 2015
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 2.46 KB | None | 0 0
  1.  Starting pkgver()...
  2. ==> Updated version: awesome-git 3.5.2.476.g32b5842-1
  3. ==> Starting prepare()...
  4. ==> Starting build()...
  5. -- The C compiler identification is GNU 5.1.0
  6. -- The CXX compiler identification is GNU 5.1.0
  7. -- Check for working C compiler: /usr/bin/cc
  8. -- Check for working C compiler: /usr/bin/cc -- works
  9. -- Detecting C compiler ABI info
  10. -- Detecting C compiler ABI info - done
  11. -- Detecting C compile features
  12. -- Detecting C compile features - done
  13. -- Check for working CXX compiler: /usr/bin/c++
  14. -- Check for working CXX compiler: /usr/bin/c++ -- works
  15. -- Detecting CXX compiler ABI info
  16. -- Detecting CXX compiler ABI info - done
  17. -- Detecting CXX compile features
  18. -- Detecting CXX compile features - done
  19. -- Check if the system is big endian
  20. -- Searching 16 bit integer
  21. -- Looking for sys/types.h
  22. -- Looking for sys/types.h - found
  23. -- Looking for stdint.h
  24. -- Looking for stdint.h - found
  25. -- Looking for stddef.h
  26. -- Looking for stddef.h - found
  27. -- Check size of unsigned short
  28. -- Check size of unsigned short - done
  29. -- Using unsigned short
  30. -- Check if the system is big endian - little endian
  31. -- git -> /usr/bin/git
  32. -- hostname -> /usr/bin/hostname
  33. -- asciidoc -> /usr/bin/asciidoc
  34. -- xmlto -> /usr/bin/xmlto
  35. -- gzip -> /usr/bin/gzip
  36. -- ldoc -> /usr/bin/ldoc
  37. -- convert -> /usr/bin/convert
  38. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.28")
  39. -- Found Lua: /usr/lib/liblua.so.5.3;/usr/lib64/libm.so (found version "5.3.1")
  40. -- checking for module 'xcb>=1.6'
  41. --   found xcb, version 1.11
  42. -- checking for modules 'glib-2.0;gdk-pixbuf-2.0;cairo;x11;xcb-cursor;xcb-randr;xcb-xtest;xcb-xinerama;xcb-shape;xcb-util>=0.3.8;xcb-keysyms>=0.3.4;xcb-icccm>=0.3.8;xcb-xkb;xkbcommon;xkbcommon-x11;cairo-xcb;libstartup-notification-1.0>=0.10;xproto>=7.0.15;libxdg-basedir>=1.0.0'
  43. --   package 'xkbcommon-x11' not found
  44. CMake Error at /usr/share/cmake-3.2/Modules/FindPkgConfig.cmake:340 (message):
  45.   A required package was not found
  46. Call Stack (most recent call first):
  47.   /usr/share/cmake-3.2/Modules/FindPkgConfig.cmake:502 (_pkg_check_modules_internal)
  48.   awesomeConfig.cmake:128 (pkg_check_modules)
  49.   CMakeLists.txt:15 (include)
  50.  
  51.  
  52. -- Configuring incomplete, errors occurred!
  53. See also "/tmp/yaourt-tmp/aur-awesome-git/src/build/CMakeFiles/CMakeOutput.log".
  54. See also "/tmp/yaourt-tmp/aur-awesome-git/src/build/CMakeFiles/CMakeError.log".
  55. ==> ERROR: A failure occurred in build().
  56.     Aborting...
  57. ==> ERROR: Makepkg was unable to build awesome-git.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement