Advertisement
Guest User

Untitled

a guest
Oct 21st, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.68 KB | None | 0 0
  1. [medik@hydra i3-4.14.1 $] ./configure
  2. checking build system type... x86_64-pc-linux-gnu
  3. checking host system type... x86_64-pc-linux-gnu
  4. checking target system type... x86_64-pc-linux-gnu
  5. continue configure in default builddir "./x86_64-pc-linux-gnu"
  6. ....exec /bin/sh .././configure "--srcdir=.." "--enable-builddir=x86_64-pc-linux-gnu" "linux
  7. gnu"
  8. checking build system type... x86_64-pc-linux-gnu
  9. checking host system type... x86_64-pc-linux-gnu
  10. checking target system type... x86_64-pc-linux-gnu
  11. checking for gsed... sed
  12. checking for a BSD-compatible install... /usr/bin/install -c
  13. checking whether build environment is sane... yes
  14. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  15. checking for gawk... gawk
  16. checking whether make sets $(MAKE)... yes
  17. checking whether make supports nested variables... yes
  18. checking whether make supports nested variables... (cached) yes
  19. checking whether to enable maintainer-specific portions of Makefiles... yes
  20. checking for gawk... (cached) gawk
  21. checking for GNU make... make
  22. checking for a sed that does not truncate output... /usr/bin/sed
  23. checking whether to build with code coverage support... no
  24. checking whether to enable debugging... no
  25. checking for style of include used by make... GNU
  26. checking for gcc... gcc
  27. checking whether the C compiler works... yes
  28. checking for C compiler default output file name... a.out
  29. checking for suffix of executables...
  30. checking whether we are cross compiling... no
  31. checking for suffix of object files... o
  32. checking whether we are using the GNU C compiler... yes
  33. checking whether gcc accepts -g... yes
  34. checking for gcc option to accept ISO C89... none needed
  35. checking whether gcc understands -c and -o together... yes
  36. checking dependency style of gcc... gcc3
  37. checking for gcc option to accept ISO C99... none needed
  38. checking how to run the C preprocessor... gcc -E
  39. checking for grep that handles long lines and -e... /usr/bin/grep
  40. checking for egrep... /usr/bin/grep -E
  41. checking for ANSI C header files... yes
  42. checking for sys/types.h... yes
  43. checking for sys/stat.h... yes
  44. checking for stdlib.h... yes
  45. checking for string.h... yes
  46. checking for memory.h... yes
  47. checking for strings.h... yes
  48. checking for inttypes.h... yes
  49. checking for stdint.h... yes
  50. checking for unistd.h... yes
  51. checking minix/config.h usability... no
  52. checking minix/config.h presence... no
  53. checking for minix/config.h... no
  54. checking whether it is safe to define __EXTENSIONS__... yes
  55. checking for stdbool.h that conforms to C99... yes
  56. checking for _Bool... yes
  57. checking for mode_t... yes
  58. checking for off_t... yes
  59. checking for pid_t... yes
  60. checking for size_t... yes
  61. checking for ssize_t... yes
  62. checking for pid_t... (cached) yes
  63. checking vfork.h usability... no
  64. checking vfork.h presence... no
  65. checking for vfork.h... no
  66. checking for fork... yes
  67. checking for vfork... yes
  68. checking for working fork... yes
  69. checking for working vfork... (cached) yes
  70. checking whether lstat correctly handles trailing slash... yes
  71. checking for working strnlen... yes
  72. checking for atexit... yes
  73. checking for dup2... yes
  74. checking for ftruncate... yes
  75. checking for getcwd... yes
  76. checking for gettimeofday... yes
  77. checking for localtime_r... yes
  78. checking for memchr... yes
  79. checking for memset... yes
  80. checking for mkdir... yes
  81. checking for rmdir... yes
  82. checking for setlocale... yes
  83. checking for socket... yes
  84. checking for strcasecmp... yes
  85. checking for strchr... yes
  86. checking for strdup... yes
  87. checking for strerror... yes
  88. checking for strncasecmp... yes
  89. checking for strndup... yes
  90. checking for strrchr... yes
  91. checking for strspn... yes
  92. checking for strstr... yes
  93. checking for strtol... yes
  94. checking for strtoul... yes
  95. checking for library containing floor... -lm
  96. checking for library containing ev_run... -lev
  97. checking for library containing shm_open... -lrt
  98. checking for library containing iconv_open... none required
  99. checking whether gcc is Clang... no
  100. checking whether pthreads work with -pthread... yes
  101. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  102. checking whether more special flags are required for pthreads... no
  103. checking for PTHREAD_PRIO_INHERIT... yes
  104. checking for pkg-config... /usr/bin/pkg-config
  105. checking pkg-config is at least version 0.9.0... yes
  106. checking for LIBSN... yes
  107. checking for XCB... yes
  108. checking for XCB_UTIL... yes
  109. checking for XCB_UTIL_CURSOR... yes
  110. checking for XCB_UTIL_KEYSYMS... yes
  111. checking for XCB_UTIL_WM... yes
  112. checking for XCB_UTIL_XRM... yes
  113. checking for XKBCOMMON... yes
  114. checking for YAJL... yes
  115. checking for LIBPCRE... yes
  116. checking for PANGOCAIRO... yes
  117. checking for gawk... (cached) gawk
  118. checking how to run the C preprocessor... gcc -E
  119. checking whether make sets $(MAKE)... (cached) yes
  120. checking for ranlib... ranlib
  121. checking whether ln -s works... yes
  122. checking for asciidoc... no
  123. checking for xmlto... /usr/bin/xmlto
  124. checking for pod2man... /usr/bin/pod2man
  125. checking for ar... ar
  126. checking the archiver (ar) interface... ar
  127. checking CFLAGS for maximum warnings... -Wall
  128. checking whether C compiler accepts -Wunused-value... yes
  129. checking fcntl.h usability... yes
  130. checking fcntl.h presence... yes
  131. checking for fcntl.h... yes
  132. checking float.h usability... yes
  133. checking float.h presence... yes
  134. checking for float.h... yes
  135. checking for inttypes.h... (cached) yes
  136. checking limits.h usability... yes
  137. checking limits.h presence... yes
  138. checking for limits.h... yes
  139. checking locale.h usability... yes
  140. checking locale.h presence... yes
  141. checking for locale.h... yes
  142. checking netinet/in.h usability... yes
  143. checking netinet/in.h presence... yes
  144. checking for netinet/in.h... yes
  145. checking paths.h usability... yes
  146. checking paths.h presence... yes
  147. checking for paths.h... yes
  148. checking stddef.h usability... yes
  149. checking stddef.h presence... yes
  150. checking for stddef.h... yes
  151. checking for stdint.h... (cached) yes
  152. checking for stdlib.h... (cached) yes
  153. checking for string.h... (cached) yes
  154. checking sys/param.h usability... yes
  155. checking sys/param.h presence... yes
  156. checking for sys/param.h... yes
  157. checking sys/socket.h usability... yes
  158. checking sys/socket.h presence... yes
  159. checking for sys/socket.h... yes
  160. checking sys/time.h usability... yes
  161. checking sys/time.h presence... yes
  162. checking for sys/time.h... yes
  163. checking for unistd.h... (cached) yes
  164. checking that generated files are newer than configure... done
  165. configure: creating ./config.status
  166. config.status: creating Makefile
  167. gawk: ./confZsVBt4/subs.awk:310: fatal error: internal error: segfault
  168. ./config.status: line 1197: 27055 Done(141) eval sed \"\$ac_sed_extra\" "$ac_file_inputs"
  169. 27056 Aborted (core dumped) | $AWK -f "$ac_tmp/subs.awk" > $ac_tmp/out
  170. config.status: error: could not create Makefile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement