Advertisement
Guest User

Untitled

a guest
Jan 21st, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.75 KB | None | 0 0
  1. for d in gc src lib ext doc; do (cd $d; make all); done
  2. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/gc'
  3. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/gc'
  4. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/gc'
  5. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/gc'
  6. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/src'
  7. TARGETLIB=`pwd` gcc -std=gnu99 -g -O2 -Wl,--rpath -Wl,`pwd` -L. -Wl,--enable-auto-import -o gosh-noconsole.exe winmain.o -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32 -Wl,--subsystem,windows
  8. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/src'
  9. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/lib'
  10. make[1]: Nothing to be done for `all'.
  11. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/lib'
  12. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext'
  13. for d in gauche util srfi threads uvector charconv binary net termios fcntl file sxml syslog dbm mt-random bcrypt digest vport text zlib sparse peg windows; do (cd $d; make default); done
  14. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/gauche'
  15. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\gauche/gauche--collection.dll <- ../../src/gauche--collection.dll
  16. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\gauche/gauche--sequence.dll <- ../../src/gauche--sequence.dll
  17. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\gauche/gauche--parameter.dll <- ../../src/gauche--parameter.dll
  18. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\gauche/gauche--hook.dll <- ../../src/gauche--hook.dll
  19. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\gauche/collection.sci <- ../../lib/gauche/collection.sci
  20. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\gauche/sequence.sci <- ../../lib/gauche/sequence.sci
  21. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\gauche/parameter.sci <- ../../lib/gauche/parameter.sci
  22. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\gauche/hook.sci <- ../../lib/gauche/hook.sci
  23. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/gauche'
  24. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/util'
  25. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\util/util--match.dll <- ../../src/util--match.dll
  26. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\util/util--queue.dll <- ../../src/util--queue.dll
  27. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\util/match.sci <- ../../lib/util/match.sci
  28. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\util/queue.sci <- ../../lib/util/queue.sci
  29. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/util'
  30. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/srfi'
  31. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\srfi/srfi-1.dll <- ../../src/srfi-1.dll
  32. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\srfi/srfi-13.dll <- ../../src/srfi-13.dll
  33. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\srfi/srfi-19.dll <- ../../src/srfi-19.dll
  34. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\srfi/srfi-43.dll <- ../../src/srfi-43.dll
  35. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\srfi/srfi-1.sci <- ../../lib//srfi-1.sci
  36. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\srfi/srfi-13.sci <- ../../lib//srfi-13.sci
  37. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\srfi/srfi-19.sci <- ../../lib//srfi-19.sci
  38. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\srfi/srfi-43.sci <- ../../lib//srfi-43.sci
  39. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/srfi'
  40. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/threads'
  41. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\threads/gauche--threads.dll <- ../../src/gauche--threads.dll
  42. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\threads/threads.sci <- ../../lib/gauche/threads.sci
  43. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/threads'
  44. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/uvector'
  45. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\uvector/libgauche-uvector.dll <- ../../src/libgauche-uvector.dll
  46. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\uvector/array.scm <- ../../lib/gauche/array.scm
  47. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\uvector/uvector.scm <- ../../lib/gauche/uvector.scm
  48. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\uvector/matrix.scm <- ../../lib/gauche/matrix.scm
  49. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/uvector'
  50. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/charconv'
  51. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\charconv/gauche--charconv.dll <- ../../src/gauche--charconv.dll
  52. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\charconv/charconv.scm <- ../../lib/gauche/charconv.scm
  53. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/charconv'
  54. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/binary'
  55. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\binary/binary--io.dll <- ../../src/binary--io.dll
  56. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\binary/io.scm <- ../../lib/binary/io.scm
  57. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/binary'
  58. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/net'
  59. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\net/gauche--net.dll <- ../../src/gauche--net.dll
  60. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\net/net.scm <- ../../lib/gauche/net.scm
  61. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/net'
  62. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/termios'
  63. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\termios/gauche--termios.dll <- ../../src/gauche--termios.dll
  64. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\termios/termios.scm <- ../../lib/gauche/termios.scm
  65. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/termios'
  66. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/fcntl'
  67. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\fcntl/gauche--fcntl.dll <- ../../src/gauche--fcntl.dll
  68. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\fcntl/fcntl.scm <- ../../lib/gauche/fcntl.scm
  69. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/fcntl'
  70. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/file'
  71. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\file/file--util.dll <- ../../src/file--util.dll
  72. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\file/util.sci <- ../../lib/file/util.sci
  73. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/file'
  74. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/sxml'
  75. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\sxml/sxml--ssax.dll <- ../../src/sxml--ssax.dll
  76. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\sxml/sxml--sxpath.dll <- ../../src/sxml--sxpath.dll
  77. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\sxml/sxml--tools.dll <- ../../src/sxml--tools.dll
  78. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\sxml/sxml--serializer.dll <- ../../src/sxml--serializer.dll
  79. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\sxml/adaptor.scm <- ../../lib/sxml/adaptor.scm
  80. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\sxml/ssax.sci <- ../../lib/sxml/ssax.sci
  81. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\sxml/sxpath.sci <- ../../lib/sxml/sxpath.sci
  82. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\sxml/tools.sci <- ../../lib/sxml/tools.sci
  83. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\sxml/tree-trans.scm <- ../../lib/sxml/tree-trans.scm
  84. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\sxml/to-html.scm <- ../../lib/sxml/to-html.scm
  85. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\sxml/serializer.sci <- ../../lib/sxml/serializer.sci
  86. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/sxml'
  87. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/syslog'
  88. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\syslog/gauche--syslog.dll <- ../../src/gauche--syslog.dll
  89. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\syslog/syslog.sci <- ../../lib/gauche/syslog.sci
  90. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/syslog'
  91. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/dbm'
  92. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/dbm'
  93. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/mt-random'
  94. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\mt-random/math--mt-random.dll <- ../../src/math--mt-random.dll
  95. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\mt-random/mt-random.scm <- ../../lib/math/mt-random.scm
  96. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/mt-random'
  97. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/bcrypt'
  98. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\bcrypt/crypt--bcrypt.dll <- ../../src/crypt--bcrypt.dll
  99. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\bcrypt/bcrypt.sci <- ../../lib/crypt/bcrypt.sci
  100. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/bcrypt'
  101. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/digest'
  102. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\digest/rfc--md5.dll <- ../../src/rfc--md5.dll
  103. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\digest/rfc--sha.dll <- ../../src/rfc--sha.dll
  104. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\digest/md5.sci <- ../../lib/rfc/md5.sci
  105. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\digest/sha1.scm <- ../../lib/rfc/sha1.scm
  106. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\digest/sha.sci <- ../../lib/rfc/sha.sci
  107. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/digest'
  108. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/vport'
  109. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\vport/gauche--vport.dll <- ../../src/gauche--vport.dll
  110. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\vport/vport.scm <- ../../lib/gauche/vport.scm
  111. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/vport'
  112. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/text'
  113. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\text/text--gettext.dll <- ../../src/text--gettext.dll
  114. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\text/text--tr.dll <- ../../src/text--tr.dll
  115. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\text/text--unicode.dll <- ../../src/text--unicode.dll
  116. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\text/gettext.sci <- ../../lib/text/gettext.sci
  117. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\text/tr.sci <- ../../lib/text/tr.sci
  118. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\text/unicode.sci <- ../../lib/text/unicode.sci
  119. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/text'
  120. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/zlib'
  121. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\zlib/rfc--zlib.dll <- ../../src/rfc--zlib.dll
  122. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\zlib/zlib.scm <- ../../lib/rfc/zlib.scm
  123. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/zlib'
  124. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/sparse'
  125. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\sparse/util--sparse.dll <- ../../src/util--sparse.dll
  126. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\sparse/sparse.sci <- ../../lib/util/sparse.sci
  127. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/sparse'
  128. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/peg'
  129. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\peg/parser--peg.dll <- ../../src/parser--peg.dll
  130. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\peg/peg.sci <- ../../lib/parser/peg.sci
  131. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/peg'
  132. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/windows'
  133. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\windows/os--windows.dll <- ../../src/os--windows.dll
  134. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\windows/windows.scm <- ../../lib/os/windows.scm
  135. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/windows'
  136. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext'
  137. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/doc'
  138. make[1]: Nothing to be done for `all'.
  139. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/doc'
  140. for d in gc src lib ext doc; do (cd $d; make check); done
  141. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/gc'
  142. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/gc'
  143. make libstaticrootslib.la gctest.exe leaktest.exe middletest.exe smashtest.exe hugetest.exe staticrootstest.exe
  144. make[3]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/gc'
  145. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT staticrootslib.lo -MD -MP -MF .deps/staticrootslib.Tpo -c -o staticrootslib.lo `test -f 'tests/staticrootslib.c' || echo './'`tests/staticrootslib.c
  146. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT staticrootslib.lo -MD -MP -MF .deps/staticrootslib.Tpo -c tests/staticrootslib.c -DDLL_EXPORT -DPIC -o .libs/staticrootslib.o
  147. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT staticrootslib.lo -MD -MP -MF .deps/staticrootslib.Tpo -c tests/staticrootslib.c -o staticrootslib.o >/dev/null 2>&1
  148. mv -f .deps/staticrootslib.Tpo .deps/staticrootslib.Plo
  149. /bin/sh ./libtool --tag=CC --mode=link gcc -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -version-info 1:3:0 -no-undefined -rpath /nowhere -o libstaticrootslib.la staticrootslib.lo ./libgc.la
  150. libtool: link: gcc -shared .libs/staticrootslib.o ./.libs/libgc.dll.a -O2 -o .libs/libstaticrootslib-1.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/libstaticrootslib.dll.a
  151. Creating library file: .libs/libstaticrootslib.dll.a
  152. libtool: link: ar cru .libs/libstaticrootslib.a staticrootslib.o
  153. libtool: link: ranlib .libs/libstaticrootslib.a
  154. libtool: link: ( cd ".libs" && rm -f "libstaticrootslib.la" && cp -p "../libstaticrootslib.la" "libstaticrootslib.la" )
  155. gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT test.o -MD -MP -MF .deps/test.Tpo -c -o test.o `test -f 'tests/test.c' || echo './'`tests/test.c
  156. mv -f .deps/test.Tpo .deps/test.Po
  157. /bin/sh ./libtool --tag=CC --mode=link gcc -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -o gctest.exe test.o ./libgc.la
  158. libtool: link: gcc -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -o .libs/gctest.exe test.o ./.libs/libgc.dll.a -L/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib
  159. gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT leak_test.o -MD -MP -MF .deps/leak_test.Tpo -c -o leak_test.o `test -f 'tests/leak_test.c' || echo './'`tests/leak_test.c
  160. mv -f .deps/leak_test.Tpo .deps/leak_test.Po
  161. /bin/sh ./libtool --tag=CC --mode=link gcc -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -o leaktest.exe leak_test.o ./libgc.la
  162. libtool: link: gcc -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -o .libs/leaktest.exe leak_test.o ./.libs/libgc.dll.a -L/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib
  163. gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT middle.o -MD -MP -MF .deps/middle.Tpo -c -o middle.o `test -f 'tests/middle.c' || echo './'`tests/middle.c
  164. mv -f .deps/middle.Tpo .deps/middle.Po
  165. /bin/sh ./libtool --tag=CC --mode=link gcc -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -o middletest.exe middle.o ./libgc.la
  166. libtool: link: gcc -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -o .libs/middletest.exe middle.o ./.libs/libgc.dll.a -L/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib
  167. gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT smash_test.o -MD -MP -MF .deps/smash_test.Tpo -c -o smash_test.o `test -f 'tests/smash_test.c' || echo './'`tests/smash_test.c
  168. mv -f .deps/smash_test.Tpo .deps/smash_test.Po
  169. /bin/sh ./libtool --tag=CC --mode=link gcc -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -o smashtest.exe smash_test.o ./libgc.la
  170. libtool: link: gcc -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -o .libs/smashtest.exe smash_test.o ./.libs/libgc.dll.a -L/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib
  171. gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT huge_test.o -MD -MP -MF .deps/huge_test.Tpo -c -o huge_test.o `test -f 'tests/huge_test.c' || echo './'`tests/huge_test.c
  172. mv -f .deps/huge_test.Tpo .deps/huge_test.Po
  173. /bin/sh ./libtool --tag=CC --mode=link gcc -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -o hugetest.exe huge_test.o ./libgc.la
  174. libtool: link: gcc -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -o .libs/hugetest.exe huge_test.o ./.libs/libgc.dll.a -L/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib
  175. gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT staticrootstest.o -MD -MP -MF .deps/staticrootstest.Tpo -c -o staticrootstest.o `test -f 'tests/staticrootstest.c' || echo './'`tests/staticrootstest.c
  176. mv -f .deps/staticrootstest.Tpo .deps/staticrootstest.Po
  177. /bin/sh ./libtool --tag=CC --mode=link gcc -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -o staticrootstest.exe staticrootstest.o ./libgc.la libstaticrootslib.la
  178. libtool: link: gcc -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -o .libs/staticrootstest.exe staticrootstest.o ./.libs/libgc.dll.a ./.libs/libstaticrootslib.dll.a /home/khayashi/Project/gauche/Gauche-mingw/gc/.libs/libgc.dll.a -L/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib -L/nowhere
  179. make[3]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/gc'
  180. make check-TESTS
  181. make[3]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/gc'
  182. PASS: gctest.exe
  183. PASS: leaktest.exe
  184. Final heap size is 262144
  185. PASS: middletest.exe
  186. PASS: smashtest.exe
  187. PASS: hugetest.exe
  188. PASS: staticrootstest.exe
  189. ==================
  190. All 6 tests passed
  191. ==================
  192. make[3]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/gc'
  193. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/gc'
  194. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/gc'
  195. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/src'
  196. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c test-vmstack.c
  197. TARGETLIB=`pwd` gcc -std=gnu99 -g -O2 -Wl,--rpath -Wl,`pwd` -L. -o test-vmstack.exe test-vmstack.o -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  198. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c test-arith.c
  199. TARGETLIB=`pwd` gcc -std=gnu99 -g -O2 -Wl,--rpath -Wl,`pwd` -L. -o test-arith.exe test-arith.o -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  200. ./test-vmstack >> test.log
  201. Testing VM stack sanity... passed.
  202. ./test-arith >> test.log
  203. Testing integer arithmetic macros ... passed.
  204. Testing primitive syntax ... passed.
  205. Testing error and exception handlers ... passed.
  206. Testing module ... passed.
  207. Testing macro ... passed.
  208. Testing numbers ... passed.
  209. Testing characters ... passed.
  210. Testing strings (basic) ... passed.
  211. Testing symbols and keywords ... passed.
  212. Testing hash tables ... passed.
  213. Testing builtin list operations ... passed.
  214. Testing treemap ... passed.
  215. Testing io ... passed.
  216. Testing procedures ... passed.
  217. Testing dynamic-wind and call/cc ... passed.
  218. Testing load ... passed.
  219. Testing SRFIs ... passed.
  220. Testing object system ... passed.
  221. Testing exceptions ... passed.
  222. Testing lazy evaluation ... passed.
  223. Testing regexp ... passed.
  224. Testing sort procedures ... passed.
  225. Testing multibyte (utf-8) ... passed.
  226. Testing system ... passed.
  227. Testing autoload and autoprovide ... gosh: "system-error": mkdir failed on test.o: Permission denied
  228. Testing rfc ... failed.
  229. discrepancies found. Errors are:
  230. test mime-parse-message (1 - # multipart/alternative test): expects ("multipart/alternative" 0 ("text/plain" 0 " ... plain text version of message goes here ...\n") ("text/enriched" 1 " ... RFC 1896 text/enriched version of same message\r\n goes here ...\n") ("application/x-whatever" 2 " ... fanciest version of same message goes here ...\n")) => got ("multipart/alternative" 0 ("text/plain" 0 " ... plain text version of message goes here ...\r\n") ("text/enriched" 1 " ... RFC 1896 text/enriched version of same message\r\n goes here ...\r\n") ("application/x-whatever" 2 " ... fanciest version of same message goes here ...\r\n"))
  231. test mime-parse-message (2 - # multipart/digest test): expects ("multipart/mixed" 0 ("text/plain" 0 " ...Introductory text or table of contents...\n") ("multipart/digest" 1 ("message/rfc822" 0 ("text/plain" 0 " ...body goes here ...\n")) ("message/rfc822" 1 ("text/plain" 0 " ... another body goes here ...\n")))) => got ("multipart/mixed" 0 ("text/plain" 0 " ...Introductory text or table of contents...\r\n") ("multipart/digest" 1 ("message/rfc822" 0 ("text/plain" 0 " ...body goes here ...\r\n")) ("message/rfc822" 1 ("text/plain" 0 " ... another body goes here ...\r\n"))))
  232. test mime-parse-message (3 - # complex multipart test): expects ("multipart/mixed" 0 ("text/plain" 0 " ... Some text appears here ...\r\n\r\n[Note that the blank between the boundary and the start\r\n of the text in this part means no header fields were\r\n given and this is text in the US-ASCII character set.\r\n It could have been done with explicit typing as in the\r\n next part.]\r\n") ("text/plain" 1 "This could have been part of the previous part, but\r\nillustrates explicit versus implicit typing of body\r\nparts.\r\n") ("multipart/parallel" 2 ("audio/basic" 0 " ... base64-encoded 8000 Hz single-channel\r\n mu-law-format audio data goes here ...\r\n") ("image/jpeg" 1 " ... base64-encoded image data goes here ...\r\n")) ("text/enriched" 3 "This is <bold><italic>enriched.</italic></bold>\r\n<smaller>as defined in RFC 1896</smaller>\r\n\r\nIsn't it\r\n<bigger><bigger>cool?</bigger></bigger>\r\n") ("message/rfc822" 4 ("text/plain" 0 " ... Additional text in ISO-8859-1 goes here ...\r\n"))) => got ("multipart/mixed" 0 ("text/plain" 0 " ... Some text appears here ...\r\n\r\n[Note that the blank between the boundary and the start\r\n of the text in this part means no header fields were\r\n given and this is text in the US-ASCII character set.\r\n It could have been done with explicit typing as in the\r\n next part.]\r\n") ("text/plain" 1 "This could have been part of the previous part, but\r\nillustrates explicit versus implicit typing of body\r\nparts.\r\n") ("multipart/parallel" 2 ("audio/basic" 0 " ... base64-encoded 8000 Hz single-channel\n mu-law-format audio data goes here ...\n") ("image/jpeg" 1 " ... base64-encoded image data goes here ...\n")) ("text/enriched" 3 "This is <bold><italic>enriched.</italic></bold>\r\n<smaller>as defined in RFC 1896</smaller>\r\n\r\nIsn't it\r\n<bigger><bigger>cool?</bigger></bigger>\r\n") ("message/rfc822" 4 ("text/plain" 0 " ... Additional text in ISO-8859-1 goes here ...\r\n")))
  233. test mime-parse-message (4 - # unclosed multipart body): expects ("multipart/mixed" 0 ("text/plain" 0 " ...Introductory text or table of contents...\n") ("multipart/digest" 1 ("message/rfc822" 0 ("text/plain" 0 " ...body goes here ...\n")) ("message/rfc822" 1 ("text/plain" 0 ""))) ("text/plain" 2 "The previous part has been chopped.")) => got ("multipart/mixed" 0 ("text/plain" 0 " ...Introductory text or table of contents...\r\n") ("multipart/digest" 1 ("message/rfc822" 0 ("text/plain" 0 " ...body goes here ...\r\n")) ("message/rfc822" 1 ("text/plain" 0 ""))) ("text/plain" 2 "The previous part has been chopped."))
  234. test mime-parse-message (5 - # unclosed multipart body): expects ("multipart/mixed" 0 ("text/plain" 0 " ...Introductory text or table of contents...\n") ("multipart/digest" 1 ("message/rfc822" 0 ("text/plain" 0 " ...body goes here ...\n")) ("message/rfc822" 1 ("text/plain" 0 " ... another body goes here ...\n")))) => got ("multipart/mixed" 0 ("text/plain" 0 " ...Introductory text or table of contents...\r\n") ("multipart/digest" 1 ("message/rfc822" 0 ("text/plain" 0 " ...body goes here ...\r\n")) ("message/rfc822" 1 ("text/plain" 0 " ... another body goes here ...\r\n"))))
  235. Testing parseopt ... passed.
  236. Testing logger ... passed.
  237. Testing text utilities ... passed.
  238. Testing util ... passed.
  239. Testing advanced read/write features ... passed.
  240. Testing gauche.process ... passed.
  241. Testing gauche.version ... passed.
  242. Testing file utilities ... passed.
  243. Testing listener ... passed.
  244. Testing dictionary framework ... passed.
  245. Testing dbi/dbd ... passed.
  246. Testing www.* modules ... failed.
  247. discrepancies found. Errors are:
  248. test cgi-parse-parameters (multipart): expects (("aaa" "111") ("bbb" "abc\ndef\nghi\n") ("ccc" #f) ("ddd" "This is a test sentence.")) => got (("aaa" "111") ("bbb" "abc\r\ndef\r\nghi\r\n") ("ccc" #f) ("ddd" "This is a test sentence."))
  249. test cgi-parse-parameters (multipart, custom handler 2): expects "abc\ndef\nghi\n" => got "abc\r\ndef\r\nghi\r\n"
  250. test cgi-parse-parameters (multipart, custom handler 3): expects "abc\ndef\nghi\n" => got "abc\r\ndef\r\nghi\r\n"
  251. test cgi-parse-parameters (multipart): expects (("aaa" "111") ("bbb" "abc\ndef\nghi\n") ("ccc" #f) ("ddd" "This is a test sentence.")) => got (("aaa" "111") ("bbb" "abc\r\ndef\r\nghi\r\n") ("ccc" #f) ("ddd" "This is a test sentence."))
  252. test cgi-parse-parameters (multipart, custom handler 2): expects "abc\ndef\nghi\n" => got "abc\r\ndef\r\nghi\r\n"
  253. test cgi-parse-parameters (multipart, custom handler 3): expects "abc\ndef\nghi\n" => got "abc\r\ndef\r\nghi\r\n"
  254. Testing gauche.cgen.* ... failed.
  255. discrepancies found. Errors are:
  256. test cgen.unit basic stuff: expects "/* Generated by gauche.cgen */\r\nstatic void foo(void);\r\nstatic void foo() { ... }\r\nvoid Scm__Init_tmp_2eo(void)\r\n{\r\nfoo();\r\n#if ((defined FOO))||((defined BAR))\r\ninit_foo_bar();\r\n#endif /* ((defined FOO))||((defined BAR)) */\r\n#if ((>= BAR_VERSION 3))&&((== FOO_VERSION 2))\r\n#if ((defined FOO))||((defined BAR))\r\nsome_trick();\r\n#endif /* ((defined FOO))||((defined BAR)) */\r\n#endif /* ((>= BAR_VERSION 3))&&((== FOO_VERSION 2)) */\r\n}\r\n" => got "/* Generated by gauche.cgen */\nstatic void foo(void);\nstatic void foo() { ... }\nvoid Scm__Init_tmp_2eo(void)\n{\nfoo();\n#if ((defined FOO))||((defined BAR))\ninit_foo_bar();\n#endif /* ((defined FOO))||((defined BAR)) */\n#if ((>= BAR_VERSION 3))&&((== FOO_VERSION 2))\n#if ((defined FOO))||((defined BAR))\nsome_trick();\n#endif /* ((defined FOO))||((defined BAR)) */\n#endif /* ((>= BAR_VERSION 3))&&((== FOO_VERSION 2)) */\n}\n"
  257. Testing gauche.package.* ... passed.
  258. Testing case-sensitive reader/writer ... passed.
  259. Testing case-insensitive reader/writer ... passed.
  260. See test.log for details.
  261. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/src'
  262. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/lib'
  263. make[1]: Nothing to be done for `check'.
  264. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/lib'
  265. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext'
  266. for d in gauche util srfi threads uvector charconv binary net termios fcntl file sxml syslog dbm mt-random bcrypt digest vport text zlib sparse peg windows; do (cd $d; make check); done
  267. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/gauche'
  268. GAUCHE_TEST_RECORD_FILE=../../test.record ../../src/gosh -ftest -I. test.scm > test.log
  269. Testing collections and sequences ... passed.
  270. Testing hook ... passed.
  271. Testing parameters ... passed.
  272. Testing records ... passed.
  273. Testing generators ... passed.
  274. Testing lazy sequence utilities ... passed.
  275. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/gauche'
  276. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/util'
  277. GAUCHE_TEST_RECORD_FILE=../../test.record ../../src/gosh -ftest -I. test.scm > test.log
  278. Testing util.* ... passed.
  279. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/util'
  280. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/srfi'
  281. GAUCHE_TEST_RECORD_FILE=../../test.record ../../src/gosh -ftest -I. test.scm > test.log
  282. Testing extension srfi modules ... passed.
  283. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/srfi'
  284. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/threads'
  285. GAUCHE_TEST_RECORD_FILE=../../test.record ../../src/gosh -ftest -I. test.scm > test.log
  286. Testing threads ... passed.
  287. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/threads'
  288. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/uvector'
  289. GAUCHE_TEST_RECORD_FILE=../../test.record ../../src/gosh -ftest -I. test.scm > test.log
  290. Testing uniform vector and array ... passed.
  291. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/uvector'
  292. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/charconv'
  293. GAUCHE_TEST_RECORD_FILE=../../test.record ../../src/gosh -ftest -I. test.scm > test.log
  294. Testing charconv ... passed.
  295. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/charconv'
  296. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/binary'
  297. GAUCHE_TEST_RECORD_FILE=../../test.record ../../src/gosh -ftest -I. test.scm > test.log
  298. Testing binary ... passed.
  299. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/binary'
  300. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/net'
  301. GAUCHE_TEST_RECORD_FILE=../../test.record ../../src/gosh -ftest -I. test.scm > test.log
  302. Testing net ... passed.
  303. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/net'
  304. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/termios'
  305. GAUCHE_TEST_RECORD_FILE=../../test.record ../../src/gosh -ftest -I. test.scm > test.log
  306. Testing termios ... passed.
  307. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/termios'
  308. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/fcntl'
  309. GAUCHE_TEST_RECORD_FILE=../../test.record ../../src/gosh -ftest -I. test.scm > test.log
  310. Testing fcntl ... passed.
  311. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/fcntl'
  312. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/file'
  313. GAUCHE_TEST_RECORD_FILE=../../test.record ../../src/gosh -ftest -I. test.scm > test.log
  314. Testing file.util ... passed.
  315. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/file'
  316. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/sxml'
  317. ../../src/gosh -ftest ./trans.scm ssax-test.scm.in
  318. ../../src/gosh -ftest ./trans.scm tree-trans-test.scm.in
  319. ../../src/gosh -ftest ./trans.scm to-html-test.scm.in
  320. GAUCHE_TEST_RECORD_FILE=../../test.record ../../src/gosh -ftest -I. test.scm > test.log
  321. Testing SSAX ... passed.
  322. Testing sxpath ... passed.
  323. Testing serializer ... passed.
  324. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/sxml'
  325. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/syslog'
  326. GAUCHE_TEST_RECORD_FILE=../../test.record ../../src/gosh -ftest -I. test.scm > test.log
  327. Testing syslog ... passed.
  328. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/syslog'
  329. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/dbm'
  330. GAUCHE_TEST_RECORD_FILE=../../test.record ../../src/gosh -ftest -I. test.scm > test.log
  331. Testing dbm ... passed.
  332. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/dbm'
  333. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/mt-random'
  334. GAUCHE_TEST_RECORD_FILE=../../test.record ../../src/gosh -ftest -I. test.scm > test.log
  335. Testing mt-random ... passed.
  336. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/mt-random'
  337. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/bcrypt'
  338. GAUCHE_TEST_RECORD_FILE=../../test.record ../../src/gosh -ftest -I. test.scm > test.log
  339. Testing bcrypt ... passed.
  340. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/bcrypt'
  341. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/digest'
  342. GAUCHE_TEST_RECORD_FILE=../../test.record ../../src/gosh -ftest -I. test.scm > test.log
  343. Testing digest framework ... passed.
  344. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/digest'
  345. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/vport'
  346. GAUCHE_TEST_RECORD_FILE=../../test.record ../../src/gosh -ftest -I. test.scm > test.log
  347. Testing vport ... passed.
  348. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/vport'
  349. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/text'
  350. GAUCHE_TEST_RECORD_FILE=../../test.record ../../src/gosh -ftest -I. test.scm > test.log
  351. Testing gettext ... passed.
  352. Testing text.tr ... passed.
  353. Testing text.unicode ... passed.
  354. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/text'
  355. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/zlib'
  356. GAUCHE_TEST_RECORD_FILE=../../test.record ../../src/gosh -ftest -I. test.scm > test.log
  357. Testing rfc.zlib ... passed.
  358. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/zlib'
  359. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/sparse'
  360. GAUCHE_TEST_RECORD_FILE=../../test.record ../../src/gosh -ftest -I. test.scm > test.log
  361. Testing util.sparse ... passed.
  362. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/sparse'
  363. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/peg'
  364. GAUCHE_TEST_RECORD_FILE=../../test.record ../../src/gosh -ftest -I. test.scm > test.log
  365. Testing parser.peg ... passed.
  366. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/peg'
  367. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/windows'
  368. GAUCHE_TEST_RECORD_FILE=../../test.record ../../src/gosh -ftest -I. test.scm > test.log
  369. Testing windows ... passed.
  370. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/windows'
  371. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext'
  372. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/doc'
  373. make[1]: Nothing to be done for `check'.
  374. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/doc'
  375. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/src'
  376. Testing optimizer ... passed.
  377. Testing control ... passed.
  378. Testing debug features ... passed.
  379. Testing utility scripts ... passed.
  380. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/src'
  381. Total: 12287 tests, 12275 passed, 12 failed, 1 aborted.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement