Guest User

Untitled

a guest
Feb 16th, 2019
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 122.20 KB | None | 0 0
  1. Configuring for a i686-pc-linux-gnu ...
  2. gcc found
  3. The C compiler is ANSI-compliant.
  4. Checking the sizes of integers and pointers...
  5. OK, this is a regular 32 bit architecture.
  6. 64-bit "long long" integer type found (printf with "%ll").
  7. This is a little-endian architecture.
  8. Doubles can be word-aligned.
  9. 64-bit integers can be word-aligned.
  10. Native division and modulus have round-towards-zero semantics, will use them.
  11. ranlib found
  12. #! appears to work in shell scripts
  13. POSIX signal handling found.
  14. getrusage() found.
  15. times() found.
  16. termcap functions found (with libraries '-lcurses')
  17. You have BSD sockets.
  18. socklen_t is defined in <sys/socket.h>
  19. inet_aton() found.
  20. IPv6 is supported.
  21. unistd.h found.
  22. off_t is defined in <sys/types.h>
  23. dirent.h found.
  24. rewinddir() found.
  25. lockf() found.
  26. mkfifo() found.
  27. getcwd() found.
  28. getwd() found.
  29. getpriority() found.
  30. utime() found.
  31. utimes() found.
  32. dup2() found.
  33. fchmod() found.
  34. truncate() found.
  35. sys/select.h found.
  36. select() found.
  37. symlink() found.
  38. waitpid() found.
  39. wait4() found.
  40. getgroups() found.
  41. POSIX termios found.
  42. Asynchronous I/O are supported.
  43. setitimer() found.
  44. gethostname() found.
  45. uname() found.
  46. gettimeofday() found.
  47. mktime() found.
  48. setsid() found.
  49. putenv() found.
  50. setlocale() and <locale.h> found.
  51. dlopen() found in -ldl.
  52. Dynamic loading of shared libraries is supported.
  53. mmap() found.
  54. gethostbyname_r() found (with 6 arguments).
  55. gethostbyaddr_r() found (with 8 arguments).
  56. Replay debugger supported.
  57. System stack overflow can be detected.
  58. ./configure: line 1106: x#: command not found
  59. POSIX threads library supported.
  60. Options for linking with POSIX threads: -lpthread
  61. sigwait() found
  62. Bytecode threads library supported.
  63. Location of X11 include files: /usr/include/X11
  64. Options for linking with X11: -lX11
  65. NDBM found (in /usr/include)
  66. Configuring LablTk...
  67. tcl.h and tk.h version 8.4 found with "-I/usr/include/tcl8.4 -I/usr/include/tk8.4".
  68. Tcl/Tk libraries found.
  69.  
  70. ** Configuration summary **
  71.  
  72. Directories where Objective Caml will be installed:
  73. binaries.................. /usr/local/bin
  74. standard library.......... /usr/local/lib/ocaml
  75. manual pages.............. /usr/local/man (with extension .1)
  76. Configuration for the bytecode compiler:
  77. C compiler used........... gcc
  78. options for compiling..... -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
  79. options for linking....... -Wl,-E -lm -ldl -lcurses -lpthread
  80. shared libraries are supported
  81. options for compiling..... -fPIC -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
  82. command for building...... gcc -shared -o lib.so -Wl,-rpath,/a/path objs
  83. Configuration for the native-code compiler:
  84. hardware architecture..... i386
  85. OS variant................ linux_elf
  86. C compiler used........... gcc
  87. options for compiling..... -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
  88. options for linking....... -lm
  89. assembler ................ as
  90. preprocessed assembler ... gcc -c
  91. profiling with gprof ..... supported
  92. Source-level replay debugger: supported
  93. Additional libraries supported:
  94. unix str num dynlink bigarray systhreads threads graph dbm labltk
  95. Configuration for the "num" library:
  96. target architecture ...... ia32 (asm level 2)
  97. Configuration for the "graph" library:
  98. options for compiling ....
  99. options for linking ...... -lX11
  100. Configuration for the "labltk" library:
  101. use tcl/tk version ....... 8.4
  102. options for compiling .... -I/usr/include/tcl8.4 -I/usr/include/tk8.4
  103. options for linking ...... -ltk8.4 -ltcl8.4 -ldl
  104.  
  105. ** Objective Caml configuration completed successfully **
  106.  
  107. make coldstart
  108. make[1]: entrant dans le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml »
  109. cd byterun; make all
  110. make[2]: entrant dans le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/byterun »
  111. sed -n -e '/^ /s/ \([A-Z]\)/ \&\&lbl_\1/gp' \
  112. -e '/^}/q' instruct.h > jumptbl.h
  113. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o misc.o misc.c
  114. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o stacks.o stacks.c
  115. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o fix_code.o fix_code.c
  116. echo "#define OCAML_VERSION \"`head -1 ../VERSION`\"" > version.h
  117. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o freelist.o freelist.c
  118. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o major_gc.o major_gc.c
  119. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o minor_gc.o minor_gc.c
  120. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o memory.o memory.c
  121. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o alloc.o alloc.c
  122. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o roots.o roots.c
  123. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o globroots.o globroots.c
  124. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o fail.o fail.c
  125. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o signals.o signals.c
  126. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o signals_byt.o signals_byt.c
  127. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o printexc.o printexc.c
  128. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o backtrace.o backtrace.c
  129. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o compare.o compare.c
  130. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o ints.o ints.c
  131. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o floats.o floats.c
  132. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o str.o str.c
  133. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o array.o array.c
  134. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o io.o io.c
  135. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o extern.o extern.c
  136. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o intern.o intern.c
  137. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o hash.o hash.c
  138. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o sys.o sys.c
  139. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o meta.o meta.c
  140. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o parsing.o parsing.c
  141. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o gc_ctrl.o gc_ctrl.c
  142. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o terminfo.o terminfo.c
  143. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o md5.o md5.c
  144. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o obj.o obj.c
  145. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o lexing.o lexing.c
  146. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o callback.o callback.c
  147. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o debugger.o debugger.c
  148. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o weak.o weak.c
  149. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o compact.o compact.c
  150. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o finalise.o finalise.c
  151. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o custom.o custom.c
  152. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o dynlink.o dynlink.c
  153. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o unix.o unix.c
  154. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o main.o main.c
  155. sed -n -e "s/CAMLprim value \([a-z0-9_][a-z0-9_]*\).*/\1/p" \
  156. alloc.c array.c compare.c extern.c floats.c gc_ctrl.c hash.c intern.c interp.c ints.c io.c lexing.c md5.c meta.c obj.c parsing.c signals.c str.c sys.c terminfo.c callback.c weak.c finalise.c stacks.c dynlink.c backtrace.c > primitives
  157. echo "/usr/local/lib/ocaml/stublibs" > ld.conf
  158. echo "/usr/local/lib/ocaml" >> ld.conf
  159. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC interp.c
  160. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC misc.c
  161. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC stacks.c
  162. mv stacks.o stacks.pic.o
  163. mv misc.o misc.pic.o
  164. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC startup.c
  165. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC fix_code.c
  166. mv fix_code.o fix_code.pic.o
  167. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC freelist.c
  168. mv startup.o startup.pic.o
  169. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC major_gc.c
  170. mv interp.o interp.pic.o
  171. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC minor_gc.c
  172. mv minor_gc.o minor_gc.pic.o
  173. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC memory.c
  174. mv freelist.o freelist.pic.o
  175. mv major_gc.o major_gc.pic.o
  176. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC alloc.c
  177. mv memory.o memory.pic.o
  178. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC globroots.c
  179. mv alloc.o alloc.pic.o
  180. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC roots.c
  181. mv globroots.o globroots.pic.o
  182. mv roots.o roots.pic.o
  183. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC fail.c
  184. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC signals.c
  185. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC signals_byt.c
  186. mv signals.o signals.pic.o
  187. mv fail.o fail.pic.o
  188. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC printexc.c
  189. mv signals_byt.o signals_byt.pic.o
  190. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC backtrace.c
  191. mv printexc.o printexc.pic.o
  192. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC compare.c
  193. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC ints.c
  194. mv backtrace.o backtrace.pic.o
  195. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC floats.c
  196. mv compare.o compare.pic.o
  197. mv ints.o ints.pic.o
  198. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC str.c
  199. mv floats.o floats.pic.o
  200. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC array.c
  201. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC io.c
  202. mv str.o str.pic.o
  203. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC extern.c
  204. mv array.o array.pic.o
  205. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC intern.c
  206. mv io.o io.pic.o
  207. mv extern.o extern.pic.o
  208. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC hash.c
  209. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC sys.c
  210. mv hash.o hash.pic.o
  211. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC meta.c
  212. mv intern.o intern.pic.o
  213. mv sys.o sys.pic.o
  214. mv meta.o meta.pic.o
  215. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC parsing.c
  216. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC gc_ctrl.c
  217. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC terminfo.c
  218. mv parsing.o parsing.pic.o
  219. mv gc_ctrl.o gc_ctrl.pic.o
  220. mv terminfo.o terminfo.pic.o
  221. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC md5.c
  222. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC lexing.c
  223. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC obj.c
  224. mv lexing.o lexing.pic.o
  225. mv md5.o md5.pic.o
  226. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC callback.c
  227. mv obj.o obj.pic.o
  228. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC debugger.c
  229. mv callback.o callback.pic.o
  230. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC weak.c
  231. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC compact.c
  232. mv weak.o weak.pic.o
  233. mv debugger.o debugger.pic.o
  234. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC finalise.c
  235. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC custom.c
  236. mv custom.o custom.pic.o
  237. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC dynlink.c
  238. mv dynlink.o dynlink.pic.o
  239. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC unix.c
  240. mv compact.o compact.pic.o
  241. mv finalise.o finalise.pic.o
  242. gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC main.c
  243. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o interp.o interp.c
  244. mv main.o main.pic.o
  245. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o startup.o startup.c
  246. mv unix.o unix.pic.o
  247. (echo '#include "mlvalues.h"'; \
  248. echo '#include "prims.h"'; \
  249. sed -e 's/.*/extern value &();/' primitives; \
  250. echo 'c_primitive caml_builtin_cprim[] = {'; \
  251. sed -e 's/.*/ &,/' primitives; \
  252. echo ' 0 };'; \
  253. echo 'char * caml_names_of_builtin_cprim[] = {'; \
  254. sed -e 's/.*/ "&",/' primitives; \
  255. echo ' 0 };') > prims.c
  256. gcc -shared -o libcamlrun_shared.so interp.pic.o misc.pic.o stacks.pic.o fix_code.pic.o startup.pic.o freelist.pic.o major_gc.pic.o minor_gc.pic.o memory.pic.o alloc.pic.o roots.pic.o globroots.pic.o fail.pic.o signals.pic.o signals_byt.pic.o printexc.pic.o backtrace.pic.o compare.pic.o ints.pic.o floats.pic.o str.pic.o array.pic.o io.pic.o extern.pic.o intern.pic.o hash.pic.o sys.pic.o meta.pic.o parsing.pic.o gc_ctrl.pic.o terminfo.pic.o md5.pic.o obj.pic.o lexing.pic.o callback.pic.o debugger.pic.o weak.pic.o compact.pic.o finalise.pic.o custom.pic.o dynlink.pic.o unix.pic.o main.pic.o -lm -ldl -lcurses -lpthread
  257. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o prims.o prims.c
  258. ar rc libcamlrun.a interp.o misc.o stacks.o fix_code.o startup.o freelist.o major_gc.o minor_gc.o memory.o alloc.o roots.o globroots.o fail.o signals.o signals_byt.o printexc.o backtrace.o compare.o ints.o floats.o str.o array.o io.o extern.o intern.o hash.o sys.o meta.o parsing.o gc_ctrl.o terminfo.o md5.o obj.o lexing.o callback.o debugger.o weak.o compact.o finalise.o custom.o dynlink.o unix.o main.o
  259. ranlib libcamlrun.a
  260. gcc -Wl,-E -o ocamlrun \
  261. prims.o libcamlrun.a -lm -ldl -lcurses -lpthread
  262. make[2]: quittant le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/byterun »
  263. cp byterun/ocamlrun boot/ocamlrun
  264. cd yacc; make all
  265. make[2]: entrant dans le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/yacc »
  266. gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o closure.o closure.c
  267. gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o error.o error.c
  268. gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o lalr.o lalr.c
  269. gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o lr0.o lr0.c
  270. echo "#define OCAML_VERSION \"`head -1 ../VERSION`\"" >version.h
  271. gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o mkpar.o mkpar.c
  272. gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o output.o output.c
  273. gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o reader.o reader.c
  274. gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o skeleton.o skeleton.c
  275. gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o symtab.o symtab.c
  276. gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o verbose.o verbose.c
  277. gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o warshall.o warshall.c
  278. gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o main.o main.c
  279. gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o ocamlyacc closure.o error.o lalr.o lr0.o main.o mkpar.o output.o reader.o skeleton.o symtab.o verbose.o warshall.o
  280. main.o: In function `create_file_names':
  281. main.c:(.text+0x1b0): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
  282. make[2]: quittant le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/yacc »
  283. cp yacc/ocamlyacc boot/ocamlyacc
  284. cd stdlib; make COMPILER=../boot/ocamlc all
  285. make[2]: entrant dans le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/stdlib »
  286. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags pervasives.cmi` -c pervasives.mli
  287. sed -e "s|%%VERSION%%|`head -1 ../VERSION`|" sys.mlp >sys.ml
  288. if true; then \
  289. echo '#!/usr/local/bin/ocamlrun' > camlheader && \
  290. echo '#!' | tr -d '\012' > camlheader_ur; \
  291. else \
  292. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -Wl,-E \
  293. -DRUNTIME_NAME='"/usr/local/bin/ocamlrun"' \
  294. header.c -o tmpheader && \
  295. strip tmpheader && \
  296. mv tmpheader camlheader && \
  297. cp camlheader camlheader_ur; \
  298. fi
  299. if true; then \
  300. echo '#!/usr/local/bin/ocamlrun' > camlheader && \
  301. echo '#!' | tr -d '\012' > camlheader_ur; \
  302. else \
  303. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -Wl,-E \
  304. -DRUNTIME_NAME='"/usr/local/bin/ocamlrun"' \
  305. header.c -o tmpheader && \
  306. strip tmpheader && \
  307. mv tmpheader camlheader && \
  308. cp camlheader camlheader_ur; \
  309. fi
  310. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags pervasives.cmo` -c pervasives.ml
  311. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags array.cmi` -c array.mli
  312. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags list.cmi` -c list.mli
  313. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags char.cmi` -c char.mli
  314. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags string.cmi` -c string.mli
  315. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags sys.cmi` -c sys.mli
  316. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags hashtbl.cmi` -c hashtbl.mli
  317. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags sort.cmi` -c sort.mli
  318. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags marshal.cmi` -c marshal.mli
  319. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags obj.cmi` -c obj.mli
  320. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags int32.cmi` -c int32.mli
  321. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags int64.cmi` -c int64.mli
  322. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags nativeint.cmi` -c nativeint.mli
  323. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags lexing.cmi` -c lexing.mli
  324. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags set.cmi` -c set.mli
  325. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags map.cmi` -c map.mli
  326. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stack.cmi` -c stack.mli
  327. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags queue.cmi` -c queue.mli
  328. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalLazy.cmi` -c camlinternalLazy.mli
  329. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags lazy.cmi` -c lazy.mli
  330. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stream.cmi` -c stream.mli
  331. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags buffer.cmi` -c buffer.mli
  332. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags scanf.cmi` -c scanf.mli
  333. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags arg.cmi` -c arg.mli
  334. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags printexc.cmi` -c printexc.mli
  335. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags gc.cmi` -c gc.mli
  336. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags digest.cmi` -c digest.mli
  337. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags random.cmi` -c random.mli
  338. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags callback.cmi` -c callback.mli
  339. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalOO.cmi` -c camlinternalOO.mli
  340. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalMod.cmi` -c camlinternalMod.mli
  341. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags genlex.cmi` -c genlex.mli
  342. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags weak.cmi` -c weak.mli
  343. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags filename.cmi` -c filename.mli
  344. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags complex.cmi` -c complex.mli
  345. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags arrayLabels.cmi` -c arrayLabels.mli
  346. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags listLabels.cmi` -c listLabels.mli
  347. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stringLabels.cmi` -c stringLabels.mli
  348. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags moreLabels.cmi` -c moreLabels.mli
  349. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stdLabels.cmi` -c stdLabels.mli
  350. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags std_exit.cmo` -c std_exit.ml
  351. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags array.cmo` -c array.ml
  352. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags list.cmo` -c list.ml
  353. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags char.cmo` -c char.ml
  354. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags string.cmo` -c string.ml
  355. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags sys.cmo` -c sys.ml
  356. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags hashtbl.cmo` -c hashtbl.ml
  357. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags sort.cmo` -c sort.ml
  358. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags marshal.cmo` -c marshal.ml
  359. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags obj.cmo` -c obj.ml
  360. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags int32.cmo` -c int32.ml
  361. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags int64.cmo` -c int64.ml
  362. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags nativeint.cmo` -c nativeint.ml
  363. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags lexing.cmo` -c lexing.ml
  364. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags parsing.cmi` -c parsing.mli
  365. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags set.cmo` -c set.ml
  366. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags map.cmo` -c map.ml
  367. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stack.cmo` -c stack.ml
  368. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags queue.cmo` -c queue.ml
  369. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalLazy.cmo` -c camlinternalLazy.ml
  370. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags lazy.cmo` -c lazy.ml
  371. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stream.cmo` -c stream.ml
  372. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags buffer.cmo` -c buffer.ml
  373. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags printf.cmi` -c printf.mli
  374. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags format.cmi` -c format.mli
  375. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags random.cmo` -c random.ml
  376. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags callback.cmo` -c callback.ml
  377. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalOO.cmo` -c camlinternalOO.ml
  378. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags oo.cmi` -c oo.mli
  379. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalMod.cmo` -c camlinternalMod.ml
  380. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags genlex.cmo` -c genlex.ml
  381. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags weak.cmo` -c weak.ml
  382. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags filename.cmo` -c filename.ml
  383. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags complex.cmo` -c complex.ml
  384. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags arrayLabels.cmo` -c arrayLabels.ml
  385. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags listLabels.cmo` -c listLabels.ml
  386. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stringLabels.cmo` -c stringLabels.ml
  387. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags moreLabels.cmo` -c moreLabels.ml
  388. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stdLabels.cmo` -c stdLabels.ml
  389. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags parsing.cmo` -c parsing.ml
  390. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags printf.cmo` -c printf.ml
  391. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags format.cmo` -c format.ml
  392. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags scanf.cmo` -c scanf.ml
  393. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags arg.cmo` -c arg.ml
  394. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags printexc.cmo` -c printexc.ml
  395. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags gc.cmo` -c gc.ml
  396. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags digest.cmo` -c digest.ml
  397. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags oo.cmo` -c oo.ml
  398. ../boot/ocamlrun ../boot/ocamlc -a -o stdlib.cma pervasives.cmo array.cmo list.cmo char.cmo string.cmo sys.cmo hashtbl.cmo sort.cmo marshal.cmo obj.cmo int32.cmo int64.cmo nativeint.cmo lexing.cmo parsing.cmo set.cmo map.cmo stack.cmo queue.cmo camlinternalLazy.cmo lazy.cmo stream.cmo buffer.cmo printf.cmo format.cmo scanf.cmo arg.cmo printexc.cmo gc.cmo digest.cmo random.cmo callback.cmo camlinternalOO.cmo oo.cmo camlinternalMod.cmo genlex.cmo weak.cmo filename.cmo complex.cmo arrayLabels.cmo listLabels.cmo stringLabels.cmo moreLabels.cmo stdLabels.cmo
  399. make[2]: quittant le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/stdlib »
  400. cd stdlib; cp stdlib.cma std_exit.cmo *.cmi camlheader ../boot
  401. if test -f boot/libcamlrun.a; then :; else \
  402. ln -s ../byterun/libcamlrun.a boot/libcamlrun.a; fi
  403. if test -d stdlib/caml; then :; else \
  404. ln -s ../byterun stdlib/caml; fi
  405. make[1]: quittant le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml »
  406. make all
  407. make[1]: entrant dans le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml »
  408. cd byterun; make all
  409. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/misc.mli
  410. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/tbl.mli
  411. sed -e 's|%%LIBDIR%%|/usr/local/lib/ocaml|' \
  412. -e 's|%%BYTERUN%%|/usr/local/bin/ocamlrun|' \
  413. -e 's|%%CCOMPTYPE%%|cc|' \
  414. -e 's|%%BYTECC%%|gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC|' \
  415. -e 's|%%NATIVECC%%|gcc -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT|' \
  416. -e 's|%%PACKLD%%|ld -r -o |' \
  417. -e 's|%%BYTECCLIBS%%|-lm -ldl -lcurses -lpthread|' \
  418. -e 's|%%NATIVECCLIBS%%|-lm -ldl|' \
  419. -e 's|%%RANLIBCMD%%|ranlib|' \
  420. -e 's|%%CC_PROFILE%%|-pg|' \
  421. -e 's|%%ARCH%%|i386|' \
  422. -e 's|%%MODEL%%|default|' \
  423. -e 's|%%SYSTEM%%|linux_elf|' \
  424. -e 's|%%EXT_OBJ%%|.o|' \
  425. -e 's|%%EXT_ASM%%|.s|' \
  426. -e 's|%%EXT_LIB%%|.a|' \
  427. -e 's|%%EXT_DLL%%|.so|' \
  428. -e 's|%%SYSTHREAD_SUPPORT%%|true|' \
  429. -e 's|%%ASM%%|as|' \
  430. -e 's|%%MKDLL%%|gcc -shared|' \
  431. -e 's|%%MKEXE%%|gcc|' \
  432. -e 's|%%MKMAINDLL%%|gcc -shared|' \
  433. utils/config.mlp > utils/config.ml
  434. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/config.mli
  435. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/clflags.mli
  436. make[2]: entrant dans le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/byterun »
  437. make[2]: Rien à faire pour « all ».
  438. make[2]: quittant le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/byterun »
  439. if test -f stdlib/libcamlrun.a; then :; else \
  440. ln -s ../byterun/libcamlrun.a stdlib/libcamlrun.a; fi
  441. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/terminfo.mli
  442. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/ccomp.mli
  443. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/warnings.mli
  444. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/consistbl.mli
  445. boot/ocamlrun boot/ocamllex parsing/linenum.mll
  446. 12 states, 323 transitions, table size 1364 bytes
  447. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/linenum.mli
  448. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/location.mli
  449. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/longident.mli
  450. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/syntaxerr.mli
  451. boot/ocamlyacc -v parsing/parser.mly
  452. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/asttypes.mli
  453. boot/ocamlrun boot/ocamllex parsing/lexer.mll
  454. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ident.mli
  455. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/primitive.mli
  456. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/outcometree.mli
  457. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/annot.mli
  458. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/switch.mli
  459. 163 states, 2930 transitions, table size 12698 bytes
  460. 2192 additional bytes used for bindings
  461. (echo 'let builtin_exceptions = [|'; \
  462. sed -n -e 's|.*/\* \("[A-Za-z_]*"\) \*/$| \1;|p' byterun/fail.h | \
  463. sed -e '$s/;$//'; \
  464. echo '|]'; \
  465. echo 'let builtin_primitives = [|'; \
  466. sed -e 's/.*/ "&";/' -e '$s/;$//' byterun/primitives; \
  467. echo '|]') > bytecomp/runtimedef.ml
  468. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/runtimedef.mli
  469. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/meta.mli
  470. sed -n -e '/^enum/p' -e 's/,//g' -e '/^ /p' byterun/instruct.h | \
  471. awk -f tools/make-opcodes > bytecomp/opcodes.ml
  472. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytesections.mli
  473. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/dll.mli
  474. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelibrarian.mli
  475. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytepackager.mli
  476. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/pparse.mli
  477. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/errors.mli
  478. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main_args.mli
  479. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main.mli
  480. cd yacc; make all
  481. make[2]: entrant dans le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/yacc »
  482. make[2]: Rien à faire pour « all ».
  483. make[2]: quittant le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/yacc »
  484. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/topdirs.mli
  485. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/topmain.mli
  486. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/misc.ml
  487. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/tbl.ml
  488. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/config.ml
  489. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/clflags.ml
  490. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/terminfo.ml
  491. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/ccomp.ml
  492. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/warnings.ml
  493. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/consistbl.ml
  494. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/linenum.ml
  495. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/location.ml
  496. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/longident.ml
  497. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/syntaxerr.ml
  498. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parsetree.mli
  499. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ident.ml
  500. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/path.mli
  501. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/primitive.ml
  502. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/oprint.mli
  503. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/switch.ml
  504. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/runtimedef.ml
  505. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/meta.ml
  506. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/opcodes.ml
  507. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytesections.ml
  508. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/dll.ml
  509. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/pparse.ml
  510. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main_args.ml
  511. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/topstart.ml
  512. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parser.mli
  513. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parse.mli
  514. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/printast.mli
  515. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/unused_var.mli
  516. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/path.ml
  517. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/types.mli
  518. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/oprint.ml
  519. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parser.ml
  520. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/lexer.mli
  521. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/printast.ml
  522. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/unused_var.ml
  523. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/types.ml
  524. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/btype.mli
  525. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/subst.mli
  526. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/predef.mli
  527. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/datarepr.mli
  528. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/env.mli
  529. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/printtyp.mli
  530. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/mtype.mli
  531. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typetexp.mli
  532. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedecl.mli
  533. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/lambda.mli
  534. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compile.mli
  535. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/genprintval.mli
  536. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/toploop.mli
  537. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/trace.mli
  538. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/topmain.ml
  539. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/lexer.ml
  540. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parse.ml
  541. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/btype.ml
  542. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/subst.ml
  543. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/predef.ml
  544. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/datarepr.ml
  545. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/env.ml
  546. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtree.mli
  547. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ctype.mli
  548. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/lambda.ml
  549. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printlambda.mli
  550. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/typeopt.mli
  551. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/matching.mli
  552. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translobj.mli
  553. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translcore.mli
  554. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translclass.mli
  555. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translmod.mli
  556. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/simplif.mli
  557. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/instruct.mli
  558. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/cmo_format.mli
  559. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/genprintval.ml
  560. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/trace.ml
  561. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtree.ml
  562. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ctype.ml
  563. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/printtyp.ml
  564. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includeclass.mli
  565. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/mtype.ml
  566. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includecore.mli
  567. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includemod.mli
  568. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/parmatch.mli
  569. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typetexp.ml
  570. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/stypes.mli
  571. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typecore.mli
  572. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedecl.ml
  573. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typeclass.mli
  574. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typemod.mli
  575. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printlambda.ml
  576. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/typeopt.ml
  577. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/matching.ml
  578. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translobj.ml
  579. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translcore.ml
  580. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translclass.ml
  581. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translmod.ml
  582. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/simplif.ml
  583. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/instruct.ml
  584. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytegen.mli
  585. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printinstr.mli
  586. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/emitcode.mli
  587. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/symtable.mli
  588. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includeclass.ml
  589. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includecore.ml
  590. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includemod.ml
  591. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/parmatch.ml
  592. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/stypes.ml
  593. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typecore.ml
  594. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typeclass.ml
  595. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typemod.ml
  596. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytegen.ml
  597. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printinstr.ml
  598. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/emitcode.ml
  599. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/symtable.ml
  600. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelink.mli
  601. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compile.ml
  602. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main.ml
  603. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/toploop.ml
  604. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/topdirs.ml
  605. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/expunge.ml
  606. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelink.ml
  607. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelibrarian.ml
  608. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytepackager.ml
  609. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/errors.ml
  610. boot/ocamlrun boot/ocamlc -nostdlib -I boot -o expunge utils/misc.cmo utils/tbl.cmo utils/config.cmo utils/clflags.cmo typing/ident.cmo typing/path.cmo typing/types.cmo typing/btype.cmo typing/predef.cmo bytecomp/runtimedef.cmo bytecomp/bytesections.cmo bytecomp/dll.cmo bytecomp/meta.cmo bytecomp/symtable.cmo toplevel/expunge.cmo
  611. boot/ocamlrun boot/ocamlc -nostdlib -I boot -o ocamlc utils/misc.cmo utils/tbl.cmo utils/config.cmo utils/clflags.cmo utils/terminfo.cmo utils/ccomp.cmo utils/warnings.cmo utils/consistbl.cmo parsing/linenum.cmo parsing/location.cmo parsing/longident.cmo parsing/syntaxerr.cmo parsing/parser.cmo parsing/lexer.cmo parsing/parse.cmo parsing/printast.cmo typing/unused_var.cmo typing/ident.cmo typing/path.cmo typing/primitive.cmo typing/types.cmo typing/btype.cmo typing/oprint.cmo typing/subst.cmo typing/predef.cmo typing/datarepr.cmo typing/env.cmo typing/typedtree.cmo typing/ctype.cmo typing/printtyp.cmo typing/includeclass.cmo typing/mtype.cmo typing/includecore.cmo typing/includemod.cmo typing/parmatch.cmo typing/typetexp.cmo typing/stypes.cmo typing/typecore.cmo typing/typedecl.cmo typing/typeclass.cmo typing/typemod.cmo bytecomp/lambda.cmo bytecomp/printlambda.cmo bytecomp/typeopt.cmo bytecomp/switch.cmo bytecomp/matching.cmo bytecomp/translobj.cmo bytecomp/translcore.cmo bytecomp/translclass.cmo bytecomp/translmod.cmo bytecomp/simplif.cmo bytecomp/runtimedef.cmo bytecomp/meta.cmo bytecomp/instruct.cmo bytecomp/bytegen.cmo bytecomp/printinstr.cmo bytecomp/opcodes.cmo bytecomp/emitcode.cmo bytecomp/bytesections.cmo bytecomp/dll.cmo bytecomp/symtable.cmo bytecomp/bytelink.cmo bytecomp/bytelibrarian.cmo bytecomp/bytepackager.cmo driver/pparse.cmo driver/errors.cmo driver/compile.cmo driver/main_args.cmo driver/main.cmo
  612. boot/ocamlrun boot/ocamlc -nostdlib -I boot -a -o toplevel/toplevellib.cma utils/misc.cmo utils/tbl.cmo utils/config.cmo utils/clflags.cmo utils/terminfo.cmo utils/ccomp.cmo utils/warnings.cmo utils/consistbl.cmo parsing/linenum.cmo parsing/location.cmo parsing/longident.cmo parsing/syntaxerr.cmo parsing/parser.cmo parsing/lexer.cmo parsing/parse.cmo parsing/printast.cmo typing/unused_var.cmo typing/ident.cmo typing/path.cmo typing/primitive.cmo typing/types.cmo typing/btype.cmo typing/oprint.cmo typing/subst.cmo typing/predef.cmo typing/datarepr.cmo typing/env.cmo typing/typedtree.cmo typing/ctype.cmo typing/printtyp.cmo typing/includeclass.cmo typing/mtype.cmo typing/includecore.cmo typing/includemod.cmo typing/parmatch.cmo typing/typetexp.cmo typing/stypes.cmo typing/typecore.cmo typing/typedecl.cmo typing/typeclass.cmo typing/typemod.cmo bytecomp/lambda.cmo bytecomp/printlambda.cmo bytecomp/typeopt.cmo bytecomp/switch.cmo bytecomp/matching.cmo bytecomp/translobj.cmo bytecomp/translcore.cmo bytecomp/translclass.cmo bytecomp/translmod.cmo bytecomp/simplif.cmo bytecomp/runtimedef.cmo bytecomp/meta.cmo bytecomp/instruct.cmo bytecomp/bytegen.cmo bytecomp/printinstr.cmo bytecomp/opcodes.cmo bytecomp/emitcode.cmo bytecomp/bytesections.cmo bytecomp/dll.cmo bytecomp/symtable.cmo bytecomp/bytelink.cmo bytecomp/bytelibrarian.cmo bytecomp/bytepackager.cmo driver/pparse.cmo driver/errors.cmo driver/compile.cmo toplevel/genprintval.cmo toplevel/toploop.cmo toplevel/trace.cmo toplevel/topdirs.cmo toplevel/topmain.cmo
  613. boot/ocamlrun boot/ocamlc -nostdlib -I boot -linkall -o ocaml.tmp toplevel/toplevellib.cma toplevel/topstart.cmo
  614. cd lex; make all
  615. cd stdlib; make all
  616. make[2]: entrant dans le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/lex »
  617. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A cset.mli
  618. make[2]: entrant dans le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/stdlib »
  619. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags pervasives.cmi` -c pervasives.mli
  620. ../boot/ocamlyacc -v parser.mly
  621. ../boot/ocamlrun ../boot/ocamllex lexer.mll
  622. byterun/ocamlrun ./expunge ocaml.tmp ocaml arg array arrayLabels buffer callback camlinternalLazy camlinternalMod camlinternalOO char complex digest filename format gc genlex hashtbl int32 int64 lazy lexing list listLabels map marshal moreLabels nativeint obj oo parsing pervasives printexc printf queue random scanf set sort stack stdLabels stream string stringLabels sys weak outcometree topdirs toploop
  623. rm -f ocaml.tmp
  624. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags pervasives.cmo` -c pervasives.ml
  625. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A table.mli
  626. 95 states, 1162 transitions, table size 5218 bytes
  627. 1784 additional bytes used for bindings
  628. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A cset.ml
  629. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A syntax.mli
  630. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags array.cmi` -c array.mli
  631. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A table.ml
  632. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags list.cmi` -c list.mli
  633. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A lexgen.mli
  634. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A syntax.ml
  635. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags char.cmi` -c char.mli
  636. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A parser.mli
  637. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags string.cmi` -c string.mli
  638. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A lexgen.ml
  639. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags sys.cmi` -c sys.mli
  640. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags hashtbl.cmi` -c hashtbl.mli
  641. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags sort.cmi` -c sort.mli
  642. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A compact.mli
  643. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A common.mli
  644. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags marshal.cmi` -c marshal.mli
  645. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags obj.cmi` -c obj.mli
  646. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags int32.cmi` -c int32.mli
  647. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags int64.cmi` -c int64.mli
  648. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags nativeint.cmi` -c nativeint.mli
  649. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags lexing.cmi` -c lexing.mli
  650. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags set.cmi` -c set.mli
  651. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags map.cmi` -c map.mli
  652. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags stack.cmi` -c stack.mli
  653. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A parser.ml
  654. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A lexer.mli
  655. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A compact.ml
  656. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags queue.cmi` -c queue.mli
  657. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A common.ml
  658. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalLazy.cmi` -c camlinternalLazy.mli
  659. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags lazy.cmi` -c lazy.mli
  660. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A output.mli
  661. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags stream.cmi` -c stream.mli
  662. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A outputbis.mli
  663. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A lexer.ml
  664. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags buffer.cmi` -c buffer.mli
  665. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags scanf.cmi` -c scanf.mli
  666. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A output.ml
  667. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags arg.cmi` -c arg.mli
  668. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A outputbis.ml
  669. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A main.ml
  670. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags printexc.cmi` -c printexc.mli
  671. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -o ocamllex cset.cmo syntax.cmo parser.cmo lexer.cmo table.cmo lexgen.cmo compact.cmo common.cmo output.cmo outputbis.cmo main.cmo
  672. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags gc.cmi` -c gc.mli
  673. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags digest.cmi` -c digest.mli
  674. make[2]: quittant le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/lex »
  675. cd tools; make all
  676. make[2]: entrant dans le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/tools »
  677. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver depend.mli
  678. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver ocamlprof.ml
  679. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver profiling.mli
  680. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver ocamlcp.ml
  681. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags random.cmi` -c random.mli
  682. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags callback.cmi` -c callback.mli
  683. sed -e 's|%%BINDIR%%|/usr/local/bin|' ocamlmktop.tpl > ocamlmktop
  684. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalOO.cmi` -c camlinternalOO.mli
  685. chmod +x ocamlmktop
  686. ../build/mkmyocamlbuild_config.sh
  687. cp ../myocamlbuild_config.ml .
  688. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalMod.cmi` -c camlinternalMod.mli
  689. echo '(* THIS FILE IS GENERATED FROM ocamlmklib.mlp *)' >ocamlmklib.ml
  690. ../boot/ocamlrun ../boot/ocamllex lexer301.mll
  691. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags genlex.cmi` -c genlex.mli
  692. sed -e "s|%%BINDIR%%|/usr/local/bin|" \
  693. -e "s|%%SUPPORTS_SHARED_LIBRARIES%%|true|" \
  694. -e "s|%%MKSHAREDLIB%%||" \
  695. -e "s|%%BYTECCRPATH%%|-Wl,-rpath,|" \
  696. -e "s|%%NATIVECCRPATH%%|-Wl,-rpath,|" \
  697. -e "s|%%MKSHAREDLIBRPATH%%|-Wl,-rpath,|" \
  698. -e "s|%%RANLIB%%|ranlib|" \
  699. ocamlmklib.mlp >> ocamlmklib.ml
  700. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags weak.cmi` -c weak.mli
  701. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -w sl -o addlabels \
  702. misc.cmo config.cmo clflags.cmo terminfo.cmo linenum.cmo warnings.cmo location.cmo longident.cmo syntaxerr.cmo parser.cmo lexer.cmo parse.cmo addlabels.ml
  703. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags filename.cmi` -c filename.mli
  704. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags complex.cmi` -c complex.mli
  705. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags arrayLabels.cmi` -c arrayLabels.mli
  706. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags listLabels.cmi` -c listLabels.mli
  707. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags stringLabels.cmi` -c stringLabels.mli
  708. 120 states, 2733 transitions, table size 11652 bytes
  709. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags moreLabels.cmi` -c moreLabels.mli
  710. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags stdLabels.cmi` -c stdLabels.mli
  711. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags std_exit.cmo` -c std_exit.ml
  712. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags array.cmo` -c array.ml
  713. unset LC_ALL || : ; \
  714. unset LC_CTYPE || : ; \
  715. unset LC_COLLATE LANG || : ; \
  716. sed -e '/\/\*/d' \
  717. -e '/^#/d' \
  718. -e 's/enum \(.*\) {/let names_of_\1 = [|/' \
  719. -e 's/};$/ |]/' \
  720. -e 's/\([A-Z][A-Z_0-9a-z]*\)/"\1"/g' \
  721. -e 's/,/;/g' \
  722. ../byterun/instruct.h > opnames.ml
  723. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver depend.ml
  724. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags list.cmo` -c list.ml
  725. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver ocamldep.ml
  726. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags char.cmo` -c char.ml
  727. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags string.cmo` -c string.ml
  728. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags sys.cmo` -c sys.ml
  729. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver profiling.ml
  730. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags hashtbl.cmo` -c hashtbl.ml
  731. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -o ocamlcp main_args.cmo ocamlcp.cmo
  732. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver myocamlbuild_config.ml
  733. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver lexer301.ml
  734. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags sort.cmo` -c sort.ml
  735. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver opnames.ml
  736. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags marshal.cmo` -c marshal.ml
  737. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -o ocamldep misc.cmo config.cmo clflags.cmo terminfo.cmo linenum.cmo warnings.cmo location.cmo longident.cmo syntaxerr.cmo parser.cmo lexer.cmo parse.cmo depend.cmo ocamldep.cmo
  738. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags obj.cmo` -c obj.ml
  739. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -o ocamlprof misc.cmo config.cmo clflags.cmo terminfo.cmo linenum.cmo warnings.cmo location.cmo longident.cmo syntaxerr.cmo parser.cmo lexer.cmo parse.cmo ocamlprof.cmo
  740. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags int32.cmo` -c int32.ml
  741. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver ocamlmklib.ml
  742. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags int64.cmo` -c int64.ml
  743. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver scrapelabels.ml
  744. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags nativeint.cmo` -c nativeint.ml
  745. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags lexing.cmo` -c lexing.ml
  746. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags parsing.cmi` -c parsing.mli
  747. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver dumpobj.ml
  748. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags set.cmo` -c set.ml
  749. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -o ocamlmklib myocamlbuild_config.cmo \
  750. ocamlmklib.cmo
  751. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -o dumpobj \
  752. misc.cmo tbl.cmo config.cmo ident.cmo \
  753. opcodes.cmo bytesections.cmo opnames.cmo dumpobj.cmo
  754. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags map.cmo` -c map.ml
  755. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags stack.cmo` -c stack.ml
  756. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags queue.cmo` -c queue.ml
  757. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalLazy.cmo` -c camlinternalLazy.ml
  758. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags lazy.cmo` -c lazy.ml
  759. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -o scrapelabels misc.cmo warnings.cmo linenum.cmo location.cmo lexer301.cmo scrapelabels.cmo
  760. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags stream.cmo` -c stream.ml
  761. make[2]: quittant le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/tools »
  762. for i in unix str num dynlink bigarray systhreads threads graph dbm labltk; do \
  763. (cd otherlibs/$i; make RUNTIME= all) || exit $?; \
  764. done
  765. make[2]: entrant dans le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/otherlibs/unix »
  766. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c accept.c
  767. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags buffer.cmo` -c buffer.ml
  768. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags printf.cmi` -c printf.mli
  769. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c access.c
  770. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags format.cmi` -c format.mli
  771. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c addrofstr.c
  772. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags scanf.cmo` -c scanf.ml
  773. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags arg.cmo` -c arg.ml
  774. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c alarm.c
  775. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c bind.c
  776. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags printexc.cmo` -c printexc.ml
  777. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c chdir.c
  778. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c chmod.c
  779. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c chown.c
  780. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c chroot.c
  781. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags gc.cmo` -c gc.ml
  782. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c close.c
  783. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c closedir.c
  784. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c connect.c
  785. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c cst2constr.c
  786. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c cstringv.c
  787. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags digest.cmo` -c digest.ml
  788. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags random.cmo` -c random.ml
  789. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags callback.cmo` -c callback.ml
  790. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c dup.c
  791. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalOO.cmo` -c camlinternalOO.ml
  792. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c dup2.c
  793. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags oo.cmi` -c oo.mli
  794. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c envir.c
  795. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c errmsg.c
  796. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c execv.c
  797. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c execve.c
  798. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c execvp.c
  799. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalMod.cmo` -c camlinternalMod.ml
  800. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c exit.c
  801. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags genlex.cmo` -c genlex.ml
  802. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c fchmod.c
  803. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c fchown.c
  804. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c fcntl.c
  805. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags weak.cmo` -c weak.ml
  806. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c fork.c
  807. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c ftruncate.c
  808. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags filename.cmo` -c filename.ml
  809. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c getaddrinfo.c
  810. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags complex.cmo` -c complex.ml
  811. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags arrayLabels.cmo` -c arrayLabels.ml
  812. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c getcwd.c
  813. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c getegid.c
  814. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c geteuid.c
  815. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags listLabels.cmo` -c listLabels.ml
  816. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c getgid.c
  817. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags stringLabels.cmo` -c stringLabels.ml
  818. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c getgr.c
  819. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags moreLabels.cmo` -c moreLabels.ml
  820. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c getgroups.c
  821. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags stdLabels.cmo` -c stdLabels.ml
  822. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags parsing.cmo` -c parsing.ml
  823. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c gethost.c
  824. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c gethostname.c
  825. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags printf.cmo` -c printf.ml
  826. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c getlogin.c
  827. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c getnameinfo.c
  828. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c getpeername.c
  829. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags format.cmo` -c format.ml
  830. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c getpid.c
  831. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c getppid.c
  832. ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags oo.cmo` -c oo.ml
  833. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c getproto.c
  834. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c getpw.c
  835. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c gettimeofday.c
  836. ../boot/ocamlrun ../ocamlc -a -o stdlib.cma pervasives.cmo array.cmo list.cmo char.cmo string.cmo sys.cmo hashtbl.cmo sort.cmo marshal.cmo obj.cmo int32.cmo int64.cmo nativeint.cmo lexing.cmo parsing.cmo set.cmo map.cmo stack.cmo queue.cmo camlinternalLazy.cmo lazy.cmo stream.cmo buffer.cmo printf.cmo format.cmo scanf.cmo arg.cmo printexc.cmo gc.cmo digest.cmo random.cmo callback.cmo camlinternalOO.cmo oo.cmo camlinternalMod.cmo genlex.cmo weak.cmo filename.cmo complex.cmo arrayLabels.cmo listLabels.cmo stringLabels.cmo moreLabels.cmo stdLabels.cmo
  837. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c getserv.c
  838. make[2]: quittant le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/stdlib »
  839. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c getsockname.c
  840. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c getuid.c
  841. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c gmtime.c
  842. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c isatty.c
  843. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c itimer.c
  844. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c kill.c
  845. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c link.c
  846. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c listen.c
  847. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c lockf.c
  848. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c lseek.c
  849. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c mkdir.c
  850. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c mkfifo.c
  851. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c nice.c
  852. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c open.c
  853. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c opendir.c
  854. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c pipe.c
  855. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c putenv.c
  856. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c read.c
  857. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c readdir.c
  858. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c readlink.c
  859. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c rename.c
  860. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c rewinddir.c
  861. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c rmdir.c
  862. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c select.c
  863. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c sendrecv.c
  864. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c setgid.c
  865. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c setsid.c
  866. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c setuid.c
  867. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c shutdown.c
  868. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c signals.c
  869. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c sleep.c
  870. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c socket.c
  871. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c socketaddr.c
  872. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c socketpair.c
  873. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c sockopt.c
  874. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c stat.c
  875. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c strofaddr.c
  876. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c symlink.c
  877. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c termios.c
  878. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c time.c
  879. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c times.c
  880. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c truncate.c
  881. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c umask.c
  882. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c unixsupport.c
  883. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c unlink.c
  884. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c utimes.c
  885. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c wait.c
  886. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c write.c
  887. ../../ocamlcomp.sh -c -warn-error A -g -nolabels unix.mli
  888. ../../boot/ocamlrun ../../tools/ocamlmklib -oc unix accept.o access.o addrofstr.o alarm.o bind.o chdir.o chmod.o chown.o chroot.o close.o closedir.o connect.o cst2constr.o cstringv.o dup.o dup2.o envir.o errmsg.o execv.o execve.o execvp.o exit.o fchmod.o fchown.o fcntl.o fork.o ftruncate.o getaddrinfo.o getcwd.o getegid.o geteuid.o getgid.o getgr.o getgroups.o gethost.o gethostname.o getlogin.o getnameinfo.o getpeername.o getpid.o getppid.o getproto.o getpw.o gettimeofday.o getserv.o getsockname.o getuid.o gmtime.o isatty.o itimer.o kill.o link.o listen.o lockf.o lseek.o mkdir.o mkfifo.o nice.o open.o opendir.o pipe.o putenv.o read.o readdir.o readlink.o rename.o rewinddir.o rmdir.o select.o sendrecv.o setgid.o setsid.o setuid.o shutdown.o signals.o sleep.o socket.o socketaddr.o socketpair.o sockopt.o stat.o strofaddr.o symlink.o termios.o time.o times.o truncate.o umask.o unixsupport.o unlink.o utimes.o wait.o write.o
  889. ../../ocamlcomp.sh -c -warn-error A -g -nolabels unix.ml
  890. ../../ocamlcomp.sh -c -warn-error A -g -nolabels unixLabels.mli
  891. ../../ocamlcomp.sh -c -warn-error A -g -nolabels unixLabels.ml
  892. ../../boot/ocamlrun ../../tools/ocamlmklib -o unix -oc unix -ocamlc '../../ocamlcomp.sh' -linkall unix.cmo unixLabels.cmo
  893. make[2]: quittant le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/otherlibs/unix »
  894. make[2]: entrant dans le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/otherlibs/str »
  895. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c strstubs.c
  896. ../../ocamlcomp.sh -c -warn-error A -g str.mli
  897. ../../ocamlcomp.sh -c -warn-error A -g str.ml
  898. ../../boot/ocamlrun ../../tools/ocamlmklib -oc str strstubs.o
  899. ../../boot/ocamlrun ../../tools/ocamlmklib -o str -oc str -ocamlc '../../ocamlcomp.sh' -linkall str.cmo
  900. make[2]: quittant le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/otherlibs/str »
  901. make[2]: entrant dans le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/otherlibs/num »
  902. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -DBNG_ARCH_ia32 -DBNG_ASM_LEVEL=2 -c bng.c
  903. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -DBNG_ARCH_ia32 -DBNG_ASM_LEVEL=2 -c nat_stubs.c
  904. ../../ocamlcomp.sh -c -warn-error A -g int_misc.mli
  905. ../../ocamlcomp.sh -c -warn-error A -g nat.mli
  906. ../../ocamlcomp.sh -c -warn-error A -g arith_flags.mli
  907. ../../ocamlcomp.sh -c -warn-error A -g arith_status.mli
  908. ../../ocamlcomp.sh -c -warn-error A -g int_misc.ml
  909. ../../ocamlcomp.sh -c -warn-error A -g nat.ml
  910. ../../ocamlcomp.sh -c -warn-error A -g big_int.mli
  911. ../../ocamlcomp.sh -c -warn-error A -g arith_flags.ml
  912. ../../ocamlcomp.sh -c -warn-error A -g arith_status.ml
  913. ../../boot/ocamlrun ../../tools/ocamlmklib -oc nums bng.o nat_stubs.o
  914. ../../ocamlcomp.sh -c -warn-error A -g big_int.ml
  915. ../../ocamlcomp.sh -c -warn-error A -g ratio.mli
  916. ../../ocamlcomp.sh -c -warn-error A -g ratio.ml
  917. ../../ocamlcomp.sh -c -warn-error A -g num.mli
  918. ../../ocamlcomp.sh -c -warn-error A -g num.ml
  919. ../../boot/ocamlrun ../../tools/ocamlmklib -o nums -oc nums -ocamlc '../../ocamlcomp.sh' -linkall int_misc.cmo nat.cmo big_int.cmo arith_flags.cmo ratio.cmo num.cmo arith_status.cmo
  920. make[2]: quittant le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/otherlibs/num »
  921. make[2]: entrant dans le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/otherlibs/dynlink »
  922. ../../boot/ocamlrun ../../ocamlc -warn-error A -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -pack -o dynlinkaux.cmo ../../utils/misc.cmo ../../utils/config.cmo ../../utils/clflags.cmo ../../utils/tbl.cmo ../../utils/consistbl.cmo ../../utils/terminfo.cmo ../../utils/warnings.cmo ../../parsing/asttypes.cmi ../../parsing/linenum.cmo ../../parsing/location.cmo ../../parsing/longident.cmo ../../typing/ident.cmo ../../typing/path.cmo ../../typing/primitive.cmo ../../typing/types.cmo ../../typing/btype.cmo ../../typing/subst.cmo ../../typing/predef.cmo ../../typing/datarepr.cmo ../../typing/env.cmo ../../bytecomp/lambda.cmo ../../bytecomp/instruct.cmo ../../bytecomp/cmo_format.cmi ../../bytecomp/opcodes.cmo ../../bytecomp/runtimedef.cmo ../../bytecomp/bytesections.cmo ../../bytecomp/dll.cmo ../../bytecomp/meta.cmo ../../bytecomp/symtable.cmo
  923. ../../boot/ocamlrun ../../ocamlc -c -warn-error A -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp dynlink.mli
  924. ../../boot/ocamlrun ../../ocamlc -c -warn-error A -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp extract_crc.ml
  925. ../../boot/ocamlrun ../../ocamlc -c -warn-error A -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp dynlink.ml
  926. ../../boot/ocamlrun ../../ocamlc -warn-error A -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -ccopt "-Wl,-E" -a -o dynlink.cma dynlinkaux.cmo dynlink.cmo
  927. ../../boot/ocamlrun ../../ocamlc -warn-error A -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -o extract_crc dynlink.cma extract_crc.cmo
  928. make[2]: quittant le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/otherlibs/dynlink »
  929. make[2]: entrant dans le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/otherlibs/bigarray »
  930. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -I../unix -DIN_OCAML_BIGARRAY -DCAML_NAME_SPACE -c bigarray_stubs.c
  931. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -I../unix -DIN_OCAML_BIGARRAY -DCAML_NAME_SPACE -c mmap_unix.c
  932. ../../ocamlcomp.sh -c -warn-error A -g -I ../unix bigarray.mli
  933. ../../ocamlcomp.sh -c -warn-error A -g -I ../unix bigarray.ml
  934. ../../boot/ocamlrun ../../tools/ocamlmklib -o bigarray -oc bigarray -ocamlc '../../ocamlcomp.sh' -linkall bigarray.cmo
  935. ../../boot/ocamlrun ../../tools/ocamlmklib -oc bigarray bigarray_stubs.o mmap_unix.o
  936. make[2]: quittant le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/otherlibs/bigarray »
  937. make[2]: entrant dans le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/otherlibs/systhreads »
  938. gcc -O -I../../byterun -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC \
  939. -c posix.c
  940. ln -s thread_posix.ml thread.ml
  941. ../../ocamlcomp.sh -I ../unix -c -warn-error A -g thread.mli
  942. ../../ocamlcomp.sh -I ../unix -c -warn-error A -g mutex.mli
  943. ../../ocamlcomp.sh -I ../unix -c -warn-error A -g event.mli
  944. ../../ocamlcomp.sh -I ../unix -c -warn-error A -g threadUnix.mli
  945. ../../ocamlcomp.sh -I ../unix -c -warn-error A -g thread.ml
  946. ../../ocamlcomp.sh -I ../unix -c -warn-error A -g mutex.ml
  947. ../../ocamlcomp.sh -I ../unix -c -warn-error A -g condition.mli
  948. ../../ocamlcomp.sh -I ../unix -c -warn-error A -g threadUnix.ml
  949. ../../ocamlcomp.sh -I ../unix -c -warn-error A -g condition.ml
  950. ../../ocamlcomp.sh -I ../unix -c -warn-error A -g event.ml
  951. mv posix.o posix_b.o
  952. ../../boot/ocamlrun ../../tools/ocamlmklib -o threads posix_b.o
  953. ../../boot/ocamlrun ../../tools/ocamlmklib -ocamlc '../../ocamlcomp.sh -I ../unix' -o threads thread.cmo mutex.cmo condition.cmo event.cmo threadUnix.cmo \
  954. -cclib -lunix -cclib -lpthread
  955. make[2]: quittant le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/otherlibs/systhreads »
  956. make[2]: entrant dans le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/otherlibs/threads »
  957. gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -g -c -o scheduler.o scheduler.c
  958. ln -s -f ../unix/unix.mli unix.mli
  959. ln -s -f ../unix/unix.cmi unix.cmi
  960. ../../ocamlcomp.sh -I ../unix -c -warn-error A mutex.mli
  961. ../../ocamlcomp.sh -I ../unix -c -warn-error A event.mli
  962. ln -s ../../stdlib/pervasives.mli pervasives.mli
  963. ln -s ../../stdlib/pervasives.cmi pervasives.cmi
  964. ln -s ../../stdlib/marshal.mli marshal.mli
  965. ln -s ../../stdlib/marshal.cmi marshal.cmi
  966. ../../ocamlcomp.sh -I ../unix -warn-error A -c unix.ml
  967. ../../ocamlcomp.sh -I ../unix -c -warn-error A condition.mli
  968. ../../ocamlcomp.sh -I ../unix -c -warn-error A event.ml
  969. ../../ocamlcomp.sh -I ../unix -c -warn-error A thread.mli
  970. ../../ocamlcomp.sh -I ../unix -c -warn-error A threadUnix.mli
  971. ../../ocamlcomp.sh -I ../unix -warn-error A -nopervasives -c pervasives.ml
  972. ../../boot/ocamlrun ../../tools/ocamlmklib -ocamlc '../../ocamlcomp.sh -I ../unix' -o unix -linkall unix.cmo ../unix/unixLabels.cmo
  973. ../../boot/ocamlrun ../../tools/ocamlmklib -o threads -oc vmthreads scheduler.o
  974. ../../ocamlcomp.sh -I ../unix -c -warn-error A thread.ml
  975. ../../ocamlcomp.sh -I ../unix -c -warn-error A mutex.ml
  976. ../../ocamlcomp.sh -I ../unix -c -warn-error A condition.ml
  977. ../../ocamlcomp.sh -I ../unix -c -warn-error A threadUnix.ml
  978. ../../boot/ocamlrun ../../tools/ocamlmklib -ocamlc '../../ocamlcomp.sh -I ../unix' -o threads -oc vmthreads thread.cmo mutex.cmo condition.cmo event.cmo threadUnix.cmo
  979. ../../ocamlcomp.sh -I ../unix -warn-error A -c marshal.ml
  980. ../../ocamlcomp.sh -I ../unix -a -o stdlib.cma pervasives.cmo ../../stdlib/array.cmo ../../stdlib/list.cmo ../../stdlib/char.cmo ../../stdlib/string.cmo ../../stdlib/sys.cmo ../../stdlib/hashtbl.cmo ../../stdlib/sort.cmo marshal.cmo ../../stdlib/obj.cmo ../../stdlib/int32.cmo ../../stdlib/int64.cmo ../../stdlib/nativeint.cmo ../../stdlib/lexing.cmo ../../stdlib/parsing.cmo ../../stdlib/set.cmo ../../stdlib/map.cmo ../../stdlib/stack.cmo ../../stdlib/queue.cmo ../../stdlib/camlinternalLazy.cmo ../../stdlib/lazy.cmo ../../stdlib/stream.cmo ../../stdlib/buffer.cmo ../../stdlib/printf.cmo ../../stdlib/format.cmo ../../stdlib/scanf.cmo ../../stdlib/arg.cmo ../../stdlib/printexc.cmo ../../stdlib/gc.cmo ../../stdlib/digest.cmo ../../stdlib/random.cmo ../../stdlib/camlinternalOO.cmo ../../stdlib/oo.cmo ../../stdlib/camlinternalMod.cmo ../../stdlib/genlex.cmo ../../stdlib/callback.cmo ../../stdlib/weak.cmo ../../stdlib/filename.cmo ../../stdlib/complex.cmo ../../stdlib/arrayLabels.cmo ../../stdlib/listLabels.cmo ../../stdlib/stringLabels.cmo ../../stdlib/stdLabels.cmo ../../stdlib/moreLabels.cmo
  981. make[2]: quittant le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/otherlibs/threads »
  982. make[2]: entrant dans le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/otherlibs/graph »
  983. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c open.c
  984. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c draw.c
  985. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c fill.c
  986. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c color.c
  987. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c text.c
  988. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c image.c
  989. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c make_img.c
  990. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c dump_img.c
  991. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c point_col.c
  992. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c sound.c
  993. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c events.c
  994. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c subwindow.c
  995. ../../ocamlcomp.sh -c -warn-error A -g graphics.mli
  996. ../../ocamlcomp.sh -c -warn-error A -g graphicsX11.mli
  997. ../../boot/ocamlrun ../../tools/ocamlmklib -oc graphics open.o draw.o fill.o color.o text.o image.o make_img.o dump_img.o point_col.o sound.o events.o subwindow.o -ldopt "-lX11"
  998. ../../ocamlcomp.sh -c -warn-error A -g graphics.ml
  999. ../../ocamlcomp.sh -c -warn-error A -g graphicsX11.ml
  1000. ../../boot/ocamlrun ../../tools/ocamlmklib -o graphics -oc graphics -ocamlc '../../ocamlcomp.sh' -linkall graphics.cmo graphicsX11.cmo -cclib "\"-lX11\""
  1001. make[2]: quittant le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/otherlibs/graph »
  1002. make[2]: entrant dans le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/otherlibs/dbm »
  1003. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c cldbm.c
  1004. ../../ocamlcomp.sh -c -warn-error A -g dbm.mli
  1005. ../../ocamlcomp.sh -c -warn-error A -g dbm.ml
  1006. ../../boot/ocamlrun ../../tools/ocamlmklib -o dbm -oc mldbm -ocamlc '../../ocamlcomp.sh' -linkall dbm.cmo -lgdbm_compat -lgdbm
  1007. ../../boot/ocamlrun ../../tools/ocamlmklib -oc mldbm cldbm.o
  1008. make[2]: quittant le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/otherlibs/dbm »
  1009. make[2]: entrant dans le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/otherlibs/labltk »
  1010. cd support; make
  1011. make[3]: entrant dans le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/otherlibs/labltk/support »
  1012. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix support.mli
  1013. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix rawwidget.mli
  1014. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix timer.mli
  1015. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix fileevent.mli
  1016. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../../byterun -I/usr/include/tcl8.4 -I/usr/include/tk8.4 -fPIC -c cltkCaml.c
  1017. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../../byterun -I/usr/include/tcl8.4 -I/usr/include/tk8.4 -fPIC -c cltkUtf.c
  1018. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../../byterun -I/usr/include/tcl8.4 -I/usr/include/tk8.4 -fPIC -c cltkEval.c
  1019. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../../byterun -I/usr/include/tcl8.4 -I/usr/include/tk8.4 -fPIC -c cltkEvent.c
  1020. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../../byterun -I/usr/include/tcl8.4 -I/usr/include/tk8.4 -fPIC -c cltkFile.c
  1021. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../../byterun -I/usr/include/tcl8.4 -I/usr/include/tk8.4 -fPIC -c cltkMain.c
  1022. cltkEval.c: In function ‘fill_args’:
  1023. cltkEval.c:145: warning: passing argument 2 of ‘Tcl_Merge’ from incompatible pointer type
  1024. cltkEval.c: In function ‘camltk_tcl_direct_eval’:
  1025. cltkEval.c:210: warning: passing argument 4 of ‘info.proc’ from incompatible pointer type
  1026. cltkEval.c:220: warning: passing argument 4 of ‘info.proc’ from incompatible pointer type
  1027. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../../byterun -I/usr/include/tcl8.4 -I/usr/include/tk8.4 -fPIC -c cltkMisc.c
  1028. cltkMain.c: In function ‘camltk_opentk’:
  1029. cltkMain.c:128: warning: passing argument 2 of ‘Tcl_Merge’ from incompatible pointer type
  1030. cltkMisc.c: In function ‘camltk_splitlist’:
  1031. cltkMisc.c:38: warning: passing argument 4 of ‘Tcl_SplitList’ from incompatible pointer type
  1032. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../../byterun -I/usr/include/tcl8.4 -I/usr/include/tk8.4 -fPIC -c cltkTimer.c
  1033. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../../byterun -I/usr/include/tcl8.4 -I/usr/include/tk8.4 -fPIC -c cltkVar.c
  1034. cltkVar.c: In function ‘camltk_getvar’:
  1035. cltkVar.c:37: warning: assignment discards qualifiers from pointer target type
  1036. cltkVar.c: In function ‘camltk_setvar’:
  1037. cltkVar.c:59: warning: assignment discards qualifiers from pointer target type
  1038. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../../byterun -I/usr/include/tcl8.4 -I/usr/include/tk8.4 -fPIC -c cltkWait.c
  1039. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../../byterun -I/usr/include/tcl8.4 -I/usr/include/tk8.4 -fPIC -c cltkImg.c
  1040. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix support.ml
  1041. cltkImg.c: In function ‘camltk_setimgdata_native’:
  1042. cltkImg.c:93: warning: pointer targets in assignment differ in signedness
  1043. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix rawwidget.ml
  1044. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix widget.mli
  1045. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix widget.ml
  1046. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix protocol.mli
  1047. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix -I ../../../otherlibs/systhreads -I ../../../otherlibs/threads tkthread.mli
  1048. ../../../boot/ocamlrun ../../../tools/ocamlmklib -o labltk cltkCaml.o cltkUtf.o cltkEval.o cltkEvent.o cltkFile.o cltkMain.o cltkMisc.o cltkTimer.o cltkVar.o cltkWait.o cltkImg.o -ldopt "-ltk8.4 -ltcl8.4 -ldl -lX11"
  1049. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix protocol.ml
  1050. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix textvariable.mli
  1051. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix timer.ml
  1052. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix fileevent.ml
  1053. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix camltkwrap.mli
  1054. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix textvariable.ml
  1055. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix -I ../../../otherlibs/systhreads -I ../../../otherlibs/threads tkthread.ml
  1056. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix camltkwrap.ml
  1057. make[3]: quittant le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/otherlibs/labltk/support »
  1058. cd compiler; make
  1059. make[3]: entrant dans le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/otherlibs/labltk/compiler »
  1060. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -g -g -I ../support flags.ml
  1061. (echo "let copyright=\"\\"; \
  1062. cat copyright; \
  1063. echo "\""; \
  1064. echo "let write ~w = w copyright;;") > copyright.ml
  1065. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -g -g -I ../support tsort.ml
  1066. ../../../boot/ocamlrun ../../../boot/ocamllex lexer.mll
  1067. 45 states, 921 transitions, table size 3954 bytes
  1068. ../../../boot/ocamlyacc -v -v parser.mly
  1069. 3 shift/reduce conflicts.
  1070. ../../../boot/ocamlrun ../../../boot/ocamllex pplex.mll
  1071. ../../../boot/ocamlyacc -v -v ppyac.mly
  1072. 44 states, 754 transitions, table size 3280 bytes
  1073. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -g -g -I ../support code.mli
  1074. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -g -g -I ../support copyright.ml
  1075. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -g -g -I ../support tables.ml
  1076. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -g -g -I ../support parser.mli
  1077. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -g -g -I ../support ppyac.mli
  1078. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -g -g -I ../support ppexec.ml
  1079. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -g -g -I ../support lexer.ml
  1080. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -g -g -I ../support pplex.mli
  1081. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -g -g -I ../support ppyac.ml
  1082. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -g -g -I ../support ppparse.ml
  1083. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -g -g -I ../support printer.ml
  1084. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -g -g -I ../support pplex.ml
  1085. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -g -g -I ../support parser.ml
  1086. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -g -g -I ../support compile.ml
  1087. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -g -g -I ../support pp.ml
  1088. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -g -o pp pplex.cmo ppyac.cmo ppexec.cmo ppparse.cmo pp.cmo
  1089. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -g -g -I ../support intf.ml
  1090. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -g -g -I ../support maincompile.ml
  1091. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -g -o tkcompiler ../support/support.cmo flags.cmo copyright.cmo tsort.cmo tables.cmo printer.cmo lexer.cmo pplex.cmo ppyac.cmo ppexec.cmo ppparse.cmo parser.cmo compile.cmo intf.cmo maincompile.cmo
  1092. make[3]: quittant le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/otherlibs/labltk/compiler »
  1093. cd labltk; make -f Makefile.gen
  1094. make[3]: entrant dans le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/otherlibs/labltk/labltk »
  1095. cd ..; ../../boot/ocamlrun compiler/tkcompiler -outdir labltk
  1096. (echo 'open StdLabels'; \
  1097. echo 'open Widget'; \
  1098. echo 'open Protocol'; \
  1099. echo 'open Support'; \
  1100. echo 'open Textvariable'; \
  1101. cat ../builtin/report.ml; \
  1102. cat ../builtin/builtin_*.ml; \
  1103. cat _tkgen.ml; \
  1104. echo ; \
  1105. echo ; \
  1106. echo 'module Tkintf = struct'; \
  1107. cat ../builtin/builtini_*.ml; \
  1108. cat _tkigen.ml; \
  1109. echo 'end (* module Tkintf *)'; \
  1110. echo ; \
  1111. echo ; \
  1112. echo 'open Tkintf' ;\
  1113. echo ; \
  1114. echo ; \
  1115. cat ../builtin/builtinf_*.ml; \
  1116. cat _tkfgen.ml; \
  1117. echo ; \
  1118. ) > _tk.ml
  1119. (echo 'open StdLabels'; \
  1120. echo 'open Widget'; \
  1121. echo 'open Protocol'; \
  1122. echo 'open Support'; \
  1123. echo 'open Textvariable'; \
  1124. cat ../builtin/report.ml; \
  1125. cat ../builtin/builtin_*.ml; \
  1126. cat _tkgen.ml; \
  1127. echo ; \
  1128. echo ; \
  1129. echo 'module Tkintf = struct'; \
  1130. cat ../builtin/builtini_*.ml; \
  1131. cat _tkigen.ml; \
  1132. echo 'end (* module Tkintf *)'; \
  1133. echo ; \
  1134. echo ; \
  1135. echo 'open Tkintf' ;\
  1136. echo ; \
  1137. echo ; \
  1138. cat ../builtin/builtinf_*.ml; \
  1139. cat _tkfgen.ml; \
  1140. echo ; \
  1141. ) > _tk.ml
  1142. (echo 'open StdLabels'; \
  1143. echo 'open Widget'; \
  1144. echo 'open Protocol'; \
  1145. echo 'open Support'; \
  1146. echo 'open Textvariable'; \
  1147. cat ../builtin/report.ml; \
  1148. cat ../builtin/builtin_*.ml; \
  1149. cat _tkgen.ml; \
  1150. echo ; \
  1151. echo ; \
  1152. echo 'module Tkintf = struct'; \
  1153. cat ../builtin/builtini_*.ml; \
  1154. cat _tkigen.ml; \
  1155. echo 'end (* module Tkintf *)'; \
  1156. echo ; \
  1157. echo ; \
  1158. echo 'open Tkintf' ;\
  1159. echo ; \
  1160. echo ; \
  1161. cat ../builtin/builtinf_*.ml; \
  1162. cat _tkfgen.ml; \
  1163. echo ; \
  1164. ) > _tk.ml
  1165. ../../../boot/ocamlrun ../compiler/pp < _tk.ml > tk.ml
  1166. ../../../boot/ocamlrun ../compiler/pp < _tk.ml > tk.ml
  1167. ../../../boot/ocamlrun ../compiler/pp < _tk.ml > tk.ml
  1168. rm -f _tk.ml
  1169. ../../../boot/ocamlrun ../../../tools/ocamldep -slash -I ../support [a-z]*.mli [a-z]*.ml > .depend
  1170. rm -f _tk.ml
  1171. ../../../boot/ocamlrun ../../../tools/ocamldep -slash -I ../support [a-z]*.mli [a-z]*.ml > .depend
  1172. rm -f _tk.ml
  1173. ../../../boot/ocamlrun ../../../tools/ocamldep -slash -I ../support [a-z]*.mli [a-z]*.ml > .depend
  1174. make[3]: quittant le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/otherlibs/labltk/labltk »
  1175. cd labltk; make
  1176. make[3]: entrant dans le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/otherlibs/labltk/labltk »
  1177. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix tk.ml
  1178. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix place.mli
  1179. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix wm.mli
  1180. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix imagephoto.mli
  1181. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix canvas.mli
  1182. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix button.mli
  1183. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix text.mli
  1184. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix label.mli
  1185. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix scrollbar.mli
  1186. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix image.mli
  1187. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix encoding.mli
  1188. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix pixmap.mli
  1189. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix palette.mli
  1190. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix font.mli
  1191. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix message.mli
  1192. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix menu.mli
  1193. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix entry.mli
  1194. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix listbox.mli
  1195. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix focus.mli
  1196. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix menubutton.mli
  1197. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix pack.mli
  1198. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix option.mli
  1199. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix toplevel.mli
  1200. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix frame.mli
  1201. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix dialog.mli
  1202. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix imagebitmap.mli
  1203. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix clipboard.mli
  1204. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix radiobutton.mli
  1205. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix tkwait.mli
  1206. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix grab.mli
  1207. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix selection.mli
  1208. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix scale.mli
  1209. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix optionmenu.mli
  1210. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix winfo.mli
  1211. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix grid.mli
  1212. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix checkbutton.mli
  1213. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix bell.mli
  1214. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix tkvars.mli
  1215. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix place.ml
  1216. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix wm.ml
  1217. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix imagephoto.ml
  1218. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix canvas.ml
  1219. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix button.ml
  1220. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix text.ml
  1221. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix label.ml
  1222. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix scrollbar.ml
  1223. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix image.ml
  1224. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix encoding.ml
  1225. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix pixmap.ml
  1226. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix palette.ml
  1227. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix font.ml
  1228. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix message.ml
  1229. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix menu.ml
  1230. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix entry.ml
  1231. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix listbox.ml
  1232. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix focus.ml
  1233. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix menubutton.ml
  1234. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix pack.ml
  1235. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix option.ml
  1236. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix toplevel.ml
  1237. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix frame.ml
  1238. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix dialog.ml
  1239. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix imagebitmap.ml
  1240. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix clipboard.ml
  1241. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix radiobutton.ml
  1242. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix tkwait.ml
  1243. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix grab.ml
  1244. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix selection.ml
  1245. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix scale.ml
  1246. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix optionmenu.ml
  1247. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix winfo.ml
  1248. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix grid.ml
  1249. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix checkbutton.ml
  1250. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix bell.ml
  1251. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix tkvars.ml
  1252. ../../../boot/ocamlrun ../../../ocamlc -nostdlib -I ../../../stdlib -c -warn-error A -I ../support -I ../../../otherlibs/win32unix -I ../../../otherlibs/unix labltk.ml
  1253. make[3]: quittant le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/otherlibs/labltk/labltk »
  1254. cd camltk; make -f Makefile.gen
  1255. make[3]: entrant dans le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/otherlibs/labltk/camltk »
  1256. cd ..; ../../boot/ocamlrun compiler/tkcompiler -camltk -outdir camltk
  1257. (echo '##define CAMLTK'; \
  1258. echo 'include Camltkwrap'; \
  1259. echo 'open Widget'; \
  1260. echo 'open Protocol'; \
  1261. echo 'open Textvariable'; \
  1262. echo ; \
  1263. cat ../builtin/report.ml; \
  1264. echo ; \
  1265. cat ../builtin/builtin_*.ml; \
  1266. echo ; \
  1267. cat _tkgen.ml; \
  1268. echo ; \
  1269. echo ; \
  1270. echo 'module Tkintf = struct'; \
  1271. cat ../builtin/builtini_*.ml; \
  1272. cat _tkigen.ml; \
  1273. echo 'end (* module Tkintf *)'; \
  1274. echo ; \
  1275. echo ; \
  1276. echo 'open Tkintf' ;\
  1277. echo ; \
  1278. echo ; \
  1279. cat ../builtin/builtinf_*.ml; \
  1280. cat _tkfgen.ml; \
  1281. echo ; \
  1282. ) > _cTk.ml
  1283. (echo '##define CAMLTK'; \
  1284. echo 'include Camltkwrap'; \
  1285. echo 'open Widget'; \
  1286. echo 'open Protocol'; \
  1287. echo 'open Textvariable'; \
  1288. echo ; \
  1289. cat ../builtin/report.ml; \
  1290. echo ; \
  1291. cat ../builtin/builtin_*.ml; \
  1292. echo ; \
  1293. cat _tkgen.ml; \
  1294. echo ; \
  1295. echo ; \
  1296. echo 'module Tkintf = struct'; \
  1297. cat ../builtin/builtini_*.ml; \
  1298. cat _tkigen.ml; \
  1299. echo 'end (* module Tkintf *)'; \
  1300. echo ; \
  1301. echo ; \
  1302. echo 'open Tkintf' ;\
  1303. echo ; \
  1304. echo ; \
  1305. cat ../builtin/builtinf_*.ml; \
  1306. cat _tkfgen.ml; \
  1307. echo ; \
  1308. ) > _cTk.ml
  1309. (echo '##define CAMLTK'; \
  1310. echo 'include Camltkwrap'; \
  1311. echo 'open Widget'; \
  1312. echo 'open Protocol'; \
  1313. echo 'open Textvariable'; \
  1314. echo ; \
  1315. cat ../builtin/report.ml; \
  1316. echo ; \
  1317. cat ../builtin/builtin_*.ml; \
  1318. echo ; \
  1319. cat _tkgen.ml; \
  1320. echo ; \
  1321. echo ; \
  1322. echo 'module Tkintf = struct'; \
  1323. cat ../builtin/builtini_*.ml; \
  1324. cat _tkigen.ml; \
  1325. echo 'end (* module Tkintf *)'; \
  1326. echo ; \
  1327. echo ; \
  1328. echo 'open Tkintf' ;\
  1329. echo ; \
  1330. echo ; \
  1331. cat ../builtin/builtinf_*.ml; \
  1332. cat _tkfgen.ml; \
  1333. echo ; \
  1334. ) > _cTk.ml
  1335. ../../../boot/ocamlrun ../compiler/pp < _cTk.ml > cTk.ml
  1336. ../../../boot/ocamlrun ../compiler/pp < _cTk.ml > cTk.ml
  1337. rm -f _cTk.ml
  1338. rm -f _cTk.ml
  1339. ../../../boot/ocamlrun ../../../tools/ocamldep -slash -I ../support [a-z]*.mli [a-z]*.ml > .depend
  1340. ../../../boot/ocamlrun ../compiler/pp < _cTk.ml > cTk.ml
  1341. /bin/sh: _cTk.ml: Aucun fichier ou répertoire de ce type
  1342. make[3]: *** [.depend] Erreur 1
  1343. make[3]: *** Attente des tâches non terminées....
  1344. ../../../boot/ocamlrun ../../../tools/ocamldep -slash -I ../support [a-z]*.mli [a-z]*.ml > .depend
  1345. make[3]: quittant le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/otherlibs/labltk/camltk »
  1346. make[2]: *** [all] Erreur 2
  1347. make[2]: quittant le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml/otherlibs/labltk »
  1348. make[1]: *** [otherlibraries] Erreur 2
  1349. make[1]: quittant le répertoire « /usr/src/pkg-ocaml-maint/git/ocaml »
  1350. make: *** [world] Erreur 2
Add Comment
Please, Sign In to add comment