Created
October 10, 2019 19:58
-
-
Save superherointj/9849fb617e9a62348f8211dbf6e3bf66 to your computer and use it in GitHub Desktop.
aws-lambda-ocaml-runtime error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sending build context to Docker daemon 3.532MB | |
Step 1/26 : FROM node:alpine as build | |
---> 4c6406de22fd | |
Step 2/26 : ENV TERM=dumb LD_LIBRARY_PATH=/usr/local/lib:/usr/lib:/lib | |
---> Using cache | |
---> d146b907a5a5 | |
Step 3/26 : RUN mkdir /esy | |
---> Using cache | |
---> 83fefa197966 | |
Step 4/26 : WORKDIR /esy | |
---> Using cache | |
---> ea55040f706c | |
Step 5/26 : ENV NPM_CONFIG_PREFIX=/esy | |
---> Using cache | |
---> 77ff6ee4e14c | |
Step 6/26 : RUN npm install -g --unsafe-perm esy | |
---> Using cache | |
---> b2bd0e3b11f5 | |
Step 7/26 : FROM alpine as esy | |
---> 961769676411 | |
Step 8/26 : ENV TERM=dumb LD_LIBRARY_PATH=/usr/local/lib:/usr/lib:/lib | |
---> Using cache | |
---> 7c7b08f77c91 | |
Step 9/26 : WORKDIR / | |
---> Using cache | |
---> bf17c8d96e75 | |
Step 10/26 : COPY --from=build /esy /esy | |
---> Using cache | |
---> d48ee9371ab9 | |
Step 11/26 : RUN apk add --no-cache ca-certificates wget bash curl perl-utils git patch gcc g++ musl-dev make m4 gmp-dev linux-headers | |
---> Using cache | |
---> 9844f90d4ad8 | |
Step 12/26 : RUN wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub | |
---> Using cache | |
---> 49d0ed7ac18b | |
Step 13/26 : RUN wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.28-r0/glibc-2.28-r0.apk | |
---> Using cache | |
---> 37213a9b71bc | |
Step 14/26 : RUN apk add --no-cache glibc-2.28-r0.apk | |
---> Using cache | |
---> 7cf3a9a58b78 | |
Step 15/26 : ENV PATH=/esy/bin:$PATH | |
---> Using cache | |
---> 578922f2d472 | |
Step 16/26 : RUN mkdir /app | |
---> Using cache | |
---> 17a34dfb87da | |
Step 17/26 : WORKDIR /app | |
---> Using cache | |
---> bdbddc3ea8b7 | |
Step 18/26 : RUN echo ' { "name": "package-base", "dependencies": { "ocaml": "4.9.0", "@opam/dune": "*" } } ' > esy.json | |
---> Using cache | |
---> 41501f5c6966 | |
Step 19/26 : RUN esy | |
---> Running in 07e224fcc0d8 | |
[91minfo esy 0.5.8 (using esy.json) | |
[0m[91minfo checking https://github.com/ocaml/opam-repository for updates... | |
[0m[91minfo checking https://github.com/esy-ocaml/esy-opam-override for updates... | |
[0m[91minfo resolving esy packages: done | |
[0m[91m/esy/lib/node_modules/esy/node_modules/esy-solve-cudf/esySolveCudfCommand.exe: /usr/lib/libstdc++.so.6: no version information available (required by /esy/lib/node_modules/esy/node_modules/esy-solve-cudf/esySolveCudfCommand.exe) | |
/esy/lib/node_modules/esy/node_modules/esy-solve-cudf/esySolveCudfCommand.exe: /usr/lib/libstdc++.so.6: no version information available (required by /esy/lib/node_modules/esy/node_modules/esy-solve-cudf/esySolveCudfCommand.exe) | |
/esy/lib/node_modules/esy/node_modules/esy-solve-cudf/esySolveCudfCommand.exe: /usr/lib/libstdc++.so.6: no version information available (required by /esy/lib/node_modules/esy/node_modules/esy-solve-cudf/esySolveCudfCommand.exe) | |
[0m[91minfo solving esy constraints: done | |
[0m[91minfo resolving npm packages: done | |
[0m[91minfo fetching: done | |
[0m[91minfo installing: done | |
[0m[91minfo building @esy-ocaml/[email protected]@d41d8cd9 | |
[0m[91minfo building [email protected]@d41d8cd9 | |
[0m[91minfo building @esy-ocaml/[email protected]@d41d8cd9: done | |
[0m[91minfo building @opam/base-unix@opam:base@87d0b2eb | |
[0m[91minfo building @opam/base-threads@opam:base@36803084 | |
[0m[91minfo building @opam/base-unix@opam:base@87d0b2eb: done | |
[0m[91minfo building @opam/base-threads@opam:base@36803084: done | |
[0m[91merror: build failed with exit code: 1 | |
build log: | |
# esy-build-package: building: [email protected] | |
# esy-build-package: pwd: /root/.esy/3__________________________________________________________________________/b/ocaml-4.9.0-031bf83c | |
# esy-build-package: running: './esy-configure' '--disable-cfi' '--prefix' '/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c' | |
[esy-configure] Detected OSX / Linux environment | |
configure: Configuring OCaml version 4.09.0 | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking target system type... x86_64-pc-linux-gnu | |
checking for ld... ld | |
checking how to print strings... printf | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking for a sed that does not truncate output... /bin/sed | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for fgrep... /bin/grep -F | |
checking for ld used by gcc... ld | |
checking if the linker (ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 98304 | |
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking command to parse /usr/bin/nm -B output from gcc object... ok | |
checking for sysroot... no | |
checking for a working dd... /bin/dd | |
checking how to truncate binary pipes... /bin/dd bs=4096 count=1 | |
./configure: line 1: /usr/bin/file: not found | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking how to run the C preprocessor... gcc -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... yes | |
checking if gcc static flag -static works... yes | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (ld) supports shared libraries... yes | |
checking whether -lc should be explicitly linked in... no | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking whether #! works in shell scripts... yes | |
checking C compiler vendor... gcc-8-3 | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for cos in -lm... yes | |
checking math.h usability... yes | |
checking math.h presence... yes | |
checking for math.h... yes | |
checking for unistd.h... (cached) yes | |
checking for stdint.h... (cached) yes | |
checking sys/shm.h usability... yes | |
checking sys/shm.h presence... yes | |
checking for sys/shm.h... yes | |
checking for dirent.h... yes | |
checking for sys/select.h... yes | |
checking for off_t... yes | |
checking size of int... 4 | |
checking size of long... 8 | |
checking size of long *... 8 | |
checking size of short... 2 | |
checking size of long long... 8 | |
configure: Target is a 64 bits architecture | |
checking whether byte ordering is bigendian... no | |
checking alignment of double... 8 | |
checking alignment of long... 8 | |
checking whether the C compiler supports -fno-tree-vrp... yes | |
checking for ld... ld | |
configure: checking semantics of signal handlers | |
checking for sigaction... yes | |
checking for sigprocmask... yes | |
configure: POSIX signal handling found. | |
checking for expm1... yes | |
checking for log1p... yes | |
checking for hypot... yes | |
checking for fma... yes | |
checking for copysign... yes | |
checking for getrusage... yes | |
checking for times... yes | |
checking for secure_getenv... no | |
checking for __secure_getenv... no | |
checking for issetugid... yes | |
checking for library containing clock_gettime... none required | |
checking for socket... yes | |
checking for socketpair... yes | |
checking for bind... yes | |
checking for listen... yes | |
checking for accept... yes | |
checking for connect... yes | |
checking for socklen_t... yes | |
checking for inet_aton... yes | |
checking for struct sockaddr_in6... yes | |
checking for getaddrinfo... yes | |
checking for getnameinfo... yes | |
checking for inet_pton... yes | |
checking for inet_ntop... yes | |
checking for rewinddir... yes | |
checking for lockf... yes | |
checking for mkfifo... yes | |
checking for getcwd... yes | |
checking for sys/types.h... (cached) yes | |
checking utime.h usability... yes | |
checking utime.h presence... yes | |
checking for utime.h... yes | |
checking for utime... yes | |
checking for utimes... yes | |
checking for fchmod... yes | |
checking for fchown... yes | |
checking for truncate... yes | |
checking for ftruncate... yes | |
checking for select... yes | |
checking for fd_set... yes | |
checking for nanosleep... yes | |
checking for symlink... yes | |
checking for readlink... yes | |
checking for lstat... yes | |
checking for waitpid... yes | |
checking for wait4... yes | |
checking for getgroups... yes | |
checking for setgroups... yes | |
checking for initgroups... yes | |
checking termios.h usability... yes | |
checking termios.h presence... yes | |
checking for termios.h... yes | |
checking for tcgetattr... yes | |
checking for tcsetattr... yes | |
checking for tcsendbreak... yes | |
checking for tcflush... yes | |
checking for tcflow... yes | |
checking for setitimer... yes | |
checking for gethostname... yes | |
checking sys/utsname.h usability... yes | |
checking sys/utsname.h presence... yes | |
checking for sys/utsname.h... yes | |
checking for uname... yes | |
checking for gettimeofday... yes | |
checking for mktime... yes | |
checking for setsid... yes | |
checking for putenv... yes | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking for newlocale... yes | |
checking for freelocale... yes | |
checking for uselocale... yes | |
checking xlocale.h usability... no | |
checking xlocale.h presence... no | |
checking for xlocale.h... no | |
checking for strtod_l... yes | |
checking for dlopen... yes | |
configure: Dynamic loading of shared libraries is supported. | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking for mmap... yes | |
checking for munmap... yes | |
checking for pwrite... yes | |
checking whether the C compiler supports -fdebug-prefix-map... yes | |
checking for struct stat.st_atim.tv_nsec... yes | |
configure: stat supports nanosecond precision | |
checking how many arguments gethostbyname_r() takes... six | |
checking how many arguments gethostbyaddr_r() takes... eight | |
checking for mkstemp... yes | |
checking for nice... yes | |
checking for dup3... yes | |
checking for pipe2... yes | |
checking for accept4... yes | |
checking for getauxval... yes | |
checking for execvpe... yes | |
configure: replay debugger supported | |
checking whether stack overflows can be detected... yes | |
checking whether gcc is Clang... no | |
checking whether pthreads work with -pthread... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking whether more special flags are required for pthreads... no | |
checking for PTHREAD_PRIO_INHERIT... yes | |
configure: the POSIX threads library is supported | |
checking for sigwait... yes | |
checking bfd.h usability... no | |
checking bfd.h presence... no | |
checking for bfd.h... no | |
checking whether the assembler supports --debug-prefix-map... yes | |
checking whether the assembler supports CFI directives... disabled | |
configure: not using frame pointers | |
checking whether mmap supports huge pages... yes | |
checking whether to build spacetime... no | |
configure: creating ./config.status | |
config.status: creating Makefile.common | |
config.status: creating Makefile.config | |
config.status: creating runtime/caml/m.h | |
config.status: creating runtime/caml/s.h | |
config.status: executing libtool commands | |
# esy-build-package: running: './esy-build' | |
[esy-build] Detected OSX / Linux environment | |
make -C runtime all | |
make[1]: Entering directory '/root/.esy/3__________________________________________________________________________/b/ocaml-4.9.0-031bf83c/runtime' | |
echo "/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml/stublibs" > ld.conf | |
echo "/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml" >> ld.conf | |
cat caml/instruct.h | tr -d '\r' | \ | |
sed -n -e '/^ /s/ \([A-Z]\)/ \&\&lbl_\1/gp' \ | |
-e '/^}/q' > caml/jumptbl.h | |
../tools/make-version-header.sh ../VERSION > caml/version.h | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o stacks_b.o stacks.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o fix_code_b.o fix_code.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o startup_aux_b.o startup_aux.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o freelist_b.o freelist.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o major_gc_b.o major_gc.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o minor_gc_b.o minor_gc.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o memory_b.o memory.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o alloc_b.o alloc.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o roots_byt_b.o roots_byt.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o globroots_b.o globroots.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o fail_byt_b.o fail_byt.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o signals_b.o signals.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o signals_byt_b.o signals_byt.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o printexc_b.o printexc.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o backtrace_byt_b.o backtrace_byt.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o backtrace_b.o backtrace.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o compare_b.o compare.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o ints_b.o ints.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o floats_b.o floats.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o str_b.o str.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o array_b.o array.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o io_b.o io.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o extern_b.o extern.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o intern_b.o intern.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o hash_b.o hash.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o sys_b.o sys.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o meta_b.o meta.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o parsing_b.o parsing.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o gc_ctrl_b.o gc_ctrl.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o md5_b.o md5.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o obj_b.o obj.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o lexing_b.o lexing.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o callback_b.o callback.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o debugger_b.o debugger.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o weak_b.o weak.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o compact_b.o compact.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o finalise_b.o finalise.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o custom_b.o custom.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o dynlink_b.o dynlink.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o spacetime_byt_b.o spacetime_byt.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o afl_b.o afl.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o unix_b.o unix.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o bigarray_b.o bigarray.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o main_b.o main.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o interp_bd.o interp.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o misc_bd.o misc.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o stacks_bd.o stacks.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o fix_code_bd.o fix_code.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o startup_aux_bd.o startup_aux.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o startup_byt_bd.o startup_byt.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o freelist_bd.o freelist.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o major_gc_bd.o major_gc.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o minor_gc_bd.o minor_gc.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o memory_bd.o memory.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o alloc_bd.o alloc.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o roots_byt_bd.o roots_byt.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o globroots_bd.o globroots.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o fail_byt_bd.o fail_byt.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o signals_bd.o signals.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o signals_byt_bd.o signals_byt.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o printexc_bd.o printexc.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o backtrace_byt_bd.o backtrace_byt.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o backtrace_bd.o backtrace.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o compare_bd.o compare.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o ints_bd.o ints.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o floats_bd.o floats.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o str_bd.o str.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o array_bd.o array.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o io_bd.o io.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o extern_bd.o extern.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o intern_bd.o intern.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o hash_bd.o hash.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o sys_bd.o sys.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o meta_bd.o meta.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o parsing_bd.o parsing.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FI[0m[91mLE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o gc_ctrl_bd.o gc_ctrl.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o md5_bd.o md5.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o obj_bd.o obj.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o lexing_bd.o lexing.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o callback_bd.o callback.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o debugger_bd.o debugger.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o weak_bd.o weak.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o compact_bd.o compact.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o finalise_bd.o finalise.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o custom_bd.o custom.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o dynlink_bd.o dynlink.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o spacetime_byt_bd.o spacetime_byt.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o afl_bd.o afl.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o unix_bd.o unix.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o bigarray_bd.o bigarray.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o main_bd.o main.c | |
cat caml/instruct.h | tr -d '\r' | \ | |
sed -e '/\/\*/d' \ | |
-e '/^#/d' \ | |
-e 's/enum /static char * names_of_/' \ | |
-e 's/{$/[] = {/' \ | |
-e 's/\([[:upper:]][[:upper:]_0-9]*\)/"\1"/g' > caml/opnames.h | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o interp_bi.o interp.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o misc_bi.o misc.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o stacks_bi.o stacks.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o fix_code_bi.o fix_code.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o startup_aux_bi.o startup_aux.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o startup_byt_bi.o startup_byt.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o freelist_bi.o freelist.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o major_gc_bi.o major_gc.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o minor_gc_bi.o minor_gc.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o memory_bi.o memory.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o alloc_bi.o alloc.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o roots_byt_bi.o roots_byt.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o globroots_bi.o globroots.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o fail_byt_bi.o fail_byt.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o signals_bi.o signals.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o signals_byt_bi.o signals_byt.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o printexc_bi.o printexc.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o backtrace_byt_bi.o backtrace_byt.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o backtrace_bi.o backtrace.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o compare_bi.o compare.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o ints_bi.o ints.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o floats_bi.o floats.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o str_bi.o str.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o array_bi.o array.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o io_bi.o io.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o extern_bi.o extern.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o intern_bi.o intern.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o hash_bi.o hash.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o sys_bi.o sys.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o meta_bi.o meta.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o parsing_bi.o parsing.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o gc_ctrl_bi.o gc_ctrl.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o md5_bi.o md5.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o obj_bi.o obj.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o lexing_bi.o lexing.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o callback_bi.o callback.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o debugger_bi.o debugger.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o weak_bi.o weak.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o compact_bi.o compact.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o finalise_bi.o finalise.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o custom_bi.o custom.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o dynlink_bi.o dynlink.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o spacetime_byt_bi.o spacetime_byt.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o afl_bi.o afl.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o unix_bi.o unix.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o bigarray_bi.o bigarray.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DCAML_INSTR -o main_bi.o main.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o interp_bpic.o interp.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o misc_bpic.o misc.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o stacks_bpic.o stacks.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o fix_code_bpic.o fix_code.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o startup_aux_bpic.o startup_aux.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o startup_byt_bpic.o startup_byt.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o freelist_bpic.o freelist.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o major_gc_bpic.o major_gc.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o minor_gc_bpic.o minor_gc.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o memory_bpic.o memory.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o alloc_bpic.o alloc.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o roots_byt_bpic.o roots_byt.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o globroots_bpic.o globroots.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o fail_byt_bpic.o fail_byt.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o signals_bpic.o signals.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o signals_byt_bpic.o signals_byt.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o printexc_bpic.o printexc.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o backtrace_byt_bpic.o backtrace_byt.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o backtrace_bpic.o backtrace.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o compare_bpic.o compare.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o ints_bpic.o ints.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o floats_bpic.o floats.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o str_bpic.o str.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o array_bpic.o array.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o io_bpic.o io.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o extern_bpic.o extern.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o intern_bpic.o intern.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o hash_bpic.o hash.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o sys_bpic.o sys.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o meta_bpic.o meta.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o parsing_bpic.o parsing.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o gc_ctrl_bpic.o gc_ctrl.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o md5_bpic.o md5.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o obj_bpic.o obj.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o lexing_bpic.o lexing.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o callback_bpic.o callback.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o debugger_bpic.o debugger.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o weak_bpic.o weak.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o compact_bpic.o compact.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o finalise_bpic.o finalise.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o custom_bpic.o custom.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o dynlink_bpic.o dynlink.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o spacetime_byt_bpic.o spacetime_byt.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o afl_bpic.o afl.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o unix_bpic.o unix.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g [0m[91m-fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o bigarray_bpic.o bigarray.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o main_bpic.o main.c | |
./gen_primitives.sh >primitives | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o interp_b.o interp.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o misc_b.o misc.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o startup_byt_b.o startup_byt.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -DDEBUG -o instrtrace_bd.o instrtrace.c | |
rm -f libcamlruni.a && ar rc libcamlruni.a interp_bi.o misc_bi.o stacks_bi.o fix_code_bi.o startup_aux_bi.o startup_byt_bi.o freelist_bi.o major_gc_bi.o minor_gc_bi.o memory_bi.o alloc_bi.o roots_byt_bi.o globroots_bi.o fail_byt_bi.o signals_bi.o signals_byt_bi.o printexc_bi.o backtrace_byt_bi.o backtrace_bi.o compare_bi.o ints_bi.o floats_bi.o str_bi.o array_bi.o io_bi.o extern_bi.o intern_bi.o hash_bi.o sys_bi.o meta_bi.o parsing_bi.o gc_ctrl_bi.o md5_bi.o obj_bi.o lexing_bi.o callback_bi.o debugger_bi.o weak_bi.o compact_bi.o finalise_bi.o custom_bi.o dynlink_bi.o spacetime_byt_bi.o afl_bi.o unix_bi.o bigarray_bi.o main_bi.o && ranlib libcamlruni.a | |
(echo '#define CAML_INTERNALS'; \ | |
echo '#include "caml/mlvalues.h"'; \ | |
echo '#include "caml/prims.h"'; \ | |
sed -e 's/.*/extern value &();/' primitives; \ | |
echo 'c_primitive caml_builtin_cprim[] = {'; \ | |
sed -e 's/.*/ &,/' primitives; \ | |
echo ' 0 };'; \ | |
echo 'char * caml_names_of_builtin_cprim[] = {'; \ | |
sed -e 's/.*/ "&",/' primitives; \ | |
echo ' 0 };') > prims.c | |
gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -o prims.o prims.c | |
rm -f libcamlrund.a && ar rc libcamlrund.a interp_bd.o misc_bd.o stacks_bd.o fix_code_bd.o startup_aux_bd.o startup_byt_bd.o freelist_bd.o major_gc_bd.o minor_gc_bd.o memory_bd.o alloc_bd.o roots_byt_bd.o globroots_bd.o fail_byt_bd.o signals_bd.o signals_byt_bd.o printexc_bd.o backtrace_byt_bd.o backtrace_bd.o compare_bd.o ints_bd.o floats_bd.o str_bd.o array_bd.o io_bd.o extern_bd.o intern_bd.o hash_bd.o sys_bd.o meta_bd.o parsing_bd.o gc_ctrl_bd.o md5_bd.o obj_bd.o lexing_bd.o callback_bd.o debugger_bd.o weak_bd.o compact_bd.o finalise_bd.o custom_bd.o dynlink_bd.o spacetime_byt_bd.o afl_bd.o unix_bd.o bigarray_bd.o main_bd.o instrtrace_bd.o && ranlib libcamlrund.a | |
gcc -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -Wl,-E -g -o ocamlrund prims.o libcamlrund.a -lm -lpthread | |
gcc -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -Wl,-E -o ocamlruni prims.o libcamlruni.a -lm -lpthread | |
rm -f libcamlrun_pic.a && ar rc libcamlrun_pic.a interp_bpic.o misc_bpic.o stacks_bpic.o fix_code_bpic.o startup_aux_bpic.o startup_byt_bpic.o freelist_bpic.o major_gc_bpic.o minor_gc_bpic.o memory_bpic.o alloc_bpic.o roots_byt_bpic.o globroots_bpic.o fail_byt_bpic.o signals_bpic.o signals_byt_bpic.o printexc_bpic.o backtrace_byt_bpic.o backtrace_bpic.o compare_bpic.o ints_bpic.o floats_bpic.o str_bpic.o array_bpic.o io_bpic.o extern_bpic.o intern_bpic.o hash_bpic.o sys_bpic.o meta_bpic.o parsing_bpic.o gc_ctrl_bpic.o md5_bpic.o obj_bpic.o lexing_bpic.o callback_bpic.o debugger_bpic.o weak_bpic.o compact_bpic.o finalise_bpic.o custom_bpic.o dynlink_bpic.o spacetime_byt_bpic.o afl_bpic.o unix_bpic.o bigarray_bpic.o main_bpic.o && ranlib libcamlrun_pic.a | |
gcc -shared -o libcamlrun_shared.so interp_bpic.o misc_bpic.o stacks_bpic.o fix_code_bpic.o startup_aux_bpic.o startup_byt_bpic.o freelist_bpic.o major_gc_bpic.o minor_gc_bpic.o memory_bpic.o alloc_bpic.o roots_byt_bpic.o globroots_bpic.o fail_byt_bpic.o signals_bpic.o signals_byt_bpic.o printexc_bpic.o backtrace_byt_bpic.o backtrace_bpic.o compare_bpic.o ints_bpic.o floats_bpic.o str_bpic.o array_bpic.o io_bpic.o extern_bpic.o intern_bpic.o hash_bpic.o sys_bpic.o meta_bpic.o parsing_bpic.o gc_ctrl_bpic.o md5_bpic.o obj_bpic.o lexing_bpic.o callback_bpic.o debugger_bpic.o weak_bpic.o compact_bpic.o finalise_bpic.o custom_bpic.o dynlink_bpic.o spacetime_byt_bpic.o afl_bpic.o unix_bpic.o bigarray_bpic.o main_bpic.o -lm -lpthread | |
rm -f libcamlrun.a && ar rc libcamlrun.a interp_b.o misc_b.o stacks_b.o fix_code_b.o startup_aux_b.o startup_byt_b.o freelist_b.o major_gc_b.o minor_gc_b.o memory_b.o alloc_b.o roots_byt_b.o globroots_b.o fail_byt_b.o signals_b.o signals_byt_b.o printexc_b.o backtrace_byt_b.o backtrace_b.o compare_b.o ints_b.o floats_b.o str_b.o array_b.o io_b.o extern_b.o intern_b.o hash_b.o sys_b.o meta_b.o parsing_b.o gc_ctrl_b.o md5_b.o obj_b.o lexing_b.o callback_b.o debugger_b.o weak_b.o compact_b.o finalise_b.o custom_b.o dynlink_b.o spacetime_byt_b.o afl_b.o unix_b.o bigarray_b.o main_b.o && ranlib libcamlrun.a | |
gcc -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml"' -Wl,-E -o ocamlrun prims.o libcamlrun.a -lm -lpthread | |
make[1]: Leaving directory '/root/.esy/3__________________________________________________________________________/b/ocaml-4.9.0-031bf83c/runtime' | |
cp runtime/ocamlrun boot/ocamlrun | |
make -C stdlib \ | |
CAMLC='$(BOOT_OCAMLC) -use-prims ../runtime/primitives' all | |
make[1]: Entering directory '/root/.esy/3__________________________________________________________________________/b/ocaml-4.9.0-031bf83c/stdlib' | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -nopervasives -c camlinternalFormatBasics.mli | |
sed -e "s|%%VERSION%%|`sed -e 1q ../VERSION | tr -d '\r'`|" sys.mlp > sys.ml | |
echo '#!/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/bin/ocamlrun' > camlheader | |
echo '#!/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/bin/ocamlrun' > target_camlheader | |
echo '#!' | tr -d '\012' > camlheader_ur | |
echo '#!/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/bin/ocamlrund' > camlheaderd | |
echo '#!/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/bin/ocamlrund' > target_camlheaderd | |
echo '#!/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/bin/ocamlruni' > camlheaderi | |
echo '#!/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/bin/ocamlruni' > target_camlheaderi | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -nopervasives -c camlinternalFormatBasics.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -nopervasives -no-alias-deps -w -49 -pp "$AWK -f expand_module_aliases.awk" -c stdlib.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -nopervasives -no-alias-deps -w -49 -pp "$AWK -f expand_module_aliases.awk" -c stdlib.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__pervasives.cmo -c pervasives.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__seq.cmi -c seq.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__bool.cmi -c bool.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__char.cmi -c char.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__uchar.cmi -c uchar.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__sys.cmi -c sys.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__list.cmi -c list.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__bytes.cmi -c bytes.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__string.cmi -c string.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__unit.cmi -c unit.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__marshal.cmi -c marshal.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__int32.cmi -c int32.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__array.cmi -c array.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__float.cmi -c float.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__int.cmi -c int.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__int32.cmo -c int32.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__int64.cmi -c int64.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__nativeint.cmi -c nativeint.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__lexing.cmi -c lexing.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__set.cmi -c set.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__map.cmi -c map.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__stack.cmi -c stack.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__queue.cmi -c queue.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -c camlinternalLazy.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__stream.cmi -c stream.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -w A -o stdlib__buffer.cmi -c buffer.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__arg.cmi -c arg.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__printexc.cmi -c printexc.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__fun.cmi -c fun.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__gc.cmi -c gc.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__digest.cmi -c digest.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__random.cmi -c random.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__hashtbl.cmi -c hashtbl.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -w Ae -o stdlib__format.cmi -c format.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -w Ae -o stdlib__scanf.cmi -c scanf.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__callback.cmi -c callback.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__genlex.cmi -c genlex.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__filename.cmi -c filename.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__complex.cmi -c complex.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__arrayLabels.cmi -c arrayLabels.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__listLabels.cmi -c listLabels.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__bytesLabels.cmi -c bytesLabels.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__stringLabels.cmi -c stringLabels.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__moreLabels.cmi -c moreLabels.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__spacetime.cmi -c spacetime.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__bigarray.cmi -c bigarray.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -c std_exit.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__seq.cmo -c seq.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__option.cmi -c option.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__result.cmi -c result.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__bool.cmo -c bool.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__char.cmo -c char.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__uchar.cmo -c uchar.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__sys.cmo -c sys.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__list.cmo -c list.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__bytes.cmo -c bytes.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__string.cmo -c string.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__unit.cmo -c unit.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__marshal.cmo -c marshal.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__obj.cmi -c obj.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__array.cmo -c array.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -nolabels -no-alias-deps -o stdlib__float.cmo -c float.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__int.cmo -c int.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__int64.cmo -c int64.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__nativeint.cmo -c nativeint.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__lexing.cmo -c lexing.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__parsing.cmi -c parsing.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__set.cmo -c set.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__map.cmo -c map.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__stack.cmo -c stack.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__queue.cmo -c queue.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -c camlinternalLazy.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__lazy.cmi -c lazy.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -w A -o stdlib__buffer.cmo -c buffer.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -w Ae -c camlinternalFormat.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -w Ae -o stdlib__printf.cmi -c printf.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__fun.cmo -c fun.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__digest.cmo -c digest.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__random.cmo -c random.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__hashtbl.cmo -c hashtbl.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__weak.cmi -c weak.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -w Ae -o stdlib__format.cmo -c format.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -w Ae -o stdlib__scanf.cmo -c scanf.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__callback.cmo -c callback.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -c camlinternalOO.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -c camlinternalMod.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__genlex.cmo -c genlex.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__ephemeron.cmi -c ephemeron.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__filename.cmo -c filename.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__complex.cmo -c complex.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -nolabels -no-alias-deps -o stdlib__arrayLabels.cmo -c arrayLabels.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -nolabels -no-alias-deps -o stdlib__listLabels.cmo -c listLabels.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -nolabels -no-alias-deps -o stdlib__bytesLabels.cmo -c bytesLabels.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -nolabels -no-alias-deps -o stdlib__stringLabels.cmo -c stringLabels.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -nolabels -no-alias-deps -o stdlib__moreLabels.cmo -c moreLabels.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__stdLabels.cmi -c stdLabels.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__spacetime.cmo -c spacetime.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__bigarray.cmo -c bigarray.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__option.cmo -c option.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__result.cmo -c result.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__obj.cmo -c obj.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__parsing.cmo -c parsing.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__lazy.cmo -c lazy.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -n[0m[91mostdlib -safe-string -strict-formats -o stdlib__stream.cmo -c stream.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -w Ae -c camlinternalFormat.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -w Ae -o stdlib__printf.cmo -c printf.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__arg.cmo -c arg.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__printexc.cmo -c printexc.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__gc.cmo -c gc.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__weak.cmo -c weak.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -c camlinternalOO.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__oo.cmi -c oo.mli | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -c camlinternalMod.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__ephemeron.cmo -c ephemeron.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -nolabels -no-alias-deps -o stdlib__stdLabels.cmo -c stdLabels.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__oo.cmo -c oo.ml | |
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -a -o stdlib.cma camlinternalFormatBasics.cmo stdlib.cmo stdlib__pervasives.cmo stdlib__seq.cmo stdlib__option.cmo stdlib__result.cmo stdlib__bool.cmo stdlib__char.cmo stdlib__uchar.cmo stdlib__sys.cmo stdlib__list.cmo stdlib__bytes.cmo stdlib__string.cmo stdlib__unit.cmo stdlib__marshal.cmo stdlib__obj.cmo stdlib__array.cmo stdlib__float.cmo stdlib__int.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 camlinternalLazy.cmo stdlib__lazy.cmo stdlib__stream.cmo stdlib__buffer.cmo camlinternalFormat.cmo stdlib__printf.cmo stdlib__arg.cmo stdlib__printexc.cmo stdlib__fun.cmo stdlib__gc.cmo stdlib__digest.cmo stdlib__random.cmo stdlib__hashtbl.cmo stdlib__weak.cmo stdlib__format.cmo stdlib__scanf.cmo stdlib__callback.cmo camlinternalOO.cmo stdlib__oo.cmo camlinternalMod.cmo stdlib__genlex.cmo stdlib__ephemeron.cmo stdlib__filename.cmo stdlib__complex.cmo stdlib__arrayLabels.cmo stdlib__listLabels.cmo stdlib__bytesLabels.cmo stdlib__stringLabels.cmo stdlib__moreLabels.cmo stdlib__stdLabels.cmo stdlib__spacetime.cmo stdlib__bigarray.cmo | |
make[1]: Leaving directory '/root/.esy/3__________________________________________________________________________/b/ocaml-4.9.0-031bf83c/stdlib' | |
cd stdlib; cp stdlib.cma std_exit.cmo *.cmi camlheader ../boot | |
cd boot; ln -sf ../runtime/libcamlrun.a . | |
make opt.opt | |
make[1]: Entering directory '/root/.esy/3__________________________________________________________________________/b/ocaml-4.9.0-031bf83c' | |
make checkstack | |
make[2]: Entering directory '/root/.esy/3__________________________________________________________________________/b/ocaml-4.9.0-031bf83c' | |
if gcc -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -Wl,-E -o tools/checkstack tools/checkstack.c; \ | |
then tools/checkstack; \ | |
fi | |
rm -f tools/checkstack | |
make[2]: Leaving directory '/root/.esy/3__________________________________________________________________________/b/ocaml-4.9.0-031bf83c' | |
make runtime | |
make[2]: Entering directory '/root/.esy/3__________________________________________________________________________/b/ocaml-4.9.0-031bf83c' | |
make -C runtime all | |
make[3]: Entering directory '/root/.esy/3__________________________________________________________________________/b/ocaml-4.9.0-031bf83c/runtime' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/root/.esy/3__________________________________________________________________________/b/ocaml-4.9.0-031bf83c/runtime' | |
cd stdlib; ln -sf ../runtime/libcamlrun.a . | |
make[2]: Leaving directory '/root/.esy/3__________________________________________________________________________/b/ocaml-4.9.0-031bf83c' | |
make core | |
make[2]: Entering directory '/root/.esy/3__________________________________________________________________________/b/ocaml-4.9.0-031bf83c' | |
make coldstart | |
make[3]: Entering directory '/root/.esy/3__________________________________________________________________________/b/ocaml-4.9.0-031bf83c' | |
make -C runtime all | |
make[4]: Entering directory '/root/.esy/3__________________________________________________________________________/b/ocaml-4.9.0-031bf83c/runtime' | |
make[4]: Nothing to be done for 'all'. | |
make[4]: Leaving directory '/root/.esy/3__________________________________________________________________________/b/ocaml-4.9.0-031bf83c/runtime' | |
cp runtime/ocamlrun boot/ocamlrun | |
make -C stdlib \ | |
CAMLC='$(BOOT_OCAMLC) -use-prims ../runtime/primitives' all | |
make[4]: Entering directory '/root/.esy/3__________________________________________________________________________/b/ocaml-4.9.0-031bf83c/stdlib' | |
make[4]: Nothing to be done for 'all'. | |
make[4]: Leaving directory '/root/.esy/3__________________________________________________________________________/b/ocaml-4.9.0-031bf83c/stdlib' | |
cd stdlib; cp stdlib.cma std_exit.cmo *.cmi camlheader ../boot | |
cd boot; ln -sf ../runtime/libcamlrun.a . | |
make[3]: Leaving directory '/root/.esy/3__________________________________________________________________________/b/ocaml-4.9.0-031bf83c' | |
make coreall | |
make[3]: Entering directory '/root/.esy/3__________________________________________________________________________/b/ocaml-4.9.0-031bf83c' | |
make -C runtime all | |
make[4]: Entering directory '/root/.esy/3__________________________________________________________________________/b/ocaml-4.9.0-031bf83c/runtime' | |
make[4]: Nothing to be done for 'all'. | |
make[4]: Leaving directory '/root/.esy/3__________________________________________________________________________/b/ocaml-4.9.0-031bf83c/runtime' | |
make ocamlc | |
make[4]: Entering directory '/root/.esy/3__________________________________________________________________________/b/ocaml-4.9.0-031bf83c' | |
make -C utils config.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/config.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/build_path_prefix_map.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/identifiable.mli | |
make[5]: Entering directory '/root/.esy/3__________________________________________________________________________/b/ocaml-4.9.0-031bf83c/utils' | |
sed -e 's|%%AFL_INSTRUMENT%%|false|' \ | |
-e 's|%%ARCH%%|amd64|' \ | |
-e 's|%%ARCMD%%|ar|' \ | |
-e 's|%%ASM%%|as|' \ | |
-e 's|%%ASM_CFI_SUPPORTED%%|false|' \ | |
-e 's|%%BYTECCLIBS%%|-lm -lpthread |' \ | |
-e 's|%%CC%%|gcc|' \ | |
-e 's|%%CCOMPTYPE%%|cc|' \ | |
-e 's|%%OUTPUTOBJ%%|-o |' \ | |
-e 's|%%EXT_ASM%%|.s|' \ | |
-e 's|%%EXT_DLL%%|.so|' \ | |
-e 's|%%EXE%%||' \ | |
-e 's|%%EXT_LIB%%|.a|' \ | |
-e 's|%%EXT_OBJ%%|.o|' \ | |
-e 's|%%FLAMBDA%%|false|' \ | |
-e 's|%%WITH_FLAMBDA_INVARIANTS%%|false|' \ | |
-e 's|%%FLEXLINK_FLAGS%%||' \ | |
-e 's|%%FLEXDLL_DIR%%||' \ | |
-e 's|%%HOST%%|x86_64-pc-linux-gnu|' \ | |
-e 's|%%LIBDIR%%|/root/.esy/3__________________________________________________________________________/s/ocaml-4.9.0-031bf83c/lib/ocaml|' \ | |
-e 's|%%LIBUNWIND_AVAILABLE%%|false|' \ | |
-e 's|%%LIBUNWIND_LINK_FLAGS%%||' \ | |
-e 's|%%MKDLL%%|gcc -shared|' \ | |
-e 's|%%MKEXE%%|gcc -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -Wl,-E|' \ | |
-e 's|%%FLEXLINK_LDFLAGS%%| -link \\"-Wl,-E\\"|' \ | |
-e 's|%%MKMAINDLL%%|gcc -shared|' \ | |
-e 's|%%MODEL%%|default|' \ | |
-e 's|%%NATIVECCLIBS%%|-lm |' \ | |
-e 's|%%OCAMLC_CFLAGS%%|-O2 -fno-strict-aliasing -fwrapv -fPIC|' \ | |
-e 's|%%OCAMLC_CPPFLAGS%%|-D_FILE_OFFSET_BITS=64 -D_REENTRANT|' \ | |
-e 's|%%OCAMLOPT_CFLAGS%%|-O2 -fno-strict-aliasing -fwrapv|' \ | |
-e 's|%%OCAMLOPT_CPPFLAGS%%|-D_FILE_OFFSET_BITS=64 -D_REENTRANT|' \ | |
-e 's|%%PACKLD%%|ld -r -o |' \ | |
-e 's|%%PROFINFO_WIDTH%%|0|' \ | |
-e 's|%%RANLIBCMD%%|ranlib|' \ | |
-e 's|%%FORCE_SAFE_STRING%%|false|' \ | |
-e 's|%%DEFAULT_SAFE_STRING%%|true|' \ | |
-e 's|%%WINDOWS_UNICODE%%|0|' \ | |
-e 's|%%SUPPORTS_SHARED_LIBRARIES%%|true|' \ | |
-e 's|%%SYSTEM%%|linux|' \ | |
-e 's|%%SYSTHREAD_SUPPORT%%|true|' \ | |
-e 's|%%TARGET%%|x86_64-pc-linux-gnu|' \ | |
-e 's|%%WITH_FRAME_POINTERS%%|false|' \ | |
-e 's|%%WITH_PROFINFO%%|false|' \ | |
-e 's|%%WITH_SPACETIME%%|false|' \ | |
-e 's|%%ENABLE_CALL_COUNTS%%|true|' \ | |
-e 's|%%FLAT_FLOAT_ARRAY%%|true|' \ | |
-e 's|%%CC_HAS_DEBUG_PREFIX_MAP%%|true|' \ | |
-e 's|%%AS_HAS_DEBUG_PREFIX_MAP%%|true|' \ | |
config.mlp > config.ml | |
make[5]: Leaving directory '/root/.esy/3__________________________________________________________________________/b/ocaml-4.9.0-031bf83c/utils' | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/arg_helper.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/profile.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/load_path.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/terminfo.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/ccomp.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/warnings.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/targetint.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/int_replace_polymorphic_compare.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/longident.mli | |
cp boot/menhir/menhirLib.ml parsing/camlinternalMenhirLib.ml | |
cp boot/menhir/menhirLib.mli parsing/camlinternalMenhirLib.mli | |
./boot/ocamlrun boot/ocamllex parsing/lexer.mll | |
lambda/generate_runtimedef.sh runtime/caml/fail.h runtime/primitives > lambda/runtimedef.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c lambda/runtimedef.mli | |
make -C tools make_opcodes | |
make[5]: Entering directory '/root/.esy/3__________________________________________________________________________/b/ocaml-4.9.0-031bf83c/tools' | |
../boot/ocamlrun ../boot/ocamllex make_opcodes.mll | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/bytesections.mli | |
14 states, 678 transitions, table size 2796 bytes | |
2232 additional bytes used for bindings | |
../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. make_opcodes.ml -o make_opcodes | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/dll.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/main_args.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compenv.mli | |
224 states, 6586 transitions, table size 27688 bytes | |
2447 additional bytes used for bindings | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/makedepend.mli | |
make[5]: Leaving directory '/root/.esy/3__________________________________________________________________________/b/ocaml-4.9.0-031bf83c/tools' | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/bytelibrarian.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/errors.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/main.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/config.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/build_path_prefix_map.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/misc.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/numbers.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/arg_helper.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/terminfo.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/strongly_connected_components.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/targetint.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/int_replace_polymorphic_compare.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/location.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/longident.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/camlinternalMenhirLib.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/ident.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/annot.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c lambda/debuginfo.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c lambda/switch.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c lambda/runtimedef.ml | |
runtime/ocamlrun tools/make_opcodes -opcodes < runtime/caml/instruct.h > bytecomp/opcodes.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/bytesections.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/dll.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/errors.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/misc.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/identifiable.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/numbers.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/clflags.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/profile.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/load_path.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/ccomp.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I[0m[91m boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/warnings.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/consistbl.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/strongly_connected_components.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/location.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/asttypes.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/syntaxerr.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/camlinternalMenhirLib.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/ident.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/path.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/outcometree.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c lambda/debuginfo.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c lambda/switch.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -i bytecomp/opcodes.ml > bytecomp/opcodes.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/main_args.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compenv.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/clflags.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/consistbl.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/parsetree.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/syntaxerr.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/path.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/oprint.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/opcodes.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/docstrings.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/pprintast.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/parse.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/printast.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/ast_mapper.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/ast_iterator.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/attr_helper.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/builtin_attributes.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/ast_invariants.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/depend.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/primitive.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/oprint.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/opcodes.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/pparse.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/docstrings.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/ast_helper.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/printast.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/ast_iterator.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/attr_helper.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/builtin_attributes.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/ast_invariants.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/depend.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/primitive.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/types.mli | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/pparse.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/ast_helper.ml | |
./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/pprintast.ml | |
stat: can't read file system information for '%m': No such file or directory | |
stat: can't read file system information for '%m': No such file or directory | |
tools/check-parser-uptodate-or-warn.sh: line 48: arithmetic syntax error | |
make[4]: *** [Makefile:1079: parsing/parser.ml] Error 2 | |
make[4]: *** Waiting for unfinished jobs.... | |
make[4]: Leaving directory '/root/.esy/3__________________________________________________________________________/b/ocaml-4.9.0-031bf83c' | |
make[3]: *** [Makefile:355: coreall] Error 2 | |
make[3]: Leaving directory '/root/.esy/3__________________________________________________________________________/b/ocaml-4.9.0-031bf83c' | |
make[2]: *** [Makefile:362: core] Error 2 | |
make[2]: Leaving directory '/root/.esy/3__________________________________________________________________________/b/ocaml-4.9.0-031bf83c' | |
make[1]: *** [Makefile:415: opt.opt] Error 2 | |
make[1]: Leaving directory '/root/.esy/3__________________________________________________________________________/b/ocaml-4.9.0-031bf83c' | |
make: *** [Makefile:468: world.opt] Error 2 | |
error: command failed: './esy-build' (exited with 2) | |
esy-build-package: exiting with errors above... | |
building [email protected] | |
esy: exiting due to errors above | |
[0m | |
The command '/bin/sh -c esy' returned a non-zero code: 1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment