Advertisement
Guest User

Untitled

a guest
Jan 5th, 2022
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.17 KB | None | 0 0
  1. /usr/local/bin/gmake coldstart
  2. gmake[1]: Entering directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0'
  3. /usr/local/bin/gmake -C runtime all
  4. gmake[2]: Entering directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0/runtime'
  5. gmake[2]: Nothing to be done for 'all'.
  6. gmake[2]: Leaving directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0/runtime'
  7. cp runtime/ocamlrun boot/ocamlrun
  8. /usr/local/bin/gmake -C stdlib \
  9. CAMLC='$(BOOT_OCAMLC) -use-prims ../runtime/primitives' all
  10. gmake[2]: Entering directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0/stdlib'
  11. gmake[2]: Nothing to be done for 'all'.
  12. gmake[2]: Leaving directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0/stdlib'
  13. cd stdlib; cp stdlib.cma std_exit.cmo *.cmi camlheader ../boot
  14. cd boot; ln -sf ../runtime/libcamlrun.a .
  15. gmake[1]: Leaving directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0'
  16. /usr/local/bin/gmake opt.opt
  17. gmake[1]: Entering directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0'
  18. /usr/local/bin/gmake checkstack
  19. gmake[2]: Entering directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0'
  20. if cc -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -Wl,-E -o tools/checkstack tools/checkstack.c; \
  21. then tools/checkstack; \
  22. fi
  23. rm -f tools/checkstack
  24. gmake[2]: Leaving directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0'
  25. /usr/local/bin/gmake runtime
  26. gmake[2]: Entering directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0'
  27. /usr/local/bin/gmake -C runtime all
  28. gmake[3]: Entering directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0/runtime'
  29. gmake[3]: Nothing to be done for 'all'.
  30. gmake[3]: Leaving directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0/runtime'
  31. gmake[2]: Leaving directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0'
  32. /usr/local/bin/gmake core
  33. gmake[2]: Entering directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0'
  34. /usr/local/bin/gmake coldstart
  35. gmake[3]: Entering directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0'
  36. /usr/local/bin/gmake -C runtime all
  37. gmake[4]: Entering directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0/runtime'
  38. gmake[4]: Nothing to be done for 'all'.
  39. gmake[4]: Leaving directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0/runtime'
  40. cp runtime/ocamlrun boot/ocamlrun
  41. /usr/local/bin/gmake -C stdlib \
  42. CAMLC='$(BOOT_OCAMLC) -use-prims ../runtime/primitives' all
  43. gmake[4]: Entering directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0/stdlib'
  44. gmake[4]: Nothing to be done for 'all'.
  45. gmake[4]: Leaving directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0/stdlib'
  46. cd stdlib; cp stdlib.cma std_exit.cmo *.cmi camlheader ../boot
  47. cd boot; ln -sf ../runtime/libcamlrun.a .
  48. gmake[3]: Leaving directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0'
  49. /usr/local/bin/gmake coreall
  50. gmake[3]: Entering directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0'
  51. /usr/local/bin/gmake -C runtime all
  52. gmake[4]: Entering directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0/runtime'
  53. gmake[4]: Nothing to be done for 'all'.
  54. gmake[4]: Leaving directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0/runtime'
  55. /usr/local/bin/gmake ocamlc
  56. gmake[4]: Entering directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0'
  57. gmake[4]: 'ocamlc' is up to date.
  58. gmake[4]: Leaving directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0'
  59. /usr/local/bin/gmake ocamllex ocamltools library
  60. gmake[4]: Entering directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0'
  61. /usr/local/bin/gmake -C yacc all
  62. gmake[5]: Entering directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0/yacc'
  63. gmake[5]: Nothing to be done for 'all'.
  64. gmake[5]: Leaving directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0/yacc'
  65. /usr/local/bin/gmake -C stdlib all
  66. gmake[5]: Entering directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0/stdlib'
  67. gmake[5]: Nothing to be done for 'all'.
  68. gmake[5]: Leaving directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0/stdlib'
  69. /usr/local/bin/gmake -C lex all
  70. gmake[5]: Entering directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0/lex'
  71. gmake[5]: Nothing to be done for 'all'.
  72. gmake[5]: Leaving directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0/lex'
  73. /usr/local/bin/gmake -C tools all
  74. gmake[5]: Entering directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0/tools'
  75. gmake[5]: Nothing to be done for 'all'.
  76. gmake[5]: Leaving directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0/tools'
  77. gmake[4]: Leaving directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0'
  78. gmake[3]: Leaving directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0'
  79. gmake[2]: Leaving directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0'
  80. /usr/local/bin/gmake ocaml
  81. gmake[2]: Entering directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0'
  82. gmake[2]: 'ocaml' is up to date.
  83. gmake[2]: Leaving directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0'
  84. /usr/local/bin/gmake opt-core
  85. gmake[2]: Entering directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0'
  86. /usr/local/bin/gmake -C runtime allopt
  87. gmake[3]: Entering directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0/runtime'
  88. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o startup_aux_n.o startup_aux.c
  89. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o startup_nat_n.o startup_nat.c
  90. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o main_n.o main.c
  91. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o fail_nat_n.o fail_nat.c
  92. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o roots_nat_n.o roots_nat.c
  93. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o signals_n.o signals.c
  94. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o signals_nat_n.o signals_nat.c
  95. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o misc_n.o misc.c
  96. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o freelist_n.o freelist.c
  97. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o major_gc_n.o major_gc.c
  98. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o minor_gc_n.o minor_gc.c
  99. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o memory_n.o memory.c
  100. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o alloc_n.o alloc.c
  101. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o compare_n.o compare.c
  102. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o ints_n.o ints.c
  103. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o floats_n.o floats.c
  104. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o str_n.o str.c
  105. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o array_n.o array.c
  106. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o io_n.o io.c
  107. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o extern_n.o extern.c
  108. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o intern_n.o intern.c
  109. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o hash_n.o hash.c
  110. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o sys_n.o sys.c
  111. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o parsing_n.o parsing.c
  112. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o gc_ctrl_n.o gc_ctrl.c
  113. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o eventlog_n.o eventlog.c
  114. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o md5_n.o md5.c
  115. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o obj_n.o obj.c
  116. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o lexing_n.o lexing.c
  117. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o unix_n.o unix.c
  118. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o printexc_n.o printexc.c
  119. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o callback_n.o callback.c
  120. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o weak_n.o weak.c
  121. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o compact_n.o compact.c
  122. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o finalise_n.o finalise.c
  123. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o custom_n.o custom.c
  124. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o globroots_n.o globroots.c
  125. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o backtrace_nat_n.o backtrace_nat.c
  126. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o backtrace_n.o backtrace.c
  127. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -DOCAML_STDLIB_DIR='"/root/.opam/ocaml-4.11/lib/ocaml"' -o dynlink_nat_n.o dynlink_nat.c
  128. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o debugger_n.o debugger.c
  129. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o meta_n.o meta.c
  130. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -DOCAML_STDLIB_DIR='"/root/.opam/ocaml-4.11/lib/ocaml"' -o dynlink_n.o dynlink.c
  131. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o clambda_checks_n.o clambda_checks.c
  132. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o spacetime_nat_n.o spacetime_nat.c
  133. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o spacetime_snapshot_n.o spacetime_snapshot.c
  134. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o afl_n.o afl.c
  135. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o bigarray_n.o bigarray.c
  136. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o memprof_n.o memprof.c
  137. cc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_freebsd -o domain_n.o domain.c
  138. memprof.c:133:13: warning: implicit conversion from 'long' to 'double' changes value from 4611686018427387903 to 4611686018427387904 [-Wimplicit-const-int-float-conversion]
  139. if (res > Max_long) return Max_long;
  140. ~ ^~~~~~~~
  141. ./caml/mlvalues.h:77:58: note: expanded from macro 'Max_long'
  142. #define Max_long (((intnat)1 << (8 * sizeof(value) - 2)) - 1)
  143. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
  144. cc -c -DSYS_freebsd -I../runtime -DMODEL_default -o amd64.o amd64.S || \
  145. { echo "If your assembler produced syntax errors, it is probably";\
  146. echo "unhappy with the preprocessor. Check your assembler, or";\
  147. echo "try producing amd64.o by hand.";\
  148. exit 2; }
  149. amd64.S:729:9: error: changed section flags for .rodata.cst8, expected: 0x12
  150. .section .rodata.cst8,"a",@progbits
  151. ^
  152. amd64.S:729:9: error: changed section entsize for .rodata.cst8, expected: 8
  153. .section .rodata.cst8,"a",@progbits
  154. ^
  155. If your assembler produced syntax errors, it is probably
  156. unhappy with the preprocessor. Check your assembler, or
  157. try producing amd64.o by hand.
  158. gmake[3]: *** [Makefile:354: amd64.o] Error 2
  159. gmake[3]: *** Waiting for unfinished jobs....
  160. 1 warning generated.
  161. gmake[3]: Leaving directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0/runtime'
  162. gmake[2]: *** [Makefile:777: makeruntimeopt] Error 2
  163. gmake[2]: Leaving directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0'
  164. gmake[1]: *** [Makefile:223: opt.opt] Error 2
  165. gmake[1]: Leaving directory '/root/.opam/ocaml-4.11/.opam-switch/build/ocaml-base-compiler.4.11.0'
  166. gmake: *** [Makefile:283: world.opt] Error 2
  167.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement