Advertisement
Guest User

Untitled

a guest
Aug 18th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.75 KB | None | 0 0
  1. $ makepkg -si
  2. ==> Making package: xorg-xpyb-git 20120808-1 (Sun Aug 18 15:47:32 EDT 2013)
  3. ==> Checking runtime dependencies...
  4. ==> Checking buildtime dependencies...
  5. ==> Retrieving sources...
  6. ==> Extracting sources...
  7. ==> Starting build()...
  8. Cloning into 'xpyb'...
  9. Checking connectivity... done
  10. autoreconf: Entering directory `.'
  11. autoreconf: configure.ac: not using Gettext
  12. autoreconf: running: aclocal -I m4
  13. autoreconf: configure.ac: tracing
  14. autoreconf: running: libtoolize --copy
  15. libtoolize: putting auxiliary files in `.'.
  16. libtoolize: copying file `./ltmain.sh'
  17. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  18. libtoolize: copying file `m4/libtool.m4'
  19. libtoolize: copying file `m4/ltoptions.m4'
  20. libtoolize: copying file `m4/ltsugar.m4'
  21. libtoolize: copying file `m4/ltversion.m4'
  22. libtoolize: copying file `m4/lt~obsolete.m4'
  23. autoreconf: running: /usr/bin/autoconf
  24. autoreconf: running: /usr/bin/autoheader
  25. autoreconf: running: automake --add-missing --copy --no-force
  26. configure.ac:11: installing './compile'
  27. configure.ac:11: installing './config.guess'
  28. configure.ac:11: installing './config.sub'
  29. configure.ac:16: installing './install-sh'
  30. configure.ac:16: installing './missing'
  31. src/Makefile.am: installing './depcomp'
  32. src/Makefile.am:144: installing './py-compile'
  33. autoreconf: Leaving directory `.'
  34. checking build system type... x86_64-unknown-linux-gnu
  35. checking host system type... x86_64-unknown-linux-gnu
  36. checking how to print strings... printf
  37. checking for gcc... gcc
  38. checking whether the C compiler works... yes
  39. checking for C compiler default output file name... a.out
  40. checking for suffix of executables...
  41. checking whether we are cross compiling... no
  42. checking for suffix of object files... o
  43. checking whether we are using the GNU C compiler... yes
  44. checking whether gcc accepts -g... yes
  45. checking for gcc option to accept ISO C89... none needed
  46. checking whether gcc understands -c and -o together... yes
  47. checking for a sed that does not truncate output... /usr/bin/sed
  48. checking for grep that handles long lines and -e... /usr/bin/grep
  49. checking for egrep... /usr/bin/grep -E
  50. checking for fgrep... /usr/bin/grep -F
  51. checking for ld used by gcc... /usr/bin/ld
  52. checking if the linker (/usr/bin/ld) is GNU ld... yes
  53. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  54. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  55. checking whether ln -s works... yes
  56. checking the maximum length of command line arguments... 1572864
  57. checking whether the shell understands some XSI constructs... yes
  58. checking whether the shell understands "+="... yes
  59. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  60. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  61. checking for /usr/bin/ld option to reload object files... -r
  62. checking for objdump... objdump
  63. checking how to recognize dependent libraries... pass_all
  64. checking for dlltool... no
  65. checking how to associate runtime and link libraries... printf %s\n
  66. checking for ar... ar
  67. checking for archiver @FILE support... @
  68. checking for strip... strip
  69. checking for ranlib... ranlib
  70. checking for gawk... gawk
  71. checking command to parse /usr/bin/nm -B output from gcc object... ok
  72. checking for sysroot... no
  73. checking for mt... no
  74. checking if : is a manifest tool... no
  75. checking how to run the C preprocessor... gcc -E
  76. checking for ANSI C header files... yes
  77. checking for sys/types.h... yes
  78. checking for sys/stat.h... yes
  79. checking for stdlib.h... yes
  80. checking for string.h... yes
  81. checking for memory.h... yes
  82. checking for strings.h... yes
  83. checking for inttypes.h... yes
  84. checking for stdint.h... yes
  85. checking for unistd.h... yes
  86. checking for dlfcn.h... yes
  87. checking for objdir... .libs
  88. checking if gcc supports -fno-rtti -fno-exceptions... no
  89. checking for gcc option to produce PIC... -fPIC -DPIC
  90. checking if gcc PIC flag -fPIC -DPIC works... yes
  91. checking if gcc static flag -static works... yes
  92. checking if gcc supports -c -o file.o... yes
  93. checking if gcc supports -c -o file.o... (cached) yes
  94. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  95. checking whether -lc should be explicitly linked in... no
  96. checking dynamic linker characteristics... GNU/Linux ld.so
  97. checking how to hardcode library paths into programs... immediate
  98. checking whether stripping libraries is possible... yes
  99. checking if libtool supports shared libraries... yes
  100. checking whether to build shared libraries... yes
  101. checking whether to build static libraries... no
  102. checking for gcc... (cached) gcc
  103. checking whether we are using the GNU C compiler... (cached) yes
  104. checking whether gcc accepts -g... (cached) yes
  105. checking for gcc option to accept ISO C89... (cached) none needed
  106. checking whether gcc understands -c and -o together... (cached) yes
  107. checking for a BSD-compatible install... /usr/bin/install -c
  108. checking whether build environment is sane... yes
  109. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  110. checking whether make sets $(MAKE)... yes
  111. checking for style of include used by make... GNU
  112. checking whether make supports nested variables... yes
  113. checking dependency style of gcc... gcc3
  114. checking whether python2 version is >= 2.5... yes
  115. checking for python2 version... 2.7
  116. checking for python2 platform... linux2
  117. checking for python2 script directory... ${prefix}/lib/python2.7/site-packages
  118. checking for python2 extension module directory... ${exec_prefix}/lib/python2.7/site-packages
  119. checking for python include dir... /usr/include/python2.7
  120. ./configure: line 12371: syntax error near unexpected token `XCBPROTO,'
  121. ./configure: line 12371: `PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.7.1)'
  122. ==> ERROR: A failure occurred in build().
  123. Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement