Advertisement
tukusejssirs

nano_configure_log

Jun 16th, 2019
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 16.91 KB | None | 0 0
  1. $ ./configure
  2. checking build system type... x86_64-pc-linux-gnu
  3. checking host system type... x86_64-pc-linux-gnu
  4. checking for a BSD-compatible install... /usr/bin/install -c
  5. checking whether build environment is sane... yes
  6. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  7. checking for gawk... gawk
  8. checking whether make sets $(MAKE)... yes
  9. checking whether make supports nested variables... yes
  10. checking whether make supports the include directive... yes (GNU style)
  11. checking for gcc... gcc
  12. checking whether the C compiler works... yes
  13. checking for C compiler default output file name... a.out
  14. checking for suffix of executables...
  15. checking whether we are cross compiling... no
  16. checking for suffix of object files... o
  17. checking whether we are using the GNU C compiler... yes
  18. checking whether gcc accepts -g... yes
  19. checking for gcc option to enable C11 features... -std=gnu11
  20. checking dependency style of gcc -std=gnu11... gcc3
  21. checking how to run the C preprocessor... gcc -std=gnu11 -E
  22. checking for grep that handles long lines and -e... /usr/bin/grep
  23. checking for egrep... /usr/bin/grep -E
  24. checking for ANSI C header files... yes
  25. checking for sys/types.h... yes
  26. checking for sys/stat.h... yes
  27. checking for stdlib.h... yes
  28. checking for string.h... yes
  29. checking for memory.h... yes
  30. checking for strings.h... yes
  31. checking for inttypes.h... yes
  32. checking for stdint.h... yes
  33. checking for unistd.h... yes
  34. checking minix/config.h usability... no
  35. checking minix/config.h presence... no
  36. checking for minix/config.h... no
  37. checking whether it is safe to define __EXTENSIONS__... yes
  38. checking whether _XOPEN_SOURCE should be defined... no
  39. checking for Minix Amsterdam compiler... no
  40. checking for ar... ar
  41. checking for ranlib... ranlib
  42. checking for special C compiler options needed for large files... no
  43. checking for _FILE_OFFSET_BITS value needed for large files... no
  44. checking for size_t... yes
  45. checking for working alloca.h... yes
  46. checking for alloca... yes
  47. checking whether <wchar.h> uses 'inline' correctly... yes
  48. checking for btowc... yes
  49. checking for symlink... yes
  50. checking for fnmatch... yes
  51. checking for isblank... yes
  52. checking for iswctype... yes
  53. checking for mbsrtowcs... yes
  54. checking for mempcpy... yes
  55. checking for wmemchr... yes
  56. checking for wmemcpy... yes
  57. checking for wmempcpy... yes
  58. checking for futimens... yes
  59. checking for getdelim... yes
  60. checking for getlogin_r... yes
  61. checking for gettimeofday... yes
  62. checking for glob... yes
  63. checking for glob_pattern_p... yes
  64. checking for getpwnam_r... yes
  65. checking for iswcntrl... yes
  66. checking for iswblank... yes
  67. checking for lstat... yes
  68. checking for mbsinit... yes
  69. checking for mbrtowc... yes
  70. checking for mprotect... yes
  71. checking for _set_invalid_parameter_handler... no
  72. checking for nl_langinfo... yes
  73. checking for sigaction... yes
  74. checking for sigaltstack... yes
  75. checking for siginterrupt... yes
  76. checking for snprintf... yes
  77. checking for vasnprintf... no
  78. checking for utime... yes
  79. checking for futimes... yes
  80. checking for futimesat... yes
  81. checking for utimensat... yes
  82. checking for lutimes... yes
  83. checking for wcrtomb... yes
  84. checking for wcwidth... yes
  85. checking for nl_langinfo and CODESET... yes
  86. checking for a traditional french locale... fr_FR
  87. checking whether the preprocessor supports include_next... yes
  88. checking whether system header files limit the line length... no
  89. checking for dirent.h... yes
  90. checking for unistd.h... (cached) yes
  91. checking for fnmatch.h... yes
  92. checking for wctype.h... yes
  93. checking for sys/stat.h... (cached) yes
  94. checking for getopt.h... yes
  95. checking for sys/cdefs.h... yes
  96. checking for sys/time.h... yes
  97. checking for sys/socket.h... yes
  98. checking for glob.h... yes
  99. checking for crtdefs.h... no
  100. checking for langinfo.h... yes
  101. checking for limits.h... yes
  102. checking for xlocale.h... yes
  103. checking for math.h... yes
  104. checking for sys/mman.h... yes
  105. checking for sys/param.h... yes
  106. checking for malloc.h... yes
  107. checking for features.h... yes
  108. checking for wchar.h... yes
  109. checking for stdint.h... (cached) yes
  110. checking for strings.h... (cached) yes
  111. checking for sys/wait.h... yes
  112. checking for utime.h... yes
  113. checking for complete errno.h... yes
  114. checking for working fcntl.h... yes
  115. checking for pid_t... yes
  116. checking for mode_t... yes
  117. checking for mbstate_t... yes
  118. checking whether frexp() can be used without linking with libm... yes
  119. checking whether alarm is declared... yes
  120. checking whether long double and double are the same... no
  121. checking whether stat file-mode macros are broken... no
  122. checking for nlink_t... yes
  123. checking whether getdelim is declared... yes
  124. checking whether getline is declared... yes
  125. checking whether getlogin_r is declared... yes
  126. checking whether getlogin is declared... yes
  127. checking for getopt.h... (cached) yes
  128. checking for getopt_long_only... yes
  129. checking whether getopt is POSIX compatible... yes
  130. checking for working GNU getopt function... yes
  131. checking for working GNU getopt_long function... yes
  132. checking for C/C++ restrict keyword... __restrict
  133. checking for struct timeval... yes
  134. checking for wide-enough struct timeval.tv_sec member... yes
  135. checking where to find the exponent in a 'double'... word 1 bit 20
  136. checking where to find the exponent in a 'float'... word 0 bit 23
  137. checking whether byte ordering is bigendian... no
  138. checking for wint_t... yes
  139. checking whether wint_t is too small... no
  140. checking whether iswcntrl works... yes
  141. checking for towlower... yes
  142. checking for wctype_t... yes
  143. checking for wctrans_t... yes
  144. checking whether limits.h has LLONG_MAX, WORD_BIT, ULLONG_WIDTH etc.... no
  145. checking for wchar_t... yes
  146. checking for good max_align_t... yes
  147. checking whether NULL can be used in arbitrary expressions... yes
  148. checking for ld used by gcc -std=gnu11... /usr/bin/ld
  149. checking if the linker (/usr/bin/ld) is GNU ld... yes
  150. checking for shared library run path origin... done
  151. checking 32-bit host C ABI... no
  152. checking for the common suffixes of directories in the library search path... lib64,lib64
  153. checking whether imported symbols can be declared weak... yes
  154. checking pthread.h usability... yes
  155. checking pthread.h presence... yes
  156. checking for pthread.h... yes
  157. checking for multithread API to use... posix
  158. checking whether lstat correctly handles trailing slash... yes
  159. checking whether malloc, realloc, calloc are POSIX compliant... yes
  160. checking for stdlib.h... (cached) yes
  161. checking for GNU libc compatible malloc... yes
  162. checking for unsigned long long int... yes
  163. checking for long long int... yes
  164. checking for a traditional japanese locale... ja_JP
  165. checking for a transitional chinese locale... zh_CN.GB18030
  166. checking for a french Unicode locale... fr_FR.UTF-8
  167. checking for inline... inline
  168. checking for mmap... yes
  169. checking for MAP_ANONYMOUS... yes
  170. checking whether memchr works... yes
  171. checking for sigset_t... yes
  172. checking whether we are using the GNU C Library >= 2.1 or uClibc... yes
  173. checking for uid_t in sys/types.h... yes
  174. checking whether snprintf returns a byte count as in C99... yes
  175. checking whether snprintf is declared... yes
  176. checking for stdint.h... yes
  177. checking for inttypes.h... yes
  178. checking whether printf supports size specifiers as in C99... yes
  179. checking whether printf supports 'long double' arguments... (cached) yes
  180. checking whether printf supports infinite 'double' arguments... yes
  181. checking whether printf supports infinite 'long double' arguments... (cached) yes
  182. checking whether printf supports the 'a' and 'A' directives... yes
  183. checking whether printf supports the 'F' directive... yes
  184. checking whether printf supports the 'n' directive... (cached) yes
  185. checking whether printf supports the 'ls' directive... yes
  186. checking whether printf supports the grouping flag... yes
  187. checking whether printf supports the left-adjust flag correctly... yes
  188. checking whether printf supports the zero flag correctly... yes
  189. checking whether printf supports large precisions... yes
  190. checking whether printf survives out-of-memory conditions... yes
  191. checking for intmax_t... yes
  192. checking for snprintf... (cached) yes
  193. checking for strnlen... yes
  194. checking for wcslen... yes
  195. checking for wcsnlen... yes
  196. checking for mbrtowc... (cached) yes
  197. checking for wcrtomb... (cached) yes
  198. checking whether _snprintf is declared... no
  199. checking for stdbool.h that conforms to C99... yes
  200. checking for _Bool... yes
  201. checking whether stdint.h conforms to C99... no
  202. checking sys/inttypes.h usability... no
  203. checking sys/inttypes.h presence... no
  204. checking for sys/inttypes.h... no
  205. checking sys/bitypes.h usability... yes
  206. checking sys/bitypes.h presence... yes
  207. checking for sys/bitypes.h... yes
  208. checking for bit size of ptrdiff_t... 64
  209. checking for bit size of size_t... 64
  210. checking for bit size of sig_atomic_t... 32
  211. checking for bit size of wchar_t... 32
  212. checking for bit size of wint_t... 32
  213. checking whether sig_atomic_t is signed... yes
  214. checking whether wchar_t is signed... yes
  215. checking whether wint_t is signed... no
  216. checking for ptrdiff_t integer literal suffix... l
  217. checking for size_t integer literal suffix... ul
  218. checking for sig_atomic_t integer literal suffix...
  219. checking for wchar_t integer literal suffix...
  220. checking for wint_t integer literal suffix... u
  221. checking whether strnlen is declared... yes
  222. checking for struct timespec in <time.h>... yes
  223. checking whether the utimes function works... yes
  224. checking whether vsnprintf is declared... yes
  225. checking for alloca as a compiler built-in... yes
  226. checking whether btowc(0) is correct... yes
  227. checking whether btowc(EOF) is correct... yes
  228. checking for __builtin_expect... yes
  229. checking for library containing clock_gettime... none required
  230. checking for clock_gettime... yes
  231. checking for clock_settime... yes
  232. checking for closedir... yes
  233. checking for d_type member in directory struct... yes
  234. checking for dirfd... yes
  235. checking whether dirfd is declared... yes
  236. checking whether dirfd is a macro... no
  237. checking for flexible array member... yes
  238. checking whether conversion from 'int' to 'long double' works... yes
  239. checking for working POSIX fnmatch... yes
  240. checking whether frexp works... yes
  241. checking whether frexpl is declared... yes
  242. checking whether frexpl() can be used without linking with libm... yes
  243. checking whether frexpl works... yes
  244. checking whether futimens works... yes
  245. checking for working getdelim function... yes
  246. checking for getline... yes
  247. checking for working getline function... yes
  248. checking whether getlogin_r works with small buffers... yes
  249. checking whether gettimeofday clobbers localtime buffer... no
  250. checking for gettimeofday with POSIX signature... almost
  251. checking for GNU glob interface version 1 or 2... yes
  252. checking whether glob lists broken symlinks... (cached) yes
  253. checking whether isnan(double) can be used without linking with libm... yes
  254. checking whether isnan(float) can be used without linking with libm... yes
  255. checking whether isnan(float) works... yes
  256. checking whether isnan(long double) can be used without linking with libm... yes
  257. checking whether isnanl works... yes
  258. checking whether iswblank is declared... yes
  259. checking whether langinfo.h defines CODESET... yes
  260. checking whether langinfo.h defines T_FMT_AMPM... yes
  261. checking whether langinfo.h defines ALTMON_1... no
  262. checking whether langinfo.h defines ERA... yes
  263. checking whether langinfo.h defines YESEXPR... yes
  264. checking whether the compiler supports the __inline keyword... yes
  265. checking whether locale.h conforms to POSIX:2001... yes
  266. checking whether locale.h defines locale_t... yes
  267. checking whether struct lconv is properly defined... yes
  268. checking for pthread_rwlock_t... yes
  269. checking whether pthread_rwlock_rdlock prefers a writer to a reader... no
  270. checking whether NAN macro works... yes
  271. checking whether HUGE_VAL works... yes
  272. checking whether mbrtowc handles incomplete characters... yes
  273. checking whether mbrtowc works as well as mbtowc... yes
  274. checking whether mbrtowc handles a NULL pwc argument... yes
  275. checking whether mbrtowc handles a NULL string argument... yes
  276. checking whether mbrtowc has a correct return value... yes
  277. checking whether mbrtowc returns 0 when parsing a NUL character... yes
  278. checking whether mbrtowc works on empty input... no
  279. checking whether the C locale is free of encoding errors... no
  280. checking whether mbrtowc handles incomplete characters... (cached) yes
  281. checking whether mbrtowc works as well as mbtowc... (cached) yes
  282. checking whether mbrtowc handles incomplete characters... (cached) yes
  283. checking whether mbrtowc works as well as mbtowc... (cached) yes
  284. checking whether mbsrtowcs works... yes
  285. checking for mbtowc... yes
  286. checking for mempcpy... (cached) yes
  287. checking whether YESEXPR works... yes
  288. checking for opendir... yes
  289. checking whether frexp works... (cached) yes
  290. checking whether ldexp can be used without linking with libm... yes
  291. checking whether frexpl() can be used without linking with libm... (cached) yes
  292. checking whether frexpl works... (cached) yes
  293. checking whether frexpl is declared... (cached) yes
  294. checking whether ldexpl() can be used without linking with libm... yes
  295. checking whether ldexpl works... yes
  296. checking whether ldexpl is declared... yes
  297. checking for raise... yes
  298. checking for sigprocmask... yes
  299. checking for readdir... yes
  300. checking for working re_compile_pattern... no
  301. checking libintl.h usability... yes
  302. checking libintl.h presence... yes
  303. checking for libintl.h... yes
  304. checking whether isblank is declared... yes
  305. checking for struct sigaction.sa_sigaction... yes
  306. checking for volatile sig_atomic_t... yes
  307. checking for sighandler_t... yes
  308. checking for signbit macro... yes
  309. checking for signbit compiler built-ins... yes
  310. checking for sigprocmask... (cached) yes
  311. checking for stdint.h... (cached) yes
  312. checking for SIZE_MAX... yes
  313. checking for snprintf... (cached) yes
  314. checking whether snprintf respects a size of 1... yes
  315. checking whether printf supports POSIX/XSI format strings with positions... yes
  316. checking for snprintf... (cached) yes
  317. checking whether snprintf truncates the result as in C99... yes
  318. checking whether snprintf fully supports the 'n' directive... (cached) yes
  319. checking whether snprintf respects a size of 1... (cached) yes
  320. checking whether vsnprintf respects a zero size as in C99... yes
  321. checking for ssize_t... yes
  322. checking whether stat handles trailing slashes on files... yes
  323. checking for struct stat.st_atim.tv_nsec... yes
  324. checking whether struct stat.st_atim is of type struct timespec... yes
  325. checking for struct stat.st_birthtimespec.tv_nsec... no
  326. checking for struct stat.st_birthtimensec... no
  327. checking for struct stat.st_birthtim.tv_nsec... no
  328. checking for va_copy... yes
  329. checking for good max_align_t... (cached) yes
  330. checking whether NULL can be used in arbitrary expressions... (cached) yes
  331. checking which flavor of printf attribute matches inttypes macros... system
  332. checking for strcasecmp... yes
  333. checking for strncasecmp... yes
  334. checking whether strncasecmp is declared... yes
  335. checking for strcasestr... yes
  336. checking whether strcasestr works... yes
  337. checking for working strnlen... yes
  338. checking for nlink_t... (cached) yes
  339. checking for ptrdiff_t... yes
  340. checking for vsnprintf... yes
  341. checking whether snprintf respects a size of 1... (cached) yes
  342. checking whether printf supports POSIX/XSI format strings with positions... (cached) yes
  343. checking for vsnprintf... (cached) yes
  344. checking whether snprintf truncates the result as in C99... (cached) yes
  345. checking whether snprintf fully supports the 'n' directive... (cached) yes
  346. checking whether snprintf respects a size of 1... (cached) yes
  347. checking whether vsnprintf respects a zero size as in C99... (cached) yes
  348. checking whether mbrtowc handles incomplete characters... (cached) yes
  349. checking whether mbrtowc works as well as mbtowc... (cached) yes
  350. checking whether wcrtomb works in the C locale... yes
  351. checking whether wcrtomb return value is correct... yes
  352. checking whether iswcntrl works... (cached) yes
  353. checking for towlower... (cached) yes
  354. checking for wctype_t... (cached) yes
  355. checking for wctrans_t... (cached) yes
  356. checking whether wcwidth is declared... yes
  357. checking whether wcwidth works reasonably in UTF-8 locales... yes
  358. checking for stdint.h... (cached) yes
  359. checking whether ln -s works... yes
  360. checking for library containing strerror... none required
  361. checking for special C compiler options needed for large files... (cached) no
  362. checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
  363. ./configure: line 31470: PKG_PROG_PKG_CONFIG: command not found
  364. checking for a sed that does not truncate output... /usr/bin/sed
  365. checking whether NLS is requested... yes
  366. checking for msgfmt... /usr/bin/msgfmt
  367. checking for gmsgfmt... /usr/bin/msgfmt
  368. checking for xgettext... /usr/bin/xgettext
  369. checking for msgmerge... /usr/bin/msgmerge
  370. checking for CFPreferencesCopyAppValue... no
  371. checking for CFLocaleCopyCurrent... no
  372. checking for GNU gettext in libc... yes
  373. checking whether to use NLS... yes
  374. checking where the gettext function comes from... libc
  375. checking whether building from git... yes
  376. configure: error:
  377.   *** The pkg.m4 macros are missing. ***
  378.   *** The pkg-config package needs to be installed when building from git. ***
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement