Advertisement
Guest User

guile build error

a guest
Apr 9th, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 238.65 KB | None | 0 0
  1. building /nix/store/8icygcsfbian60sal09kmn0kfm85xlgx-guile-2.0.7
  2. unpacking sources
  3. unpacking source archive /nix/store/4g33i2m62qmak7knajb8mvby9w4r7f8i-guile-2.0.7.tar.xz
  4. source root is guile-2.0.7
  5. patching sources
  6. applying patch /nix/store/xjgpk6l966iq6667bw666pmvmzvxsbpz-disable-gc-sensitive-tests.patch
  7. patching file test-suite/tests/gc.test
  8. Hunk #1 succeeded at 70 with fuzz 2 (offset 3 lines).
  9. patching file test-suite/tests/threads.test
  10. Hunk #1 succeeded at 399 (offset 33 lines).
  11. applying patch /nix/store/hfr9x8ifhh5pyfw5gbzwiahgglc3pk40-eai_system.patch
  12. patching file test-suite/tests/net-db.test
  13. applying patch /nix/store/fsp2ym0q3pc4w8vmnmf34qhd00gd0wbh-dont-fail-without-ipv6.patch
  14. patching file test-suite/tests/socket.test
  15. configuring
  16. fixing libtool script ./build-aux/ltmain.sh
  17. fixing libtool script ./guile-readline/ltmain.sh
  18. configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/8icygcsfbian60sal09kmn0kfm85xlgx-guile-2.0.7
  19. checking for a BSD-compatible install... /nix/store/61gmifh26i6vgzbcxg9f059lfymx7s48-coreutils-8.21/bin/install -c
  20. checking whether build environment is sane... yes
  21. checking for a thread-safe mkdir -p... /nix/store/61gmifh26i6vgzbcxg9f059lfymx7s48-coreutils-8.21/bin/mkdir -p
  22. checking for gawk... gawk
  23. checking whether make sets $(MAKE)... yes
  24. checking whether make supports nested variables... yes
  25. checking build system type... x86_64-unknown-linux-gnu
  26. checking host system type... x86_64-unknown-linux-gnu
  27. checking for gcc... gcc
  28. checking whether the C compiler works... yes
  29. checking for C compiler default output file name... a.out
  30. checking for suffix of executables...
  31. checking whether we are cross compiling... no
  32. checking for suffix of object files... o
  33. checking whether we are using the GNU C compiler... yes
  34. checking whether gcc accepts -g... yes
  35. checking for gcc option to accept ISO C89... none needed
  36. checking for style of include used by make... GNU
  37. checking dependency style of gcc... none
  38. checking how to run the C preprocessor... gcc -E
  39. checking for grep that handles long lines and -e... /nix/store/13fpw9f3mfdkvfizzhjd5vbzl0382zw4-gnugrep-2.14/bin/grep
  40. checking for egrep... /nix/store/13fpw9f3mfdkvfizzhjd5vbzl0382zw4-gnugrep-2.14/bin/grep -E
  41. checking for Minix Amsterdam compiler... no
  42. checking for ar... ar
  43. checking for ranlib... ranlib
  44. checking whether gcc and cc understand -c and -o together... yes
  45. checking for ANSI C header files... yes
  46. checking for sys/types.h... yes
  47. checking for sys/stat.h... yes
  48. checking for stdlib.h... yes
  49. checking for string.h... yes
  50. checking for memory.h... yes
  51. checking for strings.h... yes
  52. checking for inttypes.h... yes
  53. checking for stdint.h... yes
  54. checking for unistd.h... yes
  55. checking minix/config.h usability... no
  56. checking minix/config.h presence... no
  57. checking for minix/config.h... no
  58. checking whether it is safe to define __EXTENSIONS__... yes
  59. checking for special C compiler options needed for large files... no
  60. checking for _FILE_OFFSET_BITS value needed for large files... no
  61. configure: autobuild project... GNU Guile
  62. configure: autobuild revision... 2.0.7
  63. ./configure: line 6957: hostname: command not found
  64. configure: autobuild timestamp... 20130408T211332Z
  65. checking how to run the C preprocessor... gcc -E
  66. checking for a sed that does not truncate output... /nix/store/f9qhknsh4v8yg7g25b2dgn9n4zp6hv9i-gnused-4.2.2/bin/sed
  67. checking for gawk... (cached) gawk
  68. checking whether ln -s works... yes
  69. checking the archiver (ar) interface... ar
  70. checking for inline... inline
  71. checking for sys/socket.h... yes
  72. checking for arpa/inet.h... yes
  73. checking for features.h... yes
  74. checking for sys/param.h... yes
  75. checking for dirent.h... yes
  76. checking for xlocale.h... yes
  77. checking for unistd.h... (cached) yes
  78. checking for sys/stat.h... (cached) yes
  79. checking for netdb.h... yes
  80. checking for netinet/in.h... yes
  81. checking for iconv.h... yes
  82. checking for langinfo.h... yes
  83. checking for math.h... yes
  84. checking for sys/mman.h... yes
  85. checking for sys/time.h... yes
  86. checking for wchar.h... yes
  87. checking for stdint.h... (cached) yes
  88. checking for sys/file.h... yes
  89. checking for sys/uio.h... yes
  90. checking for wctype.h... yes
  91. checking whether the preprocessor supports include_next... yes
  92. checking whether system header files limit the line length... no
  93. checking whether <sys/socket.h> is self-contained... yes
  94. checking for shutdown... yes
  95. checking whether <sys/socket.h> defines the SHUT_* macros... yes
  96. checking for struct sockaddr_storage... yes
  97. checking for sa_family_t... yes
  98. checking for struct sockaddr_storage.ss_family... yes
  99. checking whether socket is declared without a macro... yes
  100. checking whether connect is declared without a macro... yes
  101. checking whether accept is declared without a macro... yes
  102. checking whether bind is declared without a macro... yes
  103. checking whether getpeername is declared without a macro... yes
  104. checking whether getsockname is declared without a macro... yes
  105. checking whether getsockopt is declared without a macro... yes
  106. checking whether listen is declared without a macro... yes
  107. checking whether recv is declared without a macro... yes
  108. checking whether send is declared without a macro... yes
  109. checking whether recvfrom is declared without a macro... yes
  110. checking whether sendto is declared without a macro... yes
  111. checking whether setsockopt is declared without a macro... yes
  112. checking whether shutdown is declared without a macro... yes
  113. checking whether accept4 is declared without a macro... yes
  114. checking for size_t... yes
  115. checking for working alloca.h... yes
  116. checking for alloca... yes
  117. checking whether <wchar.h> uses 'inline' correctly... yes
  118. checking for btowc... yes
  119. checking for canonicalize_file_name... yes
  120. checking for getcwd... yes
  121. checking for readlink... yes
  122. checking for realpath... yes
  123. checking for _set_invalid_parameter_handler... no
  124. checking for duplocale... yes
  125. checking for symlink... yes
  126. checking for flock... yes
  127. checking for fcntl... yes
  128. checking for alarm... yes
  129. checking for lstat... yes
  130. checking for mbsinit... yes
  131. checking for mbrtowc... yes
  132. checking for mprotect... yes
  133. checking for nl_langinfo... yes
  134. checking for pipe2... yes
  135. checking for isblank... yes
  136. checking for iswctype... yes
  137. checking for wcscoll... yes
  138. checking for link... yes
  139. checking for setenv... yes
  140. checking for snprintf... yes
  141. checking for tzset... yes
  142. checking for localtime_r... yes
  143. checking for vasnprintf... no
  144. checking for wcrtomb... yes
  145. checking for iswcntrl... yes
  146. checking for nl_langinfo and CODESET... yes
  147. checking for a traditional french locale... none
  148. checking whether // is distinct from /... no
  149. checking whether realpath works... yes
  150. checking for wchar_t... yes
  151. checking whether NULL can be used in arbitrary expressions... yes
  152. checking whether locale.h conforms to POSIX:2001... yes
  153. checking whether locale.h defines locale_t... yes
  154. checking whether struct lconv is properly defined... yes
  155. checking whether setlocale is declared without a macro... yes
  156. checking whether duplocale is declared without a macro... yes
  157. checking if environ is properly declared... yes
  158. checking for complete errno.h... yes
  159. checking for working fcntl.h... yes
  160. checking for pid_t... yes
  161. checking for mode_t... yes
  162. checking whether frexp() can be used without linking with libm... yes
  163. checking whether stat file-mode macros are broken... no
  164. checking for nlink_t... yes
  165. checking whether fchmodat is declared without a macro... yes
  166. checking whether fstat is declared without a macro... yes
  167. checking whether fstatat is declared without a macro... yes
  168. checking whether futimens is declared without a macro... yes
  169. checking whether lchmod is declared without a macro... yes
  170. checking whether lstat is declared without a macro... yes
  171. checking whether mkdirat is declared without a macro... yes
  172. checking whether mkfifo is declared without a macro... yes
  173. checking whether mkfifoat is declared without a macro... yes
  174. checking whether mknod is declared without a macro... yes
  175. checking whether mknodat is declared without a macro... yes
  176. checking whether stat is declared without a macro... yes
  177. checking whether utimensat is declared without a macro... yes
  178. checking whether getaddrinfo is declared without a macro... yes
  179. checking whether freeaddrinfo is declared without a macro... yes
  180. checking whether gai_strerror is declared without a macro... yes
  181. checking whether getnameinfo is declared without a macro... yes
  182. checking for library containing gethostbyname... none required
  183. checking for gethostbyname... yes
  184. checking for library containing getservbyname... none required
  185. checking for getservbyname... yes
  186. checking for C/C++ restrict keyword... __restrict
  187. checking for library containing inet_ntop... none required
  188. checking whether inet_ntop is declared... yes
  189. checking for IPv4 sockets... yes
  190. checking for IPv6 sockets... yes
  191. checking for ld used by gcc... /nix/store/vjmfj9jw7qc7qsd3r07ab2clad0d50ji-gcc-wrapper-4.8.0/bin/ld
  192. checking if the linker (/nix/store/vjmfj9jw7qc7qsd3r07ab2clad0d50ji-gcc-wrapper-4.8.0/bin/ld) is GNU ld... yes
  193. checking for shared library run path origin... done
  194. checking for iconv... yes
  195. checking for working iconv... yes
  196. checking for iconv declaration...
  197. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  198. checking whether byte ordering is bigendian... no
  199. checking whether long double and double are the same... no
  200. checking where to find the exponent in a 'float'... word 0 bit 23
  201. checking whether isnan(float) can be used without linking with libm... yes
  202. checking whether isnan(float) works... yes
  203. checking whether isnan(double) can be used without linking with libm... yes
  204. checking whether isnan(long double) can be used without linking with libm... yes
  205. checking whether isnanl works... no
  206. checking where to find the exponent in a 'double'... word 1 bit 20
  207. checking whether ldexp() can be used without linking with libm... yes
  208. checking for libunistring... yes
  209. checking how to link with libunistring... -lunistring
  210. checking for libunistring version... 0.9.3
  211. checking whether getc_unlocked is declared... yes
  212. checking whether we are using the GNU C Library >= 2.1 or uClibc... yes
  213. checking whether pow can be used without linking with libm... no
  214. checking whether pow can be used with libm... yes
  215. checking whether log works... yes
  216. checking whether round is declared... yes
  217. checking whether round works... yes
  218. checking whether lstat correctly handles trailing slash... yes
  219. checking whether malloc, realloc, calloc are POSIX compliant... yes
  220. checking for stdlib.h... (cached) yes
  221. checking for GNU libc compatible malloc... yes
  222. checking for unsigned long long int... yes
  223. checking for long long int... yes
  224. checking for mbstate_t... yes
  225. checking for a traditional japanese locale... none
  226. checking for a transitional chinese locale... none
  227. checking for a french Unicode locale... none
  228. checking for mmap... yes
  229. checking for MAP_ANONYMOUS... yes
  230. checking whether memchr works... yes
  231. checking for promoted mode_t type... mode_t
  232. checking for ssize_t... yes
  233. checking whether setenv is declared... yes
  234. checking search.h usability... yes
  235. checking search.h presence... yes
  236. checking for search.h... yes
  237. checking for tsearch... yes
  238. checking for sigset_t... yes
  239. checking for uid_t in sys/types.h... yes
  240. checking whether snprintf returns a byte count as in C99... yes
  241. checking whether snprintf is declared... yes
  242. checking for stdbool.h that conforms to C99... yes
  243. checking for _Bool... yes
  244. checking whether stdint.h conforms to C99... yes
  245. checking whether struct tm is in sys/time.h or time.h... time.h
  246. checking for struct tm.tm_zone... yes
  247. checking for struct tm.tm_gmtoff... yes
  248. checking whether ffsl is declared without a macro... yes
  249. checking whether ffsll is declared without a macro... yes
  250. checking whether memmem is declared without a macro... yes
  251. checking whether mempcpy is declared without a macro... yes
  252. checking whether memrchr is declared without a macro... yes
  253. checking whether rawmemchr is declared without a macro... yes
  254. checking whether stpcpy is declared without a macro... yes
  255. checking whether stpncpy is declared without a macro... yes
  256. checking whether strchrnul is declared without a macro... yes
  257. checking whether strdup is declared without a macro... yes
  258. checking whether strncat is declared without a macro... yes
  259. checking whether strndup is declared without a macro... yes
  260. checking whether strnlen is declared without a macro... yes
  261. checking whether strpbrk is declared without a macro... yes
  262. checking whether strsep is declared without a macro... yes
  263. checking whether strcasestr is declared without a macro... yes
  264. checking whether strtok_r is declared without a macro... yes
  265. checking whether strerror_r is declared without a macro... yes
  266. checking whether strsignal is declared without a macro... yes
  267. checking whether strverscmp is declared without a macro... yes
  268. checking for struct timeval... yes
  269. checking for wide-enough struct timeval.tv_sec member... yes
  270. checking whether gettimeofday is declared without a macro... yes
  271. checking for struct timespec in <time.h>... yes
  272. checking for wint_t... yes
  273. checking for inttypes.h... yes
  274. checking for stdint.h... yes
  275. checking for intmax_t... yes
  276. checking for snprintf... (cached) yes
  277. checking for strnlen... yes
  278. checking for wcslen... yes
  279. checking for wcsnlen... yes
  280. checking for mbrtowc... (cached) yes
  281. checking for wcrtomb... (cached) yes
  282. checking whether _snprintf is declared... no
  283. checking whether vsnprintf is declared... yes
  284. checking for alloca as a compiler built-in... yes
  285. checking whether inet_ntop is declared without a macro... yes
  286. checking whether inet_pton is declared without a macro... yes
  287. checking whether btowc(0) is correct... yes
  288. checking whether btowc(EOF) is correct... guessing yes
  289. checking byteswap.h usability... yes
  290. checking byteswap.h presence... yes
  291. checking for byteswap.h... yes
  292. checking for library containing clock_gettime... none required
  293. checking for library containing clock_getcpuclockid... none required
  294. checking for clock_gettime... yes
  295. checking for clock_settime... yes
  296. checking for clock_getcpuclockid... yes
  297. checking whether alphasort is declared without a macro... yes
  298. checking whether closedir is declared without a macro... yes
  299. checking whether dirfd is declared without a macro... yes
  300. checking whether fdopendir is declared without a macro... yes
  301. checking whether opendir is declared without a macro... yes
  302. checking whether readdir is declared without a macro... yes
  303. checking whether rewinddir is declared without a macro... yes
  304. checking whether scandir is declared without a macro... yes
  305. checking for dirfd... yes
  306. checking whether dirfd is declared... (cached) yes
  307. checking whether dirfd is a macro... no
  308. checking whether // is distinct from /... (cached) no
  309. checking whether duplocale(LC_GLOBAL_LOCALE) works... yes
  310. checking whether fcntl is declared without a macro... yes
  311. checking whether openat is declared without a macro... yes
  312. checking whether conversion from 'int' to 'long double' works... yes
  313. checking whether frexp works... yes
  314. checking whether __func__ is available... yes
  315. configure: checking how to do getaddrinfo, freeaddrinfo and getnameinfo
  316. checking for library containing getaddrinfo... none required
  317. checking for getaddrinfo... yes
  318. checking whether gai_strerror is declared... (cached) yes
  319. checking whether gai_strerrorA is declared... no
  320. checking for gai_strerror with POSIX signature... yes
  321. checking for struct sockaddr.sa_len... no
  322. checking whether getaddrinfo is declared... (cached) yes
  323. checking whether freeaddrinfo is declared... (cached) yes
  324. checking whether getnameinfo is declared... (cached) yes
  325. checking for struct addrinfo... yes
  326. checking for library containing gethostbyname... (cached) none required
  327. checking for gethostbyname... (cached) yes
  328. checking whether iconv supports conversion between UTF-8 and UTF-{16,32}{BE,LE}... yes
  329. checking for library containing inet_ntop... (cached) none required
  330. checking whether inet_ntop is declared... (cached) yes
  331. checking for library containing inet_pton... none required
  332. checking whether inet_pton is declared... (cached) yes
  333. checking whether the compiler generally respects inline... yes
  334. checking whether isinf is declared... yes
  335. checking whether isinf(long double) works... yes
  336. checking whether isnan macro works... no
  337. checking whether isnan(double) can be used without linking with libm... (cached) yes
  338. checking whether isnan(double) can be used without linking with libm... (cached) yes
  339. checking whether isnan(float) can be used without linking with libm... (cached) yes
  340. checking whether isnan(float) works... (cached) yes
  341. checking where to find the exponent in a 'float'... (cached) word 0 bit 23
  342. checking whether isnan(long double) can be used without linking with libm... (cached) yes
  343. checking whether isnanl works... (cached) no
  344. checking where to find the exponent in a 'long double'... word 2 bit 0
  345. checking whether langinfo.h defines CODESET... yes
  346. checking whether langinfo.h defines T_FMT_AMPM... yes
  347. checking whether langinfo.h defines ERA... yes
  348. checking whether langinfo.h defines YESEXPR... yes
  349. checking whether nl_langinfo is declared without a macro... yes
  350. checking if LD -Wl,--version-script works... yes
  351. checking whether the -Werror option is usable... yes
  352. checking for simple visibility declarations... yes
  353. checking whether locale.h conforms to POSIX:2001... (cached) yes
  354. checking whether locale.h defines locale_t... (cached) yes
  355. checking whether struct lconv is properly defined... (cached) yes
  356. checking whether setlocale is declared without a macro... (cached) yes
  357. checking whether duplocale is declared without a macro... (cached) yes
  358. checking for log1p... yes
  359. checking for stdlib.h... (cached) yes
  360. checking for GNU libc compatible malloc... (cached) yes
  361. checking whether NAN macro works... yes
  362. checking whether HUGE_VAL works... yes
  363. checking whether acosf is declared without a macro... yes
  364. checking whether acosl is declared without a macro... yes
  365. checking whether asinf is declared without a macro... yes
  366. checking whether asinl is declared without a macro... yes
  367. checking whether atanf is declared without a macro... yes
  368. checking whether atanl is declared without a macro... yes
  369. checking whether cbrt is declared without a macro... yes
  370. checking whether cbrtf is declared without a macro... yes
  371. checking whether cbrtl is declared without a macro... yes
  372. checking whether ceilf is declared without a macro... yes
  373. checking whether ceill is declared without a macro... yes
  374. checking whether copysign is declared without a macro... yes
  375. checking whether copysignf is declared without a macro... yes
  376. checking whether copysignl is declared without a macro... yes
  377. checking whether cosf is declared without a macro... yes
  378. checking whether cosl is declared without a macro... yes
  379. checking whether coshf is declared without a macro... yes
  380. checking whether expf is declared without a macro... yes
  381. checking whether expl is declared without a macro... yes
  382. checking whether exp2 is declared without a macro... yes
  383. checking whether exp2f is declared without a macro... yes
  384. checking whether exp2l is declared without a macro... yes
  385. checking whether expm1 is declared without a macro... yes
  386. checking whether expm1f is declared without a macro... yes
  387. checking whether expm1l is declared without a macro... yes
  388. checking whether fabsf is declared without a macro... yes
  389. checking whether fabsl is declared without a macro... yes
  390. checking whether floorf is declared without a macro... yes
  391. checking whether floorl is declared without a macro... yes
  392. checking whether fma is declared without a macro... yes
  393. checking whether fmaf is declared without a macro... yes
  394. checking whether fmal is declared without a macro... yes
  395. checking whether fmod is declared without a macro... yes
  396. checking whether fmodf is declared without a macro... yes
  397. checking whether fmodl is declared without a macro... yes
  398. checking whether frexpf is declared without a macro... yes
  399. checking whether frexpl is declared without a macro... yes
  400. checking whether hypotf is declared without a macro... yes
  401. checking whether hypotl is declared without a macro... yes
  402. checking whether ilogb is declared without a macro... yes
  403. checking whether ilogbf is declared without a macro... yes
  404. checking whether ilogbl is declared without a macro... yes
  405. checking whether ldexpf is declared without a macro... yes
  406. checking whether ldexpl is declared without a macro... yes
  407. checking whether log is declared without a macro... yes
  408. checking whether logf is declared without a macro... yes
  409. checking whether logl is declared without a macro... yes
  410. checking whether log10 is declared without a macro... yes
  411. checking whether log10f is declared without a macro... yes
  412. checking whether log10l is declared without a macro... yes
  413. checking whether log1p is declared without a macro... yes
  414. checking whether log1pf is declared without a macro... yes
  415. checking whether log1pl is declared without a macro... yes
  416. checking whether log2 is declared without a macro... yes
  417. checking whether log2f is declared without a macro... yes
  418. checking whether log2l is declared without a macro... yes
  419. checking whether logb is declared without a macro... yes
  420. checking whether logbf is declared without a macro... yes
  421. checking whether logbl is declared without a macro... yes
  422. checking whether modf is declared without a macro... yes
  423. checking whether modff is declared without a macro... yes
  424. checking whether modfl is declared without a macro... yes
  425. checking whether powf is declared without a macro... yes
  426. checking whether remainder is declared without a macro... yes
  427. checking whether remainderf is declared without a macro... yes
  428. checking whether remainderl is declared without a macro... yes
  429. checking whether rint is declared without a macro... yes
  430. checking whether rintf is declared without a macro... yes
  431. checking whether rintl is declared without a macro... yes
  432. checking whether round is declared without a macro... yes
  433. checking whether roundf is declared without a macro... yes
  434. checking whether roundl is declared without a macro... yes
  435. checking whether sinf is declared without a macro... yes
  436. checking whether sinl is declared without a macro... yes
  437. checking whether sinhf is declared without a macro... yes
  438. checking whether sqrtf is declared without a macro... yes
  439. checking whether sqrtl is declared without a macro... yes
  440. checking whether tanf is declared without a macro... yes
  441. checking whether tanl is declared without a macro... yes
  442. checking whether tanhf is declared without a macro... yes
  443. checking whether trunc is declared without a macro... yes
  444. checking whether truncf is declared without a macro... yes
  445. checking whether truncl is declared without a macro... yes
  446. checking whether mbrtowc handles incomplete characters... guessing yes
  447. checking whether mbrtowc works as well as mbtowc... guessing yes
  448. checking whether mbrtowc handles a NULL pwc argument... guessing yes
  449. checking whether mbrtowc handles a NULL string argument... guessing yes
  450. checking whether mbrtowc has a correct return value... guessing yes
  451. checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes
  452. checking whether mbrtowc handles incomplete characters... (cached) guessing yes
  453. checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
  454. checking whether getaddrinfo is declared without a macro... (cached) yes
  455. checking whether freeaddrinfo is declared without a macro... (cached) yes
  456. checking whether gai_strerror is declared without a macro... (cached) yes
  457. checking whether getnameinfo is declared without a macro... (cached) yes
  458. checking whether <netinet/in.h> is self-contained... yes
  459. checking whether YESEXPR works... yes
  460. checking for sys/pstat.h... no
  461. checking for sys/sysmp.h... no
  462. checking for sys/param.h... (cached) yes
  463. checking for sys/sysctl.h... yes
  464. checking for sched_getaffinity... yes
  465. checking for sched_getaffinity_np... no
  466. checking for pstat_getdynamic... no
  467. checking for sysmp... no
  468. checking for sysctl... yes
  469. checking for glibc compatible sched_getaffinity... yes
  470. checking whether open recognizes a trailing slash... yes
  471. checking for putenv compatible with GNU and SVID... yes
  472. checking for raise... yes
  473. checking whether readlink signature is correct... yes
  474. checking whether readlink handles trailing slash correctly... yes
  475. checking for working re_compile_pattern... yes
  476. checking whether rename honors trailing slash on destination... yes
  477. checking whether rename honors trailing slash on source... yes
  478. checking whether rename manages hard links correctly... yes
  479. checking whether rename manages existing destinations correctly... yes
  480. checking whether rmdir works... yes
  481. checking whether round is declared... (cached) yes
  482. checking whether round works... (cached) yes
  483. checking for library containing getservbyname... (cached) none required
  484. checking for getservbyname... (cached) yes
  485. checking whether setenv validates arguments... yes
  486. checking for volatile sig_atomic_t... yes
  487. checking for sighandler_t... yes
  488. checking whether pthread_sigmask is declared without a macro... yes
  489. checking whether sigaction is declared without a macro... yes
  490. checking whether sigaddset is declared without a macro... yes
  491. checking whether sigdelset is declared without a macro... yes
  492. checking whether sigemptyset is declared without a macro... yes
  493. checking whether sigfillset is declared without a macro... yes
  494. checking whether sigismember is declared without a macro... yes
  495. checking whether sigpending is declared without a macro... yes
  496. checking whether sigprocmask is declared without a macro... yes
  497. checking for stdint.h... (cached) yes
  498. checking for SIZE_MAX... yes
  499. checking for snprintf... (cached) yes
  500. checking whether snprintf respects a size of 1... yes
  501. checking whether printf supports POSIX/XSI format strings with positions... yes
  502. checking for library containing setsockopt... none needed
  503. checking for socklen_t... yes
  504. checking for ssize_t... (cached) yes
  505. checking whether stat handles trailing slashes on directories... yes
  506. checking whether stat handles trailing slashes on files... yes
  507. checking for struct stat.st_atim.tv_nsec... yes
  508. checking whether struct stat.st_atim is of type struct timespec... yes
  509. checking for struct stat.st_birthtimespec.tv_nsec... no
  510. checking for struct stat.st_birthtimensec... no
  511. checking for struct stat.st_birthtim.tv_nsec... no
  512. checking for working stdalign.h... yes
  513. checking whether NULL can be used in arbitrary expressions... (cached) yes
  514. checking whether dprintf is declared without a macro... yes
  515. checking whether fpurge is declared without a macro... no
  516. checking whether fseeko is declared without a macro... yes
  517. checking whether ftello is declared without a macro... yes
  518. checking whether getdelim is declared without a macro... yes
  519. checking whether getline is declared without a macro... yes
  520. checking whether gets is declared without a macro... no
  521. checking whether pclose is declared without a macro... yes
  522. checking whether popen is declared without a macro... yes
  523. checking whether renameat is declared without a macro... yes
  524. checking whether snprintf is declared without a macro... yes
  525. checking whether tmpfile is declared without a macro... yes
  526. checking whether vdprintf is declared without a macro... yes
  527. checking whether vsnprintf is declared without a macro... yes
  528. checking whether _Exit is declared without a macro... yes
  529. checking whether atoll is declared without a macro... yes
  530. checking whether canonicalize_file_name is declared without a macro... yes
  531. checking whether getloadavg is declared without a macro... yes
  532. checking whether getsubopt is declared without a macro... yes
  533. checking whether grantpt is declared without a macro... yes
  534. checking whether initstate is declared without a macro... yes
  535. checking whether initstate_r is declared without a macro... yes
  536. checking whether mkdtemp is declared without a macro... yes
  537. checking whether mkostemp is declared without a macro... yes
  538. checking whether mkostemps is declared without a macro... yes
  539. checking whether mkstemp is declared without a macro... yes
  540. checking whether mkstemps is declared without a macro... yes
  541. checking whether posix_openpt is declared without a macro... yes
  542. checking whether ptsname is declared without a macro... yes
  543. checking whether ptsname_r is declared without a macro... yes
  544. checking whether random is declared without a macro... yes
  545. checking whether random_r is declared without a macro... yes
  546. checking whether realpath is declared without a macro... yes
  547. checking whether rpmatch is declared without a macro... yes
  548. checking whether setenv is declared without a macro... yes
  549. checking whether setstate is declared without a macro... yes
  550. checking whether setstate_r is declared without a macro... yes
  551. checking whether srandom is declared without a macro... yes
  552. checking whether srandom_r is declared without a macro... yes
  553. checking whether strtod is declared without a macro... yes
  554. checking whether strtoll is declared without a macro... yes
  555. checking whether strtoull is declared without a macro... yes
  556. checking whether unlockpt is declared without a macro... yes
  557. checking whether unsetenv is declared without a macro... yes
  558. checking whether flock is declared without a macro... yes
  559. checking whether <sys/socket.h> is self-contained... (cached) yes
  560. checking for shutdown... (cached) yes
  561. checking whether <sys/socket.h> defines the SHUT_* macros... (cached) yes
  562. checking for struct sockaddr_storage... (cached) yes
  563. checking for sa_family_t... (cached) yes
  564. checking for struct sockaddr_storage.ss_family... (cached) yes
  565. checking whether socket is declared without a macro... (cached) yes
  566. checking whether connect is declared without a macro... (cached) yes
  567. checking whether accept is declared without a macro... (cached) yes
  568. checking whether bind is declared without a macro... (cached) yes
  569. checking whether getpeername is declared without a macro... (cached) yes
  570. checking whether getsockname is declared without a macro... (cached) yes
  571. checking whether getsockopt is declared without a macro... (cached) yes
  572. checking whether listen is declared without a macro... (cached) yes
  573. checking whether recv is declared without a macro... (cached) yes
  574. checking whether send is declared without a macro... (cached) yes
  575. checking whether recvfrom is declared without a macro... (cached) yes
  576. checking whether sendto is declared without a macro... (cached) yes
  577. checking whether setsockopt is declared without a macro... (cached) yes
  578. checking whether shutdown is declared without a macro... (cached) yes
  579. checking whether accept4 is declared without a macro... (cached) yes
  580. checking for nlink_t... (cached) yes
  581. checking whether fchmodat is declared without a macro... (cached) yes
  582. checking whether fstat is declared without a macro... (cached) yes
  583. checking whether fstatat is declared without a macro... (cached) yes
  584. checking whether futimens is declared without a macro... (cached) yes
  585. checking whether lchmod is declared without a macro... (cached) yes
  586. checking whether lstat is declared without a macro... (cached) yes
  587. checking whether mkdirat is declared without a macro... (cached) yes
  588. checking whether mkfifo is declared without a macro... (cached) yes
  589. checking whether mkfifoat is declared without a macro... (cached) yes
  590. checking whether mknod is declared without a macro... (cached) yes
  591. checking whether mknodat is declared without a macro... (cached) yes
  592. checking whether stat is declared without a macro... (cached) yes
  593. checking whether utimensat is declared without a macro... (cached) yes
  594. checking whether localtime_r is declared... yes
  595. checking whether localtime_r is compatible with its POSIX signature... yes
  596. checking whether trunc is declared... (cached) yes
  597. checking whether chdir is declared without a macro... yes
  598. checking whether chown is declared without a macro... yes
  599. checking whether dup is declared without a macro... yes
  600. checking whether dup2 is declared without a macro... yes
  601. checking whether dup3 is declared without a macro... yes
  602. checking whether environ is declared without a macro... yes
  603. checking whether euidaccess is declared without a macro... yes
  604. checking whether faccessat is declared without a macro... yes
  605. checking whether fchdir is declared without a macro... yes
  606. checking whether fchownat is declared without a macro... yes
  607. checking whether fdatasync is declared without a macro... yes
  608. checking whether fsync is declared without a macro... yes
  609. checking whether ftruncate is declared without a macro... yes
  610. checking whether getcwd is declared without a macro... yes
  611. checking whether getdomainname is declared without a macro... yes
  612. checking whether getdtablesize is declared without a macro... yes
  613. checking whether getgroups is declared without a macro... yes
  614. checking whether gethostname is declared without a macro... yes
  615. checking whether getlogin is declared without a macro... yes
  616. checking whether getlogin_r is declared without a macro... yes
  617. checking whether getpagesize is declared without a macro... yes
  618. checking whether getusershell is declared without a macro... yes
  619. checking whether setusershell is declared without a macro... yes
  620. checking whether endusershell is declared without a macro... yes
  621. checking whether group_member is declared without a macro... yes
  622. checking whether isatty is declared without a macro... yes
  623. checking whether lchown is declared without a macro... yes
  624. checking whether link is declared without a macro... yes
  625. checking whether linkat is declared without a macro... yes
  626. checking whether lseek is declared without a macro... yes
  627. checking whether pipe is declared without a macro... yes
  628. checking whether pipe2 is declared without a macro... yes
  629. checking whether pread is declared without a macro... yes
  630. checking whether pwrite is declared without a macro... yes
  631. checking whether readlink is declared without a macro... yes
  632. checking whether readlinkat is declared without a macro... yes
  633. checking whether rmdir is declared without a macro... yes
  634. checking whether sethostname is declared without a macro... yes
  635. checking whether sleep is declared without a macro... yes
  636. checking whether symlink is declared without a macro... yes
  637. checking whether symlinkat is declared without a macro... yes
  638. checking whether ttyname_r is declared without a macro... yes
  639. checking whether unlink is declared without a macro... yes
  640. checking whether unlinkat is declared without a macro... yes
  641. checking whether usleep is declared without a macro... yes
  642. checking for ptrdiff_t... yes
  643. checking for vsnprintf... yes
  644. checking whether snprintf respects a size of 1... (cached) yes
  645. checking whether printf supports POSIX/XSI format strings with positions... (cached) yes
  646. checking whether btowc is declared without a macro... yes
  647. checking whether wctob is declared without a macro... yes
  648. checking whether mbsinit is declared without a macro... yes
  649. checking whether mbrtowc is declared without a macro... yes
  650. checking whether mbrlen is declared without a macro... yes
  651. checking whether mbsrtowcs is declared without a macro... yes
  652. checking whether mbsnrtowcs is declared without a macro... yes
  653. checking whether wcrtomb is declared without a macro... yes
  654. checking whether wcsrtombs is declared without a macro... yes
  655. checking whether wcsnrtombs is declared without a macro... yes
  656. checking whether wcwidth is declared without a macro... yes
  657. checking whether wmemchr is declared without a macro... yes
  658. checking whether wmemcmp is declared without a macro... yes
  659. checking whether wmemcpy is declared without a macro... yes
  660. checking whether wmemmove is declared without a macro... yes
  661. checking whether wmemset is declared without a macro... yes
  662. checking whether wcslen is declared without a macro... yes
  663. checking whether wcsnlen is declared without a macro... yes
  664. checking whether wcscpy is declared without a macro... yes
  665. checking whether wcpcpy is declared without a macro... yes
  666. checking whether wcsncpy is declared without a macro... yes
  667. checking whether wcpncpy is declared without a macro... yes
  668. checking whether wcscat is declared without a macro... yes
  669. checking whether wcsncat is declared without a macro... yes
  670. checking whether wcscmp is declared without a macro... yes
  671. checking whether wcsncmp is declared without a macro... yes
  672. checking whether wcscasecmp is declared without a macro... yes
  673. checking whether wcsncasecmp is declared without a macro... yes
  674. checking whether wcscoll is declared without a macro... yes
  675. checking whether wcsxfrm is declared without a macro... yes
  676. checking whether wcsdup is declared without a macro... yes
  677. checking whether wcschr is declared without a macro... yes
  678. checking whether wcsrchr is declared without a macro... yes
  679. checking whether wcscspn is declared without a macro... yes
  680. checking whether wcsspn is declared without a macro... yes
  681. checking whether wcspbrk is declared without a macro... yes
  682. checking whether wcsstr is declared without a macro... yes
  683. checking whether wcstok is declared without a macro... yes
  684. checking whether wcswidth is declared without a macro... yes
  685. checking whether mbrtowc handles incomplete characters... (cached) guessing yes
  686. checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
  687. checking whether wcrtomb return value is correct... guessing yes
  688. checking whether iswcntrl works... yes
  689. checking for towlower... yes
  690. checking for wctype_t... yes
  691. checking for wctrans_t... yes
  692. checking whether wctype is declared without a macro... yes
  693. checking whether iswctype is declared without a macro... yes
  694. checking whether wctrans is declared without a macro... yes
  695. checking whether towctrans is declared without a macro... yes
  696. checking for stdint.h... (cached) yes
  697. checking for gcc option to accept ISO C89... (cached) none needed
  698. checking how to print strings... printf
  699. checking for a sed that does not truncate output... (cached) /nix/store/f9qhknsh4v8yg7g25b2dgn9n4zp6hv9i-gnused-4.2.2/bin/sed
  700. checking for fgrep... /nix/store/13fpw9f3mfdkvfizzhjd5vbzl0382zw4-gnugrep-2.14/bin/grep -F
  701. checking for ld used by gcc... /nix/store/vjmfj9jw7qc7qsd3r07ab2clad0d50ji-gcc-wrapper-4.8.0/bin/ld
  702. checking if the linker (/nix/store/vjmfj9jw7qc7qsd3r07ab2clad0d50ji-gcc-wrapper-4.8.0/bin/ld) is GNU ld... yes
  703. checking for BSD- or MS-compatible name lister (nm)... /nix/store/jh8238vsnf7815mqxii40gww3piqk5fr-binutils-2.23.1/bin/nm -B
  704. checking the name lister (/nix/store/jh8238vsnf7815mqxii40gww3piqk5fr-binutils-2.23.1/bin/nm -B) interface... BSD nm
  705. checking the maximum length of command line arguments... 1572864
  706. checking whether the shell understands some XSI constructs... yes
  707. checking whether the shell understands "+="... yes
  708. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  709. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  710. checking for /nix/store/vjmfj9jw7qc7qsd3r07ab2clad0d50ji-gcc-wrapper-4.8.0/bin/ld option to reload object files... -r
  711. checking for objdump... objdump
  712. checking how to recognize dependent libraries... pass_all
  713. checking for dlltool... dlltool
  714. checking how to associate runtime and link libraries... printf %s\n
  715. checking for archiver @FILE support... @
  716. checking for strip... strip
  717. checking for ranlib... (cached) ranlib
  718. checking command to parse /nix/store/jh8238vsnf7815mqxii40gww3piqk5fr-binutils-2.23.1/bin/nm -B output from gcc object... ok
  719. checking for sysroot... no
  720. ./configure: line 34713: /usr/bin/file: No such file or directory
  721. checking for mt... no
  722. checking if : is a manifest tool... no
  723. checking for dlfcn.h... yes
  724. checking for objdir... .libs
  725. checking if gcc supports -fno-rtti -fno-exceptions... no
  726. checking for gcc option to produce PIC... -fPIC -DPIC
  727. checking if gcc PIC flag -fPIC -DPIC works... yes
  728. checking if gcc static flag -static works... no
  729. checking if gcc supports -c -o file.o... yes
  730. checking if gcc supports -c -o file.o... (cached) yes
  731. checking whether the gcc linker (/nix/store/vjmfj9jw7qc7qsd3r07ab2clad0d50ji-gcc-wrapper-4.8.0/bin/ld) supports shared libraries... yes
  732. checking whether -lc should be explicitly linked in... no
  733. checking dynamic linker characteristics... GNU/Linux ld.so
  734. checking how to hardcode library paths into programs... immediate
  735. checking for shl_load... no
  736. checking for shl_load in -ldld... no
  737. checking for dlopen... no
  738. checking for dlopen in -ldl... yes
  739. checking whether a program can dlopen itself... yes
  740. checking whether a statically linked program can dlopen itself... yes
  741. checking whether stripping libraries is possible... yes
  742. checking if libtool supports shared libraries... yes
  743. checking whether to build shared libraries... yes
  744. checking whether to build static libraries... no
  745. checking for libltdl... yes
  746. checking how to link with libltdl... -lltdl
  747. checking for makeinfo... no
  748. checking for emacs... no
  749. checking for xemacs... no
  750. checking where .elc files should go... ${datadir}/emacs/site-lisp
  751. checking whether to use system and library "64" calls... yes
  752. checking for __uc_get_ar_bsp in -luca... no
  753. checking for an ANSI C-conforming const... yes
  754. checking for working volatile... yes
  755. checking for inline... (cached) inline
  756. checking for __uc_get_ar_bsp in -luca... (cached) no
  757. checking whether byte ordering is bigendian... (cached) no
  758. checking labels as values... yes
  759. checking size of char... 1
  760. checking size of unsigned char... 1
  761. checking size of short... 2
  762. checking size of unsigned short... 2
  763. checking size of int... 4
  764. checking size of unsigned int... 4
  765. checking size of long... 8
  766. checking size of unsigned long... 8
  767. checking size of size_t... 8
  768. checking size of long long... 8
  769. checking size of unsigned long long... 8
  770. checking size of __int64... 0
  771. checking size of unsigned __int64... 0
  772. checking size of void *... 8
  773. checking size of intptr_t... 8
  774. checking size of uintptr_t... 8
  775. checking size of ptrdiff_t... 8
  776. checking size of size_t... (cached) 8
  777. checking size of off_t... 8
  778. checking for stdint.h... (cached) yes
  779. checking for inttypes.h... (cached) yes
  780. checking size of intmax_t... 8
  781. checking for int8_t... yes
  782. checking for uint8_t... yes
  783. checking for int16_t... yes
  784. checking for uint16_t... yes
  785. checking for int32_t... yes
  786. checking for uint32_t... yes
  787. checking for int64_t... yes
  788. checking for uint64_t... yes
  789. checking for intmax_t... yes
  790. checking for uintmax_t... yes
  791. checking for intptr_t... yes
  792. checking for uintptr_t... yes
  793. checking for int8_t... yes
  794. checking for uint8_t... yes
  795. checking for int16_t... yes
  796. checking for uint16_t... yes
  797. checking for int32_t... yes
  798. checking for uint32_t... yes
  799. checking for int64_t... yes
  800. checking for uint64_t... yes
  801. checking for intmax_t... yes
  802. checking for uintmax_t... yes
  803. checking for intptr_t... (cached) yes
  804. checking for uintptr_t... (cached) yes
  805. checking for ANSI C header files... (cached) yes
  806. checking whether time.h and sys/time.h may both be included... yes
  807. checking for sys/wait.h that is POSIX.1 compatible... yes
  808. checking for dirent.h that defines DIR... yes
  809. checking for library containing opendir... none required
  810. checking for struct dirent64.d_name... yes
  811. checking complex.h usability... yes
  812. checking complex.h presence... yes
  813. checking for complex.h... yes
  814. checking fenv.h usability... yes
  815. checking fenv.h presence... yes
  816. checking for fenv.h... yes
  817. checking io.h usability... no
  818. checking io.h presence... no
  819. checking for io.h... no
  820. checking libc.h usability... no
  821. checking libc.h presence... no
  822. checking for libc.h... no
  823. checking limits.h usability... yes
  824. checking limits.h presence... yes
  825. checking for limits.h... yes
  826. checking for memory.h... (cached) yes
  827. checking process.h usability... no
  828. checking process.h presence... no
  829. checking for process.h... no
  830. checking for string.h... (cached) yes
  831. checking sys/dir.h usability... yes
  832. checking sys/dir.h presence... yes
  833. checking for sys/dir.h... yes
  834. checking sys/ioctl.h usability... yes
  835. checking sys/ioctl.h presence... yes
  836. checking for sys/ioctl.h... yes
  837. checking sys/select.h usability... yes
  838. checking sys/select.h presence... yes
  839. checking for sys/select.h... yes
  840. checking for sys/time.h... (cached) yes
  841. checking sys/timeb.h usability... yes
  842. checking sys/timeb.h presence... yes
  843. checking for sys/timeb.h... yes
  844. checking sys/times.h usability... yes
  845. checking sys/times.h presence... yes
  846. checking for sys/times.h... yes
  847. checking sys/stdtypes.h usability... no
  848. checking sys/stdtypes.h presence... no
  849. checking for sys/stdtypes.h... no
  850. checking for sys/types.h... (cached) yes
  851. checking sys/utime.h usability... no
  852. checking sys/utime.h presence... no
  853. checking for sys/utime.h... no
  854. checking time.h usability... yes
  855. checking time.h presence... yes
  856. checking for time.h... yes
  857. checking for unistd.h... (cached) yes
  858. checking utime.h usability... yes
  859. checking utime.h presence... yes
  860. checking for utime.h... yes
  861. checking pwd.h usability... yes
  862. checking pwd.h presence... yes
  863. checking for pwd.h... yes
  864. checking grp.h usability... yes
  865. checking grp.h presence... yes
  866. checking for grp.h... yes
  867. checking sys/utsname.h usability... yes
  868. checking sys/utsname.h presence... yes
  869. checking for sys/utsname.h... yes
  870. checking direct.h usability... no
  871. checking direct.h presence... no
  872. checking for direct.h... no
  873. checking machine/fpu.h usability... no
  874. checking machine/fpu.h presence... no
  875. checking for machine/fpu.h... no
  876. checking poll.h usability... yes
  877. checking poll.h presence... yes
  878. checking for poll.h... yes
  879. checking sched.h usability... yes
  880. checking sched.h presence... yes
  881. checking for sched.h... yes
  882. checking for complex double... yes
  883. checking for socklen_t... (cached) yes
  884. checking for struct ip_mreq... yes
  885. checking for libc.h... (cached) no
  886. checking for unistd.h... (cached) yes
  887. checking whether libc.h and unistd.h can be included together... no
  888. checking type of array argument to getgroups... gid_t
  889. checking return type of signal handlers... void
  890. checking for mode_t... (cached) yes
  891. checking for cos in -lm... yes
  892. checking for gethostbyname... (cached) yes
  893. checking for connect... yes
  894. checking assert.h usability... yes
  895. checking assert.h presence... yes
  896. checking for assert.h... yes
  897. checking crt_externs.h usability... no
  898. checking crt_externs.h presence... no
  899. checking for crt_externs.h... no
  900. checking for DINFINITY... no
  901. checking for DQNAN... no
  902. checking for cexp... yes
  903. checking for chsize... no
  904. checking for clog... yes
  905. checking for clog10... yes
  906. checking for ctermid... yes
  907. checking for fesetround... yes
  908. checking for ftime... yes
  909. checking for ftruncate... yes
  910. checking for fchown... yes
  911. checking for fchmod... yes
  912. checking for getcwd... (cached) yes
  913. checking for geteuid... yes
  914. checking for getsid... yes
  915. checking for gettimeofday... yes
  916. checking for gmtime_r... yes
  917. checking for ioctl... yes
  918. checking for lstat... (cached) yes
  919. checking for mkdir... yes
  920. checking for mknod... yes
  921. checking for nice... yes
  922. checking for pipe... yes
  923. checking for _pipe... no
  924. checking for poll... yes
  925. checking for readdir_r... yes
  926. checking for readdir64_r... yes
  927. checking for readlink... (cached) yes
  928. checking for rename... yes
  929. checking for rmdir... yes
  930. checking for select... yes
  931. checking for setegid... yes
  932. checking for seteuid... yes
  933. checking for setlocale... yes
  934. checking for setpgid... yes
  935. checking for setsid... yes
  936. checking for sigaction... yes
  937. checking for siginterrupt... yes
  938. checking for stat64... yes
  939. checking for strftime... yes
  940. checking for strptime... yes
  941. checking for symlink... (cached) yes
  942. checking for sync... yes
  943. checking for sysconf... yes
  944. checking for tcgetpgrp... yes
  945. checking for tcsetpgrp... yes
  946. checking for times... yes
  947. checking for uname... yes
  948. checking for waitpid... yes
  949. checking for strdup... yes
  950. checking for system... yes
  951. checking for usleep... yes
  952. checking for atexit... yes
  953. checking for on_exit... yes
  954. checking for chown... yes
  955. checking for link... (cached) yes
  956. checking for fcntl... (cached) yes
  957. checking for ttyname... yes
  958. checking for getpwent... yes
  959. checking for getgrent... yes
  960. checking for kill... yes
  961. checking for getppid... yes
  962. checking for getpgrp... yes
  963. checking for fork... yes
  964. checking for setitimer... yes
  965. checking for getitimer... yes
  966. checking for strchr... yes
  967. checking for strcmp... yes
  968. checking for index... yes
  969. checking for bcopy... yes
  970. checking for memcpy... yes
  971. checking for rindex... yes
  972. checking for truncate... yes
  973. checking for unsetenv... yes
  974. checking for isblank... (cached) yes
  975. checking for _NSGetEnviron... no
  976. checking for strcoll... yes
  977. checking for strcoll_l... yes
  978. checking for newlocale... yes
  979. checking for utimensat... yes
  980. checking for sched_getaffinity... (cached) yes
  981. checking for sched_setaffinity... yes
  982. checking crypt.h usability... yes
  983. checking crypt.h presence... yes
  984. checking for crypt.h... yes
  985. checking for netdb.h... (cached) yes
  986. checking pthread.h usability... yes
  987. checking pthread.h presence... yes
  988. checking for pthread.h... yes
  989. checking pthread_np.h usability... no
  990. checking pthread_np.h presence... no
  991. checking for pthread_np.h... no
  992. checking for sys/param.h... (cached) yes
  993. checking sys/resource.h usability... yes
  994. checking sys/resource.h presence... yes
  995. checking for sys/resource.h... yes
  996. checking for sys/file.h... (cached) yes
  997. checking for sys/mman.h... (cached) yes
  998. checking for chroot... yes
  999. checking for flock... (cached) yes
  1000. checking for getlogin... yes
  1001. checking for cuserid... yes
  1002. checking for getpriority... yes
  1003. checking for setpriority... yes
  1004. checking for getpass... yes
  1005. checking for sethostname... yes
  1006. checking for gethostname... yes
  1007. checking whether sethostname is declared... (cached) yes
  1008. checking whether hstrerror is declared... no
  1009. checking whether cuserid is declared... yes
  1010. checking for library containing crypt... -lcrypt
  1011. checking for i... _Complex_I
  1012. checking whether csqrt is usable... yes
  1013. checking for libgmp... yes
  1014. checking how to link with libgmp... -lgmp
  1015. checking whether libunistring was built with iconv support... yes
  1016. checking for pkg-config... /nix/store/9d13nsh48vhri6mq6fwy4vxrfzfz4710-pkg-config-0.23/bin/pkg-config
  1017. checking pkg-config is at least version 0.9.0... yes
  1018. checking for LIBFFI... yes
  1019. checking size of size_t... (cached) 8
  1020. checking size of ssize_t... 8
  1021. checking whether NLS is requested... yes
  1022. checking for msgfmt... no
  1023. checking for gmsgfmt... :
  1024. checking for xgettext... no
  1025. checking for msgmerge... no
  1026. checking for CFPreferencesCopyAppValue... no
  1027. checking for CFLocaleCopyCurrent... no
  1028. checking for GNU gettext in libc... yes
  1029. checking whether to use NLS... yes
  1030. checking where the gettext function comes from... libc
  1031. checking for sleep declaration... yes
  1032. checking for usleep declaration... yes
  1033. checking whether strptime is declared... yes
  1034. checking return type of usleep... int
  1035. checking sys/un.h usability... yes
  1036. checking sys/un.h presence... yes
  1037. checking for sys/un.h... yes
  1038. checking for getrlimit... yes
  1039. checking for setrlimit... yes
  1040. checking for socketpair... yes
  1041. checking for getgroups... yes
  1042. checking for setgroups... yes
  1043. checking for setpwent... yes
  1044. checking for pause... yes
  1045. checking for tzset... (cached) yes
  1046. checking for sethostent... yes
  1047. checking for gethostent... yes
  1048. checking for endhostent... yes
  1049. checking for setnetent... yes
  1050. checking for getnetent... yes
  1051. checking for endnetent... yes
  1052. checking for setprotoent... yes
  1053. checking for getprotoent... yes
  1054. checking for endprotoent... yes
  1055. checking for setservent... yes
  1056. checking for getservent... yes
  1057. checking for endservent... yes
  1058. checking for getnetbyaddr... yes
  1059. checking for getnetbyname... yes
  1060. checking for inet_lnaof... yes
  1061. checking for inet_makeaddr... yes
  1062. checking for inet_netof... yes
  1063. checking for hstrerror... yes
  1064. checking for struct sockaddr_in.sin_len... no
  1065. checking for __libc_stack_end... yes
  1066. checking whether netdb.h declares h_errno... yes
  1067. checking whether uint32_t is defined... yes
  1068. checking for working IPv6 support... yes
  1069. checking whether sockaddr_in6 has sin6_scope_id... yes
  1070. checking for struct sockaddr_in6.sin6_len... no
  1071. checking whether localtime caches TZ... no
  1072. checking for strerror... yes
  1073. checking for memmove... yes
  1074. checking for mkstemp... yes
  1075. checking for asinh... yes
  1076. checking for acosh... yes
  1077. checking for atanh... yes
  1078. checking for copysign... yes
  1079. checking for finite... yes
  1080. checking for sincos... yes
  1081. checking for trunc... yes
  1082. checking for isinf... yes
  1083. checking for isnan... yes
  1084. checking for struct stat.st_rdev... yes
  1085. checking for struct stat.st_blksize... yes
  1086. checking for struct stat.st_blocks... yes
  1087. checking for struct stat.st_atim... yes
  1088. checking for struct stat.st_mtim... yes
  1089. checking for struct stat.st_ctim... yes
  1090. checking for struct tm.tm_zone... (cached) yes
  1091. checking for struct tm.tm_gmtoff... (cached) yes
  1092. checking whether we need POSIX to get struct utimbuf... no
  1093. checking the value of `iconveh_error'... 0
  1094. checking the value of `iconveh_question_mark'... 1
  1095. checking the value of `iconveh_escape_sequence'... 2
  1096. checking for BDW_GC... yes
  1097. checking for GC_do_blocking... yes
  1098. checking for GC_call_with_gc_active... yes
  1099. checking for GC_pthread_exit... yes
  1100. checking for GC_pthread_cancel... yes
  1101. checking for GC_allow_register_threads... yes
  1102. checking for GC_pthread_sigmask... yes
  1103. checking for GC_set_start_callback... yes
  1104. checking for GC_get_heap_usage_safe... yes
  1105. checking for GC_get_free_space_divisor... yes
  1106. checking for GC_gcollect_and_unmap... yes
  1107. checking for GC_get_unmapped_bytes... yes
  1108. checking for GC_set_finalizer_notifier... yes
  1109. checking for GC_set_finalize_on_demand... yes
  1110. checking whether GC_do_blocking is declared... yes
  1111. checking for GC_fn_type... yes
  1112. checking for struct GC_stack_base... yes
  1113. checking size of float... 4
  1114. checking for struct linger... yes
  1115. checking for struct timespec... yes
  1116. checking for the pthreads library -lpthreads... no
  1117. checking whether pthreads work without any flags... no
  1118. checking whether pthreads work with -Kthread... no
  1119. checking whether pthreads work with -kthread... no
  1120. checking for the pthreads library -llthread... no
  1121. checking whether pthreads work with -pthread... yes
  1122. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  1123. checking if more special flags are required for pthreads... no
  1124. checking for pthread_attr_getstack... yes
  1125. checking for pthread_getattr_np... yes
  1126. checking for pthread_get_stackaddr_np... no
  1127. checking for pthread_attr_get_np... no
  1128. checking for pthread_sigmask... yes
  1129. checking whether PTHREAD_ONCE_INIT needs braces... no
  1130. checking whether PTHREAD_MUTEX_INITIALIZER needs braces... no
  1131. checking for library containing sched_yield... none required
  1132. checking what kind of threads to support... pthreads
  1133. checking whether pthread_attr_getstack works for the main thread... yes
  1134. checking whether the `__thread' storage class is available... yes
  1135. checking whether C compiler handles -Wall... yes
  1136. checking whether C compiler handles -Wmissing-prototypes... yes
  1137. checking whether C compiler handles -Wdeclaration-after-statement... yes
  1138. checking whether C compiler handles -Wpointer-arith... yes
  1139. checking whether C compiler handles -Wswitch-enum... yes
  1140. checking whether C compiler handles -fno-strict-aliasing... yes
  1141. checking whether the linker understands `-z relro'... yes
  1142. checking for tgoto in -lncurses... yes
  1143. checking how to link with libreadline... -lreadline
  1144. checking for siginterrupt... (cached) yes
  1145. checking for rl_clear_signals... yes
  1146. checking for rl_cleanup_after_signal... yes
  1147. checking for rl_filename_completion_function... yes
  1148. checking whether rl_catch_signals is declared... yes
  1149. checking whether rl_catch_sigwinch is declared... yes
  1150. checking for rl_get_keymap... yes
  1151. checking for rl_getc_function pointer in readline... yes
  1152. checking for strdup... (cached) yes
  1153. checking that generated files are newer than configure... done
  1154. configure: creating ./config.status
  1155. config.status: creating libguile/gen-scmconfig.h
  1156. config.status: creating Makefile
  1157. config.status: creating am/Makefile
  1158. config.status: creating lib/Makefile
  1159. config.status: creating benchmark-suite/Makefile
  1160. config.status: creating gc-benchmarks/Makefile
  1161. config.status: creating doc/Makefile
  1162. config.status: creating doc/r5rs/Makefile
  1163. config.status: creating doc/ref/Makefile
  1164. config.status: creating emacs/Makefile
  1165. config.status: creating examples/Makefile
  1166. config.status: creating libguile/Makefile
  1167. config.status: creating libguile/version.h
  1168. config.status: creating guile-readline/Makefile
  1169. config.status: creating test-suite/Makefile
  1170. config.status: creating test-suite/standalone/Makefile
  1171. config.status: creating test-suite/vm/Makefile
  1172. config.status: creating meta/Makefile
  1173. config.status: creating module/Makefile
  1174. config.status: creating meta/guile-2.0.pc
  1175. config.status: creating meta/guile-2.0-uninstalled.pc
  1176. config.status: creating doc/ref/effective-version.texi
  1177. config.status: creating check-guile
  1178. config.status: creating benchmark-guile
  1179. config.status: creating meta/guile
  1180. config.status: creating meta/uninstalled-env
  1181. config.status: creating meta/gdb-uninstalled-guile
  1182. config.status: creating meta/guild
  1183. config.status: creating libguile/guile-snarf
  1184. config.status: creating libguile/guile-snarf-docs
  1185. config.status: creating test-suite/standalone/test-use-srfi
  1186. config.status: creating test-suite/standalone/test-fast-slot-ref
  1187. config.status: creating config.h
  1188. config.status: executing depfiles commands
  1189. config.status: executing libtool commands
  1190. config.status: executing po-directories commands
  1191. building
  1192. make flags:
  1193. building all
  1194. make all-recursive
  1195. make[1]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7'
  1196. building all-recursive
  1197. Making all in lib
  1198. make[2]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/lib'
  1199. building alloca.h
  1200. building c++defs.h
  1201. GEN alloca.h
  1202. GEN c++defs.h
  1203. building warn-on-use.h
  1204. GEN warn-on-use.h
  1205. building arg-nonnull.h
  1206. GEN arg-nonnull.h
  1207. building configmake.h
  1208. building langinfo.h
  1209. building locale.h
  1210. GEN configmake.h
  1211. GEN langinfo.h
  1212. building math.h
  1213. GEN locale.h
  1214. building netdb.h
  1215. GEN math.h
  1216. building signal.h
  1217. GEN netdb.h
  1218. GEN signal.h
  1219. building unused-parameter.h
  1220. GEN unused-parameter.h
  1221. building stdio.h
  1222.  GEN stdio.h
  1223. building stdlib.h
  1224. building string.h
  1225. GEN stdlib.h
  1226. building sys/file.h
  1227. GEN string.h
  1228. building sys/socket.h
  1229. building sys/stat.h
  1230. GEN sys/file.h
  1231. GEN sys/socket.h
  1232. building sys/time.h
  1233. GEN sys/stat.h
  1234. building sys/types.h
  1235. GEN sys/time.h
  1236. building sys/uio.h
  1237. building time.h
  1238. GEN sys/types.h
  1239. GEN sys/uio.h
  1240. building unistd.h
  1241. GEN time.h
  1242. building wchar.h
  1243. GEN unistd.h
  1244. building wctype.h
  1245. GEN wchar.h
  1246.  GEN wctype.h
  1247. building arpa/inet.h
  1248. building dirent.h
  1249. GEN arpa/inet.h
  1250. building fcntl.h
  1251. GEN dirent.h
  1252. building iconv.h
  1253. GEN fcntl.h
  1254.  GEN iconv.h
  1255. building all
  1256. make all-recursive
  1257. make[3]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/lib'
  1258. building all-recursive
  1259. make[4]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/lib'
  1260. building binary-io.lo
  1261. CC binary-io.lo
  1262. building c-ctype.lo
  1263. CC c-ctype.lo
  1264. building c-strcasecmp.lo
  1265. building c-strncasecmp.lo
  1266. CC c-strcasecmp.lo
  1267. CC c-strncasecmp.lo
  1268. building dirname-lgpl.lo
  1269. CC dirname-lgpl.lo
  1270. building basename-lgpl.lo
  1271. building stripslash.lo
  1272. CC basename-lgpl.lo
  1273. CC stripslash.lo
  1274. building fd-hook.lo
  1275. CC fd-hook.lo
  1276. building full-read.lo
  1277. CC full-read.lo
  1278. building full-write.lo
  1279. building localcharset.lo
  1280. CC full-write.lo
  1281. CC localcharset.lo
  1282. building malloca.lo
  1283. building nproc.lo
  1284. CC malloca.lo
  1285. building pipe2.lo
  1286. CC nproc.lo
  1287. CC pipe2.lo
  1288. building safe-read.lo
  1289. CC safe-read.lo
  1290. building safe-write.lo
  1291. building sockets.lo
  1292. CC safe-write.lo
  1293. building stat-time.lo
  1294. CC sockets.lo
  1295. CC stat-time.lo
  1296. building strftime.lo
  1297. building striconveh.lo
  1298. CC strftime.lo
  1299. CC striconveh.lo
  1300. building unistr/.dirstamp
  1301. building unistr/.deps/.dirstamp
  1302. building xsize.lo
  1303. CC xsize.lo
  1304. building asnprintf.lo
  1305. building isnand.lo
  1306. CC asnprintf.lo
  1307. CC isnand.lo
  1308. building isnanf.lo
  1309. CC isnanf.lo
  1310. building isnanl.lo
  1311. building printf-args.lo
  1312. CC isnanl.lo
  1313. building printf-parse.lo
  1314. CC printf-args.lo
  1315. building vasnprintf.lo
  1316. CC printf-parse.lo
  1317. CC vasnprintf.lo
  1318. building charset.alias
  1319. GEN charset.alias
  1320. building ref-add.sed
  1321. GEN ref-add.sed
  1322. building ref-del.sed
  1323. GEN ref-del.sed
  1324. building unistr/u8-mbtouc.lo
  1325. CC unistr/u8-mbtouc.lo
  1326. building unistr/u8-mbtouc-aux.lo
  1327. CC unistr/u8-mbtouc-aux.lo
  1328. building unistr/u8-mbtouc-unsafe.lo
  1329. building unistr/u8-mbtouc-unsafe-aux.lo
  1330. CC unistr/u8-mbtouc-unsafe.lo
  1331. CC unistr/u8-mbtouc-unsafe-aux.lo
  1332. building libgnu.la
  1333.  CCLD libgnu.la
  1334. make[4]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/lib'
  1335. make[3]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/lib'
  1336. make[2]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/lib'
  1337. Making all in meta
  1338. make[2]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/meta'
  1339. building guile-config
  1340. guile="/nix/store/8icygcsfbian60sal09kmn0kfm85xlgx-guile-2.0.7/bin/`echo guile | /nix/store/f9qhknsh4v8yg7g25b2dgn9n4zp6hv9i-gnused-4.2.2/bin/sed -e 's,x,x,'`" ; \
  1341. cat ./guile-config.in \
  1342. | /nix/store/f9qhknsh4v8yg7g25b2dgn9n4zp6hv9i-gnused-4.2.2/bin/sed -e "s,@pkgconfigdir@,/nix/store/8icygcsfbian60sal09kmn0kfm85xlgx-guile-2.0.7/lib/pkgconfig,g ; \
  1343. s,@""PKG_CONFIG@,/nix/store/9d13nsh48vhri6mq6fwy4vxrfzfz4710-pkg-config-0.23/bin/pkg-config,g ; \
  1344. s,@installed_guile@,$guile,g" \
  1345. > guile-config.out
  1346. mv guile-config.out guile-config
  1347. chmod +x guile-config
  1348. make[2]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/meta'
  1349. Making all in libguile
  1350. make[2]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/libguile'
  1351. building libpath.h
  1352. building gen-scmconfig.o
  1353. building vm-i-system.i
  1354. GEN gen-scmconfig.o
  1355. GEN libpath.h
  1356. GEN vm-i-system.i
  1357. building vm-i-scheme.i
  1358. GEN vm-i-scheme.i
  1359. building vm-i-loader.i
  1360. GEN vm-i-loader.i
  1361. building gen-scmconfig
  1362.  GEN gen-scmconfig
  1363. building scmconfig.h
  1364.  GEN scmconfig.h
  1365. building alist.x
  1366. SNARF alist.x
  1367. building arbiters.x
  1368. building array-handle.x
  1369. SNARF arbiters.x
  1370. SNARF array-handle.x
  1371. building array-map.x
  1372. SNARF array-map.x
  1373. building arrays.x
  1374. SNARF arrays.x
  1375. building async.x
  1376. SNARF async.x
  1377. building backtrace.x
  1378. SNARF backtrace.x
  1379. building boolean.x
  1380. building bitvectors.x
  1381. SNARF boolean.x
  1382. building bytevectors.x
  1383. SNARF bitvectors.x
  1384. SNARF bytevectors.x
  1385. building chars.x
  1386. SNARF chars.x
  1387. building control.x
  1388. SNARF control.x
  1389. building continuations.x
  1390. SNARF continuations.x
  1391. building debug.x
  1392. building deprecated.x
  1393. SNARF debug.x
  1394. building deprecation.x
  1395. SNARF deprecated.x
  1396. building dynl.x
  1397. SNARF deprecation.x
  1398. SNARF dynl.x
  1399. building dynwind.x
  1400. SNARF dynwind.x
  1401. building eq.x
  1402. SNARF eq.x
  1403. building error.x
  1404. building eval.x
  1405. SNARF error.x
  1406. building evalext.x
  1407. SNARF eval.x
  1408. SNARF evalext.x
  1409. building expand.x
  1410. SNARF expand.x
  1411. building extensions.x
  1412. SNARF extensions.x
  1413. building feature.x
  1414. SNARF feature.x
  1415. building filesys.x
  1416. SNARF filesys.x
  1417. building fluids.x
  1418. building foreign.x
  1419. SNARF fluids.x
  1420. SNARF foreign.x
  1421. building fports.x
  1422. SNARF fports.x
  1423. building gc-malloc.x
  1424. SNARF gc-malloc.x
  1425. building gc.x
  1426. SNARF gc.x
  1427. building gettext.x
  1428. building generalized-arrays.x
  1429. SNARF gettext.x
  1430. SNARF generalized-arrays.x
  1431. building generalized-vectors.x
  1432. building goops.x
  1433. SNARF generalized-vectors.x
  1434. building gsubr.x
  1435. SNARF goops.x
  1436. SNARF gsubr.x
  1437. building guardians.x
  1438. SNARF guardians.x
  1439. building hash.x
  1440. building hashtab.x
  1441. SNARF hash.x
  1442. SNARF hashtab.x
  1443. building hooks.x
  1444. building i18n.x
  1445. SNARF hooks.x
  1446. SNARF i18n.x
  1447. building init.x
  1448. building ioext.x
  1449. SNARF init.x
  1450. SNARF ioext.x
  1451. building keywords.x
  1452. building list.x
  1453. SNARF keywords.x
  1454. SNARF list.x
  1455. building load.x
  1456. SNARF load.x
  1457. building macros.x
  1458. building mallocs.x
  1459. SNARF macros.x
  1460. SNARF mallocs.x
  1461. building memoize.x
  1462. SNARF memoize.x
  1463. building modules.x
  1464. SNARF modules.x
  1465. building numbers.x
  1466. SNARF numbers.x
  1467. building objprop.x
  1468. SNARF objprop.x
  1469. building options.x
  1470. SNARF options.x
  1471. building pairs.x
  1472. building ports.x
  1473. SNARF pairs.x
  1474. building print.x
  1475. SNARF ports.x
  1476. SNARF print.x
  1477. building procprop.x
  1478. building procs.x
  1479. SNARF procprop.x
  1480. SNARF procs.x
  1481. building promises.x
  1482. building r6rs-ports.x
  1483. SNARF promises.x
  1484. SNARF r6rs-ports.x
  1485. building random.x
  1486. building rdelim.x
  1487. SNARF random.x
  1488. SNARF rdelim.x
  1489. building read.x
  1490. building root.x
  1491. SNARF read.x
  1492. building rw.x
  1493. SNARF root.x
  1494. building scmsigs.x
  1495. SNARF rw.x
  1496. building script.x
  1497. SNARF scmsigs.x
  1498. SNARF script.x
  1499. building simpos.x
  1500. SNARF simpos.x
  1501. building smob.x
  1502. SNARF smob.x
  1503. building sort.x
  1504. building srcprop.x
  1505. SNARF sort.x
  1506. SNARF srcprop.x
  1507. building srfi-1.x
  1508. SNARF srfi-1.x
  1509. building srfi-4.x
  1510. SNARF srfi-4.x
  1511. building srfi-13.x
  1512. SNARF srfi-13.x
  1513. building srfi-14.x
  1514. SNARF srfi-14.x
  1515. building srfi-60.x
  1516. SNARF srfi-60.x
  1517. building stackchk.x
  1518. building stacks.x
  1519. SNARF stackchk.x
  1520. SNARF stacks.x
  1521. building stime.x
  1522. SNARF stime.x
  1523. building strings.x
  1524. SNARF strings.x
  1525. building strorder.x
  1526. SNARF strorder.x
  1527. building strports.x
  1528. building struct.x
  1529. SNARF strports.x
  1530. SNARF struct.x
  1531. building symbols.x
  1532. SNARF symbols.x
  1533. building threads.x
  1534. SNARF threads.x
  1535. building throw.x
  1536. building trees.x
  1537. SNARF throw.x
  1538. SNARF trees.x
  1539. building uniform.x
  1540. SNARF uniform.x
  1541. building values.x
  1542. SNARF values.x
  1543. building variable.x
  1544. building vectors.x
  1545. SNARF variable.x
  1546. SNARF vectors.x
  1547. building version.x
  1548. SNARF version.x
  1549. building vports.x
  1550. SNARF vports.x
  1551. building weaks.x
  1552. building frames.x
  1553. SNARF weaks.x
  1554. building instructions.x
  1555. SNARF frames.x
  1556. SNARF instructions.x
  1557. building objcodes.x
  1558. building programs.x
  1559. SNARF objcodes.x
  1560. SNARF programs.x
  1561. building vm.x
  1562. building posix.x
  1563. SNARF vm.x
  1564. building net_db.x
  1565. SNARF posix.x
  1566. SNARF net_db.x
  1567. building socket.x
  1568. SNARF socket.x
  1569. building regex-posix.x
  1570.  SNARF regex-posix.x
  1571. building all
  1572. make all-am
  1573. make[3]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/libguile'
  1574. building libguile_2.0_la-alist.lo
  1575. building libguile_2.0_la-arbiters.lo
  1576. CC libguile_2.0_la-alist.lo
  1577. building libguile_2.0_la-array-handle.lo
  1578. CC libguile_2.0_la-arbiters.lo
  1579. building libguile_2.0_la-array-map.lo
  1580. CC libguile_2.0_la-array-handle.lo
  1581. CC libguile_2.0_la-array-map.lo
  1582. building libguile_2.0_la-arrays.lo
  1583. building libguile_2.0_la-async.lo
  1584. CC libguile_2.0_la-arrays.lo
  1585. building libguile_2.0_la-backtrace.lo
  1586. CC libguile_2.0_la-async.lo
  1587. CC libguile_2.0_la-backtrace.lo
  1588. building libguile_2.0_la-boolean.lo
  1589. building libguile_2.0_la-bitvectors.lo
  1590. CC libguile_2.0_la-boolean.lo
  1591. building libguile_2.0_la-bytevectors.lo
  1592. CC libguile_2.0_la-bitvectors.lo
  1593. CC libguile_2.0_la-bytevectors.lo
  1594. building libguile_2.0_la-chars.lo
  1595. building libguile_2.0_la-control.lo
  1596. CC libguile_2.0_la-chars.lo
  1597. CC libguile_2.0_la-control.lo
  1598. building libguile_2.0_la-continuations.lo
  1599. CC libguile_2.0_la-continuations.lo
  1600. building libguile_2.0_la-debug.lo
  1601. building libguile_2.0_la-deprecated.lo
  1602. CC libguile_2.0_la-debug.lo
  1603. CC libguile_2.0_la-deprecated.lo
  1604. building libguile_2.0_la-deprecation.lo
  1605. CC libguile_2.0_la-deprecation.lo
  1606. building libguile_2.0_la-dynwind.lo
  1607. CC libguile_2.0_la-dynwind.lo
  1608. building libguile_2.0_la-eq.lo
  1609. building libguile_2.0_la-error.lo
  1610. CC libguile_2.0_la-eq.lo
  1611. CC libguile_2.0_la-error.lo
  1612. building libguile_2.0_la-eval.lo
  1613. CC libguile_2.0_la-eval.lo
  1614. building libguile_2.0_la-evalext.lo
  1615. building libguile_2.0_la-expand.lo
  1616. CC libguile_2.0_la-evalext.lo
  1617. building libguile_2.0_la-extensions.lo
  1618. CC libguile_2.0_la-expand.lo
  1619. building libguile_2.0_la-feature.lo
  1620. CC libguile_2.0_la-extensions.lo
  1621. building libguile_2.0_la-filesys.lo
  1622. CC libguile_2.0_la-feature.lo
  1623. building libguile_2.0_la-finalizers.lo
  1624. CC libguile_2.0_la-filesys.lo
  1625. CC libguile_2.0_la-finalizers.lo
  1626. building libguile_2.0_la-fluids.lo
  1627. building libguile_2.0_la-foreign.lo
  1628. CC libguile_2.0_la-fluids.lo
  1629. CC libguile_2.0_la-foreign.lo
  1630. building libguile_2.0_la-fports.lo
  1631. building libguile_2.0_la-frames.lo
  1632. CC libguile_2.0_la-fports.lo
  1633. CC libguile_2.0_la-frames.lo
  1634. building libguile_2.0_la-gc-malloc.lo
  1635. building libguile_2.0_la-gc.lo
  1636. CC libguile_2.0_la-gc-malloc.lo
  1637. building libguile_2.0_la-gdbint.lo
  1638. CC libguile_2.0_la-gc.lo
  1639. building libguile_2.0_la-gettext.lo
  1640. CC libguile_2.0_la-gdbint.lo
  1641. CC libguile_2.0_la-gettext.lo
  1642. building libguile_2.0_la-generalized-arrays.lo
  1643. building libguile_2.0_la-generalized-vectors.lo
  1644. CC libguile_2.0_la-generalized-arrays.lo
  1645. building libguile_2.0_la-goops.lo
  1646. CC libguile_2.0_la-generalized-vectors.lo
  1647. CC libguile_2.0_la-goops.lo
  1648. building libguile_2.0_la-gsubr.lo
  1649. CC libguile_2.0_la-gsubr.lo
  1650. building libguile_2.0_la-guardians.lo
  1651. building libguile_2.0_la-hash.lo
  1652. CC libguile_2.0_la-guardians.lo
  1653. building libguile_2.0_la-hashtab.lo
  1654. CC libguile_2.0_la-hash.lo
  1655. building libguile_2.0_la-hooks.lo
  1656. CC libguile_2.0_la-hashtab.lo
  1657. CC libguile_2.0_la-hooks.lo
  1658. building libguile_2.0_la-i18n.lo
  1659. building libguile_2.0_la-init.lo
  1660. CC libguile_2.0_la-i18n.lo
  1661. CC libguile_2.0_la-init.lo
  1662. building libguile_2.0_la-inline.lo
  1663. building libguile_2.0_la-instructions.lo
  1664. CC libguile_2.0_la-inline.lo
  1665. building libguile_2.0_la-ioext.lo
  1666. CC libguile_2.0_la-instructions.lo
  1667. building libguile_2.0_la-keywords.lo
  1668. CC libguile_2.0_la-ioext.lo
  1669. building libguile_2.0_la-list.lo
  1670. CC libguile_2.0_la-keywords.lo
  1671. building libguile_2.0_la-load.lo
  1672. CC libguile_2.0_la-list.lo
  1673. CC libguile_2.0_la-load.lo
  1674. building libguile_2.0_la-macros.lo
  1675. building libguile_2.0_la-mallocs.lo
  1676. CC libguile_2.0_la-macros.lo
  1677. building libguile_2.0_la-memoize.lo
  1678. CC libguile_2.0_la-mallocs.lo
  1679. CC libguile_2.0_la-memoize.lo
  1680. building libguile_2.0_la-modules.lo
  1681. building libguile_2.0_la-null-threads.lo
  1682. CC libguile_2.0_la-modules.lo
  1683. building libguile_2.0_la-numbers.lo
  1684. CC libguile_2.0_la-null-threads.lo
  1685. CC libguile_2.0_la-numbers.lo
  1686. building libguile_2.0_la-objcodes.lo
  1687. CC libguile_2.0_la-objcodes.lo
  1688. building libguile_2.0_la-objprop.lo
  1689. CC libguile_2.0_la-objprop.lo
  1690. building libguile_2.0_la-options.lo
  1691. CC libguile_2.0_la-options.lo
  1692. building libguile_2.0_la-pairs.lo
  1693. CC libguile_2.0_la-pairs.lo
  1694. building libguile_2.0_la-poll.lo
  1695. CC libguile_2.0_la-poll.lo
  1696. building libguile_2.0_la-ports.lo
  1697. CC libguile_2.0_la-ports.lo
  1698. building libguile_2.0_la-print.lo
  1699. CC libguile_2.0_la-print.lo
  1700. building libguile_2.0_la-procprop.lo
  1701. CC libguile_2.0_la-procprop.lo
  1702. building libguile_2.0_la-procs.lo
  1703. building libguile_2.0_la-programs.lo
  1704. CC libguile_2.0_la-procs.lo
  1705. CC libguile_2.0_la-programs.lo
  1706. building libguile_2.0_la-promises.lo
  1707. building libguile_2.0_la-r6rs-ports.lo
  1708. CC libguile_2.0_la-promises.lo
  1709. building libguile_2.0_la-random.lo
  1710. CC libguile_2.0_la-r6rs-ports.lo
  1711. CC libguile_2.0_la-random.lo
  1712. building libguile_2.0_la-rdelim.lo
  1713. CC libguile_2.0_la-rdelim.lo
  1714. building libguile_2.0_la-read.lo
  1715. CC libguile_2.0_la-read.lo
  1716. building libguile_2.0_la-root.lo
  1717. building libguile_2.0_la-rw.lo
  1718. CC libguile_2.0_la-root.lo
  1719. CC libguile_2.0_la-rw.lo
  1720. building libguile_2.0_la-scmsigs.lo
  1721. CC libguile_2.0_la-scmsigs.lo
  1722. building libguile_2.0_la-script.lo
  1723. CC libguile_2.0_la-script.lo
  1724. building libguile_2.0_la-simpos.lo
  1725. CC libguile_2.0_la-simpos.lo
  1726. building libguile_2.0_la-smob.lo
  1727. building libguile_2.0_la-sort.lo
  1728. CC libguile_2.0_la-smob.lo
  1729. CC libguile_2.0_la-sort.lo
  1730. building libguile_2.0_la-srcprop.lo
  1731. CC libguile_2.0_la-srcprop.lo
  1732. building libguile_2.0_la-srfi-1.lo
  1733. CC libguile_2.0_la-srfi-1.lo
  1734. building libguile_2.0_la-srfi-4.lo
  1735. building libguile_2.0_la-srfi-13.lo
  1736. CC libguile_2.0_la-srfi-4.lo
  1737. CC libguile_2.0_la-srfi-13.lo
  1738. building libguile_2.0_la-srfi-14.lo
  1739. CC libguile_2.0_la-srfi-14.lo
  1740. building libguile_2.0_la-srfi-60.lo
  1741. CC libguile_2.0_la-srfi-60.lo
  1742. building libguile_2.0_la-stackchk.lo
  1743. CC libguile_2.0_la-stackchk.lo
  1744. building libguile_2.0_la-stacks.lo
  1745. building libguile_2.0_la-stime.lo
  1746. CC libguile_2.0_la-stacks.lo
  1747. building libguile_2.0_la-strings.lo
  1748. CC libguile_2.0_la-stime.lo
  1749. CC libguile_2.0_la-strings.lo
  1750. building libguile_2.0_la-strorder.lo
  1751. building libguile_2.0_la-strports.lo
  1752. CC libguile_2.0_la-strorder.lo
  1753. building libguile_2.0_la-struct.lo
  1754. CC libguile_2.0_la-strports.lo
  1755. building libguile_2.0_la-symbols.lo
  1756. CC libguile_2.0_la-struct.lo
  1757. building libguile_2.0_la-threads.lo
  1758. CC libguile_2.0_la-symbols.lo
  1759. building libguile_2.0_la-throw.lo
  1760. building libguile_2.0_la-trees.lo
  1761. CC libguile_2.0_la-threads.lo
  1762. CC libguile_2.0_la-throw.lo
  1763. building libguile_2.0_la-uniform.lo
  1764. building libguile_2.0_la-values.lo
  1765. CC libguile_2.0_la-trees.lo
  1766. CC libguile_2.0_la-uniform.lo
  1767. building libguile_2.0_la-variable.lo
  1768. building libguile_2.0_la-vectors.lo
  1769. CC libguile_2.0_la-values.lo
  1770. CC libguile_2.0_la-variable.lo
  1771. building libguile_2.0_la-version.lo
  1772. building libguile_2.0_la-vm.lo
  1773. CC libguile_2.0_la-vectors.lo
  1774. CC libguile_2.0_la-version.lo
  1775. building libguile_2.0_la-vports.lo
  1776. CC libguile_2.0_la-vm.lo
  1777. building libguile_2.0_la-weaks.lo
  1778. CC libguile_2.0_la-vports.lo
  1779. CC libguile_2.0_la-weaks.lo
  1780. building dynl.lo
  1781. building posix.lo
  1782. CC dynl.lo
  1783. building net_db.lo
  1784. CC posix.lo
  1785. CC net_db.lo
  1786. building socket.lo
  1787. building regex-posix.lo
  1788. CC socket.lo
  1789. CC regex-posix.lo
  1790. building guile-guile.o
  1791. building c-tokenize.o
  1792. CC guile-guile.o
  1793.  GEN c-tokenize.o
  1794. building libguile-2.0.la
  1795.  CCLD libguile-2.0.la
  1796. building guile_filter_doc_snarfage
  1797.  GEN guile_filter_doc_snarfage
  1798. building alist.doc
  1799. building arbiters.doc
  1800. SNARF alist.doc
  1801. SNARF arbiters.doc
  1802. building array-handle.doc
  1803. building array-map.doc
  1804. SNARF array-handle.doc
  1805. SNARF array-map.doc
  1806. building arrays.doc
  1807. building async.doc
  1808. SNARF arrays.doc
  1809. SNARF async.doc
  1810. building backtrace.doc
  1811. building boolean.doc
  1812. SNARF backtrace.doc
  1813. SNARF boolean.doc
  1814. building bitvectors.doc
  1815. building bytevectors.doc
  1816. SNARF bitvectors.doc
  1817. SNARF bytevectors.doc
  1818. building chars.doc
  1819. building control.doc
  1820. SNARF chars.doc
  1821. SNARF control.doc
  1822. building continuations.doc
  1823. SNARF continuations.doc
  1824. building debug.doc
  1825. SNARF debug.doc
  1826. building deprecated.doc
  1827. SNARF deprecated.doc
  1828. building deprecation.doc
  1829. SNARF deprecation.doc
  1830. building dynl.doc
  1831. SNARF dynl.doc
  1832. building dynwind.doc
  1833. SNARF dynwind.doc
  1834. building eq.doc
  1835. SNARF eq.doc
  1836. building error.doc
  1837. SNARF error.doc
  1838. building eval.doc
  1839. building evalext.doc
  1840. SNARF eval.doc
  1841. building expand.doc
  1842. SNARF evalext.doc
  1843. SNARF expand.doc
  1844. building extensions.doc
  1845. SNARF extensions.doc
  1846. building feature.doc
  1847. SNARF feature.doc
  1848. building filesys.doc
  1849. SNARF filesys.doc
  1850. building fluids.doc
  1851. SNARF fluids.doc
  1852. building foreign.doc
  1853. building fports.doc
  1854. SNARF foreign.doc
  1855. SNARF fports.doc
  1856. building gc-malloc.doc
  1857. SNARF gc-malloc.doc
  1858. building gc.doc
  1859. SNARF gc.doc
  1860. building gettext.doc
  1861. building generalized-arrays.doc
  1862. SNARF gettext.doc
  1863. SNARF generalized-arrays.doc
  1864. building generalized-vectors.doc
  1865. building goops.doc
  1866. SNARF generalized-vectors.doc
  1867. SNARF goops.doc
  1868. building gsubr.doc
  1869. SNARF gsubr.doc
  1870. building guardians.doc
  1871. building hash.doc
  1872. SNARF guardians.doc
  1873. SNARF hash.doc
  1874. building hashtab.doc
  1875. building hooks.doc
  1876. SNARF hashtab.doc
  1877. SNARF hooks.doc
  1878. building i18n.doc
  1879. SNARF i18n.doc
  1880. building init.doc
  1881. building ioext.doc
  1882. SNARF init.doc
  1883. SNARF ioext.doc
  1884. building keywords.doc
  1885. building list.doc
  1886. SNARF keywords.doc
  1887. building load.doc
  1888. SNARF list.doc
  1889. building macros.doc
  1890. SNARF load.doc
  1891. SNARF macros.doc
  1892. building mallocs.doc
  1893. building memoize.doc
  1894. SNARF mallocs.doc
  1895. SNARF memoize.doc
  1896. building modules.doc
  1897. memoize.c:496:***Mismatching FUNC_NAME. Should be: `#define FUNC_NAME s_"@prompt"'
  1898. building numbers.doc
  1899. SNARF modules.doc
  1900. SNARF numbers.doc
  1901. building objprop.doc
  1902. building options.doc
  1903. SNARF objprop.doc
  1904. SNARF options.doc
  1905. building pairs.doc
  1906. SNARF pairs.doc
  1907. building ports.doc
  1908. pairs.c:147:***Missing or erroneous `#define FUNC_NAME s_scm_cdr'
  1909. pairs.c:150:***pairs.c:155:***Missing or erroneous `#define FUNC_NAME s_scm_cddr'
  1910. pairs.c:158:***pairs.c:163:***Missing or erroneous `#define FUNC_NAME s_scm_cadr'
  1911. pairs.c:166:***pairs.c:171:***Missing or erroneous `#define FUNC_NAME s_scm_cdddr'
  1912. pairs.c:174:***pairs.c:179:***Missing or erroneous `#define FUNC_NAME s_scm_cdadr'
  1913. pairs.c:182:***pairs.c:187:***Missing or erroneous `#define FUNC_NAME s_scm_caddr'
  1914. pairs.c:190:***pairs.c:195:***Missing or erroneous `#define FUNC_NAME s_scm_caadr'
  1915. pairs.c:198:***pairs.c:203:***Missing or erroneous `#define FUNC_NAME s_scm_cddddr'
  1916. pairs.c:206:***pairs.c:211:***Missing or erroneous `#define FUNC_NAME s_scm_cddadr'
  1917. pairs.c:214:***pairs.c:219:***Missing or erroneous `#define FUNC_NAME s_scm_cdaddr'
  1918. pairs.c:222:***pairs.c:227:***Missing or erroneous `#define FUNC_NAME s_scm_cdaadr'
  1919. pairs.c:230:***pairs.c:235:***Missing or erroneous `#define FUNC_NAME s_scm_cadddr'
  1920. pairs.c:238:***pairs.c:243:***Missing or erroneous `#define FUNC_NAME s_scm_cadadr'
  1921. pairs.c:246:***pairs.c:251:***Missing or erroneous `#define FUNC_NAME s_scm_caaddr'
  1922. pairs.c:254:***pairs.c:259:***Missing or erroneous `#define FUNC_NAME s_scm_caaadr'
  1923. pairs.c:262:***Missing or erroneous #undef for scm_car:
  1924. Missing or erroneous #undef for scm_cdar:
  1925. Missing or erroneous #undef for scm_caar:
  1926. Missing or erroneous #undef for scm_cddar:
  1927. Missing or erroneous #undef for scm_cdaar:
  1928. Missing or erroneous #undef for scm_cadar:
  1929. Missing or erroneous #undef for scm_caaar:
  1930. Missing or erroneous #undef for scm_cdddar:
  1931. Missing or erroneous #undef for scm_cddaar:
  1932. Missing or erroneous #undef for scm_cdadar:
  1933. Missing or erroneous #undef for scm_cdaaar:
  1934. Missing or erroneous #undef for scm_caddar:
  1935. Missing or erroneous #undef for scm_cadaar:
  1936. Missing or erroneous #undef for scm_caadar:
  1937. Missing or erroneous #undef for scm_caaaar:
  1938. SNARF ports.doc
  1939. building print.doc
  1940. building procprop.doc
  1941. SNARF print.doc
  1942. SNARF procprop.doc
  1943. building procs.doc
  1944. building promises.doc
  1945. SNARF procs.doc
  1946. SNARF promises.doc
  1947. building r6rs-ports.doc
  1948. building random.doc
  1949. SNARF r6rs-ports.doc
  1950. building rdelim.doc
  1951. SNARF random.doc
  1952. building read.doc
  1953. SNARF rdelim.doc
  1954. SNARF read.doc
  1955. building root.doc
  1956. SNARF root.doc
  1957. building rw.doc
  1958. SNARF rw.doc
  1959. building scmsigs.doc
  1960. SNARF scmsigs.doc
  1961. building script.doc
  1962. building simpos.doc
  1963. SNARF script.doc
  1964. SNARF simpos.doc
  1965. building smob.doc
  1966. building sort.doc
  1967. SNARF smob.doc
  1968. building srcprop.doc
  1969. SNARF sort.doc
  1970. building srfi-1.doc
  1971. SNARF srcprop.doc
  1972. building srfi-4.doc
  1973. SNARF srfi-1.doc
  1974. building srfi-13.doc
  1975. SNARF srfi-4.doc
  1976. building srfi-14.doc
  1977. SNARF srfi-13.doc
  1978. SNARF srfi-14.doc
  1979. building srfi-60.doc
  1980. building stackchk.doc
  1981. SNARF srfi-60.doc
  1982. building stacks.doc
  1983. SNARF stackchk.doc
  1984. building stime.doc
  1985. SNARF stacks.doc
  1986. SNARF stime.doc
  1987. building strings.doc
  1988. building strorder.doc
  1989. SNARF strings.doc
  1990. SNARF strorder.doc
  1991. building strports.doc
  1992. SNARF strports.doc
  1993. building struct.doc
  1994. building symbols.doc
  1995. SNARF struct.doc
  1996. building threads.doc
  1997. SNARF symbols.doc
  1998. building throw.doc
  1999. building trees.doc
  2000. SNARF threads.doc
  2001. SNARF throw.doc
  2002. building uniform.doc
  2003. SNARF trees.doc
  2004. building values.doc
  2005. building variable.doc
  2006. SNARF uniform.doc
  2007. SNARF values.doc
  2008. building vectors.doc
  2009. SNARF variable.doc
  2010. building version.doc
  2011. SNARF vectors.doc
  2012. SNARF version.doc
  2013. building vports.doc
  2014. building weaks.doc
  2015. SNARF vports.doc
  2016. building posix.doc
  2017. SNARF weaks.doc
  2018. building net_db.doc
  2019. SNARF posix.doc
  2020. building socket.doc
  2021. SNARF net_db.doc
  2022. building regex-posix.doc
  2023. SNARF socket.doc
  2024.  SNARF regex-posix.doc
  2025. building guile
  2026.  CCLD guile
  2027. building guile-procedures.texi
  2028.  GEN guile-procedures.texi
  2029. building guile-procedures.txt
  2030. cp guile-procedures.texi guile-procedures.txt
  2031. make[3]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/libguile'
  2032. make[2]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/libguile'
  2033. Making all in module
  2034. make[2]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/module'
  2035. building ice-9/eval.go
  2036.  GUILEC ice-9/eval.go
  2037. wrote `ice-9/eval.go'
  2038. building ice-9/psyntax-pp.go
  2039. building ice-9/boot-9.go
  2040. GUILEC ice-9/psyntax-pp.go
  2041. building ice-9/vlist.go
  2042. GUILEC ice-9/boot-9.go
  2043. wrote `ice-9/boot-9.go'
  2044. building srfi/srfi-1.go
  2045. GUILEC ice-9/vlist.go
  2046. wrote `ice-9/psyntax-pp.go'
  2047. GUILEC srfi/srfi-1.go
  2048. building language/tree-il/peval.go
  2049. wrote `srfi/srfi-1.go'
  2050. building language/tree-il/cse.go
  2051. GUILEC language/tree-il/peval.go
  2052. wrote `ice-9/vlist.go'
  2053. building language/tree-il.go
  2054. GUILEC language/tree-il/cse.go
  2055. wrote `language/tree-il/peval.go'
  2056. GUILEC language/tree-il.go
  2057. building language/glil.go
  2058. wrote `language/tree-il/cse.go'
  2059. GUILEC language/glil.go
  2060. building language/assembly.go
  2061. wrote `language/glil.go'
  2062. building language/tree-il/primitives.go
  2063. GUILEC language/assembly.go
  2064. wrote `language/assembly.go'
  2065. building language/tree-il/effects.go
  2066. GUILEC language/tree-il/primitives.go
  2067. wrote `language/tree-il.go'
  2068. building language/tree-il/fix-letrec.go
  2069. GUILEC language/tree-il/effects.go
  2070. wrote `language/tree-il/primitives.go'
  2071. GUILEC language/tree-il/fix-letrec.go
  2072. building language/tree-il/optimize.go
  2073. wrote `language/tree-il/fix-letrec.go'
  2074. building language/tree-il/canonicalize.go
  2075. GUILEC language/tree-il/optimize.go
  2076. wrote `language/tree-il/effects.go'
  2077. building language/tree-il/analyze.go
  2078. GUILEC language/tree-il/canonicalize.go
  2079. wrote `language/tree-il/optimize.go'
  2080. building language/tree-il/inline.go
  2081. GUILEC language/tree-il/analyze.go
  2082. wrote `language/tree-il/canonicalize.go'
  2083. building language/tree-il/compile-glil.go
  2084. GUILEC language/tree-il/inline.go
  2085. wrote `language/tree-il/inline.go'
  2086. building language/tree-il/debug.go
  2087. GUILEC language/tree-il/compile-glil.go
  2088. wrote `language/tree-il/compile-glil.go'
  2089. building language/tree-il/spec.go
  2090. GUILEC language/tree-il/debug.go
  2091. wrote `language/tree-il/analyze.go'
  2092. GUILEC language/tree-il/spec.go
  2093. building language/glil/spec.go
  2094. wrote `language/tree-il/debug.go'
  2095. building language/glil/compile-assembly.go
  2096. GUILEC language/glil/spec.go
  2097. wrote `language/tree-il/spec.go'
  2098. building language/glil/decompile-assembly.go
  2099. GUILEC language/glil/compile-assembly.go
  2100. wrote `language/glil/spec.go'
  2101. GUILEC language/glil/decompile-assembly.go
  2102. building language/assembly/spec.go
  2103. wrote `language/glil/decompile-assembly.go'
  2104. language/glil/decompile-assembly.scm:174:21: warning: possibly unbound variable `make-glil-local'
  2105. language/glil/decompile-assembly.scm:170:21: warning: possibly unbound variable `make-glil-local'
  2106. building language/assembly/compile-bytecode.go
  2107. GUILEC language/assembly/spec.go
  2108. wrote `language/glil/compile-assembly.go'
  2109. building language/assembly/decompile-bytecode.go
  2110. GUILEC language/assembly/compile-bytecode.go
  2111. wrote `language/assembly/spec.go'
  2112. GUILEC language/assembly/decompile-bytecode.go
  2113. building language/assembly/disassemble.go
  2114. wrote `language/assembly/compile-bytecode.go'
  2115. GUILEC language/assembly/disassemble.go
  2116. building language/bytecode/spec.go
  2117. wrote `language/assembly/decompile-bytecode.go'
  2118. GUILEC language/bytecode/spec.go
  2119. building language/objcode/spec.go
  2120. wrote `language/assembly/disassemble.go'
  2121. GUILEC language/objcode/spec.go
  2122. building language/value/spec.go
  2123. wrote `language/bytecode/spec.go'
  2124. building language/scheme/spec.go
  2125. GUILEC language/value/spec.go
  2126. wrote `language/objcode/spec.go'
  2127. building language/scheme/compile-tree-il.go
  2128. GUILEC language/scheme/spec.go
  2129. wrote `language/value/spec.go'
  2130. GUILEC language/scheme/compile-tree-il.go
  2131. building language/scheme/decompile-tree-il.go
  2132. wrote `language/scheme/spec.go'
  2133. GUILEC language/scheme/decompile-tree-il.go
  2134. building system/base/pmatch.go
  2135. wrote `language/scheme/compile-tree-il.go'
  2136. building system/base/syntax.go
  2137. GUILEC system/base/pmatch.go
  2138. wrote `system/base/pmatch.go'
  2139. GUILEC system/base/syntax.go
  2140. building system/base/compile.go
  2141. wrote `language/scheme/decompile-tree-il.go'
  2142. building system/base/language.go
  2143. GUILEC system/base/compile.go
  2144. wrote `system/base/syntax.go'
  2145. building system/base/lalr.go
  2146. GUILEC system/base/language.go
  2147. wrote `system/base/language.go'
  2148. wrote `system/base/compile.go'
  2149. building system/base/message.go
  2150. GUILEC system/base/lalr.go
  2151. building system/base/target.go
  2152. GUILEC system/base/message.go
  2153. wrote `system/base/message.go'
  2154. building system/base/ck.go
  2155. GUILEC system/base/target.go
  2156. wrote `system/base/target.go'
  2157. GUILEC system/base/ck.go
  2158. building ice-9/r4rs.go
  2159. wrote `system/base/ck.go'
  2160. building ice-9/r5rs.go
  2161. GUILEC ice-9/r4rs.go
  2162. wrote `system/base/lalr.go'
  2163. building ice-9/deprecated.go
  2164. GUILEC ice-9/r5rs.go
  2165. wrote `ice-9/r4rs.go'
  2166. GUILEC ice-9/deprecated.go
  2167. building ice-9/and-let-star.go
  2168. wrote `ice-9/r5rs.go'
  2169. GUILEC ice-9/and-let-star.go
  2170. building ice-9/binary-ports.go
  2171. wrote `ice-9/and-let-star.go'
  2172. building ice-9/calling.go
  2173. GUILEC ice-9/binary-ports.go
  2174. wrote `ice-9/deprecated.go'
  2175. GUILEC ice-9/calling.go
  2176. building ice-9/command-line.go
  2177. wrote `ice-9/binary-ports.go'
  2178. building ice-9/common-list.go
  2179. GUILEC ice-9/command-line.go
  2180. wrote `ice-9/calling.go'
  2181. GUILEC ice-9/common-list.go
  2182. building ice-9/control.go
  2183. wrote `ice-9/command-line.go'
  2184. building ice-9/curried-definitions.go
  2185. GUILEC ice-9/control.go
  2186. wrote `ice-9/common-list.go'
  2187. building ice-9/debug.go
  2188. GUILEC ice-9/curried-definitions.go
  2189. wrote `ice-9/control.go'
  2190. building ice-9/documentation.go
  2191. GUILEC ice-9/debug.go
  2192. wrote `ice-9/curried-definitions.go'
  2193. GUILEC ice-9/documentation.go
  2194. building ice-9/eval-string.go
  2195. wrote `ice-9/debug.go'
  2196. GUILEC ice-9/eval-string.go
  2197. building ice-9/expect.go
  2198. wrote `ice-9/documentation.go'
  2199. GUILEC ice-9/expect.go
  2200. building ice-9/format.go
  2201. wrote `ice-9/eval-string.go'
  2202. building ice-9/futures.go
  2203. GUILEC ice-9/format.go
  2204. wrote `ice-9/expect.go'
  2205. GUILEC ice-9/futures.go
  2206. building ice-9/getopt-long.go
  2207. wrote `ice-9/futures.go'
  2208. building ice-9/hcons.go
  2209. GUILEC ice-9/getopt-long.go
  2210. wrote `ice-9/format.go'
  2211. GUILEC ice-9/hcons.go
  2212. building ice-9/i18n.go
  2213. wrote `ice-9/getopt-long.go'
  2214. GUILEC ice-9/i18n.go
  2215. building ice-9/lineio.go
  2216. wrote `ice-9/hcons.go'
  2217. GUILEC ice-9/lineio.go
  2218. building ice-9/ls.go
  2219. wrote `ice-9/i18n.go'
  2220. GUILEC ice-9/ls.go
  2221. building ice-9/mapping.go
  2222. wrote `ice-9/lineio.go'
  2223. GUILEC ice-9/mapping.go
  2224. building ice-9/match.go
  2225. wrote `ice-9/ls.go'
  2226. building ice-9/networking.go
  2227. GUILEC ice-9/match.go
  2228. ice-9/mapping.scm:97:48: warning: possibly wrong number of arguments to `hashx-get-handle'
  2229. ice-9/mapping.scm:94:48: warning: possibly unbound variable `hashx-create-handle'
  2230. wrote `ice-9/mapping.go'
  2231. building ice-9/null.go
  2232. GUILEC ice-9/networking.go
  2233. wrote `ice-9/networking.go'
  2234. GUILEC ice-9/null.go
  2235. building ice-9/occam-channel.go
  2236. wrote `ice-9/match.go'
  2237. building ice-9/optargs.go
  2238. GUILEC ice-9/occam-channel.go
  2239. wrote `ice-9/null.go'
  2240. GUILEC ice-9/optargs.go
  2241. building ice-9/poe.go
  2242. wrote `ice-9/optargs.go'
  2243. building ice-9/poll.go
  2244. GUILEC ice-9/poe.go
  2245. wrote `ice-9/occam-channel.go'
  2246. building ice-9/posix.go
  2247. GUILEC ice-9/poll.go
  2248. wrote `ice-9/poe.go'
  2249. building ice-9/q.go
  2250. GUILEC ice-9/posix.go
  2251. wrote `ice-9/posix.go'
  2252. building ice-9/rdelim.go
  2253. GUILEC ice-9/q.go
  2254. wrote `ice-9/poll.go'
  2255. GUILEC ice-9/rdelim.go
  2256. building ice-9/receive.go
  2257. wrote `ice-9/q.go'
  2258. GUILEC ice-9/receive.go
  2259. building ice-9/regex.go
  2260. wrote `ice-9/rdelim.go'
  2261. building ice-9/runq.go
  2262. GUILEC ice-9/regex.go
  2263. wrote `ice-9/receive.go'
  2264. building ice-9/rw.go
  2265. GUILEC ice-9/runq.go
  2266. wrote `ice-9/regex.go'
  2267. building ice-9/safe-r5rs.go
  2268. GUILEC ice-9/rw.go
  2269. wrote `ice-9/runq.go'
  2270. GUILEC ice-9/safe-r5rs.go
  2271. building ice-9/safe.go
  2272. wrote `ice-9/rw.go'
  2273. GUILEC ice-9/safe.go
  2274. building ice-9/save-stack.go
  2275. wrote `ice-9/safe-r5rs.go'
  2276. building ice-9/scm-style-repl.go
  2277. GUILEC ice-9/save-stack.go
  2278. wrote `ice-9/safe.go'
  2279. GUILEC ice-9/scm-style-repl.go
  2280. building ice-9/session.go
  2281. wrote `ice-9/save-stack.go'
  2282. building ice-9/slib.go
  2283. GUILEC ice-9/session.go
  2284. wrote `ice-9/scm-style-repl.go'
  2285. building ice-9/stack-catch.go
  2286. GUILEC ice-9/slib.go
  2287. ice-9/session.scm:241:11: warning: non-literal format string
  2288. wrote `ice-9/session.go'
  2289. GUILEC ice-9/stack-catch.go
  2290. building ice-9/streams.go
  2291. wrote `ice-9/slib.go'
  2292. GUILEC ice-9/streams.go
  2293. building ice-9/string-fun.go
  2294. wrote `ice-9/stack-catch.go'
  2295. building ice-9/syncase.go
  2296. GUILEC ice-9/string-fun.go
  2297. wrote `ice-9/streams.go'
  2298. GUILEC ice-9/syncase.go
  2299. building ice-9/threads.go
  2300. wrote `ice-9/string-fun.go'
  2301. building ice-9/top-repl.go
  2302. GUILEC ice-9/threads.go
  2303. wrote `ice-9/syncase.go'
  2304. building ice-9/buffered-input.go
  2305. GUILEC ice-9/top-repl.go
  2306. wrote `ice-9/threads.go'
  2307. GUILEC ice-9/buffered-input.go
  2308. building ice-9/time.go
  2309. wrote `ice-9/buffered-input.go'
  2310. GUILEC ice-9/time.go
  2311. building ice-9/history.go
  2312. wrote `ice-9/top-repl.go'
  2313. GUILEC ice-9/history.go
  2314. building ice-9/channel.go
  2315. wrote `ice-9/time.go'
  2316. building ice-9/pretty-print.go
  2317. GUILEC ice-9/channel.go
  2318. wrote `ice-9/history.go'
  2319. GUILEC ice-9/pretty-print.go
  2320. building ice-9/ftw.go
  2321. wrote `ice-9/channel.go'
  2322. GUILEC ice-9/ftw.go
  2323. building ice-9/gap-buffer.go
  2324. wrote `ice-9/pretty-print.go'
  2325. GUILEC ice-9/gap-buffer.go
  2326. building ice-9/weak-vector.go
  2327. wrote `ice-9/ftw.go'
  2328. building ice-9/list.go
  2329. GUILEC ice-9/weak-vector.go
  2330. wrote `ice-9/weak-vector.go'
  2331. GUILEC ice-9/list.go
  2332. building ice-9/serialize.go
  2333. wrote `ice-9/gap-buffer.go'
  2334. GUILEC ice-9/serialize.go
  2335. building ice-9/local-eval.go
  2336. wrote `ice-9/list.go'
  2337. building ice-9/popen.go
  2338. GUILEC ice-9/local-eval.go
  2339. wrote `ice-9/serialize.go'
  2340. GUILEC ice-9/popen.go
  2341. building srfi/srfi-2.go
  2342. wrote `ice-9/popen.go'
  2343. building srfi/srfi-4.go
  2344. GUILEC srfi/srfi-2.go
  2345. wrote `ice-9/local-eval.go'
  2346. building srfi/srfi-4/gnu.go
  2347. GUILEC srfi/srfi-4.go
  2348. wrote `srfi/srfi-2.go'
  2349. GUILEC srfi/srfi-4/gnu.go
  2350. building srfi/srfi-6.go
  2351. wrote `srfi/srfi-4/gnu.go'
  2352. GUILEC srfi/srfi-6.go
  2353. building srfi/srfi-8.go
  2354. wrote `srfi/srfi-4.go'
  2355. building srfi/srfi-9.go
  2356. GUILEC srfi/srfi-8.go
  2357. wrote `srfi/srfi-6.go'
  2358. building srfi/srfi-9/gnu.go
  2359. GUILEC srfi/srfi-9.go
  2360. wrote `srfi/srfi-8.go'
  2361. GUILEC srfi/srfi-9/gnu.go
  2362. building srfi/srfi-10.go
  2363. wrote `srfi/srfi-9/gnu.go'
  2364. building srfi/srfi-11.go
  2365. GUILEC srfi/srfi-10.go
  2366. wrote `srfi/srfi-9.go'
  2367. GUILEC srfi/srfi-11.go
  2368. building srfi/srfi-13.go
  2369. wrote `srfi/srfi-10.go'
  2370. building srfi/srfi-14.go
  2371. GUILEC srfi/srfi-13.go
  2372. wrote `srfi/srfi-11.go'
  2373. GUILEC srfi/srfi-14.go
  2374. building srfi/srfi-16.go
  2375. wrote `srfi/srfi-13.go'
  2376. building srfi/srfi-17.go
  2377. GUILEC srfi/srfi-16.go
  2378. wrote `srfi/srfi-14.go'
  2379. GUILEC srfi/srfi-17.go
  2380. building srfi/srfi-18.go
  2381. wrote `srfi/srfi-16.go'
  2382. building srfi/srfi-19.go
  2383. GUILEC srfi/srfi-18.go
  2384. wrote `srfi/srfi-17.go'
  2385. building srfi/srfi-26.go
  2386. GUILEC srfi/srfi-19.go
  2387. wrote `srfi/srfi-18.go'
  2388. GUILEC srfi/srfi-26.go
  2389. building srfi/srfi-27.go
  2390. wrote `srfi/srfi-26.go'
  2391. GUILEC srfi/srfi-27.go
  2392. building srfi/srfi-31.go
  2393. wrote `srfi/srfi-27.go'
  2394. GUILEC srfi/srfi-31.go
  2395. building srfi/srfi-34.go
  2396. wrote `srfi/srfi-31.go'
  2397. building srfi/srfi-35.go
  2398. GUILEC srfi/srfi-34.go
  2399. wrote `srfi/srfi-34.go'
  2400. GUILEC srfi/srfi-35.go
  2401. building srfi/srfi-37.go
  2402. wrote `srfi/srfi-35.go'
  2403. building srfi/srfi-38.go
  2404. GUILEC srfi/srfi-37.go
  2405. wrote `srfi/srfi-19.go'
  2406. building srfi/srfi-42.go
  2407. GUILEC srfi/srfi-38.go
  2408. wrote `srfi/srfi-37.go'
  2409. building srfi/srfi-39.go
  2410. GUILEC srfi/srfi-42.go
  2411. wrote `srfi/srfi-38.go'
  2412. GUILEC srfi/srfi-39.go
  2413. building srfi/srfi-45.go
  2414. wrote `srfi/srfi-39.go'
  2415. building srfi/srfi-60.go
  2416. GUILEC srfi/srfi-45.go
  2417. wrote `srfi/srfi-45.go'
  2418. building srfi/srfi-67.go
  2419. GUILEC srfi/srfi-60.go
  2420. wrote `srfi/srfi-60.go'
  2421. GUILEC srfi/srfi-67.go
  2422. building srfi/srfi-69.go
  2423. wrote `srfi/srfi-42.go'
  2424. building srfi/srfi-88.go
  2425. GUILEC srfi/srfi-69.go
  2426. wrote `srfi/srfi-69.go'
  2427. building srfi/srfi-98.go
  2428. GUILEC srfi/srfi-88.go
  2429. wrote `srfi/srfi-88.go'
  2430. GUILEC srfi/srfi-98.go
  2431. building rnrs/base.go
  2432. wrote `srfi/srfi-98.go'
  2433. GUILEC rnrs/base.go
  2434. building rnrs/conditions.go
  2435. wrote `rnrs/base.go'
  2436. GUILEC rnrs/conditions.go
  2437. building rnrs/control.go
  2438. wrote `srfi/srfi-67.go'
  2439. building rnrs/enums.go
  2440. GUILEC rnrs/control.go
  2441. wrote `rnrs/control.go'
  2442. building rnrs/eval.go
  2443. GUILEC rnrs/enums.go
  2444. wrote `rnrs/conditions.go'
  2445. building rnrs/exceptions.go
  2446. GUILEC rnrs/eval.go
  2447. wrote `rnrs/enums.go'
  2448. building rnrs/files.go
  2449. GUILEC rnrs/exceptions.go
  2450. wrote `rnrs/eval.go'
  2451. building rnrs/hashtables.go
  2452. GUILEC rnrs/files.go
  2453. wrote `rnrs/exceptions.go'
  2454. building rnrs/lists.go
  2455. GUILEC rnrs/hashtables.go
  2456. wrote `rnrs/files.go'
  2457. building rnrs/mutable-pairs.go
  2458. GUILEC rnrs/lists.go
  2459. wrote `rnrs/lists.go'
  2460. wrote `rnrs/hashtables.go'
  2461. GUILEC rnrs/mutable-pairs.go
  2462. building rnrs/mutable-strings.go
  2463. GUILEC rnrs/mutable-strings.go
  2464. building rnrs/programs.go
  2465. wrote `rnrs/mutable-pairs.go'
  2466. wrote `rnrs/mutable-strings.go'
  2467. GUILEC rnrs/programs.go
  2468. building rnrs/r5rs.go
  2469. building rnrs/sorting.go
  2470. wrote `rnrs/programs.go'
  2471. GUILEC rnrs/r5rs.go
  2472. building rnrs/syntax-case.go
  2473. wrote `rnrs/r5rs.go'
  2474. building rnrs/unicode.go
  2475. GUILEC rnrs/sorting.go
  2476. wrote `rnrs/sorting.go'
  2477. GUILEC rnrs/syntax-case.go
  2478. building rnrs/arithmetic/bitwise.go
  2479. wrote `rnrs/syntax-case.go'
  2480. building rnrs/arithmetic/fixnums.go
  2481. GUILEC rnrs/unicode.go
  2482. wrote `rnrs/unicode.go'
  2483. GUILEC rnrs/arithmetic/bitwise.go
  2484. building rnrs/arithmetic/flonums.go
  2485. wrote `rnrs/arithmetic/bitwise.go'
  2486. building rnrs/bytevectors.go
  2487. GUILEC rnrs/arithmetic/fixnums.go
  2488. wrote `rnrs/arithmetic/fixnums.go'
  2489. building rnrs/io/simple.go
  2490. GUILEC rnrs/arithmetic/flonums.go
  2491. wrote `rnrs/arithmetic/flonums.go'
  2492. building rnrs/io/ports.go
  2493. GUILEC rnrs/bytevectors.go
  2494. wrote `rnrs/bytevectors.go'
  2495. building rnrs/records/inspection.go
  2496. GUILEC rnrs/io/simple.go
  2497. wrote `rnrs/io/simple.go'
  2498. building rnrs/records/procedural.go
  2499. GUILEC rnrs/io/ports.go
  2500. wrote `rnrs/io/ports.go'
  2501. building rnrs/records/syntactic.go
  2502. GUILEC rnrs/records/inspection.go
  2503. GUILEC rnrs/records/procedural.go
  2504. wrote `rnrs/records/inspection.go'
  2505. GUILEC rnrs/records/syntactic.go
  2506. building rnrs.go
  2507. wrote `rnrs/records/procedural.go'
  2508. GUILEC rnrs.go
  2509. building oop/goops.go
  2510. wrote `rnrs.go'
  2511. building oop/goops/active-slot.go
  2512. GUILEC oop/goops.go
  2513. wrote `rnrs/records/syntactic.go'
  2514. GUILEC oop/goops/active-slot.go
  2515. building oop/goops/compile.go
  2516. wrote `oop/goops/active-slot.go'
  2517. GUILEC oop/goops/compile.go
  2518. building oop/goops/composite-slot.go
  2519. wrote `oop/goops/compile.go'
  2520. GUILEC oop/goops/composite-slot.go
  2521. building oop/goops/describe.go
  2522. wrote `oop/goops/composite-slot.go'
  2523. GUILEC oop/goops/describe.go
  2524. building oop/goops/dispatch.go
  2525. wrote `oop/goops.go'
  2526. GUILEC oop/goops/dispatch.go
  2527. building oop/goops/internal.go
  2528. wrote `oop/goops/describe.go'
  2529. GUILEC oop/goops/internal.go
  2530. building oop/goops/save.go
  2531. wrote `oop/goops/internal.go'
  2532. GUILEC oop/goops/save.go
  2533. building oop/goops/stklos.go
  2534. wrote `oop/goops/dispatch.go'
  2535. building oop/goops/util.go
  2536. GUILEC oop/goops/stklos.go
  2537. wrote `oop/goops/stklos.go'
  2538. GUILEC oop/goops/util.go
  2539. building oop/goops/accessors.go
  2540. wrote `oop/goops/util.go'
  2541. GUILEC oop/goops/accessors.go
  2542. building oop/goops/simple.go
  2543. wrote `oop/goops/accessors.go'
  2544. GUILEC oop/goops/simple.go
  2545. building system/vm/inspect.go
  2546. wrote `oop/goops/simple.go'
  2547. GUILEC system/vm/inspect.go
  2548. building system/vm/coverage.go
  2549. wrote `oop/goops/save.go'
  2550. GUILEC system/vm/coverage.go
  2551. building system/vm/frame.go
  2552. wrote `system/vm/inspect.go'
  2553. GUILEC system/vm/frame.go
  2554. building system/vm/instruction.go
  2555. wrote `system/vm/frame.go'
  2556. GUILEC system/vm/instruction.go
  2557. building system/vm/objcode.go
  2558. wrote `system/vm/coverage.go'
  2559. building system/vm/program.go
  2560. GUILEC system/vm/objcode.go
  2561. wrote `system/vm/instruction.go'
  2562. building system/vm/trace.go
  2563. GUILEC system/vm/program.go
  2564. wrote `system/vm/objcode.go'
  2565. GUILEC system/vm/trace.go
  2566. building system/vm/traps.go
  2567. wrote `system/vm/program.go'
  2568. GUILEC system/vm/traps.go
  2569. building system/vm/trap-state.go
  2570. wrote `system/vm/trace.go'
  2571. building system/vm/vm.go
  2572. GUILEC system/vm/trap-state.go
  2573. wrote `system/vm/trap-state.go'
  2574. GUILEC system/vm/vm.go
  2575. building system/foreign.go
  2576. wrote `system/vm/traps.go'
  2577. GUILEC system/foreign.go
  2578. building system/xref.go
  2579. wrote `system/vm/vm.go'
  2580. GUILEC system/xref.go
  2581. building system/repl/debug.go
  2582. wrote `system/foreign.go'
  2583. GUILEC system/repl/debug.go
  2584. building system/repl/error-handling.go
  2585. wrote `system/xref.go'
  2586. GUILEC system/repl/error-handling.go
  2587. building system/repl/common.go
  2588. wrote `system/repl/debug.go'
  2589. building system/repl/command.go
  2590. GUILEC system/repl/common.go
  2591. wrote `system/repl/common.go'
  2592. building system/repl/repl.go
  2593. GUILEC system/repl/command.go
  2594. wrote `system/repl/error-handling.go'
  2595. building system/repl/server.go
  2596. GUILEC system/repl/repl.go
  2597. wrote `system/repl/repl.go'
  2598. GUILEC system/repl/server.go
  2599. building scripts/autofrisk.go
  2600. wrote `system/repl/server.go'
  2601. building scripts/compile.go
  2602. GUILEC scripts/autofrisk.go
  2603. scripts/autofrisk.scm:185:2: warning: non-literal format string
  2604. wrote `scripts/autofrisk.go'
  2605. building scripts/disassemble.go
  2606. GUILEC scripts/compile.go
  2607. wrote `scripts/compile.go'
  2608. building scripts/display-commentary.go
  2609. GUILEC scripts/disassemble.go
  2610. wrote `system/repl/command.go'
  2611. GUILEC scripts/display-commentary.go
  2612. building scripts/doc-snarf.go
  2613. wrote `scripts/disassemble.go'
  2614. building scripts/frisk.go
  2615. GUILEC scripts/doc-snarf.go
  2616. wrote `scripts/display-commentary.go'
  2617. GUILEC scripts/frisk.go
  2618. building scripts/generate-autoload.go
  2619. wrote `scripts/frisk.go'
  2620. GUILEC scripts/generate-autoload.go
  2621. building scripts/help.go
  2622. wrote `scripts/doc-snarf.go'
  2623. GUILEC scripts/help.go
  2624. building scripts/lint.go
  2625. wrote `scripts/generate-autoload.go'
  2626. GUILEC scripts/lint.go
  2627. building scripts/list.go
  2628. wrote `scripts/help.go'
  2629. GUILEC scripts/list.go
  2630. building scripts/punify.go
  2631. wrote `scripts/list.go'
  2632. wrote `scripts/lint.go'
  2633. building scripts/read-scheme-source.go
  2634. GUILEC scripts/punify.go
  2635. building scripts/read-text-outline.go
  2636. GUILEC scripts/read-scheme-source.go
  2637. wrote `scripts/punify.go'
  2638. building scripts/use2dot.go
  2639. GUILEC scripts/read-text-outline.go
  2640. wrote `scripts/read-scheme-source.go'
  2641. building scripts/snarf-check-and-output-texi.go
  2642. GUILEC scripts/use2dot.go
  2643. wrote `scripts/read-text-outline.go'
  2644. building scripts/summarize-guile-TODO.go
  2645. GUILEC scripts/snarf-check-and-output-texi.go
  2646. wrote `scripts/use2dot.go'
  2647. GUILEC scripts/summarize-guile-TODO.go
  2648. building scripts/scan-api.go
  2649. wrote `scripts/summarize-guile-TODO.go'
  2650. building scripts/api-diff.go
  2651. GUILEC scripts/scan-api.go
  2652. wrote `scripts/scan-api.go'
  2653. GUILEC scripts/api-diff.go
  2654. building scripts/read-rfc822.go
  2655. wrote `scripts/snarf-check-and-output-texi.go'
  2656. building scripts/snarf-guile-m4-docs.go
  2657. GUILEC scripts/read-rfc822.go
  2658. wrote `scripts/api-diff.go'
  2659. building language/ecmascript/tokenize.go
  2660. GUILEC scripts/snarf-guile-m4-docs.go
  2661. wrote `scripts/read-rfc822.go'
  2662. wrote `scripts/snarf-guile-m4-docs.go'
  2663. GUILEC language/ecmascript/tokenize.go
  2664. building language/ecmascript/parse.go
  2665. GUILEC language/ecmascript/parse.go
  2666. building language/ecmascript/impl.go
  2667. %% Shift/Reduce conflict (shift 36, reduce 82) on 'lbrace' in state 437
  2668. %% Shift/Reduce conflict (shift 35, reduce 82) on 'lparen' in state 437
  2669. %% Shift/Reduce conflict (shift 34, reduce 82) on 'lbracket' in state 437
  2670. %% Shift/Reduce conflict (shift 33, reduce 82) on 'dot' in state 437
  2671. %% Shift/Reduce conflict (shift 32, reduce 82) on 'semicolon' in state 437
  2672. %% Shift/Reduce conflict (shift 31, reduce 82) on '+' in state 437
  2673. %% Shift/Reduce conflict (shift 30, reduce 82) on '-' in state 437
  2674. %% Shift/Reduce conflict (shift 29, reduce 82) on '++' in state 437
  2675. %% Shift/Reduce conflict (shift 28, reduce 82) on '--' in state 437
  2676. %% Shift/Reduce conflict (shift 27, reduce 82) on '!' in state 437
  2677. %% Shift/Reduce conflict (shift 26, reduce 82) on '~' in state 437
  2678. %% Shift/Reduce conflict (shift 25, reduce 82) on 'break' in state 437
  2679. %% Shift/Reduce conflict (shift 24, reduce 82) on 'new' in state 437
  2680. %% Shift/Reduce conflict (shift 23, reduce 82) on 'var' in state 437
  2681. %% Shift/Reduce conflict (shift 22, reduce 82) on 'return' in state 437
  2682. %% Shift/Reduce conflict (shift 21, reduce 82) on 'void' in state 437
  2683. %% Shift/Reduce conflict (shift 20, reduce 82) on 'for' in state 437
  2684. %% Shift/Reduce conflict (shift 19, reduce 82) on 'switch' in state 437
  2685. %% Shift/Reduce conflict (shift 18, reduce 82) on 'while' in state 437
  2686. %% Shift/Reduce conflict (shift 17, reduce 82) on 'continue' in state 437
  2687. %% Shift/Reduce conflict (shift 82, reduce 82) on 'function' in state 437
  2688. %% Shift/Reduce conflict (shift 15, reduce 82) on 'this' in state 437
  2689. %% Shift/Reduce conflict (shift 14, reduce 82) on 'with' in state 437
  2690. %% Shift/Reduce conflict (shift 13, reduce 82) on 'if' in state 437
  2691. %% Shift/Reduce conflict (shift 12, reduce 82) on 'throw' in state 437
  2692. %% Shift/Reduce conflict (shift 11, reduce 82) on 'delete' in state 437
  2693. %% Shift/Reduce conflict (shift 10, reduce 82) on 'try' in state 437
  2694. %% Shift/Reduce conflict (shift 9, reduce 82) on 'do' in state 437
  2695. %% Shift/Reduce conflict (shift 8, reduce 82) on 'typeof' in state 437
  2696. %% Shift/Reduce conflict (shift 7, reduce 82) on 'null' in state 437
  2697. %% Shift/Reduce conflict (shift 6, reduce 82) on 'true' in state 437
  2698. %% Shift/Reduce conflict (shift 5, reduce 82) on 'false' in state 437
  2699. %% Shift/Reduce conflict (shift 4, reduce 82) on 'Identifier' in state 437
  2700. %% Shift/Reduce conflict (shift 3, reduce 82) on 'StringLiteral' in state 437
  2701. %% Shift/Reduce conflict (shift 2, reduce 82) on 'NumericLiteral' in state 437
  2702. %% Shift/Reduce conflict (shift 1, reduce 82) on 'RegexpLiteral' in state 437
  2703. %% Shift/Reduce conflict (shift 36, reduce 81) on 'lbrace' in state 424
  2704. %% Shift/Reduce conflict (shift 35, reduce 81) on 'lparen' in state 424
  2705. %% Shift/Reduce conflict (shift 34, reduce 81) on 'lbracket' in state 424
  2706. %% Shift/Reduce conflict (shift 33, reduce 81) on 'dot' in state 424
  2707. %% Shift/Reduce conflict (shift 32, reduce 81) on 'semicolon' in state 424
  2708. %% Shift/Reduce conflict (shift 31, reduce 81) on '+' in state 424
  2709. %% Shift/Reduce conflict (shift 30, reduce 81) on '-' in state 424
  2710. %% Shift/Reduce conflict (shift 29, reduce 81) on '++' in state 424
  2711. %% Shift/Reduce conflict (shift 28, reduce 81) on '--' in state 424
  2712. %% Shift/Reduce conflict (shift 27, reduce 81) on '!' in state 424
  2713. %% Shift/Reduce conflict (shift 26, reduce 81) on '~' in state 424
  2714. %% Shift/Reduce conflict (shift 25, reduce 81) on 'break' in state 424
  2715. %% Shift/Reduce conflict (shift 24, reduce 81) on 'new' in state 424
  2716. %% Shift/Reduce conflict (shift 23, reduce 81) on 'var' in state 424
  2717. %% Shift/Reduce conflict (shift 22, reduce 81) on 'return' in state 424
  2718. %% Shift/Reduce conflict (shift 21, reduce 81) on 'void' in state 424
  2719. %% Shift/Reduce conflict (shift 20, reduce 81) on 'for' in state 424
  2720. %% Shift/Reduce conflict (shift 19, reduce 81) on 'switch' in state 424
  2721. %% Shift/Reduce conflict (shift 18, reduce 81) on 'while' in state 424
  2722. %% Shift/Reduce conflict (shift 17, reduce 81) on 'continue' in state 424
  2723. %% Shift/Reduce conflict (shift 82, reduce 81) on 'function' in state 424
  2724. %% Shift/Reduce conflict (shift 15, reduce 81) on 'this' in state 424
  2725. %% Shift/Reduce conflict (shift 14, reduce 81) on 'with' in state 424
  2726. %% Shift/Reduce conflict (shift 13, reduce 81) on 'if' in state 424
  2727. %% Shift/Reduce conflict (shift 12, reduce 81) on 'throw' in state 424
  2728. %% Shift/Reduce conflict (shift 11, reduce 81) on 'delete' in state 424
  2729. %% Shift/Reduce conflict (shift 10, reduce 81) on 'try' in state 424
  2730. %% Shift/Reduce conflict (shift 9, reduce 81) on 'do' in state 424
  2731. %% Shift/Reduce conflict (shift 8, reduce 81) on 'typeof' in state 424
  2732. %% Shift/Reduce conflict (shift 7, reduce 81) on 'null' in state 424
  2733. %% Shift/Reduce conflict (shift 6, reduce 81) on 'true' in state 424
  2734. %% Shift/Reduce conflict (shift 5, reduce 81) on 'false' in state 424
  2735. %% Shift/Reduce conflict (shift 4, reduce 81) on 'Identifier' in state 424
  2736. %% Shift/Reduce conflict (shift 3, reduce 81) on 'StringLiteral' in state 424
  2737. %% Shift/Reduce conflict (shift 2, reduce 81) on 'NumericLiteral' in state 424
  2738. %% Shift/Reduce conflict (shift 1, reduce 81) on 'RegexpLiteral' in state 424
  2739. %% Shift/Reduce conflict (shift 36, reduce 84) on 'lbrace' in state 423
  2740. %% Shift/Reduce conflict (shift 35, reduce 84) on 'lparen' in state 423
  2741. %% Shift/Reduce conflict (shift 34, reduce 84) on 'lbracket' in state 423
  2742. %% Shift/Reduce conflict (shift 33, reduce 84) on 'dot' in state 423
  2743. %% Shift/Reduce conflict (shift 32, reduce 84) on 'semicolon' in state 423
  2744. %% Shift/Reduce conflict (shift 31, reduce 84) on '+' in state 423
  2745. %% Shift/Reduce conflict (shift 30, reduce 84) on '-' in state 423
  2746. %% Shift/Reduce conflict (shift 29, reduce 84) on '++' in state 423
  2747. %% Shift/Reduce conflict (shift 28, reduce 84) on '--' in state 423
  2748. %% Shift/Reduce conflict (shift 27, reduce 84) on '!' in state 423
  2749. %% Shift/Reduce conflict (shift 26, reduce 84) on '~' in state 423
  2750. %% Shift/Reduce conflict (shift 25, reduce 84) on 'break' in state 423
  2751. %% Shift/Reduce conflict (shift 24, reduce 84) on 'new' in state 423
  2752. %% Shift/Reduce conflict (shift 23, reduce 84) on 'var' in state 423
  2753. %% Shift/Reduce conflict (shift 22, reduce 84) on 'return' in state 423
  2754. %% Shift/Reduce conflict (shift 21, reduce 84) on 'void' in state 423
  2755. %% Shift/Reduce conflict (shift 20, reduce 84) on 'for' in state 423
  2756. %% Shift/Reduce conflict (shift 19, reduce 84) on 'switch' in state 423
  2757. %% Shift/Reduce conflict (shift 18, reduce 84) on 'while' in state 423
  2758. %% Shift/Reduce conflict (shift 17, reduce 84) on 'continue' in state 423
  2759. %% Shift/Reduce conflict (shift 82, reduce 84) on 'function' in state 423
  2760. %% Shift/Reduce conflict (shift 15, reduce 84) on 'this' in state 423
  2761. %% Shift/Reduce conflict (shift 14, reduce 84) on 'with' in state 423
  2762. %% Shift/Reduce conflict (shift 13, reduce 84) on 'if' in state 423
  2763. %% Shift/Reduce conflict (shift 12, reduce 84) on 'throw' in state 423
  2764. %% Shift/Reduce conflict (shift 11, reduce 84) on 'delete' in state 423
  2765. %% Shift/Reduce conflict (shift 10, reduce 84) on 'try' in state 423
  2766. %% Shift/Reduce conflict (shift 9, reduce 84) on 'do' in state 423
  2767. %% Shift/Reduce conflict (shift 8, reduce 84) on 'typeof' in state 423
  2768. %% Shift/Reduce conflict (shift 7, reduce 84) on 'null' in state 423
  2769. %% Shift/Reduce conflict (shift 6, reduce 84) on 'true' in state 423
  2770. %% Shift/Reduce conflict (shift 5, reduce 84) on 'false' in state 423
  2771. %% Shift/Reduce conflict (shift 4, reduce 84) on 'Identifier' in state 423
  2772. %% Shift/Reduce conflict (shift 3, reduce 84) on 'StringLiteral' in state 423
  2773. %% Shift/Reduce conflict (shift 2, reduce 84) on 'NumericLiteral' in state 423
  2774. %% Shift/Reduce conflict (shift 1, reduce 84) on 'RegexpLiteral' in state 423
  2775. %% Reduce/Reduce conflict (reduce 11, reduce 7) on '--' in state 422
  2776. %% Reduce/Reduce conflict (reduce 11, reduce 7) on '++' in state 422
  2777. %% Reduce/Reduce conflict (reduce 11, reduce 7) on '-' in state 422
  2778. %% Reduce/Reduce conflict (reduce 11, reduce 7) on '+' in state 422
  2779. %% Reduce/Reduce conflict (reduce 11, reduce 7) on 'semicolon' in state 422
  2780. %% Reduce/Reduce conflict (reduce 11, reduce 7) on 'dot' in state 422
  2781. %% Reduce/Reduce conflict (reduce 11, reduce 7) on 'lbracket' in state 422
  2782. %% Reduce/Reduce conflict (reduce 11, reduce 7) on 'lparen' in state 422
  2783. %% Shift/Reduce conflict (shift 36, reduce 83) on 'lbrace' in state 400
  2784. %% Shift/Reduce conflict (shift 35, reduce 83) on 'lparen' in state 400
  2785. %% Shift/Reduce conflict (shift 34, reduce 83) on 'lbracket' in state 400
  2786. %% Shift/Reduce conflict (shift 33, reduce 83) on 'dot' in state 400
  2787. %% Shift/Reduce conflict (shift 32, reduce 83) on 'semicolon' in state 400
  2788. %% Shift/Reduce conflict (shift 31, reduce 83) on '+' in state 400
  2789. %% Shift/Reduce conflict (shift 30, reduce 83) on '-' in state 400
  2790. %% Shift/Reduce conflict (shift 29, reduce 83) on '++' in state 400
  2791. %% Shift/Reduce conflict (shift 28, reduce 83) on '--' in state 400
  2792. %% Shift/Reduce conflict (shift 27, reduce 83) on '!' in state 400
  2793. %% Shift/Reduce conflict (shift 26, reduce 83) on '~' in state 400
  2794. %% Shift/Reduce conflict (shift 25, reduce 83) on 'break' in state 400
  2795. %% Shift/Reduce conflict (shift 24, reduce 83) on 'new' in state 400
  2796. %% Shift/Reduce conflict (shift 23, reduce 83) on 'var' in state 400
  2797. %% Shift/Reduce conflict (shift 22, reduce 83) on 'return' in state 400
  2798. %% Shift/Reduce conflict (shift 21, reduce 83) on 'void' in state 400
  2799. %% Shift/Reduce conflict (shift 20, reduce 83) on 'for' in state 400
  2800. %% Shift/Reduce conflict (shift 19, reduce 83) on 'switch' in state 400
  2801. %% Shift/Reduce conflict (shift 18, reduce 83) on 'while' in state 400
  2802. %% Shift/Reduce conflict (shift 17, reduce 83) on 'continue' in state 400
  2803. %% Shift/Reduce conflict (shift 82, reduce 83) on 'function' in state 400
  2804. %% Shift/Reduce conflict (shift 15, reduce 83) on 'this' in state 400
  2805. %% Shift/Reduce conflict (shift 14, reduce 83) on 'with' in state 400
  2806. %% Shift/Reduce conflict (shift 13, reduce 83) on 'if' in state 400
  2807. %% Shift/Reduce conflict (shift 12, reduce 83) on 'throw' in state 400
  2808. %% Shift/Reduce conflict (shift 11, reduce 83) on 'delete' in state 400
  2809. %% Shift/Reduce conflict (shift 10, reduce 83) on 'try' in state 400
  2810. %% Shift/Reduce conflict (shift 9, reduce 83) on 'do' in state 400
  2811. %% Shift/Reduce conflict (shift 8, reduce 83) on 'typeof' in state 400
  2812. %% Shift/Reduce conflict (shift 7, reduce 83) on 'null' in state 400
  2813. %% Shift/Reduce conflict (shift 6, reduce 83) on 'true' in state 400
  2814. %% Shift/Reduce conflict (shift 5, reduce 83) on 'false' in state 400
  2815. %% Shift/Reduce conflict (shift 4, reduce 83) on 'Identifier' in state 400
  2816. %% Shift/Reduce conflict (shift 3, reduce 83) on 'StringLiteral' in state 400
  2817. %% Shift/Reduce conflict (shift 2, reduce 83) on 'NumericLiteral' in state 400
  2818. %% Shift/Reduce conflict (shift 1, reduce 83) on 'RegexpLiteral' in state 400
  2819. %% Reduce/Reduce conflict (reduce 9, reduce 6) on '--' in state 397
  2820. %% Reduce/Reduce conflict (reduce 9, reduce 6) on '++' in state 397
  2821. %% Reduce/Reduce conflict (reduce 9, reduce 6) on '-' in state 397
  2822. %% Reduce/Reduce conflict (reduce 9, reduce 6) on '+' in state 397
  2823. %% Reduce/Reduce conflict (reduce 9, reduce 6) on 'semicolon' in state 397
  2824. %% Reduce/Reduce conflict (reduce 9, reduce 6) on 'dot' in state 397
  2825. %% Reduce/Reduce conflict (reduce 9, reduce 6) on 'lbracket' in state 397
  2826. %% Reduce/Reduce conflict (reduce 9, reduce 6) on 'lparen' in state 397
  2827. %% Shift/Reduce conflict (shift 36, reduce 17) on 'lbrace' in state 393
  2828. %% Shift/Reduce conflict (shift 35, reduce 17) on 'lparen' in state 393
  2829. %% Shift/Reduce conflict (shift 34, reduce 17) on 'lbracket' in state 393
  2830. %% Shift/Reduce conflict (shift 33, reduce 17) on 'dot' in state 393
  2831. %% Shift/Reduce conflict (shift 32, reduce 17) on 'semicolon' in state 393
  2832. %% Shift/Reduce conflict (shift 31, reduce 17) on '+' in state 393
  2833. %% Shift/Reduce conflict (shift 30, reduce 17) on '-' in state 393
  2834. %% Shift/Reduce conflict (shift 29, reduce 17) on '++' in state 393
  2835. %% Shift/Reduce conflict (shift 28, reduce 17) on '--' in state 393
  2836. %% Shift/Reduce conflict (shift 27, reduce 17) on '!' in state 393
  2837. %% Shift/Reduce conflict (shift 26, reduce 17) on '~' in state 393
  2838. %% Shift/Reduce conflict (shift 25, reduce 17) on 'break' in state 393
  2839. %% Shift/Reduce conflict (shift 24, reduce 17) on 'new' in state 393
  2840. %% Shift/Reduce conflict (shift 23, reduce 17) on 'var' in state 393
  2841. %% Shift/Reduce conflict (shift 22, reduce 17) on 'return' in state 393
  2842. %% Shift/Reduce conflict (shift 21, reduce 17) on 'void' in state 393
  2843. %% Shift/Reduce conflict (shift 20, reduce 17) on 'for' in state 393
  2844. %% Shift/Reduce conflict (shift 19, reduce 17) on 'switch' in state 393
  2845. %% Shift/Reduce conflict (shift 18, reduce 17) on 'while' in state 393
  2846. %% Shift/Reduce conflict (shift 17, reduce 17) on 'continue' in state 393
  2847. %% Shift/Reduce conflict (shift 16, reduce 17) on 'function' in state 393
  2848. %% Shift/Reduce conflict (shift 15, reduce 17) on 'this' in state 393
  2849. %% Shift/Reduce conflict (shift 14, reduce 17) on 'with' in state 393
  2850. %% Shift/Reduce conflict (shift 13, reduce 17) on 'if' in state 393
  2851. %% Shift/Reduce conflict (shift 12, reduce 17) on 'throw' in state 393
  2852. %% Shift/Reduce conflict (shift 11, reduce 17) on 'delete' in state 393
  2853. %% Shift/Reduce conflict (shift 10, reduce 17) on 'try' in state 393
  2854. %% Shift/Reduce conflict (shift 9, reduce 17) on 'do' in state 393
  2855. %% Shift/Reduce conflict (shift 8, reduce 17) on 'typeof' in state 393
  2856. %% Shift/Reduce conflict (shift 7, reduce 17) on 'null' in state 393
  2857. %% Shift/Reduce conflict (shift 6, reduce 17) on 'true' in state 393
  2858. %% Shift/Reduce conflict (shift 5, reduce 17) on 'false' in state 393
  2859. %% Shift/Reduce conflict (shift 4, reduce 17) on 'Identifier' in state 393
  2860. %% Shift/Reduce conflict (shift 3, reduce 17) on 'StringLiteral' in state 393
  2861. %% Shift/Reduce conflict (shift 2, reduce 17) on 'NumericLiteral' in state 393
  2862. %% Shift/Reduce conflict (shift 1, reduce 17) on 'RegexpLiteral' in state 393
  2863. %% Shift/Reduce conflict (shift 36, reduce 17) on 'lbrace' in state 369
  2864. %% Shift/Reduce conflict (shift 35, reduce 17) on 'lparen' in state 369
  2865. %% Shift/Reduce conflict (shift 34, reduce 17) on 'lbracket' in state 369
  2866. %% Shift/Reduce conflict (shift 33, reduce 17) on 'dot' in state 369
  2867. %% Shift/Reduce conflict (shift 32, reduce 17) on 'semicolon' in state 369
  2868. %% Shift/Reduce conflict (shift 31, reduce 17) on '+' in state 369
  2869. %% Shift/Reduce conflict (shift 30, reduce 17) on '-' in state 369
  2870. %% Shift/Reduce conflict (shift 29, reduce 17) on '++' in state 369
  2871. %% Shift/Reduce conflict (shift 28, reduce 17) on '--' in state 369
  2872. %% Shift/Reduce conflict (shift 27, reduce 17) on '!' in state 369
  2873. %% Shift/Reduce conflict (shift 26, reduce 17) on '~' in state 369
  2874. %% Shift/Reduce conflict (shift 25, reduce 17) on 'break' in state 369
  2875. %% Shift/Reduce conflict (shift 24, reduce 17) on 'new' in state 369
  2876. %% Shift/Reduce conflict (shift 23, reduce 17) on 'var' in state 369
  2877. %% Shift/Reduce conflict (shift 22, reduce 17) on 'return' in state 369
  2878. %% Shift/Reduce conflict (shift 21, reduce 17) on 'void' in state 369
  2879. %% Shift/Reduce conflict (shift 20, reduce 17) on 'for' in state 369
  2880. %% Shift/Reduce conflict (shift 19, reduce 17) on 'switch' in state 369
  2881. %% Shift/Reduce conflict (shift 18, reduce 17) on 'while' in state 369
  2882. %% Shift/Reduce conflict (shift 17, reduce 17) on 'continue' in state 369
  2883. %% Shift/Reduce conflict (shift 16, reduce 17) on 'function' in state 369
  2884. %% Shift/Reduce conflict (shift 15, reduce 17) on 'this' in state 369
  2885. %% Shift/Reduce conflict (shift 14, reduce 17) on 'with' in state 369
  2886. %% Shift/Reduce conflict (shift 13, reduce 17) on 'if' in state 369
  2887. %% Shift/Reduce conflict (shift 12, reduce 17) on 'throw' in state 369
  2888. %% Shift/Reduce conflict (shift 11, reduce 17) on 'delete' in state 369
  2889. %% Shift/Reduce conflict (shift 10, reduce 17) on 'try' in state 369
  2890. %% Shift/Reduce conflict (shift 9, reduce 17) on 'do' in state 369
  2891. %% Shift/Reduce conflict (shift 8, reduce 17) on 'typeof' in state 369
  2892. %% Shift/Reduce conflict (shift 7, reduce 17) on 'null' in state 369
  2893. %% Shift/Reduce conflict (shift 6, reduce 17) on 'true' in state 369
  2894. %% Shift/Reduce conflict (shift 5, reduce 17) on 'false' in state 369
  2895. %% Shift/Reduce conflict (shift 4, reduce 17) on 'Identifier' in state 369
  2896. %% Shift/Reduce conflict (shift 3, reduce 17) on 'StringLiteral' in state 369
  2897. %% Shift/Reduce conflict (shift 2, reduce 17) on 'NumericLiteral' in state 369
  2898. %% Shift/Reduce conflict (shift 1, reduce 17) on 'RegexpLiteral' in state 369
  2899. %% Shift/Reduce conflict (shift 36, reduce 17) on 'lbrace' in state 363
  2900. %% Shift/Reduce conflict (shift 35, reduce 17) on 'lparen' in state 363
  2901. %% Shift/Reduce conflict (shift 34, reduce 17) on 'lbracket' in state 363
  2902. %% Shift/Reduce conflict (shift 33, reduce 17) on 'dot' in state 363
  2903. %% Shift/Reduce conflict (shift 32, reduce 17) on 'semicolon' in state 363
  2904. %% Shift/Reduce conflict (shift 31, reduce 17) on '+' in state 363
  2905. %% Shift/Reduce conflict (shift 30, reduce 17) on '-' in state 363
  2906. %% Shift/Reduce conflict (shift 29, reduce 17) on '++' in state 363
  2907. %% Shift/Reduce conflict (shift 28, reduce 17) on '--' in state 363
  2908. %% Shift/Reduce conflict (shift 27, reduce 17) on '!' in state 363
  2909. %% Shift/Reduce conflict (shift 26, reduce 17) on '~' in state 363
  2910. %% Shift/Reduce conflict (shift 25, reduce 17) on 'break' in state 363
  2911. %% Shift/Reduce conflict (shift 24, reduce 17) on 'new' in state 363
  2912. %% Shift/Reduce conflict (shift 23, reduce 17) on 'var' in state 363
  2913. %% Shift/Reduce conflict (shift 22, reduce 17) on 'return' in state 363
  2914. %% Shift/Reduce conflict (shift 21, reduce 17) on 'void' in state 363
  2915. %% Shift/Reduce conflict (shift 20, reduce 17) on 'for' in state 363
  2916. %% Shift/Reduce conflict (shift 19, reduce 17) on 'switch' in state 363
  2917. %% Shift/Reduce conflict (shift 18, reduce 17) on 'while' in state 363
  2918. %% Shift/Reduce conflict (shift 17, reduce 17) on 'continue' in state 363
  2919. %% Shift/Reduce conflict (shift 16, reduce 17) on 'function' in state 363
  2920. %% Shift/Reduce conflict (shift 15, reduce 17) on 'this' in state 363
  2921. %% Shift/Reduce conflict (shift 14, reduce 17) on 'with' in state 363
  2922. %% Shift/Reduce conflict (shift 13, reduce 17) on 'if' in state 363
  2923. %% Shift/Reduce conflict (shift 12, reduce 17) on 'throw' in state 363
  2924. %% Shift/Reduce conflict (shift 11, reduce 17) on 'delete' in state 363
  2925. %% Shift/Reduce conflict (shift 10, reduce 17) on 'try' in state 363
  2926. %% Shift/Reduce conflict (shift 9, reduce 17) on 'do' in state 363
  2927. %% Shift/Reduce conflict (shift 8, reduce 17) on 'typeof' in state 363
  2928. %% Shift/Reduce conflict (shift 7, reduce 17) on 'null' in state 363
  2929. %% Shift/Reduce conflict (shift 6, reduce 17) on 'true' in state 363
  2930. %% Shift/Reduce conflict (shift 5, reduce 17) on 'false' in state 363
  2931. %% Shift/Reduce conflict (shift 4, reduce 17) on 'Identifier' in state 363
  2932. %% Shift/Reduce conflict (shift 3, reduce 17) on 'StringLiteral' in state 363
  2933. %% Shift/Reduce conflict (shift 2, reduce 17) on 'NumericLiteral' in state 363
  2934. %% Shift/Reduce conflict (shift 1, reduce 17) on 'RegexpLiteral' in state 363
  2935. %% Shift/Reduce conflict (shift 170, reduce 139) on '++' in state 338
  2936. %% Shift/Reduce conflict (shift 169, reduce 139) on '--' in state 338
  2937. %% Shift/Reduce conflict (shift 168, reduce 139) on '=' in state 338
  2938. %% Shift/Reduce conflict (shift 167, reduce 139) on '+=' in state 338
  2939. %% Shift/Reduce conflict (shift 166, reduce 139) on '-=' in state 338
  2940. %% Shift/Reduce conflict (shift 165, reduce 139) on '*=' in state 338
  2941. %% Shift/Reduce conflict (shift 164, reduce 139) on '%=' in state 338
  2942. %% Shift/Reduce conflict (shift 163, reduce 139) on '<<=' in state 338
  2943. %% Shift/Reduce conflict (shift 162, reduce 139) on '>>=' in state 338
  2944. %% Shift/Reduce conflict (shift 161, reduce 139) on '>>>=' in state 338
  2945. %% Shift/Reduce conflict (shift 160, reduce 139) on '&=' in state 338
  2946. %% Shift/Reduce conflict (shift 159, reduce 139) on 'bor=' in state 338
  2947. %% Shift/Reduce conflict (shift 158, reduce 139) on '^=' in state 338
  2948. %% Shift/Reduce conflict (shift 157, reduce 139) on '/=' in state 338
  2949. %% Shift/Reduce conflict (shift 36, reduce 17) on 'lbrace' in state 326
  2950. %% Shift/Reduce conflict (shift 35, reduce 17) on 'lparen' in state 326
  2951. %% Shift/Reduce conflict (shift 34, reduce 17) on 'lbracket' in state 326
  2952. %% Shift/Reduce conflict (shift 33, reduce 17) on 'dot' in state 326
  2953. %% Shift/Reduce conflict (shift 32, reduce 17) on 'semicolon' in state 326
  2954. %% Shift/Reduce conflict (shift 31, reduce 17) on '+' in state 326
  2955. %% Shift/Reduce conflict (shift 30, reduce 17) on '-' in state 326
  2956. %% Shift/Reduce conflict (shift 29, reduce 17) on '++' in state 326
  2957. %% Shift/Reduce conflict (shift 28, reduce 17) on '--' in state 326
  2958. %% Shift/Reduce conflict (shift 27, reduce 17) on '!' in state 326
  2959. %% Shift/Reduce conflict (shift 26, reduce 17) on '~' in state 326
  2960. %% Shift/Reduce conflict (shift 25, reduce 17) on 'break' in state 326
  2961. %% Shift/Reduce conflict (shift 24, reduce 17) on 'new' in state 326
  2962. %% Shift/Reduce conflict (shift 23, reduce 17) on 'var' in state 326
  2963. %% Shift/Reduce conflict (shift 22, reduce 17) on 'return' in state 326
  2964. %% Shift/Reduce conflict (shift 21, reduce 17) on 'void' in state 326
  2965. %% Shift/Reduce conflict (shift 20, reduce 17) on 'for' in state 326
  2966. %% Shift/Reduce conflict (shift 19, reduce 17) on 'switch' in state 326
  2967. %% Shift/Reduce conflict (shift 18, reduce 17) on 'while' in state 326
  2968. %% Shift/Reduce conflict (shift 17, reduce 17) on 'continue' in state 326
  2969. %% Shift/Reduce conflict (shift 16, reduce 17) on 'function' in state 326
  2970. %% Shift/Reduce conflict (shift 15, reduce 17) on 'this' in state 326
  2971. %% Shift/Reduce conflict (shift 14, reduce 17) on 'with' in state 326
  2972. %% Shift/Reduce conflict (shift 13, reduce 17) on 'if' in state 326
  2973. %% Shift/Reduce conflict (shift 12, reduce 17) on 'throw' in state 326
  2974. %% Shift/Reduce conflict (shift 11, reduce 17) on 'delete' in state 326
  2975. %% Shift/Reduce conflict (shift 10, reduce 17) on 'try' in state 326
  2976. %% Shift/Reduce conflict (shift 9, reduce 17) on 'do' in state 326
  2977. %% Shift/Reduce conflict (shift 8, reduce 17) on 'typeof' in state 326
  2978. %% Shift/Reduce conflict (shift 7, reduce 17) on 'null' in state 326
  2979. %% Shift/Reduce conflict (shift 6, reduce 17) on 'true' in state 326
  2980. %% Shift/Reduce conflict (shift 5, reduce 17) on 'false' in state 326
  2981. %% Shift/Reduce conflict (shift 4, reduce 17) on 'Identifier' in state 326
  2982. %% Shift/Reduce conflict (shift 3, reduce 17) on 'StringLiteral' in state 326
  2983. %% Shift/Reduce conflict (shift 2, reduce 17) on 'NumericLiteral' in state 326
  2984. %% Shift/Reduce conflict (shift 1, reduce 17) on 'RegexpLiteral' in state 326
  2985. %% Shift/Reduce conflict (shift 36, reduce 16) on 'lbrace' in state 324
  2986. %% Shift/Reduce conflict (shift 35, reduce 16) on 'lparen' in state 324
  2987. %% Shift/Reduce conflict (shift 34, reduce 16) on 'lbracket' in state 324
  2988. %% Shift/Reduce conflict (shift 33, reduce 16) on 'dot' in state 324
  2989. %% Shift/Reduce conflict (shift 32, reduce 16) on 'semicolon' in state 324
  2990. %% Shift/Reduce conflict (shift 31, reduce 16) on '+' in state 324
  2991. %% Shift/Reduce conflict (shift 30, reduce 16) on '-' in state 324
  2992. %% Shift/Reduce conflict (shift 29, reduce 16) on '++' in state 324
  2993. %% Shift/Reduce conflict (shift 28, reduce 16) on '--' in state 324
  2994. %% Shift/Reduce conflict (shift 27, reduce 16) on '!' in state 324
  2995. %% Shift/Reduce conflict (shift 26, reduce 16) on '~' in state 324
  2996. %% Shift/Reduce conflict (shift 25, reduce 16) on 'break' in state 324
  2997. %% Shift/Reduce conflict (shift 24, reduce 16) on 'new' in state 324
  2998. %% Shift/Reduce conflict (shift 23, reduce 16) on 'var' in state 324
  2999. %% Shift/Reduce conflict (shift 22, reduce 16) on 'return' in state 324
  3000. %% Shift/Reduce conflict (shift 21, reduce 16) on 'void' in state 324
  3001. %% Shift/Reduce conflict (shift 20, reduce 16) on 'for' in state 324
  3002. %% Shift/Reduce conflict (shift 19, reduce 16) on 'switch' in state 324
  3003. %% Shift/Reduce conflict (shift 18, reduce 16) on 'while' in state 324
  3004. %% Shift/Reduce conflict (shift 17, reduce 16) on 'continue' in state 324
  3005. %% Shift/Reduce conflict (shift 16, reduce 16) on 'function' in state 324
  3006. %% Shift/Reduce conflict (shift 15, reduce 16) on 'this' in state 324
  3007. %% Shift/Reduce conflict (shift 14, reduce 16) on 'with' in state 324
  3008. %% Shift/Reduce conflict (shift 13, reduce 16) on 'if' in state 324
  3009. %% Shift/Reduce conflict (shift 12, reduce 16) on 'throw' in state 324
  3010. %% Shift/Reduce conflict (shift 11, reduce 16) on 'delete' in state 324
  3011. %% Shift/Reduce conflict (shift 10, reduce 16) on 'try' in state 324
  3012. %% Shift/Reduce conflict (shift 9, reduce 16) on 'do' in state 324
  3013. %% Shift/Reduce conflict (shift 8, reduce 16) on 'typeof' in state 324
  3014. %% Shift/Reduce conflict (shift 7, reduce 16) on 'null' in state 324
  3015. %% Shift/Reduce conflict (shift 6, reduce 16) on 'true' in state 324
  3016. %% Shift/Reduce conflict (shift 5, reduce 16) on 'false' in state 324
  3017. %% Shift/Reduce conflict (shift 4, reduce 16) on 'Identifier' in state 324
  3018. %% Shift/Reduce conflict (shift 3, reduce 16) on 'StringLiteral' in state 324
  3019. %% Shift/Reduce conflict (shift 2, reduce 16) on 'NumericLiteral' in state 324
  3020. %% Shift/Reduce conflict (shift 1, reduce 16) on 'RegexpLiteral' in state 324
  3021. %% Shift/Reduce conflict (shift 36, reduce 17) on 'lbrace' in state 321
  3022. %% Shift/Reduce conflict (shift 35, reduce 17) on 'lparen' in state 321
  3023. %% Shift/Reduce conflict (shift 34, reduce 17) on 'lbracket' in state 321
  3024. %% Shift/Reduce conflict (shift 33, reduce 17) on 'dot' in state 321
  3025. %% Shift/Reduce conflict (shift 32, reduce 17) on 'semicolon' in state 321
  3026. %% Shift/Reduce conflict (shift 31, reduce 17) on '+' in state 321
  3027. %% Shift/Reduce conflict (shift 30, reduce 17) on '-' in state 321
  3028. %% Shift/Reduce conflict (shift 29, reduce 17) on '++' in state 321
  3029. %% Shift/Reduce conflict (shift 28, reduce 17) on '--' in state 321
  3030. %% Shift/Reduce conflict (shift 27, reduce 17) on '!' in state 321
  3031. %% Shift/Reduce conflict (shift 26, reduce 17) on '~' in state 321
  3032. %% Shift/Reduce conflict (shift 25, reduce 17) on 'break' in state 321
  3033. %% Shift/Reduce conflict (shift 24, reduce 17) on 'new' in state 321
  3034. %% Shift/Reduce conflict (shift 23, reduce 17) on 'var' in state 321
  3035. %% Shift/Reduce conflict (shift 22, reduce 17) on 'return' in state 321
  3036. %% Shift/Reduce conflict (shift 21, reduce 17) on 'void' in state 321
  3037. %% Shift/Reduce conflict (shift 20, reduce 17) on 'for' in state 321
  3038. %% Shift/Reduce conflict (shift 19, reduce 17) on 'switch' in state 321
  3039. %% Shift/Reduce conflict (shift 18, reduce 17) on 'while' in state 321
  3040. %% Shift/Reduce conflict (shift 17, reduce 17) on 'continue' in state 321
  3041. %% Shift/Reduce conflict (shift 16, reduce 17) on 'function' in state 321
  3042. %% Shift/Reduce conflict (shift 15, reduce 17) on 'this' in state 321
  3043. %% Shift/Reduce conflict (shift 14, reduce 17) on 'with' in state 321
  3044. %% Shift/Reduce conflict (shift 13, reduce 17) on 'if' in state 321
  3045. %% Shift/Reduce conflict (shift 12, reduce 17) on 'throw' in state 321
  3046. %% Shift/Reduce conflict (shift 11, reduce 17) on 'delete' in state 321
  3047. %% Shift/Reduce conflict (shift 10, reduce 17) on 'try' in state 321
  3048. %% Shift/Reduce conflict (shift 9, reduce 17) on 'do' in state 321
  3049. %% Shift/Reduce conflict (shift 8, reduce 17) on 'typeof' in state 321
  3050. %% Shift/Reduce conflict (shift 7, reduce 17) on 'null' in state 321
  3051. %% Shift/Reduce conflict (shift 6, reduce 17) on 'true' in state 321
  3052. %% Shift/Reduce conflict (shift 5, reduce 17) on 'false' in state 321
  3053. %% Shift/Reduce conflict (shift 4, reduce 17) on 'Identifier' in state 321
  3054. %% Shift/Reduce conflict (shift 3, reduce 17) on 'StringLiteral' in state 321
  3055. %% Shift/Reduce conflict (shift 2, reduce 17) on 'NumericLiteral' in state 321
  3056. %% Shift/Reduce conflict (shift 1, reduce 17) on 'RegexpLiteral' in state 321
  3057. %% Shift/Reduce conflict (shift 367, reduce 49) on 'else' in state 319
  3058. %% Shift/Reduce conflict (shift 216, reduce 42) on '=' in state 279
  3059. %% Shift/Reduce conflict (shift 36, reduce 17) on 'lbrace' in state 274
  3060. %% Shift/Reduce conflict (shift 35, reduce 17) on 'lparen' in state 274
  3061. %% Shift/Reduce conflict (shift 34, reduce 17) on 'lbracket' in state 274
  3062. %% Shift/Reduce conflict (shift 33, reduce 17) on 'dot' in state 274
  3063. %% Shift/Reduce conflict (shift 32, reduce 17) on 'semicolon' in state 274
  3064. %% Shift/Reduce conflict (shift 31, reduce 17) on '+' in state 274
  3065. %% Shift/Reduce conflict (shift 30, reduce 17) on '-' in state 274
  3066. %% Shift/Reduce conflict (shift 29, reduce 17) on '++' in state 274
  3067. %% Shift/Reduce conflict (shift 28, reduce 17) on '--' in state 274
  3068. %% Shift/Reduce conflict (shift 27, reduce 17) on '!' in state 274
  3069. %% Shift/Reduce conflict (shift 26, reduce 17) on '~' in state 274
  3070. %% Shift/Reduce conflict (shift 25, reduce 17) on 'break' in state 274
  3071. %% Shift/Reduce conflict (shift 24, reduce 17) on 'new' in state 274
  3072. %% Shift/Reduce conflict (shift 23, reduce 17) on 'var' in state 274
  3073. %% Shift/Reduce conflict (shift 22, reduce 17) on 'return' in state 274
  3074. %% Shift/Reduce conflict (shift 21, reduce 17) on 'void' in state 274
  3075. %% Shift/Reduce conflict (shift 20, reduce 17) on 'for' in state 274
  3076. %% Shift/Reduce conflict (shift 19, reduce 17) on 'switch' in state 274
  3077. %% Shift/Reduce conflict (shift 18, reduce 17) on 'while' in state 274
  3078. %% Shift/Reduce conflict (shift 17, reduce 17) on 'continue' in state 274
  3079. %% Shift/Reduce conflict (shift 16, reduce 17) on 'function' in state 274
  3080. %% Shift/Reduce conflict (shift 15, reduce 17) on 'this' in state 274
  3081. %% Shift/Reduce conflict (shift 14, reduce 17) on 'with' in state 274
  3082. %% Shift/Reduce conflict (shift 13, reduce 17) on 'if' in state 274
  3083. %% Shift/Reduce conflict (shift 12, reduce 17) on 'throw' in state 274
  3084. %% Shift/Reduce conflict (shift 11, reduce 17) on 'delete' in state 274
  3085. %% Shift/Reduce conflict (shift 10, reduce 17) on 'try' in state 274
  3086. %% Shift/Reduce conflict (shift 9, reduce 17) on 'do' in state 274
  3087. %% Shift/Reduce conflict (shift 8, reduce 17) on 'typeof' in state 274
  3088. %% Shift/Reduce conflict (shift 7, reduce 17) on 'null' in state 274
  3089. %% Shift/Reduce conflict (shift 6, reduce 17) on 'true' in state 274
  3090. %% Shift/Reduce conflict (shift 5, reduce 17) on 'false' in state 274
  3091. %% Shift/Reduce conflict (shift 4, reduce 17) on 'Identifier' in state 274
  3092. %% Shift/Reduce conflict (shift 3, reduce 17) on 'StringLiteral' in state 274
  3093. %% Shift/Reduce conflict (shift 2, reduce 17) on 'NumericLiteral' in state 274
  3094. %% Shift/Reduce conflict (shift 1, reduce 17) on 'RegexpLiteral' in state 274
  3095. %% Shift/Reduce conflict (shift 144, reduce 177) on 'in' in state 242
  3096. %% Shift/Reduce conflict (shift 144, reduce 178) on 'in' in state 241
  3097. %% Shift/Reduce conflict (shift 144, reduce 179) on 'in' in state 240
  3098. %% Shift/Reduce conflict (shift 144, reduce 180) on 'in' in state 239
  3099. %% Shift/Reduce conflict (shift 170, reduce 139) on '++' in state 214
  3100. %% Shift/Reduce conflict (shift 169, reduce 139) on '--' in state 214
  3101. %% Shift/Reduce conflict (shift 168, reduce 139) on '=' in state 214
  3102. %% Shift/Reduce conflict (shift 167, reduce 139) on '+=' in state 214
  3103. %% Shift/Reduce conflict (shift 166, reduce 139) on '-=' in state 214
  3104. %% Shift/Reduce conflict (shift 165, reduce 139) on '*=' in state 214
  3105. %% Shift/Reduce conflict (shift 164, reduce 139) on '%=' in state 214
  3106. %% Shift/Reduce conflict (shift 163, reduce 139) on '<<=' in state 214
  3107. %% Shift/Reduce conflict (shift 162, reduce 139) on '>>=' in state 214
  3108. %% Shift/Reduce conflict (shift 161, reduce 139) on '>>>=' in state 214
  3109. %% Shift/Reduce conflict (shift 160, reduce 139) on '&=' in state 214
  3110. %% Shift/Reduce conflict (shift 159, reduce 139) on 'bor=' in state 214
  3111. %% Shift/Reduce conflict (shift 158, reduce 139) on '^=' in state 214
  3112. %% Shift/Reduce conflict (shift 157, reduce 139) on '/=' in state 214
  3113. %% Shift/Reduce conflict (shift 301, reduce 139) on 'in' in state 214
  3114. %% Shift/Reduce conflict (shift 188, reduce 87) on 'finally' in state 190
  3115. %% Shift/Reduce conflict (shift 80, reduce 119) on 'colon' in state 125
  3116. %% Shift/Reduce conflict (shift 174, reduce 127) on 'lparen' in state 107
  3117. %% Shift/Reduce conflict (shift 177, reduce 127) on 'lbracket' in state 107
  3118. %% Shift/Reduce conflict (shift 176, reduce 127) on 'dot' in state 107
  3119. %% Shift/Reduce conflict (shift 216, reduce 40) on '=' in state 103
  3120. %% Shift/Reduce conflict (shift 170, reduce 139) on '++' in state 85
  3121. %% Shift/Reduce conflict (shift 169, reduce 139) on '--' in state 85
  3122. %% Shift/Reduce conflict (shift 36, reduce 2) on 'lbrace' in state 75
  3123. %% Shift/Reduce conflict (shift 35, reduce 2) on 'lparen' in state 75
  3124. %% Shift/Reduce conflict (shift 34, reduce 2) on 'lbracket' in state 75
  3125. %% Shift/Reduce conflict (shift 33, reduce 2) on 'dot' in state 75
  3126. %% Shift/Reduce conflict (shift 32, reduce 2) on 'semicolon' in state 75
  3127. %% Shift/Reduce conflict (shift 31, reduce 2) on '+' in state 75
  3128. %% Shift/Reduce conflict (shift 30, reduce 2) on '-' in state 75
  3129. %% Shift/Reduce conflict (shift 29, reduce wrote `language/ecmascript/tokenize.go'
  3130. building language/ecmascript/base.go
  3131. GUILEC language/ecmascript/impl.go
  3132. wrote `language/ecmascript/impl.go'
  3133. GUILEC language/ecmascript/base.go
  3134. building language/ecmascript/function.go
  3135. 2) on '++' in state 75
  3136. %% Shift/Reduce conflict (shift 28, reduce 2) on '--' in state 75
  3137. %% Shift/Reduce conflict (shift 27, reduce 2) on '!' in state 75
  3138. %% Shift/Reduce conflict (shift 26, reduce 2) on '~' in state 75
  3139. %% Shift/Reduce conflict (shift 25, reduce 2) on 'break' in state 75
  3140. %% Shift/Reduce conflict (shift 24, reduce 2) on 'new' in state 75
  3141. %% Shift/Reduce conflict (shift 23, reduce 2) on 'var' in state 75
  3142. %% Shift/Reduce conflict (shift 22, reduce 2) on 'return' in state 75
  3143. %% Shift/Reduce conflict (shift 21, reduce 2) on 'void' in state 75
  3144. %% Shift/Reduce conflict (shift 20, reduce 2) on 'for' in state 75
  3145. %% Shift/Reduce conflict (shift 19, reduce 2) on 'switch' in state 75
  3146. %% Shift/Reduce conflict (shift 18, reduce 2) on 'while' in state 75
  3147. %% Shift/Reduce conflict (shift 17, reduce 2) on 'continue' in state 75
  3148. %% Shift/Reduce conflict (shift 16, reduce 2) on 'function' in state 75
  3149. %% Shift/Reduce conflict (shift 15, reduce 2) on 'this' in state 75
  3150. %% Shift/Reduce conflict (shift 14, reduce 2) on 'with' in state 75
  3151. %% Shift/Reduce conflict (shift 13, reduce 2) on 'if' in state 75
  3152. %% Shift/Reduce conflict (shift 12, reduce 2) on 'throw' in state 75
  3153. %% Shift/Reduce conflict (shift 11, reduce 2) on 'delete' in state 75
  3154. %% Shift/Reduce conflict (shift 10, reduce 2) on 'try' in state 75
  3155. %% Shift/Reduce conflict (shift 9, reduce 2) on 'do' in state 75
  3156. %% Shift/Reduce conflict (shift 8, reduce 2) on 'typeof' in state 75
  3157. %% Shift/Reduce conflict (shift 7, reduce 2) on 'null' in state 75
  3158. %% Shift/Reduce conflict (shift 6, reduce 2) on 'true' in state 75
  3159. %% Shift/Reduce conflict (shift 5, reduce 2) on 'false' in state 75
  3160. %% Shift/Reduce conflict (shift 4, reduce 2) on 'Identifier' in state 75
  3161. %% Shift/Reduce conflict (shift 3, reduce 2) on 'StringLiteral' in state 75
  3162. %% Shift/Reduce conflict (shift 2, reduce 2) on 'NumericLiteral' in state 75
  3163. %% Shift/Reduce conflict (shift 1, reduce 2) on 'RegexpLiteral' in state 75
  3164. %% Shift/Reduce conflict (shift 174, reduce 127) on 'lparen' in state 56
  3165. %% Shift/Reduce conflict (shift 177, reduce 127) on 'lbracket' in state 56
  3166. %% Shift/Reduce conflict (shift 176, reduce 127) on 'dot' in state 56
  3167. %% Shift/Reduce conflict (shift 174, reduce 138) on 'lparen' in state 54
  3168. %% Shift/Reduce conflict (shift 173, reduce 138) on 'lbracket' in state 54
  3169. %% Shift/Reduce conflict (shift 172, reduce 138) on 'dot' in state 54
  3170. %% Shift/Reduce conflict (shift 170, reduce 139) on '++' in state 53
  3171. %% Shift/Reduce conflict (shift 169, reduce 139) on '--' in state 53
  3172. %% Shift/Reduce conflict (shift 168, reduce 139) on '=' in state 53
  3173. %% Shift/Reduce conflict (shift 167, reduce 139) on '+=' in state 53
  3174. %% Shift/Reduce conflict (shift 166, reduce 139) on '-=' in state 53
  3175. %% Shift/Reduce conflict (shift 165, reduce 139) on '*=' in state 53
  3176. %% Shift/Reduce conflict (shift 164, reduce 139) on '%=' in state 53
  3177. %% Shift/Reduce conflict (shift 163, reduce 139) on '<<=' in state 53
  3178. %% Shift/Reduce conflict (shift 162, reduce 139) on '>>=' in state 53
  3179. %% Shift/Reduce conflict (shift 161, reduce 139) on '>>>=' in state 53
  3180. %% Shift/Reduce conflict (shift 160, reduce 139) on '&=' in state 53
  3181. %% Shift/Reduce conflict (shift 159, reduce 139) on 'bor=' in state 53
  3182. %% Shift/Reduce conflict (shift 158, reduce 139) on '^=' in state 53
  3183. %% Shift/Reduce conflict (shift 157, reduce 139) on '/=' in state 53
  3184. %% Shift/Reduce conflict (shift 153, reduce 159) on '+' in state 49
  3185. %% Shift/Reduce conflict (shift 152, reduce 159) on '-' in state 49
  3186. %% Shift/Reduce conflict (shift 144, reduce 176) on 'in' in state 47
  3187. wrote `language/ecmascript/parse.go'
  3188. building language/ecmascript/array.go
  3189. GUILEC language/ecmascript/function.go
  3190. wrote `language/ecmascript/base.go'
  3191. language/ecmascript/base.scm:226:22: warning: possibly unbound variable `Boolean'
  3192. language/ecmascript/base.scm:227:21: warning: possibly unbound variable `String'
  3193. language/ecmascript/base.scm:228:21: warning: possibly unbound variable `Number'
  3194. building language/ecmascript/compile-tree-il.go
  3195. GUILEC language/ecmascript/array.go
  3196. language/ecmascript/function.scm:40:9: warning: possibly unbound variable `<js-array-object>'
  3197. language/ecmascript/function.scm:44:43: warning: possibly unbound variable `js-array-vector'
  3198. wrote `language/ecmascript/function.go'
  3199. GUILEC language/ecmascript/compile-tree-il.go
  3200. building language/ecmascript/spec.go
  3201. wrote `language/ecmascript/array.go'
  3202. building language/elisp/lexer.go
  3203. GUILEC language/ecmascript/spec.go
  3204. wrote `language/ecmascript/spec.go'
  3205. building language/elisp/parser.go
  3206. GUILEC language/elisp/lexer.go
  3207. wrote `language/elisp/lexer.go'
  3208. building language/elisp/bindings.go
  3209. GUILEC language/elisp/parser.go
  3210. wrote `language/elisp/parser.go'
  3211. building language/elisp/compile-tree-il.go
  3212. GUILEC language/elisp/bindings.go
  3213. wrote `language/elisp/bindings.go'
  3214. building language/elisp/runtime.go
  3215. wrote `language/ecmascript/compile-tree-il.go'
  3216. building language/elisp/runtime/function-slot.go
  3217. GUILEC language/elisp/compile-tree-il.go
  3218. wrote `language/elisp/compile-tree-il.go'
  3219. building language/elisp/runtime/value-slot.go
  3220. GUILEC language/elisp/runtime.go
  3221. wrote `language/elisp/runtime.go'
  3222. building language/elisp/runtime/macros.go
  3223. GUILEC language/elisp/runtime/function-slot.go
  3224. WARNING: (language elisp runtime function-slot): imported module (language elisp compile-tree-il) overrides core binding `if'
  3225. WARNING: (language elisp runtime function-slot): imported module (language elisp compile-tree-il) overrides core binding `let'
  3226. WARNING: (language elisp runtime function-slot): imported module (language elisp compile-tree-il) overrides core binding `let*'
  3227. WARNING: (language elisp runtime function-slot): imported module (language elisp compile-tree-il) overrides core binding `while'
  3228. WARNING: (language elisp runtime function-slot): imported module (language elisp compile-tree-il) overrides core binding `defmacro'
  3229. WARNING: (language elisp runtime function-slot): imported module (language elisp compile-tree-il) overrides core binding `quote'
  3230. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime macros) overrides core binding `lambda'
  3231. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime macros) overrides core binding `when'
  3232. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime macros) overrides core binding `unless'
  3233. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime macros) overrides core binding `cond'
  3234. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime macros) overrides core binding `and'
  3235. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime macros) overrides core binding `or'
  3236. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime macros) overrides core binding `catch'
  3237. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `='
  3238. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `<'
  3239. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `<='
  3240. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `>'
  3241. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `>='
  3242. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `max'
  3243. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `min'
  3244. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `abs'
  3245. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `#{1+}#'
  3246. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `#{1-}#'
  3247. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `+'
  3248. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `-'
  3249. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `*'
  3250. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `car'
  3251. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `cdr'
  3252. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `length'
  3253. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `cons'
  3254. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `list'
  3255. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `make-list'
  3256. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `append'
  3257. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `reverse'
  3258. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `copy-tree'
  3259. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `apply'
  3260. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `throw'
  3261. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `not'
  3262. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `eval'
  3263. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `load'
  3264. wrote `language/elisp/runtime/function-slot.go'
  3265. building language/elisp/runtime/subrs.go
  3266. GUILEC language/elisp/runtime/value-slot.go
  3267. wrote `language/elisp/runtime/value-slot.go'
  3268. building language/elisp/spec.go
  3269. GUILEC language/elisp/runtime/macros.go
  3270. wrote `language/elisp/runtime/macros.go'
  3271. building language/brainfuck/parse.go
  3272. GUILEC language/elisp/runtime/subrs.go
  3273. wrote `language/elisp/runtime/subrs.go'
  3274. building language/brainfuck/compile-scheme.go
  3275. GUILEC language/elisp/spec.go
  3276. wrote `language/elisp/spec.go'
  3277. building language/brainfuck/compile-tree-il.go
  3278. GUILEC language/brainfuck/parse.go
  3279. wrote `language/brainfuck/parse.go'
  3280. building language/brainfuck/spec.go
  3281. GUILEC language/brainfuck/compile-scheme.go
  3282. wrote `language/brainfuck/compile-scheme.go'
  3283. building statprof.go
  3284. GUILEC language/brainfuck/compile-tree-il.go
  3285. wrote `language/brainfuck/compile-tree-il.go'
  3286. building sxml/apply-templates.go
  3287. GUILEC language/brainfuck/spec.go
  3288. wrote `language/brainfuck/spec.go'
  3289. building sxml/fold.go
  3290. GUILEC statprof.go
  3291. wrote `statprof.go'
  3292. GUILEC sxml/apply-templates.go
  3293. building sxml/match.go
  3294. wrote `sxml/apply-templates.go'
  3295. building sxml/simple.go
  3296. GUILEC sxml/fold.go
  3297. wrote `sxml/fold.go'
  3298. GUILEC sxml/match.go
  3299. building sxml/ssax/input-parse.go
  3300. wrote `sxml/match.go'
  3301. building sxml/ssax.go
  3302. GUILEC sxml/simple.go
  3303. wrote `sxml/simple.go'
  3304. building sxml/transform.go
  3305. GUILEC sxml/ssax/input-parse.go
  3306. GUILEC sxml/ssax.go
  3307. wrote `sxml/ssax/input-parse.go'
  3308. GUILEC sxml/transform.go
  3309. building sxml/xpath.go
  3310. wrote `sxml/transform.go'
  3311. GUILEC sxml/xpath.go
  3312. building texinfo.go
  3313. wrote `sxml/xpath.go'
  3314. GUILEC texinfo.go
  3315. building texinfo/docbook.go
  3316. wrote `sxml/ssax.go'
  3317. building texinfo/html.go
  3318. GUILEC texinfo/docbook.go
  3319. wrote `texinfo/docbook.go'
  3320. GUILEC texinfo/html.go
  3321. building texinfo/indexing.go
  3322. wrote `texinfo/html.go'
  3323. building texinfo/string-utils.go
  3324. GUILEC texinfo/indexing.go
  3325. wrote `texinfo.go'
  3326. building texinfo/plain-text.go
  3327. GUILEC texinfo/string-utils.go
  3328. wrote `texinfo/indexing.go'
  3329. GUILEC texinfo/plain-text.go
  3330. building texinfo/reflection.go
  3331. wrote `texinfo/string-utils.go'
  3332. GUILEC texinfo/reflection.go
  3333. building texinfo/serialize.go
  3334. wrote `texinfo/plain-text.go'
  3335. GUILEC texinfo/serialize.go
  3336. building web/client.go
  3337. wrote `texinfo/reflection.go'
  3338. building web/http.go
  3339. GUILEC web/client.go
  3340. wrote `texinfo/serialize.go'
  3341. GUILEC web/http.go
  3342. building web/request.go
  3343. wrote `web/client.go'
  3344. building web/response.go
  3345. GUILEC web/request.go
  3346. wrote `web/request.go'
  3347. GUILEC web/response.go
  3348. building web/server.go
  3349. wrote `web/http.go'
  3350. GUILEC web/server.go
  3351. building web/server/http.go
  3352. wrote `web/response.go'
  3353. GUILEC web/server/http.go
  3354. building web/uri.go
  3355. wrote `web/server.go'
  3356. GUILEC web/uri.go
  3357. wrote `web/server/http.go'
  3358. wrote `web/uri.go'
  3359. make[2]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/module'
  3360. Making all in guile-readline
  3361. make[2]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/guile-readline'
  3362. building readline.x
  3363.  SNARF readline.x
  3364. building all
  3365. make all-am
  3366. make[3]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/guile-readline'
  3367. building readline.lo
  3368. building ice-9/readline.go
  3369. CC readline.lo
  3370.  GUILEC ice-9/readline.go
  3371. ice-9/readline.scm:63:0: warning: possibly unbound variable `readline-options-interface'
  3372. ice-9/readline.scm:63:0: warning: possibly unbound variable `readline-options-interface'
  3373. ice-9/readline.scm:63:0: warning: possibly unbound variable `readline-options-interface'
  3374. ice-9/readline.scm:63:0: warning: possibly unbound variable `readline-options-interface'
  3375. ice-9/readline.scm:63:0: warning: possibly unbound variable `readline-options-interface'
  3376. ice-9/readline.scm:63:0: warning: possibly unbound variable `readline-options-interface'
  3377. ice-9/readline.scm:63:0: warning: possibly unbound variable `readline-options-interface'
  3378. ice-9/readline.scm:63:0: warning: possibly unbound variable `readline-options-interface'
  3379. ice-9/readline.scm:63:0: warning: possibly unbound variable `readline-options-interface'
  3380. ice-9/readline.scm:63:0: warning: possibly unbound variable `readline-options-interface'
  3381. ice-9/readline.scm:97:49: warning: possibly unbound variable `%readline'
  3382. ice-9/readline.scm:125:38: warning: possibly unbound variable `readline-options-interface'
  3383. ice-9/readline.scm:156:4: warning: possibly unbound variable `%readline'
  3384. ice-9/readline.scm:206:4: warning: possibly unbound variable `*readline-completion-function*'
  3385. ice-9/readline.scm:210:2: warning: possibly unbound variable `*readline-completion-function*'
  3386. ice-9/readline.scm:213:10: warning: possibly unbound variable `*readline-completion-function*'
  3387. ice-9/readline.scm:216:10: warning: possibly unbound variable `*readline-completion-function*'
  3388. wrote `ice-9/readline.go'
  3389. building libguilereadline-v-18.la
  3390.  CCLD libguilereadline-v-18.la
  3391. make[3]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/guile-readline'
  3392. make[2]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/guile-readline'
  3393. Making all in examples
  3394. make[2]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/examples'
  3395. make[2]: Nothing to be done for `all'.
  3396. make[2]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/examples'
  3397. Making all in emacs
  3398. make[2]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/emacs'
  3399. make[2]: Nothing to be done for `all'.
  3400. make[2]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/emacs'
  3401. Making all in test-suite
  3402. make[2]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite'
  3403. building all-recursive
  3404. Making all in standalone
  3405. make[3]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/standalone'
  3406. building test-asmobs-lib.x
  3407.  SNARF test-asmobs-lib.x
  3408. building all
  3409. make all-am
  3410. make[4]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/standalone'
  3411. building libtest_asmobs_la-test-asmobs-lib.lo
  3412. building libtest_ffi_la-test-ffi-lib.lo
  3413. CC libtest_asmobs_la-test-asmobs-lib.lo
  3414. building libtest_extensions_la-test-extensions-lib.lo
  3415. CC libtest_ffi_la-test-ffi-lib.lo
  3416. CC libtest_extensions_la-test-extensions-lib.lo
  3417. building libtest-asmobs.la
  3418. CCLD libtest-asmobs.la
  3419. building libtest-ffi.la
  3420. building libtest-extensions.la
  3421. CCLD libtest-ffi.la
  3422.  CCLD libtest-extensions.la
  3423. make[4]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/standalone'
  3424. make[3]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/standalone'
  3425. Making all in vm
  3426. make[3]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm'
  3427. make[3]: Nothing to be done for `all'.
  3428. make[3]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm'
  3429. make[3]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite'
  3430. make[3]: Nothing to be done for `all-am'.
  3431. make[3]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite'
  3432. make[2]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite'
  3433. Making all in benchmark-suite
  3434. make[2]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/benchmark-suite'
  3435. make[2]: Nothing to be done for `all'.
  3436. make[2]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/benchmark-suite'
  3437. Making all in gc-benchmarks
  3438. make[2]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/gc-benchmarks'
  3439. make[2]: Nothing to be done for `all'.
  3440. make[2]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/gc-benchmarks'
  3441. Making all in am
  3442. make[2]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/am'
  3443. make[2]: Nothing to be done for `all'.
  3444. make[2]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/am'
  3445. Making all in doc
  3446. make[2]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/doc'
  3447. building all-recursive
  3448. Making all in ref
  3449. make[3]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/doc/ref'
  3450. building all
  3451. make all-am
  3452. make[4]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/doc/ref'
  3453. building guile.info
  3454. MAKEINFO guile.info
  3455. /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/build-aux/missing: line 51: makeinfo: command not found
  3456. WARNING: 'makeinfo' is missing on your system. You should only need it if
  3457. you modified a '.texi' or '.texinfo' file, or any other file
  3458. indirectly affecting the aspect of the manual. The spurious
  3459. call might also be the consequence of using a buggy 'make' (AIX,
  3460. DU, IRIX). You might want to install the Texinfo package or
  3461. the GNU make package. Grab either from any GNU archive site.
  3462. make[4]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/doc/ref'
  3463. make[3]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/doc/ref'
  3464. Making all in r5rs
  3465. make[3]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/doc/r5rs'
  3466. make[3]: Nothing to be done for `all'.
  3467. make[3]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/doc/r5rs'
  3468. make[3]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/doc'
  3469. make[3]: Nothing to be done for `all-am'.
  3470. make[3]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/doc'
  3471. make[2]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/doc'
  3472. make[2]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7'
  3473. make[2]: Nothing to be done for `all-am'.
  3474. make[2]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7'
  3475. make[1]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7'
  3476. running tests
  3477. check flags:
  3478. building public-submodule-commit
  3479.  GEN public-submodule-commit
  3480. building check
  3481. make check-recursive
  3482. make[1]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7'
  3483. building check-recursive
  3484. Making check in lib
  3485. make[2]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/lib'
  3486. building check
  3487. make check-recursive
  3488. make[3]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/lib'
  3489. building check-recursive
  3490. make[4]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/lib'
  3491. make[4]: Nothing to be done for `check-am'.
  3492. make[4]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/lib'
  3493. make[3]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/lib'
  3494. make[2]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/lib'
  3495. Making check in meta
  3496. make[2]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/meta'
  3497. make[2]: Nothing to be done for `check'.
  3498. make[2]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/meta'
  3499. Making check in libguile
  3500. make[2]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/libguile'
  3501. building check
  3502. make check-am
  3503. make[3]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/libguile'
  3504. make[3]: Nothing to be done for `check-am'.
  3505. make[3]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/libguile'
  3506. make[2]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/libguile'
  3507. Making check in module
  3508. make[2]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/module'
  3509. make[2]: Nothing to be done for `check'.
  3510. make[2]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/module'
  3511. Making check in guile-readline
  3512. make[2]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/guile-readline'
  3513. building check
  3514. make check-am
  3515. make[3]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/guile-readline'
  3516. make[3]: Nothing to be done for `check-am'.
  3517. make[3]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/guile-readline'
  3518. make[2]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/guile-readline'
  3519. Making check in examples
  3520. make[2]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/examples'
  3521. make[2]: Nothing to be done for `check'.
  3522. make[2]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/examples'
  3523. Making check in emacs
  3524. make[2]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/emacs'
  3525. make[2]: Nothing to be done for `check'.
  3526. make[2]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/emacs'
  3527. Making check in test-suite
  3528. make[2]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite'
  3529. building check-recursive
  3530. Making check in standalone
  3531. make[3]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/standalone'
  3532. building check
  3533. make check-am
  3534. make[4]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/standalone'
  3535. building check-am
  3536. make test-num2integral test-round test-list test-unwind test-conversion test-loose-ends test-scm-c-read test-scm-take-locale-symbol test-scm-take-u8vector test-scm-to-latin1-string test-scm-values test-with-guile-module test-scm-with-guile test-scm-spawn-thread test-pthread-create test-pthread-create-secondary test-system-cmds test-bad-identifiers test-require-extension test-guile-snarf test-import-order test-command-line-encoding test-command-line-encoding2 test-asmobs test-ffi test-fast-slot-ref test-mb-regexp test-use-srfi test-extensions
  3537. make[5]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/standalone'
  3538. building test_num2integral-test-num2integral.o
  3539.  CC test_num2integral-test-num2integral.o
  3540. building test_round-test-round.o
  3541. CC test_round-test-round.o
  3542. building test_list-test-list.o
  3543. CC test_list-test-list.o
  3544. building test_unwind-test-unwind.o
  3545. building test_conversion-test-conversion.o
  3546. CC test_unwind-test-unwind.o
  3547. CC test_conversion-test-conversion.o
  3548. building test_loose_ends-test-loose-ends.o
  3549. CC test_loose_ends-test-loose-ends.o
  3550. building test_scm_c_read-test-scm-c-read.o
  3551. building test_scm_take_locale_symbol-test-scm-take-locale-symbol.o
  3552. CC test_scm_c_read-test-scm-c-read.o
  3553. building test_scm_take_u8vector-test-scm-take-u8vector.o
  3554. CC test_scm_take_locale_symbol-test-scm-take-locale-symbol.o
  3555. CC test_scm_take_u8vector-test-scm-take-u8vector.o
  3556. building test_scm_to_latin1_string-test-scm-to-latin1-string.o
  3557. building test_scm_values-test-scm-values.o
  3558. CC test_scm_to_latin1_string-test-scm-to-latin1-string.o
  3559. building test_with_guile_module-test-with-guile-module.o
  3560. CC test_scm_values-test-scm-values.o
  3561. building test_scm_with_guile-test-scm-with-guile.o
  3562. CC test_with_guile_module-test-with-guile-module.o
  3563. building test_scm_spawn_thread-test-scm-spawn-thread.o
  3564. CC test_scm_with_guile-test-scm-with-guile.o
  3565. CC test_scm_spawn_thread-test-scm-spawn-thread.o
  3566. building test_pthread_create-test-pthread-create.o
  3567. building test_pthread_create_secondary-test-pthread-create-secondary.o
  3568. CC test_pthread_create-test-pthread-create.o
  3569. CC test_pthread_create_secondary-test-pthread-create-secondary.o
  3570. make[5]: Nothing to be done for `test-system-cmds'.
  3571. make[5]: Nothing to be done for `test-bad-identifiers'.
  3572. make[5]: Nothing to be done for `test-require-extension'.
  3573. make[5]: Nothing to be done for `test-guile-snarf'.
  3574. make[5]: Nothing to be done for `test-import-order'.
  3575. make[5]: Nothing to be done for `test-command-line-encoding'.
  3576. make[5]: Nothing to be done for `test-command-line-encoding2'.
  3577. make[5]: Nothing to be done for `test-asmobs'.
  3578. make[5]: Nothing to be done for `test-ffi'.
  3579. make[5]: `test-fast-slot-ref' is up to date.
  3580. make[5]: Nothing to be done for `test-mb-regexp'.
  3581. make[5]: `test-use-srfi' is up to date.
  3582. make[5]: Nothing to be done for `test-extensions'.
  3583. building test-num2integral
  3584. building test-round
  3585. CCLD test-num2integral
  3586. building test-list
  3587. CCLD test-round
  3588. building test-unwind
  3589. CCLD test-list
  3590. building test-conversion
  3591. CCLD test-unwind
  3592. building test-loose-ends
  3593. CCLD test-conversion
  3594. building test-scm-c-read
  3595. CCLD test-loose-ends
  3596. building test-scm-take-locale-symbol
  3597. CCLD test-scm-c-read
  3598. building test-scm-take-u8vector
  3599. CCLD test-scm-take-locale-symbol
  3600. building test-scm-to-latin1-string
  3601. CCLD test-scm-take-u8vector
  3602. building test-scm-values
  3603. CCLD test-scm-to-latin1-string
  3604. building test-with-guile-module
  3605. CCLD test-scm-values
  3606. building test-scm-with-guile
  3607. CCLD test-with-guile-module
  3608. building test-scm-spawn-thread
  3609. CCLD test-scm-with-guile
  3610. building test-pthread-create
  3611. CCLD test-scm-spawn-thread
  3612. building test-pthread-create-secondary
  3613. CCLD test-pthread-create
  3614.  CCLD test-pthread-create-secondary
  3615. make[5]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/standalone'
  3616. make check-TESTS
  3617. make[5]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/standalone'
  3618. building check-TESTS
  3619. PASS: test-system-cmds
  3620. PASS: test-bad-identifiers
  3621. PASS: test-require-extension
  3622. PASS: test-guile-snarf
  3623. PASS: test-import-order
  3624. /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/standalone/test-command-line-encoding: line 5: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such file or directory
  3625. /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
  3626. /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
  3627. /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
  3628. PASS: test-command-line-encoding
  3629. /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/standalone/test-command-line-encoding2: line 6: warning: setlocale: LC_ALL: cannot change locale (en_US): No such file or directory
  3630. /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US)
  3631. /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US)
  3632. /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US)
  3633. PASS: test-command-line-encoding2
  3634. PASS: test-num2integral
  3635. PASS: test-round
  3636. PASS: test-asmobs
  3637. PASS: test-ffi
  3638. PASS: test-list
  3639. PASS: test-unwind
  3640. PASS: test-conversion
  3641. PASS: test-loose-ends
  3642. PASS: test-fast-slot-ref
  3643. PASS: test-mb-regexp
  3644. PASS: test-use-srfi
  3645. PASS: test-scm-c-read
  3646. PASS: test-scm-take-locale-symbol
  3647. PASS: test-scm-take-u8vector
  3648. PASS: test-scm-to-latin1-string
  3649. PASS: test-scm-values
  3650. PASS: test-extensions
  3651. PASS: test-with-guile-module
  3652. PASS: test-scm-with-guile
  3653. PASS: test-scm-spawn-thread
  3654. PASS: test-pthread-create
  3655. PASS: test-pthread-create-secondary
  3656. ===================
  3657. All 29 tests passed
  3658. ===================
  3659. make[5]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/standalone'
  3660. make[4]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/standalone'
  3661. make[3]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/standalone'
  3662. Making check in vm
  3663. make[3]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm'
  3664. building check-am
  3665. make check-TESTS
  3666. make[4]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm'
  3667. building check-TESTS
  3668. ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
  3669. ;;; or pass the --no-auto-compile argument to disable.
  3670. ;;; compiling /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/./run-vm-tests.scm
  3671. ;;; /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/./run-vm-tests.scm:60:0: warning: non-literal format string
  3672. ;;; /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/./run-vm-tests.scm:61:0: warning: non-literal format string
  3673. ;;; /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/./run-vm-tests.scm:62:0: warning: non-literal format string
  3674. ;;; compiled /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/cache/guile/ccache/2.0-LE-8-2.0/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/run-vm-tests.scm.go
  3675. ;;; compiling /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/./t-basic-contructs.scm
  3676. ;;; compiled /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/cache/guile/ccache/2.0-LE-8-2.0/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/t-basic-contructs.scm.go
  3677. running `./t-basic-contructs.scm'... reading... compiling... running... reading... ok
  3678. PASS: t-basic-contructs.scm
  3679. running `./t-global-bindings.scm'... reading... compiling... running... reading... ok
  3680. ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
  3681. ;;; or pass the --no-auto-compile argument to disable.
  3682. ;;; compiling /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/./t-global-bindings.scm
  3683. ;;; compiled /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/cache/guile/ccache/2.0-LE-8-2.0/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/t-global-bindings.scm.go
  3684. PASS: t-global-bindings.scm
  3685. ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
  3686. ;;; or pass the --no-auto-compile argument to disable.
  3687. ;;; compiling /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/./t-catch.scm
  3688. ;;; compiled /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/cache/guile/ccache/2.0-LE-8-2.0/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/t-catch.scm.go
  3689. running `./t-catch.scm'... reading... compiling... running... reading... ok
  3690. PASS: t-catch.scm
  3691. ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
  3692. ;;; or pass the --no-auto-compile argument to disable.
  3693. ;;; compiling /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/./t-call-cc.scm
  3694. ;;; compiled /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/cache/guile/ccache/2.0-LE-8-2.0/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/t-call-cc.scm.go
  3695. running `./t-call-cc.scm'... reading... compiling... running... reading... ok
  3696. PASS: t-call-cc.scm
  3697. running `./t-closure.scm'... reading... compiling... running... reading... ok
  3698. ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
  3699. ;;; or pass the --no-auto-compile argument to disable.
  3700. ;;; compiling /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/./t-closure.scm
  3701. ;;; compiled /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/cache/guile/ccache/2.0-LE-8-2.0/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/t-closure.scm.go
  3702. PASS: t-closure.scm
  3703. running `./t-closure2.scm'... reading... compiling... running... reading... ok
  3704. ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
  3705. ;;; or pass the --no-auto-compile argument to disable.
  3706. ;;; compiling /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/./t-closure2.scm
  3707. ;;; compiled /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/cache/guile/ccache/2.0-LE-8-2.0/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/t-closure2.scm.go
  3708. PASS: t-closure2.scm
  3709. ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
  3710. ;;; or pass the --no-auto-compile argument to disable.
  3711. ;;; compiling /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/./t-closure3.scm
  3712. ;;; compiled /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/cache/guile/ccache/2.0-LE-8-2.0/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/t-closure3.scm.go
  3713. running `./t-closure3.scm'... reading... compiling... running... reading... ok
  3714. PASS: t-closure3.scm
  3715. ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
  3716. ;;; or pass the --no-auto-compile argument to disable.
  3717. ;;; compiling /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/./t-closure4.scm
  3718. ;;; compiled /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/cache/guile/ccache/2.0-LE-8-2.0/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/t-closure4.scm.go
  3719. running `./t-closure4.scm'... reading... compiling... running... reading... ok
  3720. PASS: t-closure4.scm
  3721. ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
  3722. ;;; or pass the --no-auto-compile argument to disable.
  3723. ;;; compiling /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/./t-do-loop.scm
  3724. ;;; compiled /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/cache/guile/ccache/2.0-LE-8-2.0/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/t-do-loop.scm.go
  3725. running `./t-do-loop.scm'... reading... compiling... running... reading... ok
  3726. PASS: t-do-loop.scm
  3727. ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
  3728. ;;; or pass the --no-auto-compile argument to disable.
  3729. ;;; compiling /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/./t-literal-integers.scm
  3730. ;;; compiled /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/cache/guile/ccache/2.0-LE-8-2.0/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/t-literal-integers.scm.go
  3731. running `./t-literal-integers.scm'... reading... compiling... running... reading... ok
  3732. PASS: t-literal-integers.scm
  3733. ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
  3734. ;;; or pass the --no-auto-compile argument to disable.
  3735. ;;; compiling /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/./t-macros.scm
  3736. ;;; compiled /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/cache/guile/ccache/2.0-LE-8-2.0/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/t-macros.scm.go
  3737. running `./t-macros.scm'... reading... compiling... running... reading... ok
  3738. PASS: t-macros.scm
  3739. ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
  3740. ;;; or pass the --no-auto-compile argument to disable.
  3741. ;;; compiling /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/./t-macros2.scm
  3742. ;;; compiled /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/cache/guile/ccache/2.0-LE-8-2.0/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/t-macros2.scm.go
  3743. running `./t-macros2.scm'... reading... compiling... running... reading... ok
  3744. PASS: t-macros2.scm
  3745. ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
  3746. ;;; or pass the --no-auto-compile argument to disable.
  3747. ;;; compiling /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/./t-map.scm
  3748. ;;; compiled /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/cache/guile/ccache/2.0-LE-8-2.0/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/t-map.scm.go
  3749. running `./t-map.scm'... reading... compiling... running... reading... ok
  3750. PASS: t-map.scm
  3751. ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
  3752. ;;; or pass the --no-auto-compile argument to disable.
  3753. ;;; compiling /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/./t-or.scm
  3754. ;;; compiled /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/cache/guile/ccache/2.0-LE-8-2.0/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/t-or.scm.go
  3755. running `./t-or.scm'... reading... compiling... running... reading... ok
  3756. PASS: t-or.scm
  3757. ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
  3758. ;;; or pass the --no-auto-compile argument to disable.
  3759. ;;; compiling /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/./t-proc-with-setter.scm
  3760. ;;; compiled /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/cache/guile/ccache/2.0-LE-8-2.0/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/t-proc-with-setter.scm.go
  3761. running `./t-proc-with-setter.scm'... reading... compiling... running... reading... ok
  3762. PASS: t-proc-with-setter.scm
  3763. ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
  3764. ;;; or pass the --no-auto-compile argument to disable.
  3765. ;;; compiling /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/./t-quasiquote.scm
  3766. ;;; compiled /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/cache/guile/ccache/2.0-LE-8-2.0/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/t-quasiquote.scm.go
  3767. running `./t-quasiquote.scm'... reading... compiling... running... reading... ok
  3768. PASS: t-quasiquote.scm
  3769. ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
  3770. ;;; or pass the --no-auto-compile argument to disable.
  3771. ;;; compiling /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/./t-values.scm
  3772. ;;; compiled /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/cache/guile/ccache/2.0-LE-8-2.0/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/t-values.scm.go
  3773. running `./t-values.scm'... reading... compiling... running... reading... ok
  3774. PASS: t-values.scm
  3775. ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
  3776. ;;; or pass the --no-auto-compile argument to disable.
  3777. ;;; compiling /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/./t-records.scm
  3778. ;;; compiled /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/cache/guile/ccache/2.0-LE-8-2.0/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/t-records.scm.go
  3779. running `./t-records.scm'... reading... compiling... running... reading... ok
  3780. PASS: t-records.scm
  3781. ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
  3782. ;;; or pass the --no-auto-compile argument to disable.
  3783. ;;; compiling /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/./t-match.scm
  3784. ;;; compiled /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/cache/guile/ccache/2.0-LE-8-2.0/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/t-match.scm.go
  3785. running `./t-match.scm'... reading... compiling... running... reading... ok
  3786. PASS: t-match.scm
  3787. ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
  3788. ;;; or pass the --no-auto-compile argument to disable.
  3789. ;;; compiling /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/./t-mutual-toplevel-defines.scm
  3790. ;;; compiled /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/cache/guile/ccache/2.0-LE-8-2.0/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm/t-mutual-toplevel-defines.scm.go
  3791. running `./t-mutual-toplevel-defines.scm'... reading... compiling... running... reading... ok
  3792. PASS: t-mutual-toplevel-defines.scm
  3793. ===================
  3794. All 20 tests passed
  3795. ===================
  3796. make[4]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm'
  3797. make[3]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite/vm'
  3798. make[3]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite'
  3799. building check-am
  3800. make check-TESTS
  3801. make[4]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite'
  3802. building check-TESTS
  3803. PASS: lalr/test-glr-associativity.scm
  3804. PASS: lalr/test-glr-basics-01.scm
  3805. %% Shift/Reduce conflict (shift 1, reduce 3) on 'A' in state 0
  3806. PASS: lalr/test-glr-basics-02.scm
  3807. %% Shift/Reduce conflict (shift 1, reduce 5) on 'A' in state 0
  3808. PASS: lalr/test-glr-basics-03.scm
  3809. %% Shift/Reduce conflict (shift 1, reduce 4) on 'A' in state 0
  3810. PASS: lalr/test-glr-basics-04.scm
  3811. %% Shift/Reduce conflict (shift 1, reduce 4) on 'A' in state 0
  3812. PASS: lalr/test-glr-basics-05.scm
  3813. %% Shift/Reduce conflict (shift 5, reduce 2) on 'error' in state 8
  3814. %% Shift/Reduce conflict (shift 4, reduce 2) on 'N' in state 8
  3815. %% Shift/Reduce conflict (shift 3, reduce 2) on 'O' in state 8
  3816. %% Shift/Reduce conflict (shift 2, reduce 2) on 'T' in state 8
  3817. PASS: lalr/test-glr-script-expression.scm
  3818. PASS: lalr/test-glr-single-expressions.scm
  3819. %% Reduce/Reduce conflict (reduce 5, reduce 4) on 'M' in state 11
  3820. %% Reduce/Reduce conflict (reduce 5, reduce 4) on 'A' in state 11
  3821. %% Reduce/Reduce conflict (reduce 5, reduce 4) on '*eoi*' in state 11
  3822. PASS: lalr/test-lr-associativity-01.scm
  3823. PASS: lalr/test-lr-basics-01.scm
  3824. %% Shift/Reduce conflict (shift 1, reduce 3) on 'A' in state 0
  3825. PASS: lalr/test-lr-basics-02.scm
  3826. %% Shift/Reduce conflict (shift 1, reduce 5) on 'A' in state 0
  3827. PASS: lalr/test-lr-basics-03.scm
  3828. %% Shift/Reduce conflict (shift 1, reduce 4) on 'A' in state 0
  3829. PASS: lalr/test-lr-basics-04.scm
  3830. %% Shift/Reduce conflict (shift 1, reduce 4) on 'A' in state 0
  3831. PASS: lalr/test-lr-basics-05.scm
  3832. %% Shift/Reduce conflict (shift 3, reduce 2) on 'error' in state 5
  3833. %% Shift/Reduce conflict (shift 2, reduce 2) on 'NUMBER' in state 5
  3834. %% Shift/Reduce conflict (shift 1, reduce 2) on 'NEWLINE' in state 5
  3835. %% Shift/Reduce conflict (shift 3, reduce 3) on 'error' in state 0
  3836. %% Shift/Reduce conflict (shift 2, reduce 3) on 'NUMBER' in state 0
  3837. %% Shift/Reduce conflict (shift 1, reduce 3) on 'NEWLINE' in state 0
  3838. PASS: lalr/test-lr-error-recovery-01.scm
  3839. PASS: lalr/test-lr-error-recovery-02.scm
  3840. PASS: lalr/test-lr-no-clause.scm
  3841. %% Shift/Reduce conflict (shift 5, reduce 2) on 'error' in state 8
  3842. %% Shift/Reduce conflict (shift 4, reduce 2) on 'N' in state 8
  3843. %% Shift/Reduce conflict (shift 3, reduce 2) on 'O' in state 8
  3844. %% Shift/Reduce conflict (shift 2, reduce 2) on 'T' in state 8
  3845. PASS: lalr/test-lr-script-expression.scm
  3846. PASS: lalr/test-lr-single-expressions.scm
  3847. ===================
  3848. All 19 tests passed
  3849. ===================
  3850. make[4]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite'
  3851. make[3]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite'
  3852. make[2]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite'
  3853. Making check in benchmark-suite
  3854. make[2]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/benchmark-suite'
  3855. make[2]: Nothing to be done for `check'.
  3856. make[2]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/benchmark-suite'
  3857. Making check in gc-benchmarks
  3858. make[2]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/gc-benchmarks'
  3859. make[2]: Nothing to be done for `check'.
  3860. make[2]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/gc-benchmarks'
  3861. Making check in am
  3862. make[2]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/am'
  3863. make[2]: Nothing to be done for `check'.
  3864. make[2]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/am'
  3865. Making check in doc
  3866. make[2]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/doc'
  3867. building check-recursive
  3868. Making check in ref
  3869. make[3]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/doc/ref'
  3870. building check
  3871. make check-am
  3872. make[4]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/doc/ref'
  3873. make[4]: Nothing to be done for `check-am'.
  3874. make[4]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/doc/ref'
  3875. make[3]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/doc/ref'
  3876. Making check in r5rs
  3877. make[3]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/doc/r5rs'
  3878. make[3]: Nothing to be done for `check'.
  3879. make[3]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/doc/r5rs'
  3880. make[3]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/doc'
  3881. make[3]: Nothing to be done for `check-am'.
  3882. make[3]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/doc'
  3883. make[2]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/doc'
  3884. make[2]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7'
  3885. building check-am
  3886. make check-TESTS
  3887. make[3]: Entering directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7'
  3888. building check-TESTS
  3889. Testing /tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/meta/guile ...
  3890. with GUILE_LOAD_PATH=/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7/test-suite
  3891. WARNING: (language elisp runtime function-slot): imported module (language elisp compile-tree-il) overrides core binding `if'
  3892. WARNING: (language elisp runtime function-slot): imported module (language elisp compile-tree-il) overrides core binding `let'
  3893. WARNING: (language elisp runtime function-slot): imported module (language elisp compile-tree-il) overrides core binding `let*'
  3894. WARNING: (language elisp runtime function-slot): imported module (language elisp compile-tree-il) overrides core binding `while'
  3895. WARNING: (language elisp runtime function-slot): imported module (language elisp compile-tree-il) overrides core binding `defmacro'
  3896. WARNING: (language elisp runtime function-slot): imported module (language elisp compile-tree-il) overrides core binding `quote'
  3897. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime macros) overrides core binding `lambda'
  3898. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime macros) overrides core binding `when'
  3899. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime macros) overrides core binding `unless'
  3900. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime macros) overrides core binding `cond'
  3901. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime macros) overrides core binding `and'
  3902. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime macros) overrides core binding `or'
  3903. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime macros) overrides core binding `catch'
  3904. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `='
  3905. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `<'
  3906. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `<='
  3907. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `>'
  3908. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `>='
  3909. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `max'
  3910. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `min'
  3911. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `abs'
  3912. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `#{1+}#'
  3913. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `#{1-}#'
  3914. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `+'
  3915. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `-'
  3916. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `*'
  3917. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `car'
  3918. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `cdr'
  3919. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `length'
  3920. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `cons'
  3921. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `list'
  3922. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `make-list'
  3923. WARNING: (language elisp runtime function-slot): importeRunning 00-initial-env.test
  3924. Running alist.test
  3925. Running and-let-star.test
  3926. Running arbiters.test
  3927. Running arrays.test
  3928. Running asm-to-bytecode.test
  3929. Running bit-operations.test
  3930. Running bitvectors.test
  3931. Running brainfuck.test
  3932. Running bytevectors.test
  3933. Running c-api.test
  3934. Running chars.test
  3935. Running coding.test
  3936. Running common-list.test
  3937. Running continuations.test
  3938. Running control.test
  3939. Running coverage.test
  3940. Running cse.test
  3941. Running curried-definitions.test
  3942. Running ecmascript.test
  3943. Running elisp-compiler.test
  3944. UNRESOLVED: elisp-compiler.test: Exceptions: catch and throw
  3945. UNRESOLVED: elisp-compiler.test: Exceptions: unwind-protect
  3946. UNRESOLVED: elisp-compiler.test: Equivalence Predicates: eq
  3947. Running elisp-reader.test
  3948. Running elisp.test
  3949. Running eval-string.test
  3950. Running eval.test
  3951. UNRESOLVED: eval.test: promises: basic promise behaviour: a forced promise does not reference its environment
  3952. Running exceptions.test
  3953. Running filesys.test
  3954. Running fluids.test
  3955. Running foreign.test
  3956. UNRESOLVED: foreign.test: pointer<->string: bijection [latin1]
  3957. Running format.test
  3958. Running fractions.test
  3959. Running ftw.test
  3960. Running future.test
  3961. Running gc.test
  3962. UNRESOLVED: gc.test: gc: Unused modules are removed
  3963. Running getopt-long.test
  3964. Running goops.test
  3965. Running guardians.test
  3966. UNRESOLVED: guardians.test: g2-garbage saved
  3967. Running hash.test
  3968. Running hooks.test
  3969. Running i18n.test
  3970. UNRESOLVED: i18n.test: text collation (French): string-locale<?
  3971. UNRESOLVED: i18n.test: text collation (French): char-locale<?
  3972. UNRESOLVED: i18n.test: text collation (French): string-locale-ci=?
  3973. UNRESOLVED: i18n.test: text collation (French): string-locale-ci=? (2 args, wide strings)
  3974. UNRESOLVED: i18n.test: text collation (French): string-locale-ci=? (3 args, wide strings)
  3975. UNRESOLVED: i18n.test: text collation (French): string-locale-ci<>?
  3976. UNRESOLVED: i18n.test: text collation (French): string-locale-ci<>? (wide strings)
  3977. UNRESOLVED: i18n.test: text collation (French): string-locale-ci<>? (wide and narrow strings)
  3978. UNRESOLVED: i18n.test: text collation (French): char-locale-ci<>?
  3979. UNRESOLVED: i18n.test: text collation (French): char-locale-ci<>? (wide)
  3980. UNRESOLVED: i18n.test: text collation (German): string-locale-ci=?
  3981. UNRESOLVED: i18n.test: text collation (Greek): string-locale-ci=?
  3982. UNRESOLVED: i18n.test: character mapping: char-locale-upcase Turkish
  3983. UNRESOLVED: i18n.test: character mapping: char-locale-downcase Turkish
  3984. UNRESOLVED: i18n.test: string mapping: string-locale-upcase German
  3985. UNRESOLVED: i18n.test: string mapping: string-locale-upcase Greek
  3986. UNRESOLVED: i18n.test: string mapping: string-locale-upcase Greek (two sigmas)
  3987. UNRESOLVED: i18n.test: string mapping: string-locale-downcase Greek
  3988. UNRESOLVED: i18n.test: string mapping: string-locale-downcase Greek (two sigmas)
  3989. UNRESOLVED: i18n.test: string mapping: string-locale-upcase Turkish
  3990. UNRESOLVED: i18n.test: string mapping: string-locale-downcase Turkish
  3991. UNRESOLVED: i18n.test: number parsing: locale-string->inexact (French)
  3992. UNRESOLVED: i18n.test: nl-langinfo et al.: locale-day (French)
  3993. UNRESOLVED: i18n.test: nl-langinfo et al.: locale-day (French, using `%global-locale')
  3994. UNRESOLVED: i18n.test: nl-langinfo et al.: default locale
  3995. UNRESOLVED: i18n.test: number->locale-string: French: integer
  3996. UNRESOLVED: i18n.test: number->locale-string: French: fraction
  3997. UNRESOLVED: i18n.test: number->locale-string: French: fraction, 1 digit
  3998. UNRESOLVED: i18n.test: format ~h: French: 12345.5678
  3999. UNRESOLVED: i18n.test: format ~h: English: 12345.5678
  4000. UNRESOLVED: i18n.test: monetary-amount->locale-string: French: integer
  4001. UNRESOLVED: i18n.test: monetary-amount->locale-string: French: fraction
  4002. Running import.test
  4003. Running interp.test
  4004. Running keywords.test
  4005. Running list.test
  4006. Running load.test
  4007. Running match.test
  4008. Running modules.test
  4009. Running net-db.test
  4010. Running numbers.test
  4011. Running optargs.test
  4012. Running options.test
  4013. Running parameters.test
  4014. Running peval.test
  4015. Running poe.test
  4016. Running popen.test
  4017. Running ports.test
  4018. Running posix.test
  4019. Running print.test
  4020. Running procprop.test
  4021. Running procs.test
  4022. Running q.test
  4023. Running r4rs.test
  4024. Running r5rs_pitfall.test
  4025. Running r6rs-arithmetic-bitwise.test
  4026. Running r6rs-arithmetic-fixnums.test
  4027. UNRESOLVED: r6rs-arithmetic-fixnums.test: fx+/carry: simple
  4028. UNRESOLVED: r6rs-arithmetic-fixnums.test: fx-/carry: simple
  4029. UNRESOLVED: r6rs-arithmetic-fixnums.test: fx*/carry: simple
  4030. Running r6rs-arithmetic-flonums.test
  4031. Running r6rs-base.test
  4032. Running r6rs-conditions.test
  4033. Running r6rs-control.test
  4034. Running r6rs-enums.test
  4035. Running r6rs-eval.test
  4036. Running r6rs-exceptions.test
  4037. Running r6rs-files.test
  4038. Running r6rs-hashtables.test
  4039. Running r6rs-lists.test
  4040. Running r6rs-ports.test
  4041. UNRESOLVED: r6rs-ports.test: 7.2.11 Binary Output: put-bytevector [2 args]
  4042. UNRESOLVED: r6rs-ports.test: 7.2.11 Binary Output: put-bytevector [3 args]
  4043. UNRESOLVED: r6rs-ports.test: 7.2.11 Binary Output: put-bytevector [4 args]
  4044. Running r6rs-records-inspection.test
  4045. Running r6rs-records-procedural.test
  4046. Running r6rs-records-syntactic.test
  4047. Running r6rs-unicode.test
  4048. UNRESOLVED: r6rs-unicode.test: string-foldcase: case folding expands string
  4049. Running ramap.test
  4050. Running rdelim.test
  4051. Running reader.test
  4052. Running receive.test
  4053. Running regexp.test
  4054. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 128 #\200 "\x80")
  4055. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 129 #\201 "\x81")
  4056. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 130 #\202 "\x82")
  4057. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 131 #\203 "\x83")
  4058. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 132 #\204 "\x84")
  4059. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 133 #\205 "\x85")
  4060. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 134 #\206 "\x86")
  4061. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 135 #\207 "\x87")
  4062. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 136 #\210 "\x88")
  4063. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 137 #\211 "\x89")
  4064. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 138 #\212 "\x8a")
  4065. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 139 #\213 "\x8b")
  4066. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 140 #\214 "\x8c")
  4067. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 141 #\215 "\x8d")
  4068. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 142 #\216 "\x8e")
  4069. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 143 #\217 "\x8f")
  4070. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 144 #\220 "\x90")
  4071. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 145 #\221 "\x91")
  4072. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 146 #\222 "\x92")
  4073. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 147 #\223 "\x93")
  4074. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 148 #\224 "\x94")
  4075. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 149 #\225 "\x95")
  4076. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 150 #\226 "\x96")
  4077. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 151 #\227 "\x97")
  4078. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 152 #\230 "\x98")
  4079. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 153 #\231 "\x99")
  4080. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 154 #\232 "\x9a")
  4081. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 155 #\233 "\x9b")
  4082. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 156 #\234 "\x9c")
  4083. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 157 #\235 "\x9d")
  4084. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 158 #\236 "\x9e")
  4085. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 159 #\237 "\x9f")
  4086. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 160 #\240 "\xa0")
  4087. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 161 #\\xa1 "\xa1")
  4088. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 162 #\\xa2 "\xa2")
  4089. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 163 #\\xa3 "\xa3")
  4090. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 164 #\\xa4 "\xa4")
  4091. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 165 #\\xa5 "\xa5")
  4092. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 166 #\\xa6 "\xa6")
  4093. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 167 #\\xa7 "\xa7")
  4094. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 168 #\\xa8 "\xa8")
  4095. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 169 #\\xa9 "\xa9")
  4096. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 170 #\\xaa "\xaa")
  4097. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 171 #\\xab "\xab")
  4098. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 172 #\\xac "\xac")
  4099. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 173 #\255 "\xad")
  4100. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 174 #\\xae "\xae")
  4101. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 175 #\\xaf "\xaf")
  4102. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 176 #\\xb0 "\xb0")
  4103. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 177 #\\xb1 "\xb1")
  4104. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 178 #\\xb2 "\xb2")
  4105. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 179 #\\xb3 "\xb3")
  4106. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 180 #\\xb4 "\xb4")
  4107. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 181 #\\xb5 "\xb5")
  4108. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 182 #\\xb6 "\xb6")
  4109. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 183 #\\xb7 "\xb7")
  4110. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 184 #\\xb8 "\xb8")
  4111. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 185 #\\xb9 "\xb9")
  4112. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 186 #\\xba "\xba")
  4113. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 187 #\\xbb "\xbb")
  4114. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 188 #\\xbc "\xbc")
  4115. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 189 #\\xbd "\xbd")
  4116. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 190 #\\xbe "\xbe")
  4117. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 191 #\\xbf "\xbf")
  4118. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 192 #\\xc0 "\xc0")
  4119. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 193 #\\xc1 "\xc1")
  4120. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 194 #\\xc2 "\xc2")
  4121. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 195 #\\xc3 "\xc3")
  4122. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 196 #\\xc4 "\xc4")
  4123. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 197 #\\xc5 "\xc5")
  4124. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 198 #\\xc6 "\xc6")
  4125. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 199 #\\xc7 "\xc7")
  4126. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 200 #\\xc8 "\xc8")
  4127. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 201 #\\xc9 "\xc9")
  4128. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 202 #\\xca "\xca")
  4129. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 203 #\\xcb "\xcb")
  4130. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 204 #\\xcc "\xcc")
  4131. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 205 #\\xcd "\xcd")
  4132. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 206 #\\xce "\xce")
  4133. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 207 #\\xcf "\xcf")
  4134. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 208 #\\xd0 "\xd0")
  4135. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 209 #\\xd1 "\xd1")
  4136. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 210 #\\xd2 "\xd2")
  4137. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 211 #\\xd3 "\xd3")
  4138. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 212 #\\xd4 "\xd4")
  4139. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 213 #\\xd5 "\xd5")
  4140. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 214 #\\xd6 "\xd6")
  4141. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 215 #\\xd7 "\xd7")
  4142. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 216 #\\xd8 "\xd8")
  4143. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 217 #\\xd9 "\xd9")
  4144. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 218 #\\xda "\xda")
  4145. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 219 #\\xdb "\xdb")
  4146. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 220 #\\xdc "\xdc")
  4147. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 221 #\\xdd "\xdd")
  4148. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 222 #\\xde "\xde")
  4149. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 223 #\\xdf "\xdf")
  4150. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 224 #\\xe0 "\xe0")
  4151. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 225 #\\xe1 "\xe1")
  4152. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 226 #\\xe2 "\xe2")
  4153. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 227 #\\xe3 "\xe3")
  4154. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 228 #\\xe4 "\xe4")
  4155. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 229 #\\xe5 "\xe5")
  4156. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 230 #\\xe6 "\xe6")
  4157. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 231 #\\xe7 "\xe7")
  4158. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 232 #\\xe8 "\xe8")
  4159. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 233 #\\xe9 "\xe9")
  4160. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 234 #\\xea "\xea")
  4161. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 235 #\\xeb "\xeb")
  4162. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 236 #\\xec "\xec")
  4163. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 237 #\\xed "\xed")
  4164. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 238 #\\xee "\xee")
  4165. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 239 #\\xef "\xef")
  4166. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 240 #\\xf0 "\xf0")
  4167. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 241 #\\xf1 "\xf1")
  4168. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 242 #\\xf2 "\xf2")
  4169. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 243 #\\xf3 "\xf3")
  4170. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 244 #\\xf4 "\xf4")
  4171. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 245 #\\xf5 "\xf5")
  4172. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 246 #\\xf6 "\xf6")
  4173. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 247 #\\xf7 "\xf7")
  4174. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 248 #\\xf8 "\xf8")
  4175. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 249 #\\xf9 "\xf9")
  4176. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 250 #\\xfa "\xfa")
  4177. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 251 #\\xfb "\xfb")
  4178. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 252 #\\xfc "\xfc")
  4179. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 253 #\\xfd "\xfd")
  4180. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 254 #\\xfe "\xfe")
  4181. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (char 255 #\\xff "\xff")
  4182. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 128 #\200 "a\x80" "a\x80")
  4183. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 129 #\201 "a\x81" "a\x81")
  4184. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 130 #\202 "a\x82" "a\x82")
  4185. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 131 #\203 "a\x83" "a\x83")
  4186. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 132 #\204 "a\x84" "a\x84")
  4187. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 133 #\205 "a\x85" "a\x85")
  4188. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 134 #\206 "a\x86" "a\x86")
  4189. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 135 #\207 "a\x87" "a\x87")
  4190. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 136 #\210 "a\x88" "a\x88")
  4191. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 137 #\211 "a\x89" "a\x89")
  4192. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 138 #\212 "a\x8a" "a\x8a")
  4193. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 139 #\213 "a\x8b" "a\x8b")
  4194. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 140 #\214 "a\x8c" "a\x8c")
  4195. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 141 #\215 "a\x8d" "a\x8d")
  4196. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 142 #\216 "a\x8e" "a\x8e")
  4197. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 143 #\217 "a\x8f" "a\x8f")
  4198. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 144 #\220 "a\x90" "a\x90")
  4199. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 145 #\221 "a\x91" "a\x91")
  4200. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 146 #\222 "a\x92" "a\x92")
  4201. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 147 #\223 "a\x93" "a\x93")
  4202. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 148 #\224 "a\x94" "a\x94")
  4203. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 149 #\225 "a\x95" "a\x95")
  4204. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 150 #\226 "a\x96" "a\x96")
  4205. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 151 #\227 "a\x97" "a\x97")
  4206. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 152 #\230 "a\x98" "a\x98")
  4207. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 153 #\231 "a\x99" "a\x99")
  4208. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 154 #\232 "a\x9a" "a\x9a")
  4209. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 155 #\233 "a\x9b" "a\x9b")
  4210. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 156 #\234 "a\x9c" "a\x9c")
  4211. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 157 #\235 "a\x9d" "a\x9d")
  4212. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 158 #\236 "a\x9e" "a\x9e")
  4213. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 159 #\237 "a\x9f" "a\x9f")
  4214. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 160 #\240 "a\xa0" "a\xa0")
  4215. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 161 #\\xa1 "a\xa1" "a\xa1")
  4216. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 162 #\\xa2 "a\xa2" "a\xa2")
  4217. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 163 #\\xa3 "a\xa3" "a\xa3")
  4218. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 164 #\\xa4 "a\xa4" "a\xa4")
  4219. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 165 #\\xa5 "a\xa5" "a\xa5")
  4220. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 166 #\\xa6 "a\xa6" "a\xa6")
  4221. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 167 #\\xa7 "a\xa7" "a\xa7")
  4222. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 168 #\\xa8 "a\xa8" "a\xa8")
  4223. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 169 #\\xa9 "a\xa9" "a\xa9")
  4224. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 170 #\\xaa "a\xaa" "a\xaa")
  4225. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 171 #\\xab "a\xab" "a\xab")
  4226. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 172 #\\xac "a\xac" "a\xac")
  4227. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 173 #\255 "a\xad" "a\xad")
  4228. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 174 #\\xae "a\xae" "a\xae")
  4229. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 175 #\\xaf "a\xaf" "a\xaf")
  4230. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 176 #\\xb0 "a\xb0" "a\xb0")
  4231. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 177 #\\xb1 "a\xb1" "a\xb1")
  4232. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 178 #\\xb2 "a\xb2" "a\xb2")
  4233. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 179 #\\xb3 "a\xb3" "a\xb3")
  4234. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 180 #\\xb4 "a\xb4" "a\xb4")
  4235. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 181 #\\xb5 "a\xb5" "a\xb5")
  4236. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 182 #\\xb6 "a\xb6" "a\xb6")
  4237. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 183 #\\xb7 "a\xb7" "a\xb7")
  4238. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 184 #\\xb8 "a\xb8" "a\xb8")
  4239. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 185 #\\xb9 "a\xb9" "a\xb9")
  4240. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 186 #\\xba "a\xba" "a\xba")
  4241. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 187 #\\xbb "a\xbb" "a\xbb")
  4242. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 188 #\\xbc "a\xbc" "a\xbc")
  4243. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 189 #\\xbd "a\xbd" "a\xbd")
  4244. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 190 #\\xbe "a\xbe" "a\xbe")
  4245. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 191 #\\xbf "a\xbf" "a\xbf")
  4246. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 192 #\\xc0 "a\xc0" "a\xc0")
  4247. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 193 #\\xc1 "a\xc1" "a\xc1")
  4248. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 194 #\\xc2 "a\xc2" "a\xc2")
  4249. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 195 #\\xc3 "a\xc3" "a\xc3")
  4250. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 196 #\\xc4 "a\xc4" "a\xc4")
  4251. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 197 #\\xc5 "a\xc5" "a\xc5")
  4252. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 198 #\\xc6 "a\xc6" "a\xc6")
  4253. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 199 #\\xc7 "a\xc7" "a\xc7")
  4254. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 200 #\\xc8 "a\xc8" "a\xc8")
  4255. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 201 #\\xc9 "a\xc9" "a\xc9")
  4256. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 202 #\\xca "a\xca" "a\xca")
  4257. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 203 #\\xcb "a\xcb" "a\xcb")
  4258. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 204 #\\xcc "a\xcc" "a\xcc")
  4259. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 205 #\\xcd "a\xcd" "a\xcd")
  4260. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 206 #\\xce "a\xce" "a\xce")
  4261. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 207 #\\xcf "a\xcf" "a\xcf")
  4262. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 208 #\\xd0 "a\xd0" "a\xd0")
  4263. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 209 #\\xd1 "a\xd1" "a\xd1")
  4264. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 210 #\\xd2 "a\xd2" "a\xd2")
  4265. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 211 #\\xd3 "a\xd3" "a\xd3")
  4266. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 212 #\\xd4 "a\xd4" "a\xd4")
  4267. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 213 #\\xd5 "a\xd5" "a\xd5")
  4268. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 214 #\\xd6 "a\xd6" "a\xd6")
  4269. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 215 #\\xd7 "a\xd7" "a\xd7")
  4270. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 216 #\\xd8 "a\xd8" "a\xd8")
  4271. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 217 #\\xd9 "a\xd9" "a\xd9")
  4272. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 218 #\\xda "a\xda" "a\xda")
  4273. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 219 #\\xdb "a\xdb" "a\xdb")
  4274. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 220 #\\xdc "a\xdc" "a\xdc")
  4275. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 221 #\\xdd "a\xdd" "a\xdd")
  4276. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 222 #\\xde "a\xde" "a\xde")
  4277. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 223 #\\xdf "a\xdf" "a\xdf")
  4278. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 224 #\\xe0 "a\xe0" "a\xe0")
  4279. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 225 #\\xe1 "a\xe1" "a\xe1")
  4280. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 226 #\\xe2 "a\xe2" "a\xe2")
  4281. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 227 #\\xe3 "a\xe3" "a\xe3")
  4282. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 228 #\\xe4 "a\xe4" "a\xe4")
  4283. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 229 #\\xe5 "a\xe5" "a\xe5")
  4284. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 230 #\\xe6 "a\xe6" "a\xe6")
  4285. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 231 #\\xe7 "a\xe7" "a\xe7")
  4286. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 232 #\\xe8 "a\xe8" "a\xe8")
  4287. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 233 #\\xe9 "a\xe9" "a\xe9")
  4288. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 234 #\\xea "a\xea" "a\xea")
  4289. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 235 #\\xeb "a\xeb" "a\xeb")
  4290. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 236 #\\xec "a\xec" "a\xec")
  4291. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 237 #\\xed "a\xed" "a\xed")
  4292. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 238 #\\xee "a\xee" "a\xee")
  4293. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 239 #\\xef "a\xef" "a\xef")
  4294. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 240 #\\xf0 "a\xf0" "a\xf0")
  4295. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 241 #\\xf1 "a\xf1" "a\xf1")
  4296. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 242 #\\xf2 "a\xf2" "a\xf2")
  4297. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 243 #\\xf3 "a\xf3" "a\xf3")
  4298. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 244 #\\xf4 "a\xf4" "a\xf4")
  4299. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 245 #\\xf5 "a\xf5" "a\xf5")
  4300. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 246 #\\xf6 "a\xf6" "a\xf6")
  4301. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 247 #\\xf7 "a\xf7" "a\xf7")
  4302. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 248 #\\xf8 "a\xf8" "a\xf8")
  4303. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 249 #\\xf9 "a\xf9" "a\xf9")
  4304. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 250 #\\xfa "a\xfa" "a\xfa")
  4305. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 251 #\\xfb "a\xfb" "a\xfb")
  4306. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 252 #\\xfc "a\xfc" "a\xfc")
  4307. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 253 #\\xfd "a\xfd" "a\xfd")
  4308. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 254 #\\xfe "a\xfe" "a\xfe")
  4309. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: (string "aX" 255 #\\xff "a\xff" "a\xff")
  4310. UNRESOLVED: regexp.test: regexp-quote: regexp/basic: string of all chars
  4311. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 128 #\200 "\x80")
  4312. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 129 #\201 "\x81")
  4313. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 130 #\202 "\x82")
  4314. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 131 #\203 "\x83")
  4315. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 132 #\204 "\x84")
  4316. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 133 #\205 "\x85")
  4317. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 134 #\206 "\x86")
  4318. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 135 #\207 "\x87")
  4319. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 136 #\210 "\x88")
  4320. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 137 #\211 "\x89")
  4321. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 138 #\212 "\x8a")
  4322. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 139 #\213 "\x8b")
  4323. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 140 #\214 "\x8c")
  4324. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 141 #\215 "\x8d")
  4325. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 142 #\216 "\x8e")
  4326. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 143 #\217 "\x8f")
  4327. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 144 #\220 "\x90")
  4328. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 145 #\221 "\x91")
  4329. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 146 #\222 "\x92")
  4330. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 147 #\223 "\x93")
  4331. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 148 #\224 "\x94")
  4332. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 149 #\225 "\x95")
  4333. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 150 #\226 "\x96")
  4334. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 151 #\227 "\x97")
  4335. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 152 #\230 "\x98")
  4336. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 153 #\231 "\x99")
  4337. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 154 #\232 "\x9a")
  4338. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 155 #\233 "\x9b")
  4339. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 156 #\234 "\x9c")
  4340. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 157 #\235 "\x9d")
  4341. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 158 #\236 "\x9e")
  4342. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 159 #\237 "\x9f")
  4343. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 160 #\240 "\xa0")
  4344. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 161 #\\xa1 "\xa1")
  4345. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 162 #\\xa2 "\xa2")
  4346. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 163 #\\xa3 "\xa3")
  4347. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 164 #\\xa4 "\xa4")
  4348. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 165 #\\xa5 "\xa5")
  4349. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 166 #\\xa6 "\xa6")
  4350. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 167 #\\xa7 "\xa7")
  4351. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 168 #\\xa8 "\xa8")
  4352. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 169 #\\xa9 "\xa9")
  4353. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 170 #\\xaa "\xaa")
  4354. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 171 #\\xab "\xab")
  4355. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 172 #\\xac "\xac")
  4356. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 173 #\255 "\xad")
  4357. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 174 #\\xae "\xae")
  4358. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 175 #\\xaf "\xaf")
  4359. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 176 #\\xb0 "\xb0")
  4360. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 177 #\\xb1 "\xb1")
  4361. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 178 #\\xb2 "\xb2")
  4362. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 179 #\\xb3 "\xb3")
  4363. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 180 #\\xb4 "\xb4")
  4364. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 181 #\\xb5 "\xb5")
  4365. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 182 #\\xb6 "\xb6")
  4366. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 183 #\\xb7 "\xb7")
  4367. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 184 #\\xb8 "\xb8")
  4368. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 185 #\\xb9 "\xb9")
  4369. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 186 #\\xba "\xba")
  4370. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 187 #\\xbb "\xbb")
  4371. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 188 #\\xbc "\xbc")
  4372. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 189 #\\xbd "\xbd")
  4373. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 190 #\\xbe "\xbe")
  4374. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 191 #\\xbf "\xbf")
  4375. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 192 #\\xc0 "\xc0")
  4376. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 193 #\\xc1 "\xc1")
  4377. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 194 #\\xc2 "\xc2")
  4378. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 195 #\\xc3 "\xc3")
  4379. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 196 #\\xc4 "\xc4")
  4380. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 197 #\\xc5 "\xc5")
  4381. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 198 #\\xc6 "\xc6")
  4382. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 199 #\\xc7 "\xc7")
  4383. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 200 #\\xc8 "\xc8")
  4384. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 201 #\\xc9 "\xc9")
  4385. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 202 #\\xca "\xca")
  4386. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 203 #\\xcb "\xcb")
  4387. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 204 #\\xcc "\xcc")
  4388. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 205 #\\xcd "\xcd")
  4389. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 206 #\\xce "\xce")
  4390. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 207 #\\xcf "\xcf")
  4391. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 208 #\\xd0 "\xd0")
  4392. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 209 #\\xd1 "\xd1")
  4393. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 210 #\\xd2 "\xd2")
  4394. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 211 #\\xd3 "\xd3")
  4395. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 212 #\\xd4 "\xd4")
  4396. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 213 #\\xd5 "\xd5")
  4397. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 214 #\\xd6 "\xd6")
  4398. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 215 #\\xd7 "\xd7")
  4399. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 216 #\\xd8 "\xd8")
  4400. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 217 #\\xd9 "\xd9")
  4401. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 218 #\\xda "\xda")
  4402. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 219 #\\xdb "\xdb")
  4403. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 220 #\\xdc "\xdc")
  4404. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 221 #\\xdd "\xdd")
  4405. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 222 #\\xde "\xde")
  4406. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 223 #\\xdf "\xdf")
  4407. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 224 #\\xe0 "\xe0")
  4408. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 225 #\\xe1 "\xe1")
  4409. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 226 #\\xe2 "\xe2")
  4410. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 227 #\\xe3 "\xe3")
  4411. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 228 #\\xe4 "\xe4")
  4412. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 229 #\\xe5 "\xe5")
  4413. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 230 #\\xe6 "\xe6")
  4414. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 231 #\\xe7 "\xe7")
  4415. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 232 #\\xe8 "\xe8")
  4416. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 233 #\\xe9 "\xe9")
  4417. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 234 #\\xea "\xea")
  4418. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 235 #\\xeb "\xeb")
  4419. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 236 #\\xec "\xec")
  4420. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 237 #\\xed "\xed")
  4421. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 238 #\\xee "\xee")
  4422. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 239 #\\xef "\xef")
  4423. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 240 #\\xf0 "\xf0")
  4424. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 241 #\\xf1 "\xf1")
  4425. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 242 #\\xf2 "\xf2")
  4426. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 243 #\\xf3 "\xf3")
  4427. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 244 #\\xf4 "\xf4")
  4428. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 245 #\\xf5 "\xf5")
  4429. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 246 #\\xf6 "\xf6")
  4430. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 247 #\\xf7 "\xf7")
  4431. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 248 #\\xf8 "\xf8")
  4432. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 249 #\\xf9 "\xf9")
  4433. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 250 #\\xfa "\xfa")
  4434. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 251 #\\xfb "\xfb")
  4435. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 252 #\\xfc "\xfc")
  4436. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 253 #\\xfd "\xfd")
  4437. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 254 #\\xfe "\xfe")
  4438. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 255 #\\xff "\xff")
  4439. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 128 #\200 "a\x80" "a\x80")
  4440. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 129 #\201 "a\x81" "a\x81")
  4441. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 130 #\202 "a\x82" "a\x82")
  4442. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 131 #\203 "a\x83" "a\x83")
  4443. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 132 #\204 "a\x84" "a\x84")
  4444. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 133 #\205 "a\x85" "a\x85")
  4445. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 134 #\206 "a\x86" "a\x86")
  4446. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 135 #\207 "a\x87" "a\x87")
  4447. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 136 #\210 "a\x88" "a\x88")
  4448. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 137 #\211 "a\x89" "a\x89")
  4449. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 138 #\212 "a\x8a" "a\x8a")
  4450. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 139 #\213 "a\x8b" "a\x8b")
  4451. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 140 #\214 "a\x8c" "a\x8c")
  4452. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 141 #\215 "a\x8d" "a\x8d")
  4453. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 142 #\216 "a\x8e" "a\x8e")
  4454. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 143 #\217 "a\x8f" "a\x8f")
  4455. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 144 #\220 "a\x90" "a\x90")
  4456. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 145 #\221 "a\x91" "a\x91")
  4457. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 146 #\222 "a\x92" "a\x92")
  4458. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 147 #\223 "a\x93" "a\x93")
  4459. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 148 #\224 "a\x94" "a\x94")
  4460. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 149 #\225 "a\x95" "a\x95")
  4461. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 150 #\226 "a\x96" "a\x96")
  4462. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 151 #\227 "a\x97" "a\x97")
  4463. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 152 #\230 "a\x98" "a\x98")
  4464. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 153 #\231 "a\x99" "a\x99")
  4465. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 154 #\232 "a\x9a" "a\x9a")
  4466. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 155 #\233 "a\x9b" "a\x9b")
  4467. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 156 #\234 "a\x9c" "a\x9c")
  4468. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 157 #\235 "a\x9d" "a\x9d")
  4469. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 158 #\236 "a\x9e" "a\x9e")
  4470. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 159 #\237 "a\x9f" "a\x9f")
  4471. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 160 #\240 "a\xa0" "a\xa0")
  4472. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 161 #\\xa1 "a\xa1" "a\xa1")
  4473. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 162 #\\xa2 "a\xa2" "a\xa2")
  4474. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 163 #\\xa3 "a\xa3" "a\xa3")
  4475. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 164 #\\xa4 "a\xa4" "a\xa4")
  4476. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 165 #\\xa5 "a\xa5" "a\xa5")
  4477. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 166 #\\xa6 "a\xa6" "a\xa6")
  4478. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 167 #\\xa7 "a\xa7" "a\xa7")
  4479. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 168 #\\xa8 "a\xa8" "a\xa8")
  4480. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 169 #\\xa9 "a\xa9" "a\xa9")
  4481. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 170 #\\xaa "a\xaa" "a\xaa")
  4482. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 171 #\\xab "a\xab" "a\xab")
  4483. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 172 #\\xac "a\xac" "a\xac")
  4484. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 173 #\255 "a\xad" "a\xad")
  4485. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 174 #\\xae "a\xae" "a\xae")
  4486. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 175 #\\xaf "a\xaf" "a\xaf")
  4487. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 176 #\\xb0 "a\xb0" "a\xb0")
  4488. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 177 #\\xb1 "a\xb1" "a\xb1")
  4489. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 178 #\\xb2 "a\xb2" "a\xb2")
  4490. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 179 #\\xb3 "a\xb3" "a\xb3")
  4491. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 180 #\\xb4 "a\xb4" "a\xb4")
  4492. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 181 #\\xb5 "a\xb5" "a\xb5")
  4493. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 182 #\\xb6 "a\xb6" "a\xb6")
  4494. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 183 #\\xb7 "a\xb7" "a\xb7")
  4495. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 184 #\\xb8 "a\xb8" "a\xb8")
  4496. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 185 #\\xb9 "a\xb9" "a\xb9")
  4497. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 186 #\\xba "a\xba" "a\xba")
  4498. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 187 #\\xbb "a\xbb" "a\xbb")
  4499. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 188 #\\xbc "a\xbc" "a\xbc")
  4500. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 189 #\\xbd "a\xbd" "a\xbd")
  4501. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 190 #\\xbe "a\xbe" "a\xbe")
  4502. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 191 #\\xbf "a\xbf" "a\xbf")
  4503. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 192 #\\xc0 "a\xc0" "a\xc0")
  4504. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 193 #\\xc1 "a\xc1" "a\xc1")
  4505. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 194 #\\xc2 "a\xc2" "a\xc2")
  4506. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 195 #\\xc3 "a\xc3" "a\xc3")
  4507. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 196 #\\xc4 "a\xc4" "a\xc4")
  4508. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 197 #\\xc5 "a\xc5" "a\xc5")
  4509. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 198 #\\xc6 "a\xc6" "a\xc6")
  4510. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 199 #\\xc7 "a\xc7" "a\xc7")
  4511. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 200 #\\xc8 "a\xc8" "a\xc8")
  4512. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 201 #\\xc9 "a\xc9" "a\xc9")
  4513. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 202 #\\xca "a\xca" "a\xca")
  4514. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 203 #\\xcb "a\xcb" "a\xcb")
  4515. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 204 #\\xcc "a\xcc" "a\xcc")
  4516. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 205 #\\xcd "a\xcd" "a\xcd")
  4517. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 206 #\\xce "a\xce" "a\xce")
  4518. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 207 #\\xcf "a\xcf" "a\xcf")
  4519. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 208 #\\xd0 "a\xd0" "a\xd0")
  4520. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 209 #\\xd1 "a\xd1" "a\xd1")
  4521. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 210 #\\xd2 "a\xd2" "a\xd2")
  4522. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 211 #\\xd3 "a\xd3" "a\xd3")
  4523. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 212 #\\xd4 "a\xd4" "a\xd4")
  4524. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 213 #\\xd5 "a\xd5" "a\xd5")
  4525. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 214 #\\xd6 "a\xd6" "a\xd6")
  4526. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 215 #\\xd7 "a\xd7" "a\xd7")
  4527. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 216 #\\xd8 "a\xd8" "a\xd8")
  4528. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 217 #\\xd9 "a\xd9" "a\xd9")
  4529. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 218 #\\xda "a\xda" "a\xda")
  4530. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 219 #\\xdb "a\xdb" "a\xdb")
  4531. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 220 #\\xdc "a\xdc" "a\xdc")
  4532. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 221 #\\xdd "a\xdd" "a\xdd")
  4533. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 222 #\\xde "a\xde" "a\xde")
  4534. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 223 #\\xdf "a\xdf" "a\xdf")
  4535. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 224 #\\xe0 "a\xe0" "a\xe0")
  4536. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 225 #\\xe1 "a\xe1" "a\xe1")
  4537. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 226 #\\xe2 "a\xe2" "a\xe2")
  4538. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 227 #\\xe3 "a\xe3" "a\xe3")
  4539. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 228 #\\xe4 "a\xe4" "a\xe4")
  4540. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 229 #\\xe5 "a\xe5" "a\xe5")
  4541. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 230 #\\xe6 "a\xe6" "a\xe6")
  4542. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 231 #\\xe7 "a\xe7" "a\xe7")
  4543. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 232 #\\xe8 "a\xe8" "a\xe8")
  4544. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 233 #\\xe9 "a\xe9" "a\xe9")
  4545. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 234 #\\xea "a\xea" "a\xea")
  4546. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 235 #\\xeb "a\xeb" "a\xeb")
  4547. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 236 #\\xec "a\xec" "a\xec")
  4548. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 237 #\\xed "a\xed" "a\xed")
  4549. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 238 #\\xee "a\xee" "a\xee")
  4550. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 239 #\\xef "a\xef" "a\xef")
  4551. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 240 #\\xf0 "a\xf0" "a\xf0")
  4552. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 241 #\\xf1 "a\xf1" "a\xf1")
  4553. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 242 #\\xf2 "a\xf2" "a\xf2")
  4554. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 243 #\\xf3 "a\xf3" "a\xf3")
  4555. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 244 #\\xf4 "a\xf4" "a\xf4")
  4556. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 245 #\\xf5 "a\xf5" "a\xf5")
  4557. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 246 #\\xf6 "a\xf6" "a\xf6")
  4558. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 247 #\\xf7 "a\xf7" "a\xf7")
  4559. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 248 #\\xf8 "a\xf8" "a\xf8")
  4560. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 249 #\\xf9 "a\xf9" "a\xf9")
  4561. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 250 #\\xfa "a\xfa" "a\xfa")
  4562. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 251 #\\xfb "a\xfb" "a\xfb")
  4563. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 252 #\\xfc "a\xfc" "a\xfc")
  4564. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 253 #\\xfd "a\xfd" "a\xfd")
  4565. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 254 #\\xfe "a\xfe" "a\xfe")
  4566. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (string "aX" 255 #\\xff "a\xff" "a\xff")
  4567. UNRESOLVED: regexp.test: regexp-quote: regexp/extended: string of all chars
  4568. UNRESOLVED: regexp.test: nonascii locales: match structures refer to char offsets
  4569. UNRESOLVED: regexp.test: nonascii locales: match structures refer to char offsets, non-ASCII pattern
  4570. Running rnrs-libraries.test
  4571. Running session.test
  4572. Running signals.test
  4573. Running socket.test
  4574. d module (language elisp runtime subrs) overrides core binding `append'
  4575. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `reverse'
  4576. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `copy-tree'
  4577. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `apply'
  4578. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `throw'
  4579. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `not'
  4580. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `eval'
  4581. WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `load'
  4582. ERROR: socket.test: AF_INET6/SOCK_STREAM: bind - arguments: ((system-error "bind" "~A" ("Cannot assign requested address") (99)))
  4583. ERROR: socket.test: AF_INET6/SOCK_STREAM: bind/sockaddr - arguments: ((system-error "bind" "~A" ("Cannot assign requested address") (99)))
  4584. UNRESOLVED: socket.test: AF_INET6/SOCK_STREAM: listen
  4585. UNRESOLVED: socket.test: AF_INET6/SOCK_STREAM: connect
  4586. UNRESOLVED: socket.test: AF_INET6/SOCK_STREAM: connect/sockaddr
  4587. UNRESOLVED: socket.test: AF_INET6/SOCK_STREAM: accept
  4588. Running srcprop.test
  4589. UNRESOLVED: srcprop.test: set-source-property!: setting the breakpoint property works
  4590. UNRESOLVED: srcprop.test: set-source-properties!: setting the breakpoint property works
  4591. Running srfi-1.test
  4592. Running srfi-10.test
  4593. Running srfi-105.test
  4594. Running srfi-11.test
  4595. Running srfi-13.test
  4596. Running srfi-14.test
  4597. Running srfi-19.test
  4598. Running srfi-26.test
  4599. Running srfi-27.test
  4600. Running srfi-31.test
  4601. Running srfi-34.test
  4602. Running srfi-35.test
  4603. Running srfi-37.test
  4604. Running srfi-38.test
  4605. Running srfi-39.test
  4606. Running srfi-4.test
  4607. Running srfi-42.test
  4608. Running srfi-45.test
  4609. Running srfi-6.test
  4610. Running srfi-60.test
  4611. Running srfi-67.test
  4612. Running srfi-69.test
  4613. Running srfi-88.test
  4614. Running srfi-9.test
  4615. Running statprof.test
  4616. Running strings.test
  4617. Running structs.test
  4618. Running sxml.fold.test
  4619. Running sxml.match.test
  4620. Running sxml.simple.test
  4621. Running sxml.ssax.test
  4622. Running sxml.transform.test
  4623. Running sxml.xpath.test
  4624. Running symbols.test
  4625. Running syncase.test
  4626. Running syntax.test
  4627. UNRESOLVED: syntax.test: letrec: bindings: initial bindings are undefined
  4628. UNRESOLVED: syntax.test: letrec*: bindings: initial bindings are undefined
  4629. Running texinfo.docbook.test
  4630. Running texinfo.serialize.test
  4631. Running texinfo.string-utils.test
  4632. Running texinfo.test
  4633. Running threads.test
  4634. UNRESOLVED: threads.test: mutex-ownership: mutex with owner not retained (bug #27450)
  4635. Running time.test
  4636. Running tree-il.test
  4637. UNRESOLVED: tree-il.test: warnings: unused-toplevel: used by macro
  4638. Running version.test
  4639. UNRESOLVED: version.test: version reporting works
  4640. Running vlist.test
  4641. Running weaks.test
  4642. Running web-http.test
  4643. Running web-request.test
  4644. Running web-response.test
  4645. Running web-uri.test
  4646.  
  4647. Totals for this test run:
  4648. passes: 34727
  4649. failures: 0
  4650. unexpected passes: 0
  4651. expected failures: 6
  4652. unresolved test cases: 573
  4653. untested test cases: 1
  4654. unsupported test cases: 9
  4655. errors: 2
  4656.  
  4657. WARNING: (test-suite sxml-xpath): imported module (sxml xpath) overrides core binding `filter'
  4658. FAIL: check-guile
  4659. ==================================
  4660. 1 of 1 test failed
  4661. Please report to bug-guile@gnu.org
  4662. ==================================
  4663. make[3]: *** [check-TESTS] Error 1
  4664. make[3]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7'
  4665. make[2]: *** [check-am] Error 2
  4666. make[2]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7'
  4667. make[1]: *** [check-recursive] Error 1
  4668. make[1]: Leaving directory `/tmp/nix-build-guile-2.0.7.drv-0/guile-2.0.7'
  4669. make: *** [check] Error 2
  4670. 
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement