Advertisement
Guest User

Untitled

a guest
Dec 28th, 2016
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.58 KB | None | 0 0
  1. [olesya@hp awesome-4.0]$ make
  2. Running cmake…
  3. -- The C compiler identification is GNU 6.2.1
  4. -- The CXX compiler identification is GNU 6.2.1
  5. -- Check for working C compiler: /usr/bin/cc
  6. -- Check for working C compiler: /usr/bin/cc -- works
  7. -- Detecting C compiler ABI info
  8. -- Detecting C compiler ABI info - done
  9. -- Detecting C compile features
  10. -- Detecting C compile features - done
  11. -- Check for working CXX compiler: /usr/bin/c++
  12. -- Check for working CXX compiler: /usr/bin/c++ -- works
  13. -- Detecting CXX compiler ABI info
  14. -- Detecting CXX compiler ABI info - done
  15. -- Detecting CXX compile features
  16. -- Detecting CXX compile features - done
  17. -- Check if the system is big endian
  18. -- Searching 16 bit integer
  19. -- Looking for sys/types.h
  20. -- Looking for sys/types.h - found
  21. -- Looking for stdint.h
  22. -- Looking for stdint.h - found
  23. -- Looking for stddef.h
  24. -- Looking for stddef.h - found
  25. -- Check size of unsigned short
  26. -- Check size of unsigned short - done
  27. -- Using unsigned short
  28. -- Check if the system is big endian - little endian
  29. -- git -> /usr/bin/git
  30. -- asciidoc not found.
  31. -- xmlto not found.
  32. -- gzip -> /usr/bin/gzip
  33. -- ldoc not found.
  34. -- ldoc.lua not found.
  35. -- convert -> /usr/bin/convert
  36. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
  37. -- Found Lua: /usr/lib64/liblua5.2.so;/usr/lib64/libm.so (found version "5.3.3")
  38. -- Not generating manpages. Missing: asciidoc xmlto
  39. -- Not generating API documentation. Missing: ldoc
  40. -- Checking for module 'xcb>=1.6'
  41. --   Found xcb, version 1.12
  42. -- Checking for module 'glib-2.0'
  43. --   Found glib-2.0, version 2.50.2
  44. -- 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;xcb-xrm'
  45. --   Found glib-2.0, version 2.50.2
  46. --   Found gdk-pixbuf-2.0, version 2.36.1
  47. --   Found cairo, version 1.14.8
  48. --   Found x11, version 1.6.4
  49. --   Found xcb-cursor, version 0.1.3
  50. --   Found xcb-randr, version 1.12
  51. --   Found xcb-xtest, version 1.12
  52. --   Found xcb-xinerama, version 1.12
  53. --   Found xcb-shape, version 1.12
  54. --   Found xcb-util, version 0.4.0
  55. --   Found xcb-keysyms, version 0.4.0
  56. --   Found xcb-icccm, version 0.4.1
  57. --   Found xcb-xkb, version 1.12
  58. --   Found xkbcommon, version 0.7.0
  59. --   Found xkbcommon-x11, version 0.7.0
  60. --   Found cairo-xcb, version 1.14.8
  61. --   Found libstartup-notification-1.0, version 0.12
  62. --   Found xproto, version 7.0.31
  63. --   Found libxdg-basedir, version 1.2.0
  64. --   Found xcb-xrm, version 1.2
  65. -- Looking for backtrace_symbols
  66. -- Looking for backtrace_symbols - found
  67. -- checking for execinfo -- found
  68. -- Looking for round
  69. -- Looking for round - not found
  70. -- Looking for round
  71. -- Looking for round - found
  72. -- checking for round -- in libm
  73. -- Checking for module 'dbus-1'
  74. --   Found dbus-1, version 1.10.14
  75. -- busted not found.
  76. -- luacheck -> /usr/bin/luacheck
  77. -- Package version will be set to 4.0.0.0.
  78. -- rpmbuild not found.
  79. -- The 'package' target will not build a RPM
  80. -- dpkg not found.
  81. -- The 'package' target will not build a DEB
  82. -- Configuring done
  83. -- Generating done
  84. -- Build files have been written to: /home/olesya/Документы/awesome-4.0/.build-hp-x86_64-pc-linux-gnu-6.2.1
  85. Running make Makefile…
  86. Building…
  87. Scanning dependencies of target generate_awesomerc
  88. [  1%] Generating awesomerc.lua, docs/05-awesomerc.md
  89. [  1%] Built target generate_awesomerc
  90. Scanning dependencies of target generated_sources
  91. [  3%] Generating atoms-intern.h
  92. [  5%] Generating atoms-extern.h
  93. [  5%] Built target generated_sources
  94. Scanning dependencies of target awesome
  95. [  7%] Building C object CMakeFiles/awesome.dir/awesome.c.o
  96. [  8%] Building C object CMakeFiles/awesome.dir/banning.c.o
  97. [ 10%] Building C object CMakeFiles/awesome.dir/color.c.o
  98. [ 12%] Building C object CMakeFiles/awesome.dir/dbus.c.o
  99. [ 14%] Building C object CMakeFiles/awesome.dir/draw.c.o
  100. [ 15%] Building C object CMakeFiles/awesome.dir/event.c.o
  101. [ 17%] Building C object CMakeFiles/awesome.dir/ewmh.c.o
  102. [ 19%] Building C object CMakeFiles/awesome.dir/keygrabber.c.o
  103. [ 21%] Building C object CMakeFiles/awesome.dir/luaa.c.o
  104. [ 22%] Building C object CMakeFiles/awesome.dir/mouse.c.o
  105. [ 24%] Building C object CMakeFiles/awesome.dir/mousegrabber.c.o
  106. [ 26%] Building C object CMakeFiles/awesome.dir/property.c.o
  107. [ 28%] Building C object CMakeFiles/awesome.dir/root.c.o
  108. [ 29%] Building C object CMakeFiles/awesome.dir/selection.c.o
  109. [ 31%] Building C object CMakeFiles/awesome.dir/spawn.c.o
  110. [ 33%] Building C object CMakeFiles/awesome.dir/stack.c.o
  111. [ 35%] Building C object CMakeFiles/awesome.dir/strut.c.o
  112. [ 36%] Building C object CMakeFiles/awesome.dir/systray.c.o
  113. [ 38%] Building C object CMakeFiles/awesome.dir/xwindow.c.o
  114. [ 40%] Building C object CMakeFiles/awesome.dir/xkb.c.o
  115. [ 42%] Building C object CMakeFiles/awesome.dir/xrdb.c.o
  116. [ 43%] Building C object CMakeFiles/awesome.dir/common/atoms.c.o
  117. [ 45%] Building C object CMakeFiles/awesome.dir/common/backtrace.c.o
  118. [ 47%] Building C object CMakeFiles/awesome.dir/common/buffer.c.o
  119. [ 49%] Building C object CMakeFiles/awesome.dir/common/luaclass.c.o
  120. [ 50%] Building C object CMakeFiles/awesome.dir/common/lualib.c.o
  121. [ 52%] Building C object CMakeFiles/awesome.dir/common/luaobject.c.o
  122. [ 54%] Building C object CMakeFiles/awesome.dir/common/util.c.o
  123. [ 56%] Building C object CMakeFiles/awesome.dir/common/version.c.o
  124. [ 57%] Building C object CMakeFiles/awesome.dir/common/xcursor.c.o
  125. [ 59%] Building C object CMakeFiles/awesome.dir/common/xembed.c.o
  126. [ 61%] Building C object CMakeFiles/awesome.dir/common/xutil.c.o
  127. [ 63%] Building C object CMakeFiles/awesome.dir/objects/button.c.o
  128. [ 64%] Building C object CMakeFiles/awesome.dir/objects/client.c.o
  129. [ 66%] Building C object CMakeFiles/awesome.dir/objects/drawable.c.o
  130. [ 68%] Building C object CMakeFiles/awesome.dir/objects/drawin.c.o
  131. [ 70%] Building C object CMakeFiles/awesome.dir/objects/key.c.o
  132. [ 71%] Building C object CMakeFiles/awesome.dir/objects/screen.c.o
  133. [ 73%] Building C object CMakeFiles/awesome.dir/objects/tag.c.o
  134. [ 75%] Building C object CMakeFiles/awesome.dir/objects/window.c.o
  135. [ 77%] Linking C executable awesome
  136. CMakeFiles/awesome.dir/dbus.c.o: In function `a_dbus_message_iter':
  137. /home/olesya/Документы/awesome-4.0/.build-hp-x86_64-pc-linux-gnu-6.2.1/dbus.c:119: undefined reference to `lua_rotate'
  138. /home/olesya/Документы/awesome-4.0/.build-hp-x86_64-pc-linux-gnu-6.2.1/dbus.c:210: undefined reference to `lua_rotate'
  139. /home/olesya/Документы/awesome-4.0/.build-hp-x86_64-pc-linux-gnu-6.2.1/dbus.c:193: undefined reference to `lua_rotate'
  140. CMakeFiles/awesome.dir/dbus.c.o: In function `luaA_object_push':
  141. /home/olesya/Документы/awesome-4.0/.build-hp-x86_64-pc-linux-gnu-6.2.1/common/luaobject.h:148: undefined reference to `lua_rotate'
  142. CMakeFiles/awesome.dir/dbus.c.o: In function `luaA_dofunction':
  143. /home/olesya/Документы/awesome-4.0/.build-hp-x86_64-pc-linux-gnu-6.2.1/common/lualib.h:69: undefined reference to `lua_rotate'
  144. CMakeFiles/awesome.dir/dbus.c.o:/home/olesya/Документы/awesome-4.0/.build-hp-x86_64-pc-linux-gnu-6.2.1/common/lualib.h:73: more undefined references to `lua_rotate' follow
  145. collect2: ошибка: выполнение ld завершилось с кодом возврата 1
  146. make[3]: *** [CMakeFiles/awesome.dir/build.make:1113: awesome] Ошибка 1
  147. make[2]: *** [CMakeFiles/Makefile2:101: CMakeFiles/awesome.dir/all] Ошибка 2
  148. make[1]: *** [Makefile:128: all] Ошибка 2
  149. make: *** [Makefile:28: cmake-build] Ошибка 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement