Building on basil
Running Day10 job:
Sub-command: health-check
Commit SHA: 5bf570252bd9fee71938b828ca0b86573c1e3355
Package: efl.1.24.0
OCaml version: ocaml.5.1.0
With test: false
Worktree already exists: /var/lib/day10/worktree-5bf570252bd9fee71938b828ca0b86573c1e3355
Executing: day10 health-check --cache-dir /var/lib/day10/cache --opam-repository /var/lib/day10/worktree-5bf570252bd9fee71938b828ca0b86573c1e3355 --ocaml-version ocaml.5.1.0 --log efl.1.24.0
digraph opam {
"conf-efl.1.8" -> "conf-pkg-config.4";
"efl.1.24.0" -> {"conf-efl.1.8" "conf-pkg-config.4" "ocaml.5.1.0" "ocamlbuild.0.16.1" "ocamlfind.1.9.8"}
"ocaml.5.1.0" -> {"ocaml-base-compiler.5.1.0" "ocaml-config.3"}
"ocaml-config.3" -> "ocaml-base-compiler.5.1.0";
"ocamlbuild.0.16.1" -> "ocaml.5.1.0";
"ocamlfind.1.9.8" -> "ocaml.5.1.0";
}
Layer conf-pkg-config.4: /var/lib/day10/cache/debian-12-x86_64/e3c343a9d922db4f85c955cae5b185e0
Processing: [default: loading data]
The following system packages will first need to be installed:
pkg-config
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libpkgconf3:amd64.
- (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18246 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u13) ...
[conf-pkg-config: pkg-config]
+ /usr/bin/pkg-config "--help" (CWD=/home/opam/.opam/default/.opam-switch/build/conf-pkg-config.4)
- usage: pkgconf [OPTIONS] [LIBRARIES]
-
- basic options:
-
- --help this message
- --about print pkgconf version and license to stdout
- --version print supported pkg-config version to stdout
- --atleast-pkgconfig-version check whether or not pkgconf is compatible
- with a specified pkg-config version
- --errors-to-stdout print all errors on stdout instead of stderr
- --print-errors ensure all errors are printed
- --short-errors be less verbose about some errors
- --silence-errors explicitly be silent about errors
- --list-all list all known packages
- --list-package-names list all known package names
- --simulate simulate walking the calculated dependency graph
- --no-cache do not cache already seen packages when
- walking the dependency graph
- --log-file=filename write an audit log to a specified file
- --with-path=path adds a directory to the search path
- --define-prefix override the prefix variable with one that is guessed based on
- the location of the .pc file
- --dont-define-prefix do not override the prefix variable under any circumstances
- --prefix-variable=varname sets the name of the variable that pkgconf considers
- to be the package prefix
- --relocate=path relocates a path and exits (mostly for testsuite)
- --dont-relocate-paths disables path relocation support
-
- cross-compilation personality support:
-
- --personality=triplet|filename sets the personality to 'triplet' or a file named 'filename'
- --dump-personality dumps details concerning selected personality
-
- checking specific pkg-config database entries:
-
- --atleast-version require a specific version of a module
- --exact-version require an exact version of a module
- --max-version require a maximum version of a module
- --exists check whether or not a module exists
- --uninstalled check whether or not an uninstalled module will be used
- --no-uninstalled never use uninstalled modules when satisfying dependencies
- --no-provides do not use 'provides' rules to resolve dependencies
- --maximum-traverse-depth maximum allowed depth for dependency graph
- --static be more aggressive when computing dependency graph
- (for static linking)
- --shared use a simplified dependency graph (usually default)
- --pure optimize a static dependency graph as if it were a normal
- dependency graph
- --env-only look only for package entries in PKG_CONFIG_PATH
- --ignore-conflicts ignore 'conflicts' rules in modules
- --validate validate specific .pc files for correctness
-
- querying specific pkg-config database fields:
-
- --define-variable=varname=value define variable 'varname' as 'value'
- --variable=varname print specified variable entry to stdout
- --cflags print required CFLAGS to stdout
- --cflags-only-I print required include-dir CFLAGS to stdout
- --cflags-only-other print required non-include-dir CFLAGS to stdout
- --libs print required linker flags to stdout
- --libs-only-L print required LDPATH linker flags to stdout
- --libs-only-l print required LIBNAME linker flags to stdout
- --libs-only-other print required other linker flags to stdout
- --print-requires print required dependency frameworks to stdout
- --print-requires-private print required dependency frameworks for static
- linking to stdout
- --print-provides print provided dependencies to stdout
- --print-variables print all known variables in module to stdout
- --digraph print entire dependency graph in graphviz 'dot' format
- --keep-system-cflags keep -I/usr/include entries in cflags output
- --keep-system-libs keep -L/lib:/lib/i386-linux-gnu:/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnux32:/lib32:/libx32:/usr/lib:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnux32:/usr/lib32:/usr/libx32 entries in libs output
- --path show the exact filenames for any matching .pc files
- --modversion print the specified module's version to stdout
- --internal-cflags do not filter 'internal' cflags from output
-
- filtering output:
-
- --msvc-syntax print translatable fragments in MSVC syntax
- --fragment-filter=types filter output fragments to the specified types
-
- report bugs to <https://github.com/pkgconf/pkgconf/issues/new>.
-> compiled conf-pkg-config.4
-> installed conf-pkg-config.4
Layer ocaml-base-compiler.5.1.0: /var/lib/day10/cache/debian-12-x86_64/6f522dc9c83abf8ed1da7b6d4bd8bf3f
Processing: [default: loading data]
[ocaml-base-compiler.5.1.0: http]
[ocaml-base-compiler.5.1.0: extract]
[ocaml-base-compiler.5.1.0/ocaml-base-compiler.install: dl]
-> retrieved ocaml-base-compiler.5.1.0 (https://github.com/ocaml/ocaml/archive/5.1.0.tar.gz)
[ocaml-base-compiler: ./configure]
+ /home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/./configure "--prefix=/home/opam/.opam/default" "--docdir=/home/opam/.opam/default/doc/ocaml" "-C" (CWD=/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0)
- configure: creating cache config.cache
- configure: Configuring OCaml version 5.1.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 the compiler supports GNU C... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to enable C11 features... none needed
- checking for a sed that does not truncate output... /usr/bin/sed
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for fgrep... /usr/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... 1572864
- 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... mawk
- checking command to parse /usr/bin/nm -B output from gcc object... ok
- checking for sysroot... no
- checking for a working dd... /usr/bin/dd
- checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
- /home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/./configure: line 7729: /usr/bin/file: No such file or directory
- checking for mt... no
- checking if : is a manifest tool... no
- checking for stdio.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for strings.h... yes
- checking for sys/stat.h... yes
- checking for sys/types.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 how to run the C preprocessor... gcc -E
- checking C compiler vendor... gcc-12-2
- checking whether host executables can be run in the build... yes
- checking whether #! works in shell scripts... yes
- checking for flexdll sources... checking for flexlink... no
- checking for flexdll.h... no
- checking for a BSD-compatible install... /usr/bin/install -c
- checking for library containing cos... -lm
- checking for math.h... yes
- checking for unistd.h... (cached) yes
- checking for stdint.h... (cached) yes
- checking for pthread_np.h... no
- checking for dirent.h... yes
- checking for sys/select.h... yes
- checking for stdatomic.h... yes
- checking for sys/mman.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 alignment of long long... 8
- checking whether the C compiler supports _Atomic types... yes
- checking whether the C compiler supports -fno-tree-vrp... yes
- checking whether the C compiler supports __attribute__((aligned(n)))... yes
- checking whether the C compiler supports __attribute__((optimize("tree-vectorize")))... yes
- checking for ld... ld
- checking for rlwrap... no
- 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 exp2... yes
- checking for log2... yes
- checking for cbrt... yes
- checking for acosh... yes
- checking for asinh... yes
- checking for atanh... yes
- checking for erf... yes
- checking for erfc... yes
- checking for trunc... yes
- checking for round... yes
- checking for copysign...
- yes
- checking whether round works... yes
- checking whether fma works... yes
- checking for gcc options needed to detect all undeclared functions... none needed
- checking for unistd.h... (cached) yes
- checking whether getentropy is declared... yes
- checking for getrusage... yes
- checking for times... yes
- checking for secure_getenv... yes
- checking for issetugid... no
- 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 whether system is declared... yes
- checking for sys/types.h... (cached) 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 realpath... yes
- checking for waitpid... yes
- checking for wait4... yes
- checking for getgroups... yes
- checking for setgroups... yes
- checking for initgroups... 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 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 for setenv... yes
- checking for unsetenv... yes
- checking for locale.h... yes
- checking for newlocale... yes
- checking for freelocale... yes
- checking for uselocale... yes
- checking for xlocale.h... no
- checking for strtod_l... yes
- checking for dlopen... yes
- configure: Dynamic loading of shared libraries is supported.
- checking for sys/mman.h... (cached) 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 sys/shm.h... yes
- checking for shmat... yes
- checking for execvpe... yes
- checking for spawn.h... yes
- checking for posix_spawn... yes
- checking for posix_spawnp... yes
- checking for ffs... yes
- checking for _BitScanForward...
- no
- checking arguments for pthread_getaffinity_np... gnu
- checking for pkg-config... no
- checking for ZSTD_createCCtx in -lzstd... no
- configure: WARNING: zstd library not found
- configure: WARNING: compressed marshaling not supported
- configure: replay debugger supported
- checking whether gcc is Clang... no
- checking whether pthreads work with "-pthread" and "-lpthread"... 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
- checking for sigwait... yes
- configure: the threads library is supported
- checking whether the assembler supports --debug-prefix-map... yes
- checking whether the assembler supports CFI directives... yes
- configure: not using frame pointers
- checking whether mmap supports huge pages... yes
- checking whether mmap supports MAP_STACK... yes
- configure: updating cache config.cache
- configure: creating ./config.status
- config.status: creating Makefile.build_config
- config.status: creating Makefile.config
- config.status: creating stdlib/sys.ml
- config.status: creating manual/src/version.tex
- config.status: creating manual/src/html_processing/src/common.ml
- config.status: creating ocamltest/ocamltest_config.ml
- config.status: creating utils/config.generated.ml
- config.status: creating compilerlibs/META
- config.status: creating otherlibs/dynlink/META
- config.status: creating otherlibs/runtime_events/META
- config.status: creating stdlib/META
- config.status: creating otherlibs/unix/META
- config.status: creating otherlibs/str/META
- config.status: creating otherlibs/systhreads/META
- config.status: creating ocamldoc/META
- config.status: creating runtime/caml/m.h
- config.status: creating runtime/caml/s.h
- config.status: creating runtime/caml/version.h
- config.status: executing libtool commands
[ocaml-base-compiler: make]
+ /usr/bin/make "-j39" (CWD=/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0)
- CC runtime/sak.o
- MKEXE runtime/sak
- /usr/bin/make coldstart
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- /usr/bin/make runtime-all
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- GEN runtime/ld.conf
- GEN runtime/caml/opnames.h
- GEN runtime/caml/jumptbl.h
- GEN runtime/build_config.h
- GEN runtime/primitives
- CC runtime/addrmap.b.o
- CC runtime/afl.b.o
- CC runtime/alloc.b.o
- CC runtime/array.b.o
- CC runtime/backtrace.b.o
- CC runtime/bigarray.b.o
- CC runtime/callback.b.o
- CC runtime/codefrag.b.o
- CC runtime/compare.b.o
- CC runtime/custom.b.o
- CC runtime/debugger.b.o
- CC runtime/domain.b.o
- CC runtime/dynlink.b.o
- CC runtime/extern.b.o
- CC runtime/fiber.b.o
- CC runtime/finalise.b.o
- CC runtime/floats.b.o
- CC runtime/gc_ctrl.b.o
- CC runtime/gc_stats.b.o
- CC runtime/globroots.b.o
- CC runtime/hash.b.o
- CC runtime/intern.b.o
- CC runtime/ints.b.o
- CC runtime/io.b.o
- CC runtime/lexing.b.o
- CC runtime/lf_skiplist.b.o
- CC runtime/main.b.o
- CC runtime/major_gc.b.o
- CC runtime/md5.b.o
- CC runtime/memory.b.o
- CC runtime/memprof.b.o
- CC runtime/meta.b.o
- CC runtime/minor_gc.b.o
- CC runtime/misc.b.o
- CC runtime/obj.b.o
- CC runtime/parsing.b.o
- CC runtime/platform.b.o
- CC runtime/printexc.b.o
- CC runtime/prng.b.o
- CC runtime/roots.b.o
- CC runtime/runtime_events.b.o
- CC runtime/shared_heap.b.o
- CC runtime/signals.b.o
- CC runtime/skiplist.b.o
- CC runtime/startup_aux.b.o
- CC runtime/str.b.o
- CC runtime/sync.b.o
- CC runtime/sys.b.o
- CC runtime/unix.b.o
- CC runtime/weak.b.o
- CC runtime/backtrace_byt.b.o
- CC runtime/fail_byt.b.o
- CC runtime/fix_code.b.o
- CC runtime/interp.b.o
- CC runtime/startup_byt.b.o
- CC runtime/addrmap.bd.o
- CC runtime/afl.bd.o
- CC runtime/alloc.bd.o
- CC runtime/array.bd.o
- CC runtime/backtrace.bd.o
- CC runtime/bigarray.bd.o
- CC runtime/callback.bd.o
- CC runtime/codefrag.bd.o
- CC runtime/compare.bd.o
- CC runtime/custom.bd.o
- CC runtime/debugger.bd.o
- CC runtime/domain.bd.o
- CC runtime/dynlink.bd.o
- CC runtime/extern.bd.o
- CC runtime/fiber.bd.o
- CC runtime/finalise.bd.o
- CC runtime/floats.bd.o
- CC runtime/gc_ctrl.bd.o
- CC runtime/gc_stats.bd.o
- CC runtime/globroots.bd.o
- CC runtime/hash.bd.o
- CC runtime/intern.bd.o
- CC runtime/ints.bd.o
- CC runtime/io.bd.o
- CC runtime/lexing.bd.o
- CC runtime/lf_skiplist.bd.o
- CC runtime/main.bd.o
- CC runtime/major_gc.bd.o
- CC runtime/md5.bd.o
- CC runtime/memory.bd.o
- CC runtime/memprof.bd.o
- CC runtime/meta.bd.o
- CC runtime/minor_gc.bd.o
- CC runtime/misc.bd.o
- CC runtime/obj.bd.o
- CC runtime/parsing.bd.o
- CC runtime/platform.bd.o
- CC runtime/printexc.bd.o
- CC runtime/prng.bd.o
- CC runtime/roots.bd.o
- CC runtime/runtime_events.bd.o
- CC runtime/shared_heap.bd.o
- CC runtime/signals.bd.o
- CC runtime/skiplist.bd.o
- CC runtime/startup_aux.bd.o
- CC runtime/str.bd.o
- CC runtime/sync.bd.o
- CC runtime/sys.bd.o
- CC runtime/unix.bd.o
- CC runtime/weak.bd.o
- CC runtime/backtrace_byt.bd.o
- CC runtime/fail_byt.bd.o
- CC runtime/fix_code.bd.o
- CC runtime/interp.bd.o
- CC runtime/startup_byt.bd.o
- CC runtime/instrtrace.bd.o
- CC runtime/addrmap.bi.o
- CC runtime/afl.bi.o
- CC runtime/alloc.bi.o
- CC runtime/array.bi.o
- CC runtime/backtrace.bi.o
- CC runtime/bigarray.bi.o
- CC runtime/callback.bi.o
- CC runtime/codefrag.bi.o
- CC runtime/compare.bi.o
- CC runtime/custom.bi.o
- CC runtime/debugger.bi.o
- CC runtime/domain.bi.o
- CC runtime/dynlink.bi.o
- CC runtime/extern.bi.o
- CC runtime/fiber.bi.o
- CC runtime/finalise.bi.o
- CC runtime/floats.bi.o
- CC runtime/gc_ctrl.bi.o
- CC runtime/gc_stats.bi.o
- CC runtime/globroots.bi.o
- CC runtime/hash.bi.o
- CC runtime/intern.bi.o
- CC runtime/ints.bi.o
- CC runtime/io.bi.o
- CC runtime/lexing.bi.o
- CC runtime/lf_skiplist.bi.o
- CC runtime/main.bi.o
- CC runtime/major_gc.bi.o
- CC runtime/md5.bi.o
- CC runtime/memory.bi.o
- CC runtime/memprof.bi.o
- CC runtime/meta.bi.o
- CC runtime/minor_gc.bi.o
- CC runtime/misc.bi.o
- CC runtime/obj.bi.o
- CC runtime/parsing.bi.o
- CC runtime/platform.bi.o
- CC runtime/printexc.bi.o
- CC runtime/prng.bi.o
- CC runtime/roots.bi.o
- CC runtime/runtime_events.bi.o
- CC runtime/shared_heap.bi.o
- CC runtime/signals.bi.o
- CC runtime/skiplist.bi.o
- CC runtime/startup_aux.bi.o
- CC runtime/str.bi.o
- CC runtime/sync.bi.o
- CC runtime/sys.bi.o
- CC runtime/unix.bi.o
- CC runtime/weak.bi.o
- CC runtime/backtrace_byt.bi.o
- CC runtime/fail_byt.bi.o
- CC runtime/fix_code.bi.o
- CC runtime/interp.bi.o
- CC runtime/startup_byt.bi.o
- CC runtime/addrmap.bpic.o
- CC runtime/afl.bpic.o
- CC runtime/alloc.bpic.o
- CC runtime/array.bpic.o
- CC runtime/backtrace.bpic.o
- CC runtime/bigarray.bpic.o
- CC runtime/callback.bpic.o
- CC runtime/codefrag.bpic.o
- CC runtime/compare.bpic.o
- CC runtime/custom.bpic.o
- CC runtime/debugger.bpic.o
- CC runtime/domain.bpic.o
- CC runtime/dynlink.bpic.o
- CC runtime/extern.bpic.o
- CC runtime/fiber.bpic.o
- CC runtime/finalise.bpic.o
- CC runtime/floats.bpic.o
- CC runtime/gc_ctrl.bpic.o
- CC runtime/gc_stats.bpic.o
- CC runtime/globroots.bpic.o
- CC runtime/hash.bpic.o
- CC runtime/intern.bpic.o
- CC runtime/ints.bpic.o
- CC runtime/io.bpic.o
- CC runtime/lexing.bpic.o
- CC runtime/lf_skiplist.bpic.o
- CC runtime/main.bpic.o
- CC runtime/major_gc.bpic.o
- CC runtime/md5.bpic.o
- CC runtime/memory.bpic.o
- CC runtime/memprof.bpic.o
- CC runtime/meta.bpic.o
- CC runtime/minor_gc.bpic.o
- CC runtime/misc.bpic.o
- CC runtime/obj.bpic.o
- CC runtime/parsing.bpic.o
- CC runtime/platform.bpic.o
- CC runtime/printexc.bpic.o
- CC runtime/prng.bpic.o
- CC runtime/roots.bpic.o
- CC runtime/runtime_events.bpic.o
- CC runtime/shared_heap.bpic.o
- CC runtime/signals.bpic.o
- CC runtime/skiplist.bpic.o
- CC runtime/startup_aux.bpic.o
- CC runtime/str.bpic.o
- CC runtime/sync.bpic.o
- CC runtime/sys.bpic.o
- CC runtime/unix.bpic.o
- CC runtime/weak.bpic.o
- CC runtime/backtrace_byt.bpic.o
- CC runtime/fail_byt.bpic.o
- CC runtime/fix_code.bpic.o
- CC runtime/interp.bpic.o
- CC runtime/startup_byt.bpic.o
- GEN runtime/prims.c
- MKLIB runtime/libcamlrun.a
- CC runtime/prims.o
- MKEXE runtime/ocamlrun
- MKLIB runtime/libcamlrund.a
- MKEXE runtime/ocamlrund
- MKLIB runtime/libcamlruni.a
- MKEXE runtime/ocamlruni
- MKLIB runtime/libcamlrun_pic.a
- MKDLL runtime/libcamlrun_shared.so
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- /usr/bin/make -C stdlib \
- OCAMLRUN='$(ROOTDIR)/runtime/ocamlrun' \
- CAMLC='$(BOOT_OCAMLC) -use-prims ../runtime/primitives' all
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/stdlib'
- OCAMLC camlinternalFormatBasics.cmi
- GEN camlheader
- GEN target_camlheader
- GEN camlheader_ur
- GEN camlheaderd
- GEN target_camlheaderd
- GEN camlheaderi
- GEN target_camlheaderi
- OCAMLC camlinternalFormatBasics.cmo
- OCAMLC stdlib.cmi
- OCAMLC stdlib.cmo
- OCAMLC stdlib__Either.cmi
- OCAMLC stdlib__Sys.cmi
- OCAMLC stdlib__Nativeint.cmi
- OCAMLC stdlib__Int32.cmi
- OCAMLC stdlib__Type.cmi
- OCAMLC stdlib__Atomic.cmi
- OCAMLC camlinternalLazy.cmi
- OCAMLC stdlib__Bool.cmi
- OCAMLC stdlib__Char.cmi
- OCAMLC stdlib__Uchar.cmi
- OCAMLC stdlib__Int.cmi
- OCAMLC stdlib__Unit.cmi
- OCAMLC stdlib__Marshal.cmi
- OCAMLC stdlib__Int64.cmi
- OCAMLC stdlib__Nativeint.cmo
- OCAMLC stdlib__Lexing.cmi
- OCAMLC stdlib__Mutex.cmi
- OCAMLC stdlib__Semaphore.cmi
- OCAMLC stdlib__Domain.cmi
- OCAMLC stdlib__Arg.cmi
- OCAMLC stdlib__Fun.cmi
- OCAMLC stdlib__Digest.cmi
- OCAMLC stdlib__Complex.cmi
- OCAMLC stdlib__Scanf.cmi
- OCAMLC stdlib__Callback.cmi
- OCAMLC stdlib__Filename.cmi
- OCAMLC stdlib__In_channel.cmi
- OCAMLC stdlib__Out_channel.cmi
- OCAMLC std_exit.cmi
- OCAMLC stdlib__Either.cmo
- OCAMLC stdlib__Sys.cmo
- OCAMLC stdlib__Obj.cmi
- OCAMLC stdlib__Atomic.cmo
- OCAMLC stdlib__Lazy.cmi
- OCAMLC stdlib__Seq.cmi
- OCAMLC stdlib__Bool.cmo
- OCAMLC stdlib__Char.cmo
- OCAMLC stdlib__Uchar.cmo
- OCAMLC stdlib__Int.cmo
- OCAMLC stdlib__Unit.cmo
- OCAMLC stdlib__Int32.cmo
- OCAMLC stdlib__Int64.cmo
- OCAMLC stdlib__Parsing.cmi
- OCAMLC stdlib__Mutex.cmo
- OCAMLC stdlib__Condition.cmi
- OCAMLC stdlib__Printexc.cmi
- OCAMLC stdlib__Bigarray.cmi
- OCAMLC stdlib__Random.cmi
- OCAMLC stdlib__Callback.cmo
- OCAMLC camlinternalOO.cmi
- OCAMLC camlinternalMod.cmi
- OCAMLC stdlib__Out_channel.cmo
- OCAMLC std_exit.cmo
- OCAMLC stdlib__Obj.cmo
- OCAMLC stdlib__Type.cmo
- OCAMLC camlinternalLazy.cmo
- OCAMLC stdlib__Lazy.cmo
- OCAMLC stdlib__Seq.cmo
- OCAMLC stdlib__Option.cmi
- OCAMLC stdlib__Result.cmi
- OCAMLC stdlib__List.cmi
- OCAMLC stdlib__Bytes.cmi
- OCAMLC stdlib__String.cmi
- OCAMLC stdlib__Array.cmi
- OCAMLC stdlib__Float.cmi
- OCAMLC stdlib__Set.cmi
- OCAMLC stdlib__Map.cmi
- OCAMLC stdlib__Stack.cmi
- OCAMLC stdlib__Queue.cmi
- OCAMLC stdlib__Buffer.cmi
- OCAMLC stdlib__Condition.cmo
- OCAMLC stdlib__Semaphore.cmo
- OCAMLC stdlib__Fun.cmo
- OCAMLC stdlib__Gc.cmi
- OCAMLC stdlib__Hashtbl.cmi
- OCAMLC stdlib__ArrayLabels.cmi
- OCAMLC stdlib__ListLabels.cmi
- OCAMLC stdlib__BytesLabels.cmi
- OCAMLC stdlib__StringLabels.cmi
- OCAMLC stdlib__Effect.cmi
- OCAMLC stdlib__Option.cmo
- OCAMLC stdlib__Result.cmo
- OCAMLC stdlib__List.cmo
- OCAMLC stdlib__Array.cmo
- OCAMLC stdlib__Parsing.cmo
- OCAMLC stdlib__Set.cmo
- OCAMLC stdlib__Map.cmo
- OCAMLC stdlib__Stack.cmo
- OCAMLC stdlib__Queue.cmo
- OCAMLC stdlib__Buffer.cmo
- OCAMLC stdlib__Domain.cmo
- OCAMLC camlinternalFormat.cmi
- OCAMLC stdlib__Printf.cmi
- OCAMLC stdlib__Digest.cmo
- OCAMLC stdlib__Format.cmi
- OCAMLC camlinternalOO.cmo
- OCAMLC stdlib__Oo.cmi
- OCAMLC camlinternalMod.cmo
- OCAMLC stdlib__Complex.cmo
- OCAMLC stdlib__ArrayLabels.cmo
- OCAMLC stdlib__ListLabels.cmo
- OCAMLC stdlib__BytesLabels.cmo
- OCAMLC stdlib__StringLabels.cmo
- OCAMLC stdlib__MoreLabels.cmi
- OCAMLC stdlib__StdLabels.cmi
- OCAMLC stdlib__In_channel.cmo
- OCAMLC stdlib__Effect.cmo
- OCAMLC stdlib__Bytes.cmo
- OCAMLC stdlib__String.cmo
- OCAMLC stdlib__Marshal.cmo
- OCAMLC stdlib__Float.cmo
- OCAMLC stdlib__Lexing.cmo
- OCAMLC camlinternalFormat.cmo
- OCAMLC stdlib__Printf.cmo
- OCAMLC stdlib__Arg.cmo
- OCAMLC stdlib__Printexc.cmo
- OCAMLC stdlib__Gc.cmo
- OCAMLC stdlib__Hashtbl.cmo
- OCAMLC stdlib__Weak.cmi
- OCAMLC stdlib__Format.cmo
- OCAMLC stdlib__Scanf.cmo
- OCAMLC stdlib__Oo.cmo
- OCAMLC stdlib__Ephemeron.cmi
- OCAMLC stdlib__Filename.cmo
- OCAMLC stdlib__StdLabels.cmo
- OCAMLC stdlib__Bigarray.cmo
- OCAMLC stdlib__Random.cmo
- OCAMLC stdlib__Weak.cmo
- OCAMLC stdlib__Ephemeron.cmo
- OCAMLC stdlib__MoreLabels.cmo
- LINKC stdlib.cma
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/stdlib'
- rm -f boot/ocamlrun
- cp runtime/ocamlrun boot/ocamlrun
- cd boot; rm -f stdlib.cma std_exit.cmo *.cmi camlheader
- cd stdlib; cp stdlib.cma std_exit.cmo *.cmi camlheader ../boot
- cd boot; ln -sf ../runtime/libcamlrun.a .
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- /usr/bin/make opt.opt
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- /usr/bin/make checkstack
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- CC tools/checkstack.o
- MKEXE tools/checkstack
- tools/checkstack
- rm tools/checkstack tools/checkstack.o
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- /usr/bin/make coreall
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- cd stdlib; ln -sf ../runtime/libcamlrun.a .
- /usr/bin/make ocamlc
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- OCAMLC utils/warnings.cmi
- OCAMLC parsing/longident.cmi
- OCAMLC utils/build_path_prefix_map.cmi
- OCAMLC utils/identifiable.cmi
- OCAMLC utils/load_path.cmi
- OCAMLC middle_end/flambda/allocated_const.cmi
- GEN utils/config_main.ml
- cp utils/config.mli utils/config_main.mli
- GEN utils/config_boot.ml
- cp utils/config.mli utils/config_boot.mli
- GEN utils/config.ml
- OCAMLC utils/config.cmi
- OCAMLC utils/arg_helper.cmi
- OCAMLC utils/local_store.cmi
- OCAMLC utils/profile.cmi
- OCAMLC utils/terminfo.cmi
- OCAMLC utils/ccomp.cmi
- OCAMLC utils/targetint.cmi
- OCAMLC utils/int_replace_polymorphic_compare.cmi
- GEN utils/domainstate.ml
- GEN utils/domainstate.mli
- OCAMLC utils/binutils.cmi
- OCAMLC utils/lazy_backtrack.cmi
- GEN parsing/camlinternalMenhirLib.ml
- GEN parsing/camlinternalMenhirLib.mli
- OCAMLLEX parsing/lexer.ml
- OCAMLC lambda/switch.cmi
- GEN lambda/runtimedef.ml
- OCAMLC lambda/runtimedef.cmi
- OCAMLLEX tools/make_opcodes.ml
- OCAMLC tools/make_opcodes.cmi
- OCAMLC bytecomp/bytesections.cmi
- OCAMLC bytecomp/dll.cmi
- OCAMLC driver/main_args.cmi
- OCAMLC driver/makedepend.cmi
- OCAMLC bytecomp/bytelibrarian.cmi
- OCAMLC driver/errors.cmi
- OCAMLC driver/maindriver.cmi
- OCAMLC driver/main.cmi
- OCAMLC parsing/location.cmi
- OCAMLC utils/misc.cmi
- OCAMLC utils/config_main.cmi
- OCAMLC utils/config_boot.cmi
- OCAMLC utils/config.cmo
- OCAMLC utils/build_path_prefix_map.cmo
- OCAMLC utils/arg_helper.cmo
- OCAMLC utils/local_store.cmo
- OCAMLC utils/terminfo.cmo
- OCAMLC utils/int_replace_polymorphic_compare.cmo
- OCAMLC utils/domainstate.cmi
- OCAMLC utils/binutils.cmo
- OCAMLC utils/lazy_backtrack.cmo
- OCAMLC parsing/camlinternalMenhirLib.cmi
- OCAMLC lambda/switch.cmo
- OCAMLC lambda/runtimedef.cmo
- OCAMLC tools/make_opcodes.cmo
- OCAMLC bytecomp/bytesections.cmo
- OCAMLC driver/main.cmo
- OCAMLC utils/config_main.cmo
- OCAMLC utils/config_boot.cmo
- OCAMLC utils/domainstate.cmo
- OCAMLC parsing/asttypes.cmi
- OCAMLC typing/annot.cmi
- OCAMLC parsing/syntaxerr.cmi
- OCAMLC driver/errors.cmo
- OCAMLC typing/ident.cmi
- OCAMLC middle_end/linkage_name.cmi
- OCAMLC middle_end/flambda/base_types/tag.cmi
- OCAMLC middle_end/flambda/base_types/static_exception.cmi
- OCAMLC utils/numbers.cmi
- OCAMLC utils/strongly_connected_components.cmi
- LINKC tools/make_opcodes
- OCAMLC parsing/syntaxerr.cmo
- OCAMLC parsing/parsetree.cmi
- OCAMLC file_formats/cmxs_format.cmi
- OCAMLC utils/misc.cmo
- OCAMLC utils/identifiable.cmo
- OCAMLC utils/load_path.cmo
- OCAMLC utils/clflags.cmi
- OCAMLC utils/profile.cmo
- OCAMLC utils/warnings.cmo
- OCAMLC utils/consistbl.cmi
- OCAMLC utils/targetint.cmo
- OCAMLC utils/diffing.cmi
- OCAMLC parsing/longident.cmo
- OCAMLC bytecomp/dll.cmo
- GEN bytecomp/opcodes.ml
- GEN bytecomp/opcodes.mli
- OCAMLC bytecomp/opcodes.cmi
- OCAMLC parsing/camlinternalMenhirLib.cmo
- OCAMLC utils/diffing.cmo
- OCAMLC utils/diffing_with_keys.cmi
- OCAMLC file_formats/cmo_format.cmi
- OCAMLC typing/path.cmi
- OCAMLC lambda/debuginfo.cmi
- OCAMLC middle_end/compilation_unit.cmi
- OCAMLC bytecomp/opcodes.cmo
- OCAMLC utils/consistbl.cmo
- OCAMLC utils/ccomp.cmo
- OCAMLC parsing/location.cmo
- OCAMLC typing/ident.cmo
- OCAMLC driver/compenv.cmi
- OCAMLC lambda/debuginfo.cmo
- OCAMLC utils/diffing_with_keys.cmo
- OCAMLC utils/numbers.cmo
- OCAMLC utils/clflags.cmo
- OCAMLC utils/strongly_connected_components.cmo
- OCAMLC typing/shape.cmi
- OCAMLC middle_end/backend_var.cmi
- OCAMLC typing/path.cmo
- OCAMLC middle_end/flambda/base_types/set_of_closures_id.cmi
- OCAMLC middle_end/flambda/base_types/export_id.cmi
- OCAMLC driver/compenv.cmo
- OCAMLC driver/main_args.cmo
- OCAMLC typing/type_immediacy.cmi
- OCAMLC parsing/docstrings.cmi
- OCAMLC parsing/pprintast.cmi
- OCAMLC parsing/parse.cmi
- OCAMLC parsing/printast.cmi
- OCAMLC parsing/ast_mapper.cmi
- OCAMLC parsing/ast_iterator.cmi
- OCAMLC parsing/attr_helper.cmi
- OCAMLC parsing/builtin_attributes.cmi
- OCAMLC parsing/ast_invariants.cmi
- OCAMLC parsing/depend.cmi
- OCAMLC driver/pparse.cmi
- OCAMLC middle_end/flambda/base_types/set_of_closures_origin.cmi
- OCAMLC parsing/docstrings.cmo
- OCAMLC parsing/ast_helper.cmi
- OCAMLC typing/outcometree.cmi
- OCAMLC typing/shape.cmo
- OCAMLC parsing/pprintast.cmo
- OCAMLC parsing/printast.cmo
- OCAMLC parsing/attr_helper.cmo
- OCAMLC parsing/builtin_attributes.cmo
- OCAMLC typing/type_immediacy.cmo
- OCAMLC driver/pparse.cmo
- OCAMLC parsing/ast_iterator.cmo
- OCAMLC parsing/ast_invariants.cmo
- OCAMLC parsing/depend.cmo
- OCAMLC typing/primitive.cmi
- OCAMLC typing/oprint.cmi
- OCAMLC typing/oprint.cmo
- OCAMLC typing/types.cmi
- OCAMLC typing/primitive.cmo
- OCAMLC parsing/ast_helper.cmo
- GEN parsing/parser.ml
- GEN parsing/parser.mli
- OCAMLC parsing/ast_mapper.cmo
- OCAMLC parsing/parser.cmi
- OCAMLC parsing/parser.cmo
- OCAMLC parsing/lexer.cmi
- OCAMLC parsing/lexer.cmo
- OCAMLC parsing/parse.cmo
- OCAMLC driver/makedepend.cmo
- OCAMLC typing/subst.cmi
- OCAMLC file_formats/cmi_format.cmi
- OCAMLC typing/types.cmo
- OCAMLC typing/btype.cmi
- OCAMLC typing/predef.cmi
- OCAMLC typing/datarepr.cmi
- OCAMLC typing/errortrace.cmi
- OCAMLC typing/signature_group.cmi
- OCAMLC file_formats/cmi_format.cmo
- OCAMLC typing/persistent_env.cmi
- OCAMLC typing/env.cmi
- OCAMLC typing/errortrace.cmo
- OCAMLC typing/btype.cmo
- OCAMLC typing/subst.cmo
- OCAMLC typing/predef.cmo
- OCAMLC typing/datarepr.cmo
- OCAMLC typing/signature_group.cmo
- OCAMLC typing/persistent_env.cmo
- OCAMLC lambda/lambda.cmi
- OCAMLC typing/env.cmo
- OCAMLC typing/typedtree.cmi
- OCAMLC typing/ctype.cmi
- OCAMLC typing/printtyp.cmi
- OCAMLC typing/mtype.cmi
- OCAMLC typing/envaux.cmi
- OCAMLC typing/typedecl_properties.cmi
- OCAMLC typing/typedecl_unboxed.cmi
- OCAMLC driver/compmisc.cmi
- OCAMLC bytecomp/bytepackager.cmi
- OCAMLC typing/typedecl_properties.cmo
- OCAMLC typing/typedecl_immediacy.cmi
- OCAMLC typing/typedecl_separability.cmi
- OCAMLC typing/envaux.cmo
- OCAMLC typing/ctype.cmo
- OCAMLC typing/printtyp.cmo
- OCAMLC typing/includeclass.cmi
- OCAMLC typing/mtype.cmo
- OCAMLC typing/typedecl_unboxed.cmo
- OCAMLC typing/typedecl_immediacy.cmo
- OCAMLC lambda/lambda.cmo
- OCAMLC lambda/printlambda.cmi
- OCAMLC lambda/translobj.cmi
- OCAMLC lambda/tmc.cmi
- OCAMLC lambda/simplif.cmi
- OCAMLC bytecomp/instruct.cmi
- OCAMLC bytecomp/symtable.cmi
- OCAMLC middle_end/internal_variable_names.cmi
- OCAMLC middle_end/clambda_primitives.cmi
- OCAMLC typing/typedecl_separability.cmo
- OCAMLC typing/includeclass.cmo
- OCAMLC lambda/printlambda.cmo
- OCAMLC bytecomp/bytelink.cmi
- OCAMLC lambda/translobj.cmo
- OCAMLC lambda/tmc.cmo
- OCAMLC lambda/simplif.cmo
- OCAMLC middle_end/clambda.cmi
- OCAMLC middle_end/variable.cmi
- OCAMLC bytecomp/meta.cmi
- OCAMLC bytecomp/instruct.cmo
- OCAMLC bytecomp/bytegen.cmi
- OCAMLC bytecomp/printinstr.cmi
- OCAMLC bytecomp/emitcode.cmi
- OCAMLC bytecomp/bytelink.cmo
- OCAMLC bytecomp/bytelibrarian.cmo
- OCAMLC bytecomp/meta.cmo
- OCAMLC bytecomp/symtable.cmo
- OCAMLC bytecomp/printinstr.cmo
- OCAMLC typing/typedtree.cmo
- OCAMLC typing/printtyped.cmi
- OCAMLC typing/includecore.cmi
- OCAMLC typing/tast_iterator.cmi
- OCAMLC typing/tast_mapper.cmi
- OCAMLC typing/stypes.cmi
- OCAMLC file_formats/cmt_format.cmi
- OCAMLC typing/untypeast.cmi
- OCAMLC typing/typetexp.cmi
- OCAMLC typing/printpat.cmi
- OCAMLC typing/patterns.cmi
- OCAMLC typing/parmatch.cmi
- OCAMLC typing/typedecl_variance.cmi
- OCAMLC typing/typeopt.cmi
- OCAMLC typing/rec_check.cmi
- OCAMLC typing/typecore.cmi
- OCAMLC typing/typeclass.cmi
- OCAMLC lambda/matching.cmi
- OCAMLC lambda/translattribute.cmi
- OCAMLC lambda/translprim.cmi
- OCAMLC lambda/translcore.cmi
- OCAMLC lambda/translclass.cmi
- OCAMLC lambda/translmod.cmi
- OCAMLC driver/compile_common.cmi
- OCAMLC typing/printtyped.cmo
- OCAMLC typing/stypes.cmo
- OCAMLC typing/printpat.cmo
- OCAMLC typing/patterns.cmo
- OCAMLC middle_end/flambda/base_types/closure_element.cmi
- OCAMLC middle_end/symbol.cmi
- OCAMLC middle_end/flambda/parameter.cmi
- OCAMLC middle_end/flambda/base_types/mutable_variable.cmi
- OCAMLC typing/includecore.cmo
- OCAMLC typing/tast_iterator.cmo
- OCAMLC typing/tast_mapper.cmo
- OCAMLC file_formats/cmt_format.cmo
- OCAMLC typing/cmt2annot.cmi
- OCAMLC typing/untypeast.cmo
- OCAMLC typing/includemod.cmi
- OCAMLC typing/typetexp.cmo
- OCAMLC typing/parmatch.cmo
- OCAMLC typing/typeopt.cmo
- OCAMLC typing/rec_check.cmo
- OCAMLC lambda/matching.cmo
- OCAMLC lambda/translattribute.cmo
- OCAMLC lambda/translprim.cmo
- OCAMLC lambda/translcore.cmo
- OCAMLC lambda/translclass.cmo
- OCAMLC lambda/translmod.cmo
- OCAMLC bytecomp/bytegen.cmo
- OCAMLC bytecomp/emitcode.cmo
- OCAMLC driver/compile.cmi
- OCAMLC middle_end/flambda/base_types/var_within_closure.cmi
- OCAMLC middle_end/flambda/base_types/closure_id.cmi
- OCAMLC typing/cmt2annot.cmo
- OCAMLC typing/typedecl_variance.cmo
- OCAMLC typing/typedecl.cmi
- OCAMLC driver/compile.cmo
- OCAMLC driver/maindriver.cmo
- OCAMLC typing/includemod.cmo
- OCAMLC typing/includemod_errorprinter.cmi
- OCAMLC middle_end/flambda/projection.cmi
- OCAMLC middle_end/flambda/base_types/closure_origin.cmi
- OCAMLC typing/includemod_errorprinter.cmo
- OCAMLC typing/typedecl.cmo
- OCAMLC typing/typecore.cmo
- OCAMLC typing/typeclass.cmo
- OCAMLC typing/typemod.cmi
- OCAMLC middle_end/flambda/flambda.cmi
- OCAMLC typing/typemod.cmo
- OCAMLC driver/compmisc.cmo
- OCAMLC driver/compile_common.cmo
- OCAMLC bytecomp/bytepackager.cmo
- OCAMLC middle_end/flambda/freshening.cmi
- OCAMLC middle_end/flambda/simple_value_approx.cmi
- OCAMLC middle_end/flambda/export_info.cmi
- OCAMLC file_formats/cmx_format.cmi
- LINKC compilerlibs/ocamlbytecomp.cma
- LINKC compilerlibs/ocamlcommon.cma
- LINKC ocamlc
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- /usr/bin/make ocamllex ocamltools library
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- CC yacc/closure.o
- CC yacc/error.o
- CC yacc/lalr.o
- CC yacc/lr0.o
- CC yacc/main.o
- CC yacc/mkpar.o
- CC yacc/output.o
- CC yacc/reader.o
- CC yacc/skeleton.o
- CC yacc/symtab.o
- CC yacc/verbose.o
- CC yacc/warshall.o
- /usr/bin/make -C stdlib all
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/stdlib'
- OCAMLC camlinternalFormatBasics.cmi
- OCAMLC camlinternalFormatBasics.cmo
- OCAMLC stdlib.cmi
- OCAMLC stdlib.cmo
- OCAMLC stdlib__Either.cmi
- OCAMLC stdlib__Sys.cmi
- OCAMLC stdlib__Nativeint.cmi
- OCAMLC stdlib__Int32.cmi
- OCAMLC stdlib__Type.cmi
- OCAMLC stdlib__Atomic.cmi
- OCAMLC camlinternalLazy.cmi
- OCAMLC stdlib__Bool.cmi
- OCAMLC stdlib__Char.cmi
- OCAMLC stdlib__Uchar.cmi
- OCAMLC stdlib__Int.cmi
- OCAMLC stdlib__Unit.cmi
- OCAMLC stdlib__Marshal.cmi
- OCAMLC stdlib__Int64.cmi
- OCAMLC stdlib__Lexing.cmi
- OCAMLC stdlib__Mutex.cmi
- OCAMLC stdlib__Semaphore.cmi
- OCAMLC stdlib__Domain.cmi
- OCAMLC stdlib__Arg.cmi
- OCAMLC stdlib__Fun.cmi
- OCAMLC stdlib__Digest.cmi
- OCAMLC stdlib__Complex.cmi
- OCAMLC stdlib__Scanf.cmi
- OCAMLC stdlib__Callback.cmi
- OCAMLC stdlib__Filename.cmi
- OCAMLC stdlib__In_channel.cmi
- OCAMLC stdlib__Out_channel.cmi
- OCAMLC std_exit.cmi
- OCAMLC stdlib__Either.cmo
- OCAMLC stdlib__Sys.cmo
- OCAMLC stdlib__Obj.cmi
- OCAMLC stdlib__Atomic.cmo
- OCAMLC stdlib__Lazy.cmi
- OCAMLC stdlib__Seq.cmi
- OCAMLC stdlib__Bool.cmo
- OCAMLC stdlib__Char.cmo
- OCAMLC stdlib__Uchar.cmo
- OCAMLC stdlib__Int.cmo
- OCAMLC stdlib__Unit.cmo
- OCAMLC stdlib__Int32.cmo
- OCAMLC stdlib__Int64.cmo
- OCAMLC stdlib__Nativeint.cmo
- OCAMLC stdlib__Parsing.cmi
- OCAMLC stdlib__Mutex.cmo
- OCAMLC stdlib__Condition.cmi
- OCAMLC stdlib__Printexc.cmi
- OCAMLC stdlib__Bigarray.cmi
- OCAMLC stdlib__Random.cmi
- OCAMLC stdlib__Callback.cmo
- OCAMLC camlinternalOO.cmi
- OCAMLC camlinternalMod.cmi
- OCAMLC stdlib__Out_channel.cmo
- OCAMLC std_exit.cmo
- OCAMLC stdlib__Obj.cmo
- OCAMLC stdlib__Type.cmo
- OCAMLC camlinternalLazy.cmo
- OCAMLC stdlib__Lazy.cmo
- OCAMLC stdlib__Seq.cmo
- OCAMLC stdlib__Option.cmi
- OCAMLC stdlib__Result.cmi
- OCAMLC stdlib__List.cmi
- OCAMLC stdlib__Bytes.cmi
- OCAMLC stdlib__String.cmi
- OCAMLC stdlib__Array.cmi
- OCAMLC stdlib__Float.cmi
- OCAMLC stdlib__Set.cmi
- OCAMLC stdlib__Map.cmi
- OCAMLC stdlib__Stack.cmi
- OCAMLC stdlib__Queue.cmi
- OCAMLC stdlib__Buffer.cmi
- OCAMLC stdlib__Condition.cmo
- OCAMLC stdlib__Semaphore.cmo
- OCAMLC stdlib__Fun.cmo
- OCAMLC stdlib__Gc.cmi
- OCAMLC stdlib__Hashtbl.cmi
- OCAMLC stdlib__Oo.cmi
- OCAMLC stdlib__Complex.cmo
- OCAMLC stdlib__ArrayLabels.cmi
- OCAMLC stdlib__ListLabels.cmi
- OCAMLC stdlib__BytesLabels.cmi
- OCAMLC stdlib__StringLabels.cmi
- OCAMLC stdlib__Effect.cmi
- OCAMLC stdlib__Option.cmo
- OCAMLC stdlib__Result.cmo
- OCAMLC stdlib__List.cmo
- OCAMLC stdlib__Bytes.cmo
- OCAMLC stdlib__String.cmo
- OCAMLC stdlib__Marshal.cmo
- OCAMLC stdlib__Array.cmo
- OCAMLC stdlib__Float.cmo
- OCAMLC stdlib__Lexing.cmo
- OCAMLC stdlib__Parsing.cmo
- OCAMLC stdlib__Set.cmo
- OCAMLC stdlib__Map.cmo
- OCAMLC stdlib__Stack.cmo
- OCAMLC stdlib__Queue.cmo
- OCAMLC stdlib__Buffer.cmo
- OCAMLC stdlib__Domain.cmo
- OCAMLC camlinternalFormat.cmi
- OCAMLC stdlib__Printf.cmi
- OCAMLC stdlib__Digest.cmo
- OCAMLC stdlib__Bigarray.cmo
- OCAMLC stdlib__Random.cmo
- OCAMLC stdlib__Hashtbl.cmo
- OCAMLC stdlib__Weak.cmi
- OCAMLC stdlib__Format.cmi
- OCAMLC camlinternalOO.cmo
- OCAMLC stdlib__Oo.cmo
- OCAMLC camlinternalMod.cmo
- OCAMLC stdlib__Ephemeron.cmi
- OCAMLC stdlib__ArrayLabels.cmo
- OCAMLC stdlib__ListLabels.cmo
- OCAMLC stdlib__BytesLabels.cmo
- OCAMLC stdlib__StringLabels.cmo
- OCAMLC stdlib__MoreLabels.cmi
- OCAMLC stdlib__StdLabels.cmi
- OCAMLC stdlib__In_channel.cmo
- OCAMLC stdlib__Effect.cmo
- OCAMLC camlinternalFormat.cmo
- OCAMLC stdlib__Printf.cmo
- OCAMLC stdlib__Arg.cmo
- OCAMLC stdlib__Printexc.cmo
- OCAMLC stdlib__Gc.cmo
- OCAMLC stdlib__Weak.cmo
- OCAMLC stdlib__Format.cmo
- OCAMLC stdlib__Scanf.cmo
- OCAMLC stdlib__Filename.cmo
- OCAMLC stdlib__StdLabels.cmo
- OCAMLC stdlib__Ephemeron.cmo
- OCAMLC stdlib__MoreLabels.cmo
- MKEXE yacc/ocamlyacc
- /usr/bin/make lex-all
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- OCAMLC lex/cset.cmi
- OCAMLYACC lex/parser.ml
- OCAMLLEX lex/lexer.ml
- OCAMLC lex/table.cmi
- OCAMLC lex/main.cmi
- OCAMLC lex/table.cmo
- OCAMLC lex/cset.cmo
- OCAMLC lex/syntax.cmi
- OCAMLC lex/syntax.cmo
- OCAMLC lex/parser.cmi
- OCAMLC lex/lexgen.cmi
- OCAMLC lex/parser.cmo
- OCAMLC lex/lexer.cmi
- OCAMLC lex/lexgen.cmo
- OCAMLC lex/compact.cmi
- OCAMLC lex/common.cmi
- OCAMLC lex/lexer.cmo
- OCAMLC lex/common.cmo
- OCAMLC lex/outputbis.cmi
- OCAMLC lex/compact.cmo
- OCAMLC lex/output.cmi
- OCAMLC lex/outputbis.cmo
- OCAMLC lex/output.cmo
- OCAMLC lex/main.cmo
- LINKC lex/ocamllex
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- /usr/bin/make tools-all
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- OCAMLC tools/ocamldep.cmi
- OCAMLC middle_end/backend_intf.cmi
- OCAMLC middle_end/flambda/inlining_cost.cmi
- OCAMLC middle_end/internal_variable_names.cmo
- OCAMLC middle_end/linkage_name.cmo
- OCAMLC middle_end/compilation_unit.cmo
- OCAMLC middle_end/variable.cmo
- OCAMLC middle_end/flambda/base_types/closure_element.cmo
- OCAMLC middle_end/flambda/base_types/closure_id.cmo
- OCAMLC middle_end/symbol.cmo
- OCAMLC middle_end/backend_var.cmo
- OCAMLC middle_end/clambda_primitives.cmo
- OCAMLC middle_end/printclambda_primitives.cmi
- OCAMLC middle_end/clambda.cmo
- OCAMLC middle_end/printclambda.cmi
- OCAMLC middle_end/semantics_of_primitives.cmi
- OCAMLC middle_end/convert_primitives.cmi
- OCAMLC middle_end/flambda/base_types/id_types.cmi
- OCAMLC middle_end/flambda/base_types/tag.cmo
- OCAMLC middle_end/flambda/base_types/mutable_variable.cmo
- OCAMLC middle_end/flambda/base_types/set_of_closures_origin.cmo
- OCAMLC middle_end/flambda/base_types/closure_origin.cmo
- OCAMLC middle_end/flambda/base_types/var_within_closure.cmo
- OCAMLC middle_end/flambda/base_types/static_exception.cmo
- OCAMLC middle_end/flambda/pass_wrapper.cmi
- OCAMLC middle_end/flambda/allocated_const.cmo
- OCAMLC middle_end/flambda/parameter.cmo
- OCAMLC middle_end/flambda/projection.cmo
- OCAMLC middle_end/flambda/flambda_iterators.cmi
- OCAMLC middle_end/flambda/flambda_utils.cmi
- OCAMLC middle_end/flambda/effect_analysis.cmi
- OCAMLC middle_end/flambda/export_info.cmo
- OCAMLC middle_end/flambda/export_info_for_pack.cmi
- OCAMLC middle_end/compilenv.cmi
- OCAMLC middle_end/closure/closure.cmi
- OCAMLC middle_end/closure/closure_middle_end.cmi
- OCAMLC middle_end/flambda/import_approx.cmi
- OCAMLC middle_end/flambda/lift_code.cmi
- OCAMLC middle_end/flambda/closure_conversion_aux.cmi
- OCAMLC middle_end/flambda/closure_conversion.cmi
- OCAMLC middle_end/flambda/initialize_symbol_to_let_symbol.cmi
- OCAMLC middle_end/flambda/lift_let_to_initialize_symbol.cmi
- OCAMLC middle_end/flambda/find_recursive_functions.cmi
- OCAMLC middle_end/flambda/invariant_params.cmi
- OCAMLC middle_end/flambda/inconstant_idents.cmi
- OCAMLC middle_end/flambda/alias_analysis.cmi
- OCAMLC middle_end/flambda/lift_constants.cmi
- OCAMLC middle_end/flambda/share_constants.cmi
- OCAMLC middle_end/flambda/simplify_common.cmi
- OCAMLC middle_end/flambda/remove_unused_arguments.cmi
- OCAMLC middle_end/flambda/remove_unused_closure_vars.cmi
- OCAMLC middle_end/flambda/remove_unused_program_constructs.cmi
- OCAMLC middle_end/flambda/simplify_primitives.cmi
- OCAMLC middle_end/flambda/remove_free_vars_equal_to_args.cmi
- OCAMLC middle_end/flambda/ref_to_variables.cmi
- OCAMLC middle_end/flambda/flambda_invariants.cmi
- OCAMLC middle_end/flambda/traverse_for_exported_symbols.cmi
- OCAMLC middle_end/flambda/build_export_info.cmi
- OCAMLC middle_end/flambda/closure_offsets.cmi
- OCAMLC middle_end/flambda/un_anf.cmi
- OCAMLC middle_end/flambda/flambda_to_clambda.cmi
- OCAMLC middle_end/flambda/flambda_middle_end.cmi
- OCAMLC tools/objinfo.cmi
- OCAMLC tools/ocamlcmt.cmi
- OCAMLC tools/ocamlprof.cmi
- OCAMLC tools/ocamlcp_common.cmi
- OCAMLC tools/ocamlcp.cmi
- OCAMLC tools/ocamlmklib.cmi
- OCAMLC tools/ocamlmktop.cmi
- OCAMLC tools/ocamloptp.cmi
- GEN tools/opnames.ml
- OCAMLC tools/opnames.cmi
- OCAMLC tools/dumpobj.cmi
- OCAMLC tools/primreq.cmi
- OCAMLC tools/stripdebug.cmi
- OCAMLC tools/cmpbyt.cmi
- OCAMLC tools/profiling.cmi
- OCAMLC tools/ocamldep.cmo
- OCAMLC middle_end/flambda/inlining_stats_types.cmi
- OCAMLC middle_end/flambda/simplify_boxed_integer_ops_intf.cmi
- OCAMLC middle_end/printclambda_primitives.cmo
- OCAMLC middle_end/printclambda.cmo
- OCAMLC middle_end/semantics_of_primitives.cmo
- OCAMLC middle_end/convert_primitives.cmo
- OCAMLC middle_end/flambda/base_types/id_types.cmo
- OCAMLC middle_end/flambda/base_types/export_id.cmo
- OCAMLC middle_end/flambda/base_types/set_of_closures_id.cmo
- OCAMLC middle_end/flambda/pass_wrapper.cmo
- OCAMLC middle_end/flambda/flambda.cmo
- OCAMLC middle_end/flambda/flambda_iterators.cmo
- OCAMLC middle_end/flambda/flambda_utils.cmo
- OCAMLC middle_end/flambda/freshening.cmo
- OCAMLC middle_end/flambda/effect_analysis.cmo
- OCAMLC middle_end/flambda/inlining_cost.cmo
- OCAMLC middle_end/flambda/simple_value_approx.cmo
- OCAMLC middle_end/flambda/export_info_for_pack.cmo
- OCAMLC middle_end/compilenv.cmo
- OCAMLC middle_end/closure/closure.cmo
- OCAMLC middle_end/closure/closure_middle_end.cmo
- OCAMLC middle_end/flambda/import_approx.cmo
- OCAMLC middle_end/flambda/lift_code.cmo
- OCAMLC middle_end/flambda/closure_conversion_aux.cmo
- OCAMLC middle_end/flambda/closure_conversion.cmo
- OCAMLC middle_end/flambda/initialize_symbol_to_let_symbol.cmo
- OCAMLC middle_end/flambda/lift_let_to_initialize_symbol.cmo
- OCAMLC middle_end/flambda/find_recursive_functions.cmo
- OCAMLC middle_end/flambda/invariant_params.cmo
- OCAMLC middle_end/flambda/inconstant_idents.cmo
- OCAMLC middle_end/flambda/alias_analysis.cmo
- OCAMLC middle_end/flambda/lift_constants.cmo
- OCAMLC middle_end/flambda/share_constants.cmo
- OCAMLC middle_end/flambda/simplify_common.cmo
- OCAMLC middle_end/flambda/remove_unused_arguments.cmo
- OCAMLC middle_end/flambda/remove_unused_closure_vars.cmo
- OCAMLC middle_end/flambda/remove_unused_program_constructs.cmo
- OCAMLC middle_end/flambda/simplify_boxed_integer_ops.cmi
- OCAMLC middle_end/flambda/inlining_stats_types.cmo
- OCAMLC middle_end/flambda/inlining_stats.cmi
- OCAMLC middle_end/flambda/remove_free_vars_equal_to_args.cmo
- OCAMLC middle_end/flambda/ref_to_variables.cmo
- OCAMLC middle_end/flambda/flambda_invariants.cmo
- OCAMLC middle_end/flambda/traverse_for_exported_symbols.cmo
- OCAMLC middle_end/flambda/closure_offsets.cmo
- OCAMLC middle_end/flambda/un_anf.cmo
- OCAMLC middle_end/flambda/flambda_to_clambda.cmo
- OCAMLC tools/objinfo.cmo
- OCAMLC tools/ocamlcmt.cmo
- OCAMLC tools/ocamlprof.cmo
- OCAMLC tools/ocamlcp_common.cmo
- OCAMLC tools/ocamlcp.cmo
- OCAMLC tools/ocamlmklib.cmo
- OCAMLC tools/ocamlmktop.cmo
- OCAMLC tools/ocamloptp.cmo
- OCAMLC tools/opnames.cmo
- OCAMLC tools/dumpobj.cmo
- OCAMLC tools/primreq.cmo
- OCAMLC tools/stripdebug.cmo
- OCAMLC tools/cmpbyt.cmo
- OCAMLC tools/profiling.cmo
- LINKC tools/ocamldep
- OCAMLC middle_end/flambda/inline_and_simplify_aux.cmi
- OCAMLC middle_end/flambda/simplify_boxed_integer_ops.cmo
- OCAMLC middle_end/flambda/simplify_primitives.cmo
- OCAMLC middle_end/flambda/inlining_stats.cmo
- LINKC tools/ocamlcp
- LINKC tools/ocamlmktop
- LINKC tools/ocamloptp
- LINKC tools/stripdebug
- OCAMLC middle_end/flambda/inlining_decision_intf.cmi
- OCAMLC middle_end/flambda/inline_and_simplify_aux.cmo
- OCAMLC middle_end/flambda/extract_projections.cmi
- OCAMLC middle_end/flambda/augment_specialised_args.cmi
- OCAMLC middle_end/flambda/unbox_free_vars_of_closures.cmi
- OCAMLC middle_end/flambda/unbox_specialised_args.cmi
- OCAMLC middle_end/flambda/unbox_closures.cmi
- OCAMLC middle_end/flambda/inline_and_simplify.cmi
- OCAMLC middle_end/flambda/build_export_info.cmo
- LINKC tools/primreq
- OCAMLC middle_end/flambda/extract_projections.cmo
- OCAMLC middle_end/flambda/inlining_transforms.cmi
- OCAMLC middle_end/flambda/inlining_decision.cmi
- OCAMLC middle_end/flambda/unbox_free_vars_of_closures.cmo
- LINKC tools/cmpbyt
- OCAMLC middle_end/flambda/augment_specialised_args.cmo
- OCAMLC middle_end/flambda/unbox_specialised_args.cmo
- OCAMLC middle_end/flambda/unbox_closures.cmo
- OCAMLC middle_end/flambda/flambda_middle_end.cmo
- OCAMLC middle_end/flambda/inline_and_simplify.cmo
- OCAMLC middle_end/flambda/inlining_transforms.cmo
- OCAMLC middle_end/flambda/inlining_decision.cmo
- LINKC tools/ocamlcmt
- LINKC tools/ocamlmklib
- LINKC tools/dumpobj
- LINKC tools/ocamlprof
- LINKC stdlib.cma
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/stdlib'
- LINKC compilerlibs/ocamlmiddleend.cma
- LINKC tools/ocamlobjinfo
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- /usr/bin/make ocaml
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- OCAMLC toplevel/expunge.cmi
- OCAMLC toplevel/genprintval.cmi
- OCAMLC toplevel/trace.cmi
- OCAMLC toplevel/toploop.cmi
- OCAMLC toplevel/topprinters.cmi
- OCAMLC toplevel/topdirs.cmi
- OCAMLC toplevel/topmain.cmi
- OCAMLC toplevel/topstart.cmi
- OCAMLC toplevel/expunge.cmo
- OCAMLC toplevel/topprinters.cmo
- cp toplevel/topmain.cmi toplevel/topmain.mli toplevel/byte
- OCAMLC toplevel/topstart.cmo
- cp toplevel/trace.cmi toplevel/trace.mli toplevel/byte
- OCAMLC toplevel/topcommon.cmi
- OCAMLC toplevel/genprintval.cmo
- LINKC expunge
- OCAMLC toplevel/topeval.cmi
- OCAMLC toplevel/topcommon.cmo
- cp toplevel/topeval.cmi toplevel/topeval.mli toplevel/byte
- OCAMLC toplevel/toploop.cmo
- OCAMLC toplevel/topdirs.cmo
- OCAMLC toplevel/byte/topeval.cmo
- OCAMLC toplevel/byte/trace.cmo
- OCAMLC toplevel/byte/topmain.cmo
- LINKC compilerlibs/ocamltoplevel.cma
- LINKC ocaml.tmp
- GEN ocaml
- rm ocaml.tmp
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- /usr/bin/make opt-core
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- CC runtime/addrmap.n.o
- CC runtime/afl.n.o
- CC runtime/alloc.n.o
- CC runtime/array.n.o
- CC runtime/backtrace.n.o
- CC runtime/bigarray.n.o
- CC runtime/callback.n.o
- CC runtime/codefrag.n.o
- CC runtime/compare.n.o
- CC runtime/custom.n.o
- CC runtime/debugger.n.o
- CC runtime/domain.n.o
- CC runtime/dynlink.n.o
- CC runtime/extern.n.o
- CC runtime/fiber.n.o
- CC runtime/finalise.n.o
- CC runtime/floats.n.o
- CC runtime/gc_ctrl.n.o
- CC runtime/gc_stats.n.o
- CC runtime/globroots.n.o
- CC runtime/hash.n.o
- CC runtime/intern.n.o
- CC runtime/ints.n.o
- CC runtime/io.n.o
- CC runtime/lexing.n.o
- CC runtime/lf_skiplist.n.o
- CC runtime/main.n.o
- CC runtime/major_gc.n.o
- CC runtime/md5.n.o
- CC runtime/memory.n.o
- CC runtime/memprof.n.o
- CC runtime/meta.n.o
- CC runtime/minor_gc.n.o
- CC runtime/misc.n.o
- CC runtime/obj.n.o
- CC runtime/parsing.n.o
- CC runtime/platform.n.o
- CC runtime/printexc.n.o
- CC runtime/prng.n.o
- CC runtime/roots.n.o
- CC runtime/runtime_events.n.o
- CC runtime/shared_heap.n.o
- CC runtime/signals.n.o
- CC runtime/skiplist.n.o
- CC runtime/startup_aux.n.o
- CC runtime/str.n.o
- CC runtime/sync.n.o
- CC runtime/sys.n.o
- CC runtime/unix.n.o
- CC runtime/weak.n.o
- CC runtime/backtrace_nat.n.o
- CC runtime/clambda_checks.n.o
- CC runtime/dynlink_nat.n.o
- CC runtime/fail_nat.n.o
- CC runtime/frame_descriptors.n.o
- CC runtime/startup_nat.n.o
- CC runtime/signals_nat.n.o
- ASM runtime/amd64.o
- CC runtime/addrmap.nd.o
- CC runtime/afl.nd.o
- CC runtime/alloc.nd.o
- CC runtime/array.nd.o
- CC runtime/backtrace.nd.o
- CC runtime/bigarray.nd.o
- CC runtime/callback.nd.o
- CC runtime/codefrag.nd.o
- CC runtime/compare.nd.o
- CC runtime/custom.nd.o
- CC runtime/debugger.nd.o
- CC runtime/domain.nd.o
- CC runtime/dynlink.nd.o
- CC runtime/extern.nd.o
- CC runtime/fiber.nd.o
- CC runtime/finalise.nd.o
- CC runtime/floats.nd.o
- CC runtime/gc_ctrl.nd.o
- CC runtime/gc_stats.nd.o
- CC runtime/globroots.nd.o
- CC runtime/hash.nd.o
- CC runtime/intern.nd.o
- CC runtime/ints.nd.o
- CC runtime/io.nd.o
- CC runtime/lexing.nd.o
- CC runtime/lf_skiplist.nd.o
- CC runtime/main.nd.o
- CC runtime/major_gc.nd.o
- CC runtime/md5.nd.o
- CC runtime/memory.nd.o
- CC runtime/memprof.nd.o
- CC runtime/meta.nd.o
- CC runtime/minor_gc.nd.o
- CC runtime/misc.nd.o
- CC runtime/obj.nd.o
- CC runtime/parsing.nd.o
- CC runtime/platform.nd.o
- CC runtime/printexc.nd.o
- CC runtime/prng.nd.o
- CC runtime/roots.nd.o
- CC runtime/runtime_events.nd.o
- CC runtime/shared_heap.nd.o
- CC runtime/signals.nd.o
- CC runtime/skiplist.nd.o
- CC runtime/startup_aux.nd.o
- CC runtime/str.nd.o
- CC runtime/sync.nd.o
- CC runtime/sys.nd.o
- CC runtime/unix.nd.o
- CC runtime/weak.nd.o
- CC runtime/backtrace_nat.nd.o
- CC runtime/clambda_checks.nd.o
- CC runtime/dynlink_nat.nd.o
- CC runtime/fail_nat.nd.o
- CC runtime/frame_descriptors.nd.o
- CC runtime/startup_nat.nd.o
- CC runtime/signals_nat.nd.o
- ASM runtime/amd64.d.o
- CC runtime/addrmap.ni.o
- CC runtime/afl.ni.o
- CC runtime/alloc.ni.o
- CC runtime/array.ni.o
- CC runtime/backtrace.ni.o
- CC runtime/bigarray.ni.o
- CC runtime/callback.ni.o
- CC runtime/codefrag.ni.o
- CC runtime/compare.ni.o
- CC runtime/custom.ni.o
- CC runtime/debugger.ni.o
- CC runtime/domain.ni.o
- CC runtime/dynlink.ni.o
- CC runtime/extern.ni.o
- CC runtime/fiber.ni.o
- CC runtime/finalise.ni.o
- CC runtime/floats.ni.o
- CC runtime/gc_ctrl.ni.o
- CC runtime/gc_stats.ni.o
- CC runtime/globroots.ni.o
- CC runtime/hash.ni.o
- CC runtime/intern.ni.o
- CC runtime/ints.ni.o
- CC runtime/io.ni.o
- CC runtime/lexing.ni.o
- CC runtime/lf_skiplist.ni.o
- CC runtime/main.ni.o
- CC runtime/major_gc.ni.o
- CC runtime/md5.ni.o
- CC runtime/memory.ni.o
- CC runtime/memprof.ni.o
- CC runtime/meta.ni.o
- CC runtime/minor_gc.ni.o
- CC runtime/misc.ni.o
- CC runtime/obj.ni.o
- CC runtime/parsing.ni.o
- CC runtime/platform.ni.o
- CC runtime/printexc.ni.o
- CC runtime/prng.ni.o
- CC runtime/roots.ni.o
- CC runtime/runtime_events.ni.o
- CC runtime/shared_heap.ni.o
- CC runtime/signals.ni.o
- CC runtime/skiplist.ni.o
- CC runtime/startup_aux.ni.o
- CC runtime/str.ni.o
- CC runtime/sync.ni.o
- CC runtime/sys.ni.o
- CC runtime/unix.ni.o
- CC runtime/weak.ni.o
- CC runtime/backtrace_nat.ni.o
- CC runtime/clambda_checks.ni.o
- CC runtime/dynlink_nat.ni.o
- CC runtime/fail_nat.ni.o
- CC runtime/frame_descriptors.ni.o
- CC runtime/startup_nat.ni.o
- CC runtime/signals_nat.ni.o
- ASM runtime/amd64.i.o
- CC runtime/addrmap.npic.o
- CC runtime/afl.npic.o
- CC runtime/alloc.npic.o
- CC runtime/array.npic.o
- CC runtime/backtrace.npic.o
- CC runtime/bigarray.npic.o
- CC runtime/callback.npic.o
- CC runtime/codefrag.npic.o
- CC runtime/compare.npic.o
- CC runtime/custom.npic.o
- CC runtime/debugger.npic.o
- CC runtime/domain.npic.o
- CC runtime/dynlink.npic.o
- CC runtime/extern.npic.o
- CC runtime/fiber.npic.o
- CC runtime/finalise.npic.o
- CC runtime/floats.npic.o
- CC runtime/gc_ctrl.npic.o
- CC runtime/gc_stats.npic.o
- CC runtime/globroots.npic.o
- CC runtime/hash.npic.o
- CC runtime/intern.npic.o
- CC runtime/ints.npic.o
- CC runtime/io.npic.o
- CC runtime/lexing.npic.o
- CC runtime/lf_skiplist.npic.o
- CC runtime/main.npic.o
- CC runtime/major_gc.npic.o
- CC runtime/md5.npic.o
- CC runtime/memory.npic.o
- CC runtime/memprof.npic.o
- CC runtime/meta.npic.o
- CC runtime/minor_gc.npic.o
- CC runtime/misc.npic.o
- CC runtime/obj.npic.o
- CC runtime/parsing.npic.o
- CC runtime/platform.npic.o
- CC runtime/printexc.npic.o
- CC runtime/prng.npic.o
- CC runtime/roots.npic.o
- CC runtime/runtime_events.npic.o
- CC runtime/shared_heap.npic.o
- CC runtime/signals.npic.o
- CC runtime/skiplist.npic.o
- CC runtime/startup_aux.npic.o
- CC runtime/str.npic.o
- CC runtime/sync.npic.o
- CC runtime/sys.npic.o
- CC runtime/unix.npic.o
- CC runtime/weak.npic.o
- CC runtime/backtrace_nat.npic.o
- CC runtime/clambda_checks.npic.o
- CC runtime/dynlink_nat.npic.o
- CC runtime/fail_nat.npic.o
- CC runtime/frame_descriptors.npic.o
- CC runtime/startup_nat.npic.o
- CC runtime/signals_nat.npic.o
- ASM runtime/amd64_libasmrunpic.o
- MKLIB runtime/libasmrun.a
- MKLIB runtime/libasmrund.a
- MKLIB runtime/libasmruni.a
- MKLIB runtime/libasmrun_pic.a
- MKDLL runtime/libasmrun_shared.so
- cd stdlib; ln -sf ../runtime/libasmrun.a .
- /usr/bin/make ocamlopt
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- OCAMLC asmcomp/x86_ast.cmi
- cd asmcomp; ln -sf amd64/arch.ml .
- cd asmcomp; ln -sf amd64/arch.mli .
- OCAMLC asmcomp/cmm.cmi
- cd asmcomp; ln -sf amd64/proc.ml .
- cd asmcomp; ln -sf amd64/selection.ml .
- cd asmcomp; ln -sf amd64/CSE.ml .
- OCAMLC asmcomp/coloring.cmi
- cd asmcomp; ln -sf amd64/reload.ml .
- cd asmcomp; ln -sf amd64/scheduling.ml .
- OCAMLLEX tools/cvt_emit.ml
- OCAMLC tools/cvt_emit.cmi
- OCAMLC asmcomp/asmlink.cmi
- OCAMLC asmcomp/asmlibrarian.cmi
- OCAMLC asmcomp/asmpackager.cmi
- OCAMLC driver/opterrors.cmi
- OCAMLC driver/optcompile.cmi
- OCAMLC driver/optmaindriver.cmi
- OCAMLC driver/optmain.cmi
- OCAMLC asmcomp/x86_proc.cmi
- OCAMLC asmcomp/x86_dsl.cmi
- OCAMLC asmcomp/x86_gas.cmi
- OCAMLC asmcomp/x86_masm.cmi
- OCAMLC asmcomp/arch.cmi
- OCAMLC tools/cvt_emit.cmo
- OCAMLC asmcomp/cmm.cmo
- OCAMLC asmcomp/printcmm.cmi
- OCAMLC asmcomp/reg.cmi
- OCAMLC asmcomp/afl_instrument.cmi
- OCAMLC asmcomp/strmatch.cmi
- OCAMLC asmcomp/cmmgen_state.cmi
- OCAMLC asmcomp/cmmgen.cmi
- OCAMLC asmcomp/cmm_invariants.cmi
- OCAMLC asmcomp/asmlibrarian.cmo
- OCAMLC asmcomp/arch.cmo
- OCAMLC asmcomp/x86_proc.cmo
- OCAMLC asmcomp/x86_gas.cmo
- OCAMLC asmcomp/x86_masm.cmo
- OCAMLC driver/optmain.cmo
- OCAMLC driver/opterrors.cmo
- OCAMLC asmcomp/afl_instrument.cmo
- OCAMLC asmcomp/strmatch.cmo
- OCAMLC asmcomp/x86_dsl.cmo
- OCAMLC asmcomp/reg.cmo
- OCAMLC asmcomp/mach.cmi
- OCAMLC asmcomp/printcmm.cmo
- OCAMLC asmcomp/cmmgen_state.cmo
- OCAMLC asmcomp/cmm_helpers.cmi
- OCAMLC asmcomp/cmm_invariants.cmo
- LINKC tools/cvt_emit
- OCAMLC asmcomp/mach.cmo
- OCAMLC asmcomp/proc.cmi
- OCAMLC asmcomp/interval.cmi
- OCAMLC asmcomp/dataflow.cmi
- OCAMLC asmcomp/polling.cmi
- OCAMLC asmcomp/selectgen.cmi
- OCAMLC asmcomp/selection.cmi
- OCAMLC asmcomp/comballoc.cmi
- OCAMLC asmcomp/CSEgen.cmi
- OCAMLC asmcomp/CSE.cmi
- OCAMLC asmcomp/liveness.cmi
- OCAMLC asmcomp/spill.cmi
- OCAMLC asmcomp/split.cmi
- OCAMLC asmcomp/interf.cmi
- OCAMLC asmcomp/reloadgen.cmi
- OCAMLC asmcomp/reload.cmi
- OCAMLC asmcomp/deadcode.cmi
- OCAMLC asmcomp/linear.cmi
- GEN asmcomp/emit.ml
- OCAMLC asmcomp/proc.cmo
- OCAMLC asmcomp/interval.cmo
- OCAMLC asmcomp/printmach.cmi
- OCAMLC asmcomp/coloring.cmo
- OCAMLC asmcomp/linscan.cmi
- OCAMLC driver/optmaindriver.cmo
- OCAMLC asmcomp/dataflow.cmo
- OCAMLC asmcomp/polling.cmo
- OCAMLC asmcomp/interf.cmo
- OCAMLC asmcomp/reloadgen.cmo
- OCAMLC asmcomp/CSEgen.cmo
- OCAMLC asmcomp/CSE.cmo
- OCAMLC asmcomp/spill.cmo
- OCAMLC asmcomp/comballoc.cmo
- OCAMLC asmcomp/selectgen.cmo
- OCAMLC asmcomp/selection.cmo
- OCAMLC asmcomp/split.cmo
- OCAMLC asmcomp/printmach.cmo
- OCAMLC asmcomp/liveness.cmo
- OCAMLC asmcomp/cmm_helpers.cmo
- OCAMLC asmcomp/cmmgen.cmo
- OCAMLC asmcomp/deadcode.cmo
- OCAMLC asmcomp/reload.cmo
- OCAMLC asmcomp/linscan.cmo
- OCAMLC asmcomp/linear.cmo
- OCAMLC asmcomp/printlinear.cmi
- OCAMLC asmcomp/linearize.cmi
- OCAMLC file_formats/linear_format.cmi
- OCAMLC asmcomp/schedgen.cmi
- OCAMLC asmcomp/scheduling.cmi
- OCAMLC asmcomp/branch_relaxation_intf.cmi
- OCAMLC asmcomp/emitenv.cmi
- OCAMLC asmcomp/emit.cmi
- OCAMLC asmcomp/emitaux.cmi
- OCAMLC asmcomp/printlinear.cmo
- OCAMLC file_formats/linear_format.cmo
- OCAMLC asmcomp/linearize.cmo
- OCAMLC asmcomp/schedgen.cmo
- OCAMLC asmcomp/scheduling.cmo
- OCAMLC asmcomp/branch_relaxation.cmi
- OCAMLC asmcomp/branch_relaxation.cmo
- OCAMLC asmcomp/emitaux.cmo
- OCAMLC asmcomp/emit.cmo
- OCAMLC asmcomp/asmgen.cmi
- OCAMLC asmcomp/asmgen.cmo
- OCAMLC asmcomp/asmlink.cmo
- OCAMLC asmcomp/asmpackager.cmo
- OCAMLC driver/optcompile.cmo
- LINKC compilerlibs/ocamloptcomp.cma
- LINKC ocamlopt
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- /usr/bin/make libraryopt
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- /usr/bin/make -C stdlib allopt
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/stdlib'
- OCAMLOPT camlinternalFormatBasics.cmx
- OCAMLOPT stdlib.cmx
- OCAMLOPT stdlib__Either.cmx
- OCAMLOPT stdlib__Sys.cmx
- OCAMLOPT stdlib__Atomic.cmx
- OCAMLOPT stdlib__Bool.cmx
- OCAMLOPT stdlib__Char.cmx
- OCAMLOPT stdlib__Int.cmx
- OCAMLOPT stdlib__Unit.cmx
- OCAMLOPT stdlib__Int64.cmx
- OCAMLOPT stdlib__Mutex.cmx
- OCAMLOPT std_exit.cmx
- OCAMLOPT stdlib__Condition.cmx
- OCAMLOPT stdlib__Nativeint.cmx
- OCAMLOPT stdlib__Int32.cmx
- OCAMLOPT stdlib__Uchar.cmx
- OCAMLOPT stdlib__Semaphore.cmx
- OCAMLOPT stdlib__Obj.cmx
- OCAMLOPT stdlib__Type.cmx
- OCAMLOPT camlinternalLazy.cmx
- OCAMLOPT stdlib__Callback.cmx
- OCAMLOPT stdlib__Lazy.cmx
- OCAMLOPT stdlib__Seq.cmx
- OCAMLOPT stdlib__Option.cmx
- OCAMLOPT stdlib__Result.cmx
- OCAMLOPT stdlib__List.cmx
- OCAMLOPT stdlib__Bytes.cmx
- OCAMLOPT stdlib__Array.cmx
- OCAMLOPT stdlib__Queue.cmx
- OCAMLOPT stdlib__ArrayLabels.cmx
- OCAMLOPT stdlib__Float.cmx
- OCAMLOPT stdlib__Set.cmx
- OCAMLOPT stdlib__Map.cmx
- OCAMLOPT stdlib__Stack.cmx
- OCAMLOPT stdlib__Domain.cmx
- OCAMLOPT stdlib__ListLabels.cmx
- OCAMLOPT stdlib__String.cmx
- OCAMLOPT stdlib__BytesLabels.cmx
- OCAMLOPT stdlib__Marshal.cmx
- OCAMLOPT stdlib__Lexing.cmx
- OCAMLOPT stdlib__Buffer.cmx
- OCAMLOPT stdlib__Digest.cmx
- OCAMLOPT stdlib__StringLabels.cmx
- OCAMLOPT stdlib__StdLabels.cmx
- OCAMLOPT stdlib__Parsing.cmx
- OCAMLOPT camlinternalFormat.cmx
- OCAMLOPT stdlib__Complex.cmx
- OCAMLOPT camlinternalOO.cmx
- OCAMLOPT stdlib__Bigarray.cmx
- OCAMLOPT stdlib__Random.cmx
- OCAMLOPT stdlib__Oo.cmx
- OCAMLOPT camlinternalMod.cmx
- OCAMLOPT stdlib__Hashtbl.cmx
- OCAMLOPT stdlib__Weak.cmx
- OCAMLOPT stdlib__Ephemeron.cmx
- OCAMLOPT stdlib__MoreLabels.cmx
- OCAMLOPT stdlib__Printf.cmx
- OCAMLOPT stdlib__Format.cmx
- OCAMLOPT stdlib__Arg.cmx
- OCAMLOPT stdlib__Printexc.cmx
- OCAMLOPT stdlib__Scanf.cmx
- OCAMLOPT stdlib__Fun.cmx
- OCAMLOPT stdlib__Effect.cmx
- OCAMLOPT stdlib__Gc.cmx
- OCAMLOPT stdlib__Filename.cmx
- OCAMLOPT stdlib__In_channel.cmx
- OCAMLOPT stdlib__Out_channel.cmx
- LINKOPT stdlib.cmxa
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/stdlib'
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- /usr/bin/make ocamlc.opt
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- OCAMLOPT utils/config.cmx
- OCAMLOPT utils/build_path_prefix_map.cmx
- OCAMLOPT utils/arg_helper.cmx
- OCAMLOPT utils/local_store.cmx
- OCAMLOPT utils/terminfo.cmx
- OCAMLOPT utils/int_replace_polymorphic_compare.cmx
- OCAMLOPT utils/domainstate.cmx
- OCAMLOPT utils/binutils.cmx
- OCAMLOPT utils/lazy_backtrack.cmx
- OCAMLOPT parsing/camlinternalMenhirLib.cmx
- OCAMLOPT lambda/switch.cmx
- OCAMLOPT lambda/runtimedef.cmx
- OCAMLOPT bytecomp/opcodes.cmx
- OCAMLOPT utils/misc.cmx
- OCAMLOPT bytecomp/bytesections.cmx
- OCAMLOPT utils/identifiable.cmx
- OCAMLOPT utils/load_path.cmx
- OCAMLOPT utils/profile.cmx
- OCAMLOPT utils/warnings.cmx
- OCAMLOPT utils/consistbl.cmx
- OCAMLOPT utils/targetint.cmx
- OCAMLOPT utils/diffing.cmx
- OCAMLOPT parsing/longident.cmx
- OCAMLOPT bytecomp/dll.cmx
- OCAMLOPT utils/diffing_with_keys.cmx
- OCAMLOPT utils/numbers.cmx
- OCAMLOPT utils/clflags.cmx
- OCAMLOPT utils/strongly_connected_components.cmx
- OCAMLOPT utils/ccomp.cmx
- OCAMLOPT parsing/location.cmx
- OCAMLOPT typing/ident.cmx
- OCAMLOPT typing/path.cmx
- OCAMLOPT typing/shape.cmx
- OCAMLOPT parsing/docstrings.cmx
- OCAMLOPT parsing/syntaxerr.cmx
- OCAMLOPT parsing/pprintast.cmx
- OCAMLOPT parsing/ast_iterator.cmx
- OCAMLOPT parsing/attr_helper.cmx
- OCAMLOPT parsing/builtin_attributes.cmx
- OCAMLOPT lambda/debuginfo.cmx
- OCAMLOPT driver/compenv.cmx
- OCAMLOPT driver/errors.cmx
- OCAMLOPT typing/primitive.cmx
- OCAMLOPT parsing/ast_helper.cmx
- OCAMLOPT parsing/depend.cmx
- OCAMLOPT typing/type_immediacy.cmx
- OCAMLOPT typing/types.cmx
- OCAMLOPT parsing/ast_invariants.cmx
- OCAMLOPT driver/main_args.cmx
- OCAMLOPT typing/btype.cmx
- OCAMLOPT file_formats/cmi_format.cmx
- OCAMLOPT typing/errortrace.cmx
- OCAMLOPT parsing/parser.cmx
- OCAMLOPT parsing/ast_mapper.cmx
- OCAMLOPT typing/persistent_env.cmx
- OCAMLOPT typing/predef.cmx
- OCAMLOPT typing/datarepr.cmx
- OCAMLOPT typing/signature_group.cmx
- OCAMLOPT typing/subst.cmx
- OCAMLOPT typing/env.cmx
- OCAMLOPT parsing/printast.cmx
- OCAMLOPT typing/oprint.cmx
- OCAMLOPT typing/typedtree.cmx
- OCAMLOPT typing/ctype.cmx
- OCAMLOPT typing/typedecl_properties.cmx
- OCAMLOPT lambda/lambda.cmx
- OCAMLOPT typing/printtyped.cmx
- OCAMLOPT typing/tast_iterator.cmx
- OCAMLOPT typing/tast_mapper.cmx
- OCAMLOPT typing/untypeast.cmx
- OCAMLOPT typing/printpat.cmx
- OCAMLOPT lambda/translobj.cmx
- OCAMLOPT lambda/translattribute.cmx
- OCAMLOPT lambda/tmc.cmx
- OCAMLOPT bytecomp/instruct.cmx
- OCAMLOPT bytecomp/meta.cmx
- OCAMLOPT bytecomp/symtable.cmx
- OCAMLOPT lambda/simplif.cmx
- OCAMLOPT typing/printtyp.cmx
- OCAMLOPT typing/mtype.cmx
- OCAMLOPT typing/patterns.cmx
- OCAMLOPT typing/typedecl_variance.cmx
- OCAMLOPT typing/typedecl_unboxed.cmx
- OCAMLOPT typing/typedecl_separability.cmx
- OCAMLOPT typing/typedecl_immediacy.cmx
- OCAMLOPT typing/typeopt.cmx
- OCAMLOPT typing/parmatch.cmx
- OCAMLOPT typing/rec_check.cmx
- OCAMLOPT typing/includeclass.cmx
- OCAMLOPT typing/envaux.cmx
- OCAMLOPT typing/includecore.cmx
- OCAMLOPT typing/stypes.cmx
- OCAMLOPT typing/typetexp.cmx
- OCAMLOPT lambda/printlambda.cmx
- OCAMLOPT typing/typedecl.cmx
- OCAMLOPT lambda/matching.cmx
- OCAMLOPT bytecomp/printinstr.cmx
- OCAMLOPT parsing/lexer.cmx
- OCAMLOPT parsing/parse.cmx
- OCAMLOPT file_formats/cmt_format.cmx
- OCAMLOPT driver/pparse.cmx
- OCAMLOPT typing/cmt2annot.cmx
- OCAMLOPT typing/includemod.cmx
- OCAMLOPT driver/makedepend.cmx
- OCAMLOPT typing/typecore.cmx
- OCAMLOPT typing/includemod_errorprinter.cmx
- OCAMLOPT lambda/translprim.cmx
- OCAMLOPT bytecomp/bytegen.cmx
- OCAMLOPT typing/typeclass.cmx
- OCAMLOPT lambda/translcore.cmx
- OCAMLOPT lambda/translclass.cmx
- OCAMLOPT typing/typemod.cmx
- OCAMLOPT lambda/translmod.cmx
- OCAMLOPT bytecomp/emitcode.cmx
- OCAMLOPT bytecomp/bytelink.cmx
- OCAMLOPT bytecomp/bytelibrarian.cmx
- OCAMLOPT driver/compmisc.cmx
- OCAMLOPT bytecomp/bytepackager.cmx
- OCAMLOPT driver/compile_common.cmx
- LINKOPT compilerlibs/ocamlcommon.cmxa
- OCAMLOPT driver/compile.cmx
- OCAMLOPT driver/maindriver.cmx
- LINKOPT compilerlibs/ocamlbytecomp.cmxa
- OCAMLOPT driver/main.cmx
- LINKOPT ocamlc.opt
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- /usr/bin/make otherlibraries ocamldebugger ocamldoc \
-
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- /usr/bin/make lex-all
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- make[3]: Nothing to be done for 'lex-all'.
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- /usr/bin/make tools-all
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- make[3]: Nothing to be done for 'tools-all'.
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- /usr/bin/make -C otherlibs all
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs'
- for lib in dynlink runtime_events unix str systhreads; do (/usr/bin/make -C $lib all) || exit $?; done
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/dynlink'
- GEN dynlink_compilerlibs/Makefile
- cp ../../utils/binutils.ml dynlink_compilerlibs/binutils.ml
- cp ../../utils/config.ml dynlink_compilerlibs/config.ml
- cp ../../utils/build_path_prefix_map.ml dynlink_compilerlibs/build_path_prefix_map.ml
- cp ../../utils/misc.ml dynlink_compilerlibs/misc.ml
- cp ../../utils/identifiable.ml dynlink_compilerlibs/identifiable.ml
- cp ../../utils/numbers.ml dynlink_compilerlibs/numbers.ml
- cp ../../utils/arg_helper.ml dynlink_compilerlibs/arg_helper.ml
- cp ../../utils/local_store.ml dynlink_compilerlibs/local_store.ml
- cp ../../utils/load_path.ml dynlink_compilerlibs/load_path.ml
- cp ../../utils/clflags.ml dynlink_compilerlibs/clflags.ml
- cp ../../utils/profile.ml dynlink_compilerlibs/profile.ml
- cp ../../utils/consistbl.ml dynlink_compilerlibs/consistbl.ml
- cp ../../utils/terminfo.ml dynlink_compilerlibs/terminfo.ml
- cp ../../utils/warnings.ml dynlink_compilerlibs/warnings.ml
- cp ../../utils/int_replace_polymorphic_compare.ml dynlink_compilerlibs/int_replace_polymorphic_compare.ml
- cp ../../utils/lazy_backtrack.ml dynlink_compilerlibs/lazy_backtrack.ml
- cp ../../parsing/location.ml dynlink_compilerlibs/location.ml
- cp ../../parsing/longident.ml dynlink_compilerlibs/longident.ml
- cp ../../parsing/docstrings.ml dynlink_compilerlibs/docstrings.ml
- cp ../../parsing/syntaxerr.ml dynlink_compilerlibs/syntaxerr.ml
- cp ../../parsing/ast_helper.ml dynlink_compilerlibs/ast_helper.ml
- cp ../../parsing/ast_mapper.ml dynlink_compilerlibs/ast_mapper.ml
- cp ../../parsing/attr_helper.ml dynlink_compilerlibs/attr_helper.ml
- cp ../../parsing/builtin_attributes.ml dynlink_compilerlibs/builtin_attributes.ml
- cp ../../typing/ident.ml dynlink_compilerlibs/ident.ml
- cp ../../typing/path.ml dynlink_compilerlibs/path.ml
- cp ../../typing/primitive.ml dynlink_compilerlibs/primitive.ml
- cp ../../typing/type_immediacy.ml dynlink_compilerlibs/type_immediacy.ml
- cp ../../typing/shape.ml dynlink_compilerlibs/shape.ml
- cp ../../typing/types.ml dynlink_compilerlibs/types.ml
- cp ../../typing/btype.ml dynlink_compilerlibs/btype.ml
- cp ../../typing/subst.ml dynlink_compilerlibs/subst.ml
- cp ../../typing/predef.ml dynlink_compilerlibs/predef.ml
- cp ../../typing/datarepr.ml dynlink_compilerlibs/datarepr.ml
- cp ../../file_formats/cmi_format.ml dynlink_compilerlibs/cmi_format.ml
- cp ../../typing/persistent_env.ml dynlink_compilerlibs/persistent_env.ml
- cp ../../typing/env.ml dynlink_compilerlibs/env.ml
- cp ../../lambda/debuginfo.ml dynlink_compilerlibs/debuginfo.ml
- cp ../../lambda/lambda.ml dynlink_compilerlibs/lambda.ml
- cp ../../lambda/runtimedef.ml dynlink_compilerlibs/runtimedef.ml
- cp ../../bytecomp/instruct.ml dynlink_compilerlibs/instruct.ml
- cp ../../bytecomp/opcodes.ml dynlink_compilerlibs/opcodes.ml
- cp ../../bytecomp/bytesections.ml dynlink_compilerlibs/bytesections.ml
- cp ../../bytecomp/dll.ml dynlink_compilerlibs/dll.ml
- cp ../../bytecomp/meta.ml dynlink_compilerlibs/meta.ml
- cp ../../bytecomp/symtable.ml dynlink_compilerlibs/symtable.ml
- cp ../../parsing/asttypes.mli dynlink_compilerlibs/asttypes.ml
- cp ../../parsing/parsetree.mli dynlink_compilerlibs/parsetree.ml
- cp ../../typing/outcometree.mli dynlink_compilerlibs/outcometree.ml
- cp ../../file_formats/cmo_format.mli dynlink_compilerlibs/cmo_format.ml
- cp ../../file_formats/cmxs_format.mli dynlink_compilerlibs/cmxs_format.ml
- cp ../../utils/binutils.mli dynlink_compilerlibs/binutils.mli
- cp ../../utils/config.mli dynlink_compilerlibs/config.mli
- cp ../../utils/build_path_prefix_map.mli dynlink_compilerlibs/build_path_prefix_map.mli
- cp ../../utils/misc.mli dynlink_compilerlibs/misc.mli
- cp ../../utils/identifiable.mli dynlink_compilerlibs/identifiable.mli
- cp ../../utils/numbers.mli dynlink_compilerlibs/numbers.mli
- cp ../../utils/arg_helper.mli dynlink_compilerlibs/arg_helper.mli
- cp ../../utils/local_store.mli dynlink_compilerlibs/local_store.mli
- cp ../../utils/load_path.mli dynlink_compilerlibs/load_path.mli
- cp ../../utils/clflags.mli dynlink_compilerlibs/clflags.mli
- cp ../../utils/profile.mli dynlink_compilerlibs/profile.mli
- cp ../../utils/consistbl.mli dynlink_compilerlibs/consistbl.mli
- cp ../../utils/terminfo.mli dynlink_compilerlibs/terminfo.mli
- cp ../../utils/warnings.mli dynlink_compilerlibs/warnings.mli
- cp ../../utils/int_replace_polymorphic_compare.mli dynlink_compilerlibs/int_replace_polymorphic_compare.mli
- cp ../../utils/lazy_backtrack.mli dynlink_compilerlibs/lazy_backtrack.mli
- cp ../../parsing/location.mli dynlink_compilerlibs/location.mli
- cp ../../parsing/longident.mli dynlink_compilerlibs/longident.mli
- cp ../../parsing/docstrings.mli dynlink_compilerlibs/docstrings.mli
- cp ../../parsing/syntaxerr.mli dynlink_compilerlibs/syntaxerr.mli
- cp ../../parsing/ast_helper.mli dynlink_compilerlibs/ast_helper.mli
- cp ../../parsing/ast_mapper.mli dynlink_compilerlibs/ast_mapper.mli
- cp ../../parsing/attr_helper.mli dynlink_compilerlibs/attr_helper.mli
- cp ../../parsing/builtin_attributes.mli dynlink_compilerlibs/builtin_attributes.mli
- cp ../../typing/ident.mli dynlink_compilerlibs/ident.mli
- cp ../../typing/path.mli dynlink_compilerlibs/path.mli
- cp ../../typing/primitive.mli dynlink_compilerlibs/primitive.mli
- cp ../../typing/type_immediacy.mli dynlink_compilerlibs/type_immediacy.mli
- cp ../../typing/shape.mli dynlink_compilerlibs/shape.mli
- cp ../../typing/types.mli dynlink_compilerlibs/types.mli
- cp ../../typing/btype.mli dynlink_compilerlibs/btype.mli
- cp ../../typing/subst.mli dynlink_compilerlibs/subst.mli
- cp ../../typing/predef.mli dynlink_compilerlibs/predef.mli
- cp ../../typing/datarepr.mli dynlink_compilerlibs/datarepr.mli
- cp ../../file_formats/cmi_format.mli dynlink_compilerlibs/cmi_format.mli
- cp ../../typing/persistent_env.mli dynlink_compilerlibs/persistent_env.mli
- cp ../../typing/env.mli dynlink_compilerlibs/env.mli
- cp ../../lambda/debuginfo.mli dynlink_compilerlibs/debuginfo.mli
- cp ../../lambda/lambda.mli dynlink_compilerlibs/lambda.mli
- cp ../../lambda/runtimedef.mli dynlink_compilerlibs/runtimedef.mli
- cp ../../bytecomp/instruct.mli dynlink_compilerlibs/instruct.mli
- cp ../../bytecomp/opcodes.mli dynlink_compilerlibs/opcodes.mli
- cp ../../bytecomp/bytesections.mli dynlink_compilerlibs/bytesections.mli
- cp ../../bytecomp/dll.mli dynlink_compilerlibs/dll.mli
- cp ../../bytecomp/meta.mli dynlink_compilerlibs/meta.mli
- cp ../../bytecomp/symtable.mli dynlink_compilerlibs/symtable.mli
- cp ../../parsing/asttypes.mli dynlink_compilerlibs/asttypes.mli
- cp ../../parsing/parsetree.mli dynlink_compilerlibs/parsetree.mli
- cp ../../typing/outcometree.mli dynlink_compilerlibs/outcometree.mli
- cp ../../file_formats/cmo_format.mli dynlink_compilerlibs/cmo_format.mli
- cp ../../file_formats/cmxs_format.mli dynlink_compilerlibs/cmxs_format.mli
- OCAMLDEP dynlink_compilerlibs/.depend
- OCAMLC dynlink_compilerlibs/binutils.cmi
- OCAMLC dynlink_compilerlibs/config.cmi
- OCAMLC dynlink_compilerlibs/build_path_prefix_map.cmi
- OCAMLC dynlink_compilerlibs/identifiable.cmi
- OCAMLC dynlink_compilerlibs/arg_helper.cmi
- OCAMLC dynlink_compilerlibs/local_store.cmi
- OCAMLC dynlink_compilerlibs/load_path.cmi
- OCAMLC dynlink_compilerlibs/profile.cmi
- OCAMLC dynlink_compilerlibs/terminfo.cmi
- OCAMLC dynlink_compilerlibs/warnings.cmi
- OCAMLC dynlink_compilerlibs/int_replace_polymorphic_compare.cmi
- OCAMLC dynlink_compilerlibs/lazy_backtrack.cmi
- OCAMLC dynlink_compilerlibs/longident.cmi
- OCAMLC dynlink_compilerlibs/runtimedef.cmi
- OCAMLC dynlink_compilerlibs/opcodes.cmi
- OCAMLC dynlink_compilerlibs/bytesections.cmi
- OCAMLC dynlink_compilerlibs/dll.cmi
- OCAMLC dynlink_types.cmi
- cp dynlink_platform_intf.ml dynlink_platform_intf.mli
- OCAMLC dynlink.cmi
- OCAMLC dynlink_compilerlibs/binutils.cmo
- OCAMLC dynlink_compilerlibs/config.cmo
- OCAMLC dynlink_compilerlibs/build_path_prefix_map.cmo
- OCAMLC dynlink_compilerlibs/misc.cmi
- OCAMLC dynlink_compilerlibs/arg_helper.cmo
- OCAMLC dynlink_compilerlibs/local_store.cmo
- OCAMLC dynlink_compilerlibs/terminfo.cmo
- OCAMLC dynlink_compilerlibs/int_replace_polymorphic_compare.cmo
- OCAMLC dynlink_compilerlibs/lazy_backtrack.cmo
- OCAMLC dynlink_compilerlibs/location.cmi
- OCAMLC dynlink_compilerlibs/ident.cmi
- OCAMLC dynlink_compilerlibs/runtimedef.cmo
- OCAMLC dynlink_compilerlibs/opcodes.cmo
- OCAMLC dynlink_compilerlibs/bytesections.cmo
- cp dynlink.cmi dynlink.mli byte/
- OCAMLC dynlink_compilerlibs/numbers.cmi
- OCAMLC dynlink_types.cmo
- OCAMLC dynlink_platform_intf.cmi
- OCAMLC dynlink_compilerlibs/misc.cmo
- OCAMLC dynlink_compilerlibs/identifiable.cmo
- OCAMLC dynlink_compilerlibs/load_path.cmo
- OCAMLC dynlink_compilerlibs/clflags.cmi
- OCAMLC dynlink_compilerlibs/profile.cmo
- OCAMLC dynlink_compilerlibs/consistbl.cmi
- OCAMLC dynlink_compilerlibs/warnings.cmo
- OCAMLC dynlink_compilerlibs/longident.cmo
- OCAMLC dynlink_compilerlibs/asttypes.cmi
- OCAMLC dynlink_compilerlibs/syntaxerr.cmi
- OCAMLC dynlink_compilerlibs/dll.cmo
- OCAMLC dynlink_compilerlibs/cmxs_format.cmi
- OCAMLC dynlink_platform_intf.cmo
- OCAMLC dynlink_common.cmi
- OCAMLC dynlink_compilerlibs/path.cmi
- OCAMLC dynlink_compilerlibs/cmo_format.cmi
- OCAMLC dynlink_compilerlibs/parsetree.cmi
- OCAMLC dynlink_compilerlibs/debuginfo.cmi
- OCAMLC dynlink_compilerlibs/asttypes.cmo
- OCAMLC dynlink_compilerlibs/cmxs_format.cmo
- OCAMLC dynlink_compilerlibs/numbers.cmo
- OCAMLC dynlink_compilerlibs/consistbl.cmo
- OCAMLC dynlink_compilerlibs/syntaxerr.cmo
- OCAMLC dynlink_compilerlibs/cmo_format.cmo
- OCAMLC dynlink_compilerlibs/clflags.cmo
- OCAMLC dynlink_compilerlibs/location.cmo
- OCAMLC dynlink_compilerlibs/ident.cmo
- OCAMLC dynlink_compilerlibs/path.cmo
- OCAMLC dynlink_compilerlibs/shape.cmi
- OCAMLC dynlink_compilerlibs/debuginfo.cmo
- OCAMLC dynlink_compilerlibs/docstrings.cmi
- OCAMLC dynlink_compilerlibs/ast_mapper.cmi
- OCAMLC dynlink_compilerlibs/attr_helper.cmi
- OCAMLC dynlink_compilerlibs/builtin_attributes.cmi
- OCAMLC dynlink_compilerlibs/type_immediacy.cmi
- OCAMLC dynlink_compilerlibs/parsetree.cmo
- OCAMLC dynlink_compilerlibs/shape.cmo
- OCAMLC dynlink_compilerlibs/builtin_attributes.cmo
- OCAMLC dynlink_compilerlibs/docstrings.cmo
- OCAMLC dynlink_compilerlibs/ast_helper.cmi
- OCAMLC dynlink_compilerlibs/outcometree.cmi
- OCAMLC dynlink_compilerlibs/type_immediacy.cmo
- OCAMLC dynlink_compilerlibs/attr_helper.cmo
- OCAMLC dynlink_compilerlibs/primitive.cmi
- OCAMLC dynlink_compilerlibs/outcometree.cmo
- OCAMLC dynlink_compilerlibs/ast_helper.cmo
- OCAMLC dynlink_compilerlibs/ast_mapper.cmo
- OCAMLC dynlink_compilerlibs/primitive.cmo
- OCAMLC dynlink_compilerlibs/types.cmi
- OCAMLC dynlink_compilerlibs/types.cmo
- OCAMLC dynlink_compilerlibs/btype.cmi
- OCAMLC dynlink_compilerlibs/subst.cmi
- OCAMLC dynlink_compilerlibs/predef.cmi
- OCAMLC dynlink_compilerlibs/datarepr.cmi
- OCAMLC dynlink_compilerlibs/cmi_format.cmi
- OCAMLC dynlink_compilerlibs/cmi_format.cmo
- OCAMLC dynlink_compilerlibs/persistent_env.cmi
- OCAMLC dynlink_compilerlibs/env.cmi
- OCAMLC dynlink_compilerlibs/btype.cmo
- OCAMLC dynlink_compilerlibs/subst.cmo
- OCAMLC dynlink_compilerlibs/predef.cmo
- OCAMLC dynlink_compilerlibs/datarepr.cmo
- OCAMLC dynlink_compilerlibs/persistent_env.cmo
- OCAMLC dynlink_compilerlibs/env.cmo
- OCAMLC dynlink_compilerlibs/lambda.cmi
- OCAMLC dynlink_compilerlibs/lambda.cmo
- OCAMLC dynlink_compilerlibs/instruct.cmi
- OCAMLC dynlink_compilerlibs/symtable.cmi
- OCAMLC dynlink_compilerlibs/instruct.cmo
- OCAMLC dynlink_compilerlibs/meta.cmi
- OCAMLC dynlink_compilerlibs/meta.cmo
- OCAMLC dynlink_compilerlibs/symtable.cmo
- OCAMLC byte/dynlink_compilerlibs.cmo
- OCAMLC dynlink_common.cmo
- OCAMLC byte/dynlink.cmo
- LINKC dynlink.cma
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/dynlink'
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/runtime_events'
- CC runtime_events_consumer.b.o
- CC runtime_events_consumer.n.o
- OCAMLC runtime_events.cmi
- OCAMLC runtime_events.cmo
- OCAMLMKLIB runtime_events.cma
- OCAMLMKLIB libcamlruntime_eventsbyt.a
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/runtime_events'
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/unix'
- CC access.b.o
- CC addrofstr.b.o
- CC chdir.b.o
- CC chmod.b.o
- CC cst2constr.b.o
- CC cstringv.b.o
- CC execv.b.o
- CC execve.b.o
- CC execvp.b.o
- CC fsync.b.o
- CC mkdir.b.o
- CC exit.b.o
- CC getaddrinfo.b.o
- CC getcwd.b.o
- CC gethost.b.o
- CC gethostname.b.o
- CC getnameinfo.b.o
- CC getproto.b.o
- CC getserv.b.o
- CC gmtime.b.o
- CC mmap_ba.b.o
- CC putenv.b.o
- CC rmdir.b.o
- CC socketaddr.b.o
- CC strofaddr.b.o
- CC time.b.o
- CC unlink.b.o
- CC accept_unix.b.o
- CC bind_unix.b.o
- CC channels_unix.b.o
- CC close_unix.b.o
- CC connect_unix.b.o
- CC dup_unix.b.o
- CC envir_unix.b.o
- CC errmsg_unix.b.o
- CC getpeername_unix.b.o
- CC getpid_unix.b.o
- CC getsockname_unix.b.o
- CC gettimeofday_unix.b.o
- CC isatty_unix.b.o
- CC link_unix.b.o
- CC listen_unix.b.o
- CC lockf_unix.b.o
- CC lseek_unix.b.o
- CC mmap_unix.b.o
- CC open_unix.b.o
- CC pipe_unix.b.o
- CC read_unix.b.o
- CC readlink_unix.b.o
- CC realpath_unix.b.o
- CC rename_unix.b.o
- CC select_unix.b.o
- CC sendrecv_unix.b.o
- CC shutdown_unix.b.o
- CC sleep_unix.b.o
- CC socket_unix.b.o
- CC socketpair_unix.b.o
- CC sockopt_unix.b.o
- CC stat_unix.b.o
- CC symlink_unix.b.o
- CC times_unix.b.o
- CC truncate_unix.b.o
- CC unixsupport_unix.b.o
- CC utimes_unix.b.o
- CC write_unix.b.o
- CC alarm.b.o
- CC chown.b.o
- CC chroot.b.o
- CC closedir.b.o
- CC dup2.b.o
- CC fchmod.b.o
- CC fchown.b.o
- CC fcntl.b.o
- CC fork.b.o
- CC ftruncate.b.o
- CC getegid.b.o
- CC geteuid.b.o
- CC getgid.b.o
- CC getgr.b.o
- CC getgroups.b.o
- CC getlogin.b.o
- CC getppid.b.o
- CC getpw.b.o
- CC getuid.b.o
- CC initgroups.b.o
- CC itimer.b.o
- CC kill.b.o
- CC mkfifo.b.o
- CC nice.b.o
- CC opendir.b.o
- CC readdir.b.o
- CC rewinddir.b.o
- CC setgid.b.o
- CC setgroups.b.o
- CC setsid.b.o
- CC setuid.b.o
- CC signals.b.o
- CC spawn.b.o
- CC termios.b.o
- CC umask.b.o
- CC wait.b.o
- CC access.n.o
- CC addrofstr.n.o
- CC chdir.n.o
- CC chmod.n.o
- CC cst2constr.n.o
- CC cstringv.n.o
- CC execv.n.o
- CC execve.n.o
- CC execvp.n.o
- CC fsync.n.o
- CC mkdir.n.o
- CC exit.n.o
- CC getaddrinfo.n.o
- CC getcwd.n.o
- CC gethost.n.o
- CC gethostname.n.o
- CC getnameinfo.n.o
- CC getproto.n.o
- CC getserv.n.o
- CC gmtime.n.o
- CC mmap_ba.n.o
- CC putenv.n.o
- CC rmdir.n.o
- CC socketaddr.n.o
- CC strofaddr.n.o
- CC time.n.o
- CC unlink.n.o
- CC accept_unix.n.o
- CC bind_unix.n.o
- CC channels_unix.n.o
- CC close_unix.n.o
- CC connect_unix.n.o
- CC dup_unix.n.o
- CC envir_unix.n.o
- CC errmsg_unix.n.o
- CC getpeername_unix.n.o
- CC getpid_unix.n.o
- CC getsockname_unix.n.o
- CC gettimeofday_unix.n.o
- CC isatty_unix.n.o
- CC link_unix.n.o
- CC listen_unix.n.o
- CC lockf_unix.n.o
- CC lseek_unix.n.o
- CC mmap_unix.n.o
- CC open_unix.n.o
- CC pipe_unix.n.o
- CC read_unix.n.o
- CC readlink_unix.n.o
- CC realpath_unix.n.o
- CC rename_unix.n.o
- CC select_unix.n.o
- CC sendrecv_unix.n.o
- CC shutdown_unix.n.o
- CC sleep_unix.n.o
- CC socket_unix.n.o
- CC socketpair_unix.n.o
- CC sockopt_unix.n.o
- CC stat_unix.n.o
- CC symlink_unix.n.o
- CC times_unix.n.o
- CC truncate_unix.n.o
- CC unixsupport_unix.n.o
- CC utimes_unix.n.o
- CC write_unix.n.o
- CC alarm.n.o
- CC chown.n.o
- CC chroot.n.o
- CC closedir.n.o
- CC dup2.n.o
- CC fchmod.n.o
- CC fchown.n.o
- CC fcntl.n.o
- CC fork.n.o
- CC ftruncate.n.o
- CC getegid.n.o
- CC geteuid.n.o
- CC getgid.n.o
- CC getgr.n.o
- CC getgroups.n.o
- CC getlogin.n.o
- CC getppid.n.o
- CC getpw.n.o
- CC getuid.n.o
- CC initgroups.n.o
- CC itimer.n.o
- CC kill.n.o
- CC mkfifo.n.o
- CC nice.n.o
- CC opendir.n.o
- CC readdir.n.o
- CC rewinddir.n.o
- CC setgid.n.o
- CC setgroups.n.o
- CC setsid.n.o
- CC setuid.n.o
- CC signals.n.o
- CC spawn.n.o
- CC termios.n.o
- CC umask.n.o
- CC wait.n.o
- cp unix_unix.ml unix.ml
- OCAMLC unix.cmi
- OCAMLC unix.cmo
- OCAMLC unixLabels.cmi
- OCAMLC unixLabels.cmo
- OCAMLMKLIB unix.cma
- OCAMLMKLIB libunixbyt.a
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/unix'
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/str'
- CC strstubs.b.o
- CC strstubs.n.o
- OCAMLC str.cmi
- OCAMLC str.cmo
- OCAMLMKLIB str.cma
- OCAMLMKLIB libcamlstrbyt.a
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/str'
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/systhreads'
- CC st_stubs.b.o
- OCAMLC thread.cmi
- OCAMLC event.cmi
- OCAMLC event.cmo
- OCAMLC thread.cmo
- OCAMLMKLIB threads.cma
- OCAMLMKLIB libthreads.a
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/systhreads'
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs'
- /usr/bin/make -C debugger all
- /usr/bin/make -C ocamldoc all
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/debugger'
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/ocamldoc'
- OCAMLC odoc_config.cmi
- OCAMLC odoc_messages.cmi
- OCAMLC odoc_types.cmi
- OCAMLYACC odoc_text_parser.ml
- OCAMLC int64ops.cmi
- OCAMLLEX odoc_text_lexer.ml
- OCAMLC primitives.cmi
- OCAMLC odoc_name.cmi
- OCAMLC unix_tools.cmi
- OCAMLC debugger_config.cmi
- OCAMLC odoc_print.cmi
- OCAMLC parameters.cmi
- OCAMLC odoc_comments_global.cmi
- OCAMLYACC odoc_parser.ml
- OCAMLLEX debugger_lexer.ml
- OCAMLLEX odoc_lexer.ml
- OCAMLYACC debugger_parser.mli
- OCAMLLEX odoc_see_lexer.ml
- OCAMLC question.cmi
- OCAMLC exec.cmi
- OCAMLC odoc_test.cmi
- OCAMLC source.cmi
- OCAMLC events.cmi
- OCAMLLEX odoc_ocamlhtml.ml
- OCAMLC odoc_ocamlhtml.cmi
- OCAMLC history.cmi
- OCAMLC odoc_latex_style.cmi
- OCAMLC odoc.cmi
- OCAMLC show_source.cmi
- OCAMLC odoc_config.cmo
- OCAMLC odoc_global.cmi
- OCAMLC program_management.cmi
- OCAMLC loadprinter.cmi
- OCAMLC odoc_misc.cmi
- OCAMLC odoc_text_parser.cmi
- OCAMLC odoc_text.cmi
- OCAMLC command_line.cmi
- OCAMLC odoc_parameter.cmi
- OCAMLC odoc_type.cmi
- OCAMLC int64ops.cmo
- OCAMLC odoc_print.cmo
- OCAMLC odoc_comments_global.cmo
- OCAMLC primitives.cmo
- OCAMLC unix_tools.cmo
- OCAMLC debugcom.cmi
- OCAMLC odoc_parser.cmi
- OCAMLC input_handling.cmi
- OCAMLC exec.cmo
- OCAMLC odoc_env.cmi
- OCAMLC pos.cmi
- OCAMLC odoc_messages.cmo
- OCAMLC events.cmo
- OCAMLC odoc_types.cmo
- OCAMLC program_loading.cmi
- OCAMLC time_travel.cmi
- OCAMLC frames.cmi
- OCAMLC show_information.cmi
- OCAMLC odoc_latex_style.cmo
- OCAMLC odoc_global.cmo
- OCAMLC debugger_config.cmo
- OCAMLC odoc_misc.cmo
- OCAMLC odoc_name.cmo
- OCAMLC parameters.cmo
- OCAMLC source.cmo
- OCAMLC odoc_type.cmo
- OCAMLC odoc_extension.cmi
- OCAMLC odoc_exception.cmi
- OCAMLC show_source.cmo
- OCAMLC odoc_parameter.cmo
- OCAMLC parser_aux.cmi
- OCAMLC checkpoints.cmi
- OCAMLC odoc_value.cmi
- OCAMLC symbols.cmi
- OCAMLC odoc_parser.cmo
- OCAMLC breakpoints.cmi
- OCAMLC odoc_lexer.cmi
- OCAMLC trap_barrier.cmi
- OCAMLC odoc_see_lexer.cmi
- OCAMLC input_handling.cmo
- OCAMLC odoc_ocamlhtml.cmo
- OCAMLC debugcom.cmo
- OCAMLC program_loading.cmo
- OCAMLC odoc_text_parser.cmo
- OCAMLC odoc_text_lexer.cmi
- OCAMLC debugger_parser.cmi
- OCAMLC odoc_env.cmo
- OCAMLC printval.cmi
- OCAMLC eval.cmi
- OCAMLC pos.cmo
- OCAMLC frames.cmo
- OCAMLC odoc_exception.cmo
- OCAMLC odoc_see_lexer.cmo
- OCAMLC odoc_lexer.cmo
- OCAMLC checkpoints.cmo
- OCAMLC symbols.cmo
- OCAMLC breakpoints.cmo
- OCAMLC trap_barrier.cmo
- OCAMLC odoc_value.cmo
- OCAMLC odoc_class.cmi
- OCAMLC history.cmo
- OCAMLC time_travel.cmo
- OCAMLC program_management.cmo
- OCAMLC main.cmo
- OCAMLC odoc_extension.cmo
- OCAMLC odoc_text_lexer.cmo
- OCAMLC odoc_text.cmo
- OCAMLC debugger_lexer.cmi
- OCAMLC debugger_parser.cmo
- OCAMLC printval.cmo
- OCAMLC eval.cmo
- OCAMLC show_information.cmo
- OCAMLC loadprinter.cmo
- OCAMLC odoc_class.cmo
- OCAMLC odoc_module.cmi
- OCAMLC odoc_str.cmi
- OCAMLC debugger_lexer.cmo
- OCAMLC question.cmo
- OCAMLC command_line.cmo
- OCAMLC odoc_str.cmo
- OCAMLC odoc_module.cmo
- OCAMLC odoc_merge.cmi
- OCAMLC odoc_sig.cmi
- OCAMLC odoc_search.cmi
- OCAMLC odoc_scan.cmi
- OCAMLC odoc_cross.cmi
- OCAMLC odoc_comments.cmi
- OCAMLC odoc_dep.cmi
- OCAMLC odoc_analyse.cmi
- OCAMLC odoc_merge.cmo
- OCAMLC odoc_comments.cmo
- OCAMLC odoc_dep.cmo
- OCAMLC odoc_scan.cmo
- OCAMLC odoc_search.cmo
- OCAMLC odoc_cross.cmo
- OCAMLC odoc_info.cmi
- OCAMLC odoc_sig.cmo
- OCAMLC odoc_ast.cmi
- OCAMLC odoc_ast.cmo
- OCAMLC odoc_analyse.cmo
- OCAMLC odoc_info.cmo
- OCAMLC odoc_texi.cmi
- OCAMLC odoc_man.cmi
- OCAMLC odoc_latex.cmi
- OCAMLC odoc_dag2html.cmi
- OCAMLC odoc_dot.cmi
- OCAMLC odoc_to_text.cmi
- OCAMLC ocamldebug.cmo
- OCAMLC odoc_html.cmi
- OCAMLC odoc_dag2html.cmo
- OCAMLC odoc_dot.cmo
- OCAMLC odoc_man.cmo
- OCAMLC odoc_to_text.cmo
- OCAMLC ocamldebug_entry.cmo
- OCAMLC odoc_texi.cmo
- LINKC ocamldebug
- OCAMLC odoc_latex.cmo
- OCAMLC odoc_gen.cmi
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/debugger'
- OCAMLC odoc_html.cmo
- OCAMLC generators/odoc_todo.cmi
- OCAMLC generators/odoc_literate.cmi
- OCAMLC odoc_args.cmi
- OCAMLC odoc_gen.cmo
- OCAMLC odoc_test.cmo
- OCAMLC odoc_args.cmo
- OCAMLC odoc.cmo
- OCAMLC generators/odoc_literate.cmo
- LINKC odoc_info.cma
- OCAMLC generators/odoc_todo.cmo
- LINKC ../ocamldoc/ocamldoc
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/ocamldoc'
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- /usr/bin/make ocamlopt.opt
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- OCAMLOPT middle_end/internal_variable_names.cmx
- OCAMLOPT middle_end/linkage_name.cmx
- OCAMLOPT middle_end/backend_var.cmx
- OCAMLOPT middle_end/clambda_primitives.cmx
- OCAMLOPT middle_end/flambda/base_types/id_types.cmx
- OCAMLOPT middle_end/flambda/base_types/tag.cmx
- OCAMLOPT middle_end/flambda/base_types/static_exception.cmx
- OCAMLOPT middle_end/flambda/pass_wrapper.cmx
- OCAMLOPT middle_end/flambda/allocated_const.cmx
- OCAMLOPT asmcomp/x86_proc.cmx
- OCAMLOPT asmcomp/arch.cmx
- OCAMLOPT driver/opterrors.cmx
- OCAMLOPT middle_end/printclambda_primitives.cmx
- OCAMLOPT middle_end/semantics_of_primitives.cmx
- OCAMLOPT middle_end/convert_primitives.cmx
- OCAMLOPT middle_end/compilation_unit.cmx
- OCAMLOPT middle_end/clambda.cmx
- OCAMLOPT asmcomp/cmm.cmx
- OCAMLOPT asmcomp/x86_dsl.cmx
- OCAMLOPT asmcomp/x86_gas.cmx
- OCAMLOPT asmcomp/x86_masm.cmx
- OCAMLOPT middle_end/variable.cmx
- OCAMLOPT middle_end/flambda/base_types/export_id.cmx
- OCAMLOPT middle_end/flambda/base_types/set_of_closures_id.cmx
- OCAMLOPT asmcomp/printcmm.cmx
- OCAMLOPT asmcomp/reg.cmx
- OCAMLOPT asmcomp/afl_instrument.cmx
- OCAMLOPT asmcomp/strmatch.cmx
- OCAMLOPT asmcomp/cmm_invariants.cmx
- OCAMLOPT middle_end/flambda/base_types/set_of_closures_origin.cmx
- OCAMLOPT middle_end/printclambda.cmx
- OCAMLOPT asmcomp/mach.cmx
- OCAMLOPT middle_end/flambda/base_types/closure_element.cmx
- OCAMLOPT middle_end/symbol.cmx
- OCAMLOPT middle_end/flambda/base_types/mutable_variable.cmx
- OCAMLOPT middle_end/flambda/parameter.cmx
- OCAMLOPT asmcomp/proc.cmx
- OCAMLOPT asmcomp/dataflow.cmx
- OCAMLOPT asmcomp/comballoc.cmx
- OCAMLOPT asmcomp/split.cmx
- OCAMLOPT asmcomp/reloadgen.cmx
- OCAMLOPT asmcomp/deadcode.cmx
- OCAMLOPT asmcomp/linear.cmx
- OCAMLOPT middle_end/flambda/base_types/closure_id.cmx
- OCAMLOPT middle_end/flambda/base_types/var_within_closure.cmx
- OCAMLOPT file_formats/linear_format.cmx
- OCAMLOPT asmcomp/branch_relaxation.cmx
- OCAMLOPT asmcomp/emitaux.cmx
- OCAMLOPT middle_end/flambda/closure_conversion_aux.cmx
- OCAMLOPT asmcomp/polling.cmx
- OCAMLOPT middle_end/flambda/base_types/closure_origin.cmx
- OCAMLOPT middle_end/flambda/projection.cmx
- OCAMLOPT asmcomp/reload.cmx
- OCAMLOPT asmcomp/interval.cmx
- OCAMLOPT asmcomp/CSEgen.cmx
- OCAMLOPT asmcomp/spill.cmx
- OCAMLOPT asmcomp/interf.cmx
- OCAMLOPT asmcomp/coloring.cmx
- OCAMLOPT asmcomp/linearize.cmx
- OCAMLOPT asmcomp/schedgen.cmx
- OCAMLOPT asmcomp/printmach.cmx
- OCAMLOPT asmcomp/linscan.cmx
- OCAMLOPT asmcomp/selectgen.cmx
- OCAMLOPT middle_end/flambda/flambda.cmx
- OCAMLOPT middle_end/flambda/un_anf.cmx
- OCAMLOPT asmcomp/scheduling.cmx
- OCAMLOPT asmcomp/CSE.cmx
- OCAMLOPT asmcomp/liveness.cmx
- OCAMLOPT asmcomp/printlinear.cmx
- OCAMLOPT asmcomp/selection.cmx
- OCAMLOPT middle_end/flambda/flambda_iterators.cmx
- OCAMLOPT middle_end/flambda/effect_analysis.cmx
- OCAMLOPT middle_end/flambda/initialize_symbol_to_let_symbol.cmx
- OCAMLOPT middle_end/flambda/alias_analysis.cmx
- OCAMLOPT middle_end/flambda/remove_unused_program_constructs.cmx
- OCAMLOPT middle_end/flambda/flambda_utils.cmx
- OCAMLOPT middle_end/flambda/inlining_cost.cmx
- OCAMLOPT middle_end/flambda/lift_code.cmx
- OCAMLOPT middle_end/flambda/share_constants.cmx
- OCAMLOPT middle_end/flambda/ref_to_variables.cmx
- OCAMLOPT middle_end/flambda/flambda_invariants.cmx
- OCAMLOPT middle_end/flambda/inlining_stats_types.cmx
- OCAMLOPT middle_end/flambda/inlining_stats.cmx
- OCAMLOPT middle_end/flambda/freshening.cmx
- OCAMLOPT middle_end/flambda/closure_conversion.cmx
- OCAMLOPT middle_end/flambda/lift_let_to_initialize_symbol.cmx
- OCAMLOPT middle_end/flambda/find_recursive_functions.cmx
- OCAMLOPT middle_end/flambda/invariant_params.cmx
- OCAMLOPT middle_end/flambda/inconstant_idents.cmx
- OCAMLOPT middle_end/flambda/remove_unused_closure_vars.cmx
- OCAMLOPT middle_end/flambda/remove_free_vars_equal_to_args.cmx
- OCAMLOPT middle_end/flambda/closure_offsets.cmx
- OCAMLOPT middle_end/flambda/remove_unused_arguments.cmx
- OCAMLOPT middle_end/flambda/simple_value_approx.cmx
- OCAMLOPT middle_end/flambda/export_info.cmx
- OCAMLOPT middle_end/flambda/lift_constants.cmx
- OCAMLOPT middle_end/flambda/simplify_common.cmx
- OCAMLOPT middle_end/flambda/inline_and_simplify_aux.cmx
- OCAMLOPT middle_end/flambda/simplify_boxed_integer_ops.cmx
- OCAMLOPT middle_end/flambda/simplify_primitives.cmx
- OCAMLOPT middle_end/flambda/export_info_for_pack.cmx
- OCAMLOPT middle_end/compilenv.cmx
- OCAMLOPT middle_end/flambda/traverse_for_exported_symbols.cmx
- OCAMLOPT middle_end/flambda/extract_projections.cmx
- OCAMLOPT middle_end/flambda/augment_specialised_args.cmx
- OCAMLOPT middle_end/flambda/inlining_transforms.cmx
- OCAMLOPT middle_end/flambda/unbox_free_vars_of_closures.cmx
- OCAMLOPT middle_end/closure/closure.cmx
- OCAMLOPT middle_end/flambda/import_approx.cmx
- OCAMLOPT middle_end/flambda/build_export_info.cmx
- OCAMLOPT middle_end/flambda/flambda_to_clambda.cmx
- OCAMLOPT asmcomp/cmmgen_state.cmx
- OCAMLOPT asmcomp/emit.cmx
- OCAMLOPT asmcomp/cmm_helpers.cmx
- OCAMLOPT middle_end/flambda/inlining_decision.cmx
- OCAMLOPT middle_end/flambda/unbox_specialised_args.cmx
- OCAMLOPT middle_end/flambda/unbox_closures.cmx
- OCAMLOPT middle_end/flambda/inline_and_simplify.cmx
- OCAMLOPT middle_end/closure/closure_middle_end.cmx
- OCAMLOPT middle_end/flambda/flambda_middle_end.cmx
- OCAMLOPT asmcomp/cmmgen.cmx
- OCAMLOPT asmcomp/asmgen.cmx
- OCAMLOPT asmcomp/asmlink.cmx
- OCAMLOPT driver/optcompile.cmx
- OCAMLOPT asmcomp/asmlibrarian.cmx
- OCAMLOPT asmcomp/asmpackager.cmx
- OCAMLOPT driver/optmaindriver.cmx
- LINKOPT compilerlibs/ocamloptcomp.cmxa
- OCAMLOPT driver/optmain.cmx
- LINKOPT ocamlopt.opt
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- /usr/bin/make otherlibrariesopt
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- /usr/bin/make -C otherlibs allopt
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs'
- for lib in dynlink runtime_events unix str systhreads; do (/usr/bin/make -C $lib allopt) || exit $?; done
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/dynlink'
- OCAMLOPT dynlink_compilerlibs/binutils.cmx
- OCAMLOPT dynlink_compilerlibs/config.cmx
- OCAMLOPT dynlink_compilerlibs/build_path_prefix_map.cmx
- OCAMLOPT dynlink_compilerlibs/arg_helper.cmx
- OCAMLOPT dynlink_compilerlibs/local_store.cmx
- OCAMLOPT dynlink_compilerlibs/terminfo.cmx
- OCAMLOPT dynlink_compilerlibs/int_replace_polymorphic_compare.cmx
- OCAMLOPT dynlink_compilerlibs/lazy_backtrack.cmx
- OCAMLOPT dynlink_compilerlibs/runtimedef.cmx
- OCAMLOPT dynlink_compilerlibs/opcodes.cmx
- OCAMLOPT dynlink_types.cmx
- cp dynlink.cmi dynlink.mli native/
- OCAMLOPT dynlink_compilerlibs/misc.cmx
- OCAMLOPT dynlink_compilerlibs/bytesections.cmx
- OCAMLOPT dynlink_platform_intf.cmx
- OCAMLOPT dynlink_compilerlibs/identifiable.cmx
- OCAMLOPT dynlink_compilerlibs/load_path.cmx
- OCAMLOPT dynlink_compilerlibs/profile.cmx
- OCAMLOPT dynlink_compilerlibs/consistbl.cmx
- OCAMLOPT dynlink_compilerlibs/warnings.cmx
- OCAMLOPT dynlink_compilerlibs/longident.cmx
- OCAMLOPT dynlink_compilerlibs/dll.cmx
- OCAMLOPT dynlink_compilerlibs/cmxs_format.cmx
- OCAMLOPT dynlink_compilerlibs/numbers.cmx
- OCAMLOPT dynlink_compilerlibs/clflags.cmx
- OCAMLOPT dynlink_compilerlibs/location.cmx
- OCAMLOPT dynlink_compilerlibs/ident.cmx
- OCAMLOPT dynlink_compilerlibs/path.cmx
- OCAMLOPT dynlink_compilerlibs/cmo_format.cmx
- OCAMLOPT dynlink_compilerlibs/shape.cmx
- OCAMLOPT dynlink_compilerlibs/asttypes.cmx
- OCAMLOPT dynlink_compilerlibs/syntaxerr.cmx
- OCAMLOPT dynlink_compilerlibs/parsetree.cmx
- OCAMLOPT dynlink_compilerlibs/debuginfo.cmx
- OCAMLOPT dynlink_compilerlibs/docstrings.cmx
- OCAMLOPT dynlink_compilerlibs/attr_helper.cmx
- OCAMLOPT dynlink_compilerlibs/builtin_attributes.cmx
- OCAMLOPT dynlink_compilerlibs/ast_helper.cmx
- OCAMLOPT dynlink_compilerlibs/type_immediacy.cmx
- OCAMLOPT dynlink_compilerlibs/outcometree.cmx
- OCAMLOPT dynlink_compilerlibs/primitive.cmx
- OCAMLOPT dynlink_compilerlibs/types.cmx
- OCAMLOPT dynlink_compilerlibs/ast_mapper.cmx
- OCAMLOPT dynlink_compilerlibs/btype.cmx
- OCAMLOPT dynlink_compilerlibs/cmi_format.cmx
- OCAMLOPT dynlink_compilerlibs/persistent_env.cmx
- OCAMLOPT dynlink_compilerlibs/predef.cmx
- OCAMLOPT dynlink_compilerlibs/datarepr.cmx
- OCAMLOPT dynlink_compilerlibs/subst.cmx
- OCAMLOPT dynlink_compilerlibs/env.cmx
- OCAMLOPT dynlink_compilerlibs/lambda.cmx
- OCAMLOPT dynlink_compilerlibs/instruct.cmx
- OCAMLOPT dynlink_compilerlibs/meta.cmx
- OCAMLOPT dynlink_compilerlibs/symtable.cmx
- OCAMLOPT native/dynlink_compilerlibs.cmx
- OCAMLOPT dynlink_common.cmx
- OCAMLOPT native/dynlink.cmx
- LINKOPT dynlink.cmxa
- cp native/dynlink.cmx dynlink.cmx
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/dynlink'
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/runtime_events'
- OCAMLMKLIB libcamlruntime_eventsnat.a
- OCAMLOPT runtime_events.cmx
- OCAMLMKLIB runtime_events.cmxa
- OCAMLOPT runtime_events.cmxs
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/runtime_events'
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/unix'
- OCAMLMKLIB libunixnat.a
- OCAMLOPT unix.cmx
- OCAMLOPT unixLabels.cmx
- OCAMLMKLIB unix.cmxa
- OCAMLOPT unix.cmxs
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/unix'
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/str'
- OCAMLMKLIB libcamlstrnat.a
- OCAMLOPT str.cmx
- OCAMLMKLIB str.cmxa
- OCAMLOPT str.cmxs
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/str'
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/systhreads'
- CC st_stubs.n.o
- OCAMLOPT thread.cmx
- OCAMLOPT event.cmx
- LINKOPT threads.cmxa
- OCAMLMKLIB libthreadsnat.a
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/systhreads'
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs'
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- /usr/bin/make ocamllex.opt ocamltoolsopt ocamltoolsopt.opt ocamldoc.opt \
- othertools ocamlnat
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- /usr/bin/make lex-allopt
- /usr/bin/make tools-allopt
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- /usr/bin/make lex-all
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- OCAMLC tools/ocamltex.cmi
- OCAMLC toplevel/native/tophooks.cmi
- cp toplevel/topeval.cmi toplevel/topeval.mli toplevel/native
- cp toplevel/trace.cmi toplevel/trace.mli toplevel/native
- cp toplevel/topmain.cmi toplevel/topmain.mli toplevel/native
- OCAMLOPT toplevel/genprintval.cmx
- OCAMLOPT toplevel/native/trace.cmx
- OCAMLOPT toplevel/topprinters.cmx
- OCAMLC tools/ocamltex.cmo
- OCAMLOPT lex/cset.cmx
- OCAMLOPT lex/table.cmx
- OCAMLOPT tools/profiling.cmx
- make[3]: Nothing to be done for 'lex-all'.
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- /usr/bin/make -C ocamldoc opt.opt
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/ocamldoc'
- OCAMLOPT odoc_config.cmx
- OCAMLOPT odoc_messages.cmx
- OCAMLOPT odoc_print.cmx
- OCAMLOPT odoc_comments_global.cmx
- OCAMLOPT odoc_ocamlhtml.cmx
- OCAMLOPT odoc_latex_style.cmx
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- OCAMLOPT lex/syntax.cmx
- OCAMLOPT lex/parser.cmx
- OCAMLOPT lex/lexgen.cmx
- OCAMLOPT odoc_types.cmx
- OCAMLOPT odoc_global.cmx
- OCAMLOPT odoc_misc.cmx
- OCAMLOPT odoc_parameter.cmx
- OCAMLOPT odoc_parser.cmx
- OCAMLOPT odoc_lexer.cmx
- OCAMLOPT odoc_see_lexer.cmx
- LINKC tools/ocamltex
- OCAMLOPT lex/lexer.cmx
- OCAMLOPT toplevel/topcommon.cmx
- OCAMLOPT odoc_text_parser.cmx
- OCAMLOPT odoc_name.cmx
- OCAMLOPT odoc_value.cmx
- OCAMLOPT odoc_type.cmx
- OCAMLOPT odoc_env.cmx
- OCAMLOPT odoc_text_lexer.cmx
- OCAMLOPT odoc_extension.cmx
- OCAMLOPT odoc_exception.cmx
- OCAMLOPT odoc_class.cmx
- OCAMLOPT odoc_module.cmx
- OCAMLOPT odoc_str.cmx
- OCAMLOPT odoc_text.cmx
- OCAMLOPT odoc_merge.cmx
- OCAMLOPT odoc_search.cmx
- OCAMLOPT odoc_scan.cmx
- OCAMLOPT odoc_dep.cmx
- OCAMLOPT toplevel/native/tophooks.cmx
- OCAMLOPT lex/compact.cmx
- OCAMLOPT lex/common.cmx
- OCAMLOPT toplevel/native/topeval.cmx
- OCAMLOPT lex/output.cmx
- OCAMLOPT lex/outputbis.cmx
- OCAMLOPT odoc_sig.cmx
- OCAMLOPT odoc_cross.cmx
- OCAMLOPT toplevel/toploop.cmx
- OCAMLOPT odoc_comments.cmx
- OCAMLOPT odoc_ast.cmx
- OCAMLOPT toplevel/topdirs.cmx
- OCAMLOPT toplevel/native/topmain.cmx
- OCAMLOPT lex/main.cmx
- OCAMLOPT toplevel/topstart.cmx
- LINKOPT lex/ocamllex.opt
- OCAMLOPT odoc_analyse.cmx
- OCAMLOPT odoc_info.cmx
- LINKOPT compilerlibs/ocamltoplevel.cmxa
- LINKOPT ocamlnat
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- /usr/bin/make tools-allopt.opt
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- OCAMLOPT odoc_dag2html.cmx
- OCAMLOPT odoc_to_text.cmx
- OCAMLOPT odoc_man.cmx
- OCAMLOPT odoc_dot.cmx
- LINKOPT odoc_info.cmxa
- OCAMLOPT tools/ocamldep.cmx
- LINKOPT compilerlibs/ocamlmiddleend.cmxa
- OCAMLOPT tools/objinfo.cmx
- OCAMLOPT odoc_latex.cmx
- OCAMLOPT odoc_texi.cmx
- LINKOPT tools/ocamldep.opt
- OCAMLOPT odoc_html.cmx
- LINKOPT tools/ocamlobjinfo.opt
- OCAMLOPT odoc_gen.cmx
- OCAMLOPT odoc_args.cmx
- OCAMLOPT odoc.cmx
- OCAMLOPT generators/odoc_todo.cmxs
- OCAMLOPT generators/odoc_literate.cmxs
- LINKOPT ../ocamldoc/ocamldoc.opt
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/ocamldoc'
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- /usr/bin/make manpages
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- /usr/bin/make -C api_docgen man
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/api_docgen'
- /usr/bin/make -C ocamldoc man
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/api_docgen/ocamldoc'
- mkdir -p build/
- mkdir -p build/libref
- mkdir -p build/compilerlibref
- mkdir -p build/man
- GEN build/Format_tutorial.mld
- GEN build/Ocaml_operators.mld
- OCAMLDOC build/libref/arg.odoc
- OCAMLDOC build/libref/array.odoc
- OCAMLDOC build/libref/arrayLabels.odoc
- OCAMLDOC build/libref/atomic.odoc
- OCAMLDOC build/libref/bigarray.odoc
- OCAMLDOC build/libref/bool.odoc
- OCAMLDOC build/libref/buffer.odoc
- OCAMLDOC build/libref/bytes.odoc
- OCAMLDOC build/libref/bytesLabels.odoc
- OCAMLDOC build/libref/callback.odoc
- OCAMLDOC build/libref/char.odoc
- OCAMLDOC build/libref/complex.odoc
- OCAMLDOC build/libref/condition.odoc
- OCAMLDOC build/libref/digest.odoc
- OCAMLDOC build/libref/domain.odoc
- OCAMLDOC build/libref/dynlink.odoc
- OCAMLDOC build/libref/effect.odoc
- OCAMLDOC build/libref/either.odoc
- OCAMLDOC build/libref/ephemeron.odoc
- OCAMLDOC build/libref/event.odoc
- OCAMLDOC build/libref/filename.odoc
- OCAMLDOC build/libref/float.odoc
- OCAMLDOC build/libref/format.odoc
- OCAMLDOC build/libref/fun.odoc
- OCAMLDOC build/libref/gc.odoc
- OCAMLDOC build/libref/hashtbl.odoc
- OCAMLDOC build/libref/in_channel.odoc
- OCAMLDOC build/libref/int.odoc
- OCAMLDOC build/libref/int32.odoc
- OCAMLDOC build/libref/int64.odoc
- OCAMLDOC build/libref/lazy.odoc
- OCAMLDOC build/libref/lexing.odoc
- OCAMLDOC build/libref/list.odoc
- OCAMLDOC build/libref/listLabels.odoc
- OCAMLDOC build/libref/map.odoc
- OCAMLDOC build/libref/marshal.odoc
- OCAMLDOC build/libref/moreLabels.odoc
- OCAMLDOC build/libref/mutex.odoc
- OCAMLDOC build/libref/nativeint.odoc
- OCAMLDOC build/libref/obj.odoc
- OCAMLDOC build/libref/oo.odoc
- OCAMLDOC build/libref/option.odoc
- OCAMLDOC build/libref/out_channel.odoc
- OCAMLDOC build/libref/parsing.odoc
- OCAMLDOC build/libref/printexc.odoc
- OCAMLDOC build/libref/printf.odoc
- OCAMLDOC build/libref/queue.odoc
- OCAMLDOC build/libref/random.odoc
- OCAMLDOC build/libref/result.odoc
- OCAMLDOC build/libref/runtime_events.odoc
- OCAMLDOC build/libref/scanf.odoc
- OCAMLDOC build/libref/semaphore.odoc
- OCAMLDOC build/libref/seq.odoc
- OCAMLDOC build/libref/set.odoc
- OCAMLDOC build/libref/stack.odoc
- OCAMLDOC build/libref/stdLabels.odoc
- OCAMLDOC build/libref/stdlib.odoc
- OCAMLDOC build/libref/str.odoc
- OCAMLDOC build/libref/string.odoc
- OCAMLDOC build/libref/stringLabels.odoc
- OCAMLDOC build/libref/sys.odoc
- OCAMLDOC build/libref/thread.odoc
- OCAMLDOC build/libref/type.odoc
- OCAMLDOC build/libref/uchar.odoc
- OCAMLDOC build/libref/unit.odoc
- OCAMLDOC build/libref/unix.odoc
- OCAMLDOC build/libref/unixLabels.odoc
- OCAMLDOC build/libref/weak.odoc
- OCAMLDOC build/libref/camlinternalFormat.odoc
- OCAMLDOC build/libref/camlinternalFormatBasics.odoc
- OCAMLDOC build/libref/camlinternalLazy.odoc
- OCAMLDOC build/libref/camlinternalMod.odoc
- OCAMLDOC build/libref/camlinternalOO.odoc
- GEN build/Compiler_libs.mld
- OCAMLDOC build/compilerlibref/ast_helper.odoc
- OCAMLDOC build/compilerlibref/ast_invariants.odoc
- OCAMLDOC build/compilerlibref/ast_iterator.odoc
- OCAMLDOC build/compilerlibref/ast_mapper.odoc
- OCAMLDOC build/compilerlibref/asttypes.odoc
- OCAMLDOC build/compilerlibref/attr_helper.odoc
- OCAMLDOC build/compilerlibref/builtin_attributes.odoc
- OCAMLDOC build/compilerlibref/camlinternalMenhirLib.odoc
- OCAMLDOC build/compilerlibref/depend.odoc
- OCAMLDOC build/compilerlibref/docstrings.odoc
- OCAMLDOC build/compilerlibref/lexer.odoc
- OCAMLDOC build/compilerlibref/location.odoc
- OCAMLDOC build/compilerlibref/longident.odoc
- OCAMLDOC build/compilerlibref/parse.odoc
- OCAMLDOC build/compilerlibref/parser.odoc
- OCAMLDOC build/compilerlibref/parsetree.odoc
- OCAMLDOC build/compilerlibref/pprintast.odoc
- OCAMLDOC build/compilerlibref/printast.odoc
- OCAMLDOC build/compilerlibref/syntaxerr.odoc
- OCAMLDOC build/compilerlibref/arg_helper.odoc
- OCAMLDOC build/compilerlibref/binutils.odoc
- OCAMLDOC build/compilerlibref/build_path_prefix_map.odoc
- OCAMLDOC build/compilerlibref/ccomp.odoc
- OCAMLDOC build/compilerlibref/clflags.odoc
- OCAMLDOC build/compilerlibref/config.odoc
- OCAMLDOC build/compilerlibref/config_boot.odoc
- OCAMLDOC build/compilerlibref/config_main.odoc
- OCAMLDOC build/compilerlibref/consistbl.odoc
- OCAMLDOC build/compilerlibref/diffing.odoc
- OCAMLDOC build/compilerlibref/diffing_with_keys.odoc
- OCAMLDOC build/compilerlibref/domainstate.odoc
- OCAMLDOC build/compilerlibref/identifiable.odoc
- OCAMLDOC build/compilerlibref/int_replace_polymorphic_compare.odoc
- OCAMLDOC build/compilerlibref/lazy_backtrack.odoc
- OCAMLDOC build/compilerlibref/load_path.odoc
- OCAMLDOC build/compilerlibref/local_store.odoc
- OCAMLDOC build/compilerlibref/misc.odoc
- OCAMLDOC build/compilerlibref/numbers.odoc
- OCAMLDOC build/compilerlibref/profile.odoc
- OCAMLDOC build/compilerlibref/strongly_connected_components.odoc
- OCAMLDOC build/compilerlibref/targetint.odoc
- OCAMLDOC build/compilerlibref/terminfo.odoc
- OCAMLDOC build/compilerlibref/warnings.odoc
- OCAMLDOC build/compilerlibref/pparse.odoc
- OCAMLDOC build/libref/Format_tutorial.odoc
- OCAMLDOC build/libref/Ocaml_operators.odoc
- OCAMLDOC build/compilerlibref/Compiler_libs.odoc
- OCAMLDOC build/man/Stdlib.3o
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/api_docgen/ocamldoc'
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/api_docgen'
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
-> compiled ocaml-base-compiler.5.1.0
[ocaml-base-compiler: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0)
- mkdir -p "/home/opam/.opam/default/bin"
- mkdir -p "/home/opam/.opam/default/lib/ocaml"
- mkdir -p "/home/opam/.opam/default/lib/ocaml/stublibs"
- mkdir -p "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- mkdir -p "/home/opam/.opam/default/doc/ocaml"
- mkdir -p "/home/opam/.opam/default/lib/ocaml/caml"
- mkdir -p "/home/opam/.opam/default/lib/ocaml/profiling"
- /usr/bin/install -c -p runtime/ocamlrun runtime/ocamlrund runtime/ocamlruni "/home/opam/.opam/default/bin"
- /usr/bin/install -c -p -m 644 runtime/ld.conf runtime/libcamlrun.a runtime/libcamlrund.a runtime/libcamlruni.a runtime/libcamlrun_pic.a \
- "/home/opam/.opam/default/lib/ocaml"
- /usr/bin/install -c -p runtime/libcamlrun_shared.so \
- "/home/opam/.opam/default/lib/ocaml"
- /usr/bin/install -c -p -m 644 runtime/caml/domain_state.tbl runtime/caml/*.h \
- "/home/opam/.opam/default/lib/ocaml/caml"
- /usr/bin/install -c -p ocaml "/home/opam/.opam/default/bin"
- ./boot/ocamlrun ./tools/stripdebug ocamlc ocamlc.tmp && /usr/bin/install -c -p ocamlc.tmp "/home/opam/.opam/default/bin/ocamlc.byte" && rm ocamlc.tmp
- /usr/bin/make -C stdlib install
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/stdlib'
- /usr/bin/install -c -p -m 644 \
- stdlib.cma std_exit.cmo *.cmi camlheader_ur \
- "/home/opam/.opam/default/lib/ocaml"
- mkdir -p "/home/opam/.opam/default/lib/ocaml/stdlib"
- /usr/bin/install -c -p -m 644 META "/home/opam/.opam/default/lib/ocaml/stdlib"
- /usr/bin/install -c -p -m 644 \
- *.cmt *.cmti *.mli *.ml *.ml.in \
- "/home/opam/.opam/default/lib/ocaml"
- /usr/bin/install -c -p -m 644 target_camlheader "/home/opam/.opam/default/lib/ocaml/camlheader"
- /usr/bin/install -c -p -m 644 target_camlheaderd "/home/opam/.opam/default/lib/ocaml/camlheaderd"
- /usr/bin/install -c -p -m 644 target_camlheaderi "/home/opam/.opam/default/lib/ocaml/camlheaderi"
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/stdlib'
- /usr/bin/install -c -p lex/ocamllex \
- "/home/opam/.opam/default/bin/ocamllex.byte"
- for i in ocamldep ocamlobjinfo; \
- do \
- /usr/bin/install -c -p "tools/$i" "/home/opam/.opam/default/bin/$i.byte";\
- if test -f "tools/$i".opt; then \
- /usr/bin/install -c -p "tools/$i.opt" "/home/opam/.opam/default/bin" && \
- (cd "/home/opam/.opam/default/bin" && ln -sf "$i.opt" "$i"); \
- else \
- (cd "/home/opam/.opam/default/bin" && ln -sf "$i.byte" "$i"); \
- fi; \
- done
- for i in ocamlcmt ocamlprof ocamlcp ocamlmklib ocamlmktop ocamloptp; \
- do \
- /usr/bin/install -c -p "tools/$i" "/home/opam/.opam/default/bin";\
- done
- /usr/bin/install -c -p yacc/ocamlyacc "/home/opam/.opam/default/bin"
- /usr/bin/install -c -p -m 644 \
- utils/*.cmi \
- parsing/*.cmi \
- typing/*.cmi \
- bytecomp/*.cmi \
- file_formats/*.cmi \
- lambda/*.cmi \
- driver/*.cmi \
- toplevel/*.cmi \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- toplevel/byte/*.cmi \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- utils/*.cmt utils/*.cmti utils/*.mli \
- parsing/*.cmt parsing/*.cmti parsing/*.mli \
- typing/*.cmt typing/*.cmti typing/*.mli \
- file_formats/*.cmt file_formats/*.cmti file_formats/*.mli \
- lambda/*.cmt lambda/*.cmti lambda/*.mli \
- bytecomp/*.cmt bytecomp/*.cmti bytecomp/*.mli \
- driver/*.cmt driver/*.cmti driver/*.mli \
- toplevel/*.cmt toplevel/*.cmti toplevel/*.mli \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- toplevel/byte/*.cmt \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- tools/profiling.cmt tools/profiling.cmti \
- "/home/opam/.opam/default/lib/ocaml/profiling"
- /usr/bin/install -c -p -m 644 \
- compilerlibs/*.cma compilerlibs/META \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- driver/main.cmo toplevel/topstart.cmo \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p expunge "/home/opam/.opam/default/lib/ocaml"
- rm -f "/home/opam/.opam/default/lib/ocaml"/topdirs.cm* "/home/opam/.opam/default/lib/ocaml/topdirs.mli"
- rm -f "/home/opam/.opam/default/lib/ocaml"/profiling.cm* "/home/opam/.opam/default/lib/ocaml/profiling.o"
- /usr/bin/install -c -p -m 644 \
- tools/profiling.cmi tools/profiling.cmo \
- "/home/opam/.opam/default/lib/ocaml/profiling"
- /usr/bin/make -C man install
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/man'
- mkdir -p '/home/opam/.opam/default/man/man1'
- /usr/bin/install -c -p -m 644 ocaml.1 ocamlc.1 ocamlc.opt.1 ocamlcp.1 ocamldebug.1 ocamldep.1 ocamldoc.1 ocamllex.1 ocamlmktop.1 ocamlopt.1 ocamlopt.opt.1 ocamloptp.1 ocamlprof.1 ocamlrun.1 ocamlyacc.1 '/home/opam/.opam/default/man/man1'
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/man'
- for i in dynlink runtime_events unix str systhreads; do \
- /usr/bin/make -C otherlibs/$i install || exit $?; \
- done
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/dynlink'
- rm -f "/home/opam/.opam/default/lib/ocaml"/dynlink.cm* "/home/opam/.opam/default/lib/ocaml/dynlink.mli" \
- "/home/opam/.opam/default/lib/ocaml/dynlink.a" \
- "/home/opam/.opam/default/lib/ocaml/"dynlink_compilerlibs.cmx "/home/opam/.opam/default/lib/ocaml/"dynlink_types.cmx "/home/opam/.opam/default/lib/ocaml/"dynlink_platform_intf.cmx "/home/opam/.opam/default/lib/ocaml/"dynlink_common.cmx "/home/opam/.opam/default/lib/ocaml/"dynlink.cmx
- mkdir -p "/home/opam/.opam/default/lib/ocaml/dynlink"
- /usr/bin/install -c -p -m 644 \
- dynlink.cmi dynlink.cma META \
- "/home/opam/.opam/default/lib/ocaml/dynlink"
- /usr/bin/install -c -p -m 644 \
- dynlink.cmti dynlink.mli \
- "/home/opam/.opam/default/lib/ocaml/dynlink"
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/dynlink'
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/runtime_events'
- if test -f dllcamlruntime_eventsbyt.so; then \
- /usr/bin/install -c -p \
- dllcamlruntime_eventsbyt.so "/home/opam/.opam/default/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libcamlruntime_eventsbyt.a "/home/opam/.opam/default/lib/ocaml/"
- rm -f "/home/opam/.opam/default/lib/ocaml"/runtime_events.cma "/home/opam/.opam/default/lib/ocaml"/runtime_events.cmi "/home/opam/.opam/default/lib/ocaml"/runtime_events.mli "/home/opam/.opam/default/lib/ocaml"/runtime_events.cmti "/home/opam/.opam/default/lib/ocaml"/runtime_events.cmx "/home/opam/.opam/default/lib/ocaml"/runtime_events.cmxa "/home/opam/.opam/default/lib/ocaml"/runtime_events.cmxs "/home/opam/.opam/default/lib/ocaml"/runtime_events.a
- mkdir -p "/home/opam/.opam/default/lib/ocaml/runtime_events"
- /usr/bin/install -c -p -m 644 \
- runtime_events.cma runtime_events.cmi META \
- "/home/opam/.opam/default/lib/ocaml/runtime_events/"
- /usr/bin/install -c -p -m 644 \
- runtime_events.mli \
- runtime_events.cmti \
- "/home/opam/.opam/default/lib/ocaml/runtime_events/"
- if test -n "runtime_events_consumer.h"; then \
- /usr/bin/install -c -p -m 644 runtime_events_consumer.h "/home/opam/.opam/default/lib/ocaml/caml/"; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/runtime_events'
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/unix'
- if test -f dllunixbyt.so; then \
- /usr/bin/install -c -p \
- dllunixbyt.so "/home/opam/.opam/default/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libunixbyt.a "/home/opam/.opam/default/lib/ocaml/"
- rm -f "/home/opam/.opam/default/lib/ocaml"/unix.cma "/home/opam/.opam/default/lib/ocaml"/unix.cmi "/home/opam/.opam/default/lib/ocaml"/unixLabels.cmi "/home/opam/.opam/default/lib/ocaml"/unix.mli "/home/opam/.opam/default/lib/ocaml"/unixLabels.mli "/home/opam/.opam/default/lib/ocaml"/unix.cmti "/home/opam/.opam/default/lib/ocaml"/unixLabels.cmti "/home/opam/.opam/default/lib/ocaml"/unix.cmx "/home/opam/.opam/default/lib/ocaml"/unixLabels.cmx "/home/opam/.opam/default/lib/ocaml"/unix.cmxa "/home/opam/.opam/default/lib/ocaml"/unix.cmxs "/home/opam/.opam/default/lib/ocaml"/unix.a
- mkdir -p "/home/opam/.opam/default/lib/ocaml/unix"
- /usr/bin/install -c -p -m 644 \
- unix.cma unix.cmi unixLabels.cmi META \
- "/home/opam/.opam/default/lib/ocaml/unix/"
- /usr/bin/install -c -p -m 644 \
- unix.mli unixLabels.mli \
- unix.cmti unixLabels.cmti \
- "/home/opam/.opam/default/lib/ocaml/unix/"
- if test -n "unixsupport.h socketaddr.h"; then \
- /usr/bin/install -c -p -m 644 unixsupport.h socketaddr.h "/home/opam/.opam/default/lib/ocaml/caml/"; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/unix'
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/str'
- if test -f dllcamlstrbyt.so; then \
- /usr/bin/install -c -p \
- dllcamlstrbyt.so "/home/opam/.opam/default/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libcamlstrbyt.a "/home/opam/.opam/default/lib/ocaml/"
- rm -f "/home/opam/.opam/default/lib/ocaml"/str.cma "/home/opam/.opam/default/lib/ocaml"/str.cmi "/home/opam/.opam/default/lib/ocaml"/str.mli "/home/opam/.opam/default/lib/ocaml"/str.cmti "/home/opam/.opam/default/lib/ocaml"/str.cmx "/home/opam/.opam/default/lib/ocaml"/str.cmxa "/home/opam/.opam/default/lib/ocaml"/str.cmxs "/home/opam/.opam/default/lib/ocaml"/str.a
- mkdir -p "/home/opam/.opam/default/lib/ocaml/str"
- /usr/bin/install -c -p -m 644 \
- str.cma str.cmi META \
- "/home/opam/.opam/default/lib/ocaml/str/"
- /usr/bin/install -c -p -m 644 \
- str.mli \
- str.cmti \
- "/home/opam/.opam/default/lib/ocaml/str/"
- if test -n ""; then \
- /usr/bin/install -c -p -m 644 "/home/opam/.opam/default/lib/ocaml/caml/"; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/str'
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/systhreads'
- if test -f dllthreads.so; then \
- /usr/bin/install -c -p dllthreads.so "/home/opam/.opam/default/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libthreads.a "/home/opam/.opam/default/lib/ocaml"
- mkdir -p "/home/opam/.opam/default/lib/ocaml/threads"
- /usr/bin/install -c -p -m 644 \
- thread.cmi event.cmi threads.cma META \
- "/home/opam/.opam/default/lib/ocaml/threads"
- /usr/bin/install -c -p -m 644 \
- thread.cmti event.cmti \
- "/home/opam/.opam/default/lib/ocaml/threads"
- /usr/bin/install -c -p -m 644 thread.mli event.mli "/home/opam/.opam/default/lib/ocaml/threads"
- /usr/bin/install -c -p -m 644 threads.h "/home/opam/.opam/default/lib/ocaml/caml"
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/systhreads'
- /usr/bin/make -C ocamldoc install
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/ocamldoc'
- mkdir -p "/home/opam/.opam/default/bin"
- mkdir -p "/home/opam/.opam/default/lib/ocaml/ocamldoc"
- /usr/bin/install -c -p ../ocamldoc/ocamldoc "/home/opam/.opam/default/bin"
- /usr/bin/install -c -p -m 644 \
- ocamldoc.hva *.cmi odoc_info.cma META \
- "/home/opam/.opam/default/lib/ocaml/ocamldoc"
- /usr/bin/install -c -p -m 644 \
- odoc_dep.cmi odoc_dot.cmi odoc_extension.cmi odoc_html.cmi odoc_info.cmi odoc_latex.cmi odoc_latex_style.cmi odoc_man.cmi odoc_messages.cmi odoc_ocamlhtml.cmi odoc_parameter.cmi odoc_texi.cmi odoc_text_lexer.cmi odoc_to_text.cmi odoc_type.cmi odoc_value.cmi \
- "/home/opam/.opam/default/lib/ocaml/ocamldoc"
- /usr/bin/install -c -p -m 644 \
- odoc_dep.mli odoc_dot.mli odoc_extension.mli odoc_html.mli odoc_info.mli odoc_latex.mli odoc_latex_style.mli odoc_man.mli odoc_messages.mli odoc_ocamlhtml.mli odoc_parameter.mli odoc_texi.mli odoc_text_lexer.mli odoc_to_text.mli odoc_type.mli odoc_value.mli odoc_dep.cmt odoc_dot.cmt odoc_extension.cmt odoc_html.cmt odoc_info.cmt odoc_latex.cmt odoc_latex_style.cmt odoc_man.cmt odoc_messages.cmt odoc_ocamlhtml.cmt odoc_parameter.cmt odoc_texi.cmt odoc_text_lexer.cmt odoc_to_text.cmt odoc_type.cmt odoc_value.cmt odoc_dep.cmti odoc_dot.cmti odoc_extension.cmti odoc_html.cmti odoc_info.cmti odoc_latex.cmti odoc_latex_style.cmti odoc_man.cmti odoc_messages.cmti odoc_ocamlhtml.cmti odoc_parameter.cmti odoc_texi.cmti odoc_text_lexer.cmti odoc_to_text.cmti odoc_type.cmti odoc_value.cmti \
- "/home/opam/.opam/default/lib/ocaml/ocamldoc"
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/ocamldoc'
- /usr/bin/make -C api_docgen install
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/api_docgen'
- /usr/bin/make -C ocamldoc install
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/api_docgen/ocamldoc'
- mkdir -p "/home/opam/.opam/default/man/man3"
- if test -d build/man; then \
- /usr/bin/install -c -p -m 644 build/man/*.3o "/home/opam/.opam/default/man/man3"; \
- fi
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/api_docgen/ocamldoc'
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/api_docgen'
- if test -n "ocamldebugger"; then \
- /usr/bin/make -C debugger install; \
- fi
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/debugger'
- /usr/bin/install -c -p ocamldebug "/home/opam/.opam/default/bin"
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/debugger'
- /usr/bin/install -c -p -m 644 Makefile.config "/home/opam/.opam/default/lib/ocaml"
- /usr/bin/install -c -p -m 644 Changes README.adoc README.win32.adoc LICENSE "/home/opam/.opam/default/doc/ocaml"
- if test -f ocamlopt; then /usr/bin/make installopt; else \
- cd "/home/opam/.opam/default/bin"; \
- ln -sf ocamlc.byte ocamlc; \
- ln -sf ocamllex.byte ocamllex; \
- (test -f flexlink.byte && \
- ln -sf flexlink.byte flexlink) || true; \
- fi
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- /usr/bin/install -c -p -m 644 runtime/libasmrun.a runtime/libasmrund.a runtime/libasmruni.a runtime/libasmrun_pic.a "/home/opam/.opam/default/lib/ocaml"
- /usr/bin/install -c -p runtime/libasmrun_shared.so "/home/opam/.opam/default/lib/ocaml"
- ./boot/ocamlrun ./tools/stripdebug ocamlopt ocamlopt.tmp && /usr/bin/install -c -p ocamlopt.tmp "/home/opam/.opam/default/bin/ocamlopt.byte" && rm ocamlopt.tmp
- /usr/bin/make -C stdlib installopt
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/stdlib'
- /usr/bin/install -c -p -m 644 \
- stdlib.cmxa stdlib.a std_exit.o *.cmx \
- "/home/opam/.opam/default/lib/ocaml"
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/stdlib'
- /usr/bin/install -c -p -m 644 \
- middle_end/*.cmi \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- middle_end/closure/*.cmi \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- middle_end/flambda/*.cmi \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- middle_end/flambda/base_types/*.cmi \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- asmcomp/*.cmi \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- middle_end/*.cmt middle_end/*.cmti \
- middle_end/*.mli \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- middle_end/closure/*.cmt middle_end/closure/*.cmti \
- middle_end/closure/*.mli \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- middle_end/flambda/*.cmt middle_end/flambda/*.cmti \
- middle_end/flambda/*.mli \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- middle_end/flambda/base_types/*.cmt \
- middle_end/flambda/base_types/*.cmti \
- middle_end/flambda/base_types/*.mli \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- asmcomp/*.cmt asmcomp/*.cmti \
- asmcomp/*.mli \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- driver/optmain.cmo \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/make -C ocamldoc installopt
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/ocamldoc'
- if test -f ../ocamldoc/ocamldoc.opt; then /usr/bin/make installopt_really ; fi
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/ocamldoc'
- mkdir -p "/home/opam/.opam/default/bin"
- mkdir -p "/home/opam/.opam/default/lib/ocaml/ocamldoc"
- /usr/bin/install -c -p ../ocamldoc/ocamldoc.opt "/home/opam/.opam/default/bin"
- /usr/bin/install -c -p -m 644 \
- odoc_dep.cmi odoc_dot.cmi odoc_extension.cmi odoc_html.cmi odoc_info.cmi odoc_latex.cmi odoc_latex_style.cmi odoc_man.cmi odoc_messages.cmi odoc_ocamlhtml.cmi odoc_parameter.cmi odoc_texi.cmi odoc_text_lexer.cmi odoc_to_text.cmi odoc_type.cmi odoc_value.cmi \
- "/home/opam/.opam/default/lib/ocaml/ocamldoc"
- /usr/bin/install -c -p -m 644 \
- odoc_dep.mli odoc_dot.mli odoc_extension.mli odoc_html.mli odoc_info.mli odoc_latex.mli odoc_latex_style.mli odoc_man.mli odoc_messages.mli odoc_ocamlhtml.mli odoc_parameter.mli odoc_texi.mli odoc_text_lexer.mli odoc_to_text.mli odoc_type.mli odoc_value.mli odoc_dep.cmt odoc_dot.cmt odoc_extension.cmt odoc_html.cmt odoc_info.cmt odoc_latex.cmt odoc_latex_style.cmt odoc_man.cmt odoc_messages.cmt odoc_ocamlhtml.cmt odoc_parameter.cmt odoc_texi.cmt odoc_text_lexer.cmt odoc_to_text.cmt odoc_type.cmt odoc_value.cmt odoc_dep.cmti odoc_dot.cmti odoc_extension.cmti odoc_html.cmti odoc_info.cmti odoc_latex.cmti odoc_latex_style.cmti odoc_man.cmti odoc_messages.cmti odoc_ocamlhtml.cmti odoc_parameter.cmti odoc_texi.cmti odoc_text_lexer.cmti odoc_to_text.cmti odoc_type.cmti odoc_value.cmti \
- "/home/opam/.opam/default/lib/ocaml/ocamldoc"
- /usr/bin/install -c -p -m 644 \
- ocamldoc.hva *.cmx odoc_info.a odoc_info.cmxa \
- "/home/opam/.opam/default/lib/ocaml/ocamldoc"
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/ocamldoc'
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/ocamldoc'
- for i in dynlink runtime_events unix str systhreads; do \
- /usr/bin/make -C otherlibs/$i installopt || exit $?; \
- done
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/dynlink'
- /usr/bin/install -c -p -m 644 \
- native/dynlink_compilerlibs.cmx dynlink_types.cmx dynlink_platform_intf.cmx dynlink_common.cmx native/dynlink.cmx dynlink.cmxa dynlink.a \
- "/home/opam/.opam/default/lib/ocaml/dynlink"
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/dynlink'
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/runtime_events'
- /usr/bin/install -c -p -m 644 \
- runtime_events.cmx runtime_events.cmxa runtime_events.a \
- "/home/opam/.opam/default/lib/ocaml/runtime_events/"
- if test -f runtime_events.cmxs; then \
- /usr/bin/install -c -p runtime_events.cmxs "/home/opam/.opam/default/lib/ocaml/runtime_events"; \
- fi
- if test -f dllcamlruntime_eventsnat.so; then \
- /usr/bin/install -c -p \
- dllcamlruntime_eventsnat.so "/home/opam/.opam/default/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libcamlruntime_eventsnat.a "/home/opam/.opam/default/lib/ocaml/"
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/runtime_events'
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/unix'
- /usr/bin/install -c -p -m 644 \
- unix.cmx unixLabels.cmx unix.cmxa unix.a \
- "/home/opam/.opam/default/lib/ocaml/unix/"
- if test -f unix.cmxs; then \
- /usr/bin/install -c -p unix.cmxs "/home/opam/.opam/default/lib/ocaml/unix"; \
- fi
- if test -f dllunixnat.so; then \
- /usr/bin/install -c -p \
- dllunixnat.so "/home/opam/.opam/default/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libunixnat.a "/home/opam/.opam/default/lib/ocaml/"
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/unix'
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/str'
- /usr/bin/install -c -p -m 644 \
- str.cmx str.cmxa str.a \
- "/home/opam/.opam/default/lib/ocaml/str/"
- if test -f str.cmxs; then \
- /usr/bin/install -c -p str.cmxs "/home/opam/.opam/default/lib/ocaml/str"; \
- fi
- if test -f dllcamlstrnat.so; then \
- /usr/bin/install -c -p \
- dllcamlstrnat.so "/home/opam/.opam/default/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libcamlstrnat.a "/home/opam/.opam/default/lib/ocaml/"
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/str'
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/systhreads'
- /usr/bin/install -c -p -m 644 libthreadsnat.a "/home/opam/.opam/default/lib/ocaml"
- /usr/bin/install -c -p -m 644 \
- thread.cmx event.cmx threads.cmxa threads.a \
- "/home/opam/.opam/default/lib/ocaml/threads"
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0/otherlibs/systhreads'
- if test -f ocamlopt.opt; then /usr/bin/make installoptopt; else \
- cd "/home/opam/.opam/default/bin"; \
- ln -sf ocamlc.byte ocamlc; \
- ln -sf ocamlopt.byte ocamlopt; \
- ln -sf ocamllex.byte ocamllex; \
- (test -f flexlink.byte && \
- ln -sf flexlink.byte flexlink) || true; \
- fi
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- /usr/bin/install -c -p ocamlc.opt "/home/opam/.opam/default/bin"
- /usr/bin/install -c -p ocamlopt.opt "/home/opam/.opam/default/bin"
- /usr/bin/install -c -p lex/ocamllex.opt "/home/opam/.opam/default/bin"
- cd "/home/opam/.opam/default/bin"; \
- ln -sf ocamlc.opt ocamlc; \
- ln -sf ocamlopt.opt ocamlopt; \
- ln -sf ocamllex.opt ocamllex
- /usr/bin/install -c -p -m 644 \
- utils/*.cmx parsing/*.cmx typing/*.cmx bytecomp/*.cmx \
- toplevel/*.cmx toplevel/native/*.cmx \
- toplevel/native/tophooks.cmi \
- file_formats/*.cmx \
- lambda/*.cmx \
- driver/*.cmx asmcomp/*.cmx middle_end/*.cmx \
- middle_end/closure/*.cmx \
- middle_end/flambda/*.cmx \
- middle_end/flambda/base_types/*.cmx \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- compilerlibs/*.cmxa compilerlibs/*.a \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- driver/main.cmx driver/main.o \
- driver/optmain.cmx driver/optmain.o \
- toplevel/topstart.o \
- "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
- /usr/bin/install -c -p -m 644 \
- tools/profiling.cmx tools/profiling.o \
- "/home/opam/.opam/default/lib/ocaml/profiling"
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-base-compiler.5.1.0'
-> installed ocaml-base-compiler.5.1.0
Layer conf-efl.1.8: /var/lib/day10/cache/debian-12-x86_64/2d8bcaf84e8ce5ce140d467264da9f66
Processing: [default: loading data]
The following system packages will first need to be installed:
libefl-all-dev
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libefl-all-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libargon2-1:amd64.
- (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18284 files and directories currently installed.)
- Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_amd64.deb ...
- Unpacking libargon2-1:amd64 (0~20171227-0.3+deb12u1) ...
- Selecting previously unselected package dmsetup.
- Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_amd64.deb ...
- Unpacking dmsetup (2:1.02.185-2) ...
- Selecting previously unselected package libdevmapper1.02.1:amd64.
- Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_amd64.deb ...
- Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-2) ...
- Selecting previously unselected package libjson-c5:amd64.
- Preparing to unpack .../03-libjson-c5_0.16-2_amd64.deb ...
- Unpacking libjson-c5:amd64 (0.16-2) ...
- Selecting previously unselected package libcryptsetup12:amd64.
- Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_amd64.deb ...
- Unpacking libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ...
- Selecting previously unselected package libfdisk1:amd64.
- Preparing to unpack .../05-libfdisk1_2.38.1-5+deb12u3_amd64.deb ...
- Unpacking libfdisk1:amd64 (2.38.1-5+deb12u3) ...
- Selecting previously unselected package libkmod2:amd64.
- Preparing to unpack .../06-libkmod2_30+20221128-1_amd64.deb ...
- Unpacking libkmod2:amd64 (30+20221128-1) ...
- Selecting previously unselected package libapparmor1:amd64.
- Preparing to unpack .../07-libapparmor1_3.0.8-3_amd64.deb ...
- Unpacking libapparmor1:amd64 (3.0.8-3) ...
- Selecting previously unselected package libip4tc2:amd64.
- Preparing to unpack .../08-libip4tc2_1.8.9-2_amd64.deb ...
- Unpacking libip4tc2:amd64 (1.8.9-2) ...
- Selecting previously unselected package libsystemd-shared:amd64.
- Preparing to unpack .../09-libsystemd-shared_252.39-1~deb12u1_amd64.deb ...
- Unpacking libsystemd-shared:amd64 (252.39-1~deb12u1) ...
- Selecting previously unselected package systemd.
- Preparing to unpack .../10-systemd_252.39-1~deb12u1_amd64.deb ...
- Unpacking systemd (252.39-1~deb12u1) ...
- Setting up libargon2-1:amd64 (0~20171227-0.3+deb12u1) ...
- Setting up libjson-c5:amd64 (0.16-2) ...
- Setting up libfdisk1:amd64 (2.38.1-5+deb12u3) ...
- Setting up libkmod2:amd64 (30+20221128-1) ...
- Setting up libapparmor1:amd64 (3.0.8-3) ...
- Setting up libip4tc2:amd64 (1.8.9-2) ...
- Setting up libsystemd-shared:amd64 (252.39-1~deb12u1) ...
- Setting up libdevmapper1.02.1:amd64 (2:1.02.185-2) ...
- Setting up libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ...
- Setting up systemd (252.39-1~deb12u1) ...
- Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
- Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
- Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
- Initializing machine ID from random generator.
- Creating group 'systemd-journal' with GID 999.
- Creating group 'systemd-network' with GID 998.
- Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998.
- Setting up dmsetup (2:1.02.185-2) ...
- Selecting previously unselected package systemd-sysv.
- (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 19200 files and directories currently installed.)
- Preparing to unpack .../00-systemd-sysv_252.39-1~deb12u1_amd64.deb ...
- Unpacking systemd-sysv (252.39-1~deb12u1) ...
- Selecting previously unselected package libdbus-1-3:amd64.
- Preparing to unpack .../01-libdbus-1-3_1.14.10-1~deb12u1_amd64.deb ...
- Unpacking libdbus-1-3:amd64 (1.14.10-1~deb12u1) ...
- Selecting previously unselected package dbus-bin.
- Preparing to unpack .../02-dbus-bin_1.14.10-1~deb12u1_amd64.deb ...
- Unpacking dbus-bin (1.14.10-1~deb12u1) ...
- Selecting previously unselected package dbus-session-bus-common.
- Preparing to unpack .../03-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ...
- Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ...
- Selecting previously unselected package dbus-daemon.
- Preparing to unpack .../04-dbus-daemon_1.14.10-1~deb12u1_amd64.deb ...
- Unpacking dbus-daemon (1.14.10-1~deb12u1) ...
- Selecting previously unselected package dbus-system-bus-common.
- Preparing to unpack .../05-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ...
- Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ...
- Selecting previously unselected package dbus.
- Preparing to unpack .../06-dbus_1.14.10-1~deb12u1_amd64.deb ...
- Unpacking dbus (1.14.10-1~deb12u1) ...
- Selecting previously unselected package fonts-droid-fallback.
- Preparing to unpack .../07-fonts-droid-fallback_1%3a6.0.1r16-1.1_all.deb ...
- Unpacking fonts-droid-fallback (1:6.0.1r16-1.1) ...
- Selecting previously unselected package poppler-data.
- Preparing to unpack .../08-poppler-data_0.4.12-1_all.deb ...
- Unpacking poppler-data (0.4.12-1) ...
- Selecting previously unselected package libpython3.11-minimal:amd64.
- Preparing to unpack .../09-libpython3.11-minimal_3.11.2-6+deb12u6_amd64.deb ...
- Unpacking libpython3.11-minimal:amd64 (3.11.2-6+deb12u6) ...
- Selecting previously unselected package python3.11-minimal.
- Preparing to unpack .../10-python3.11-minimal_3.11.2-6+deb12u6_amd64.deb ...
- Unpacking python3.11-minimal (3.11.2-6+deb12u6) ...
- Setting up libpython3.11-minimal:amd64 (3.11.2-6+deb12u6) ...
- Setting up python3.11-minimal (3.11.2-6+deb12u6) ...
- Selecting previously unselected package python3-minimal.
- (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20143 files and directories currently installed.)
- Preparing to unpack .../python3-minimal_3.11.2-1+b1_amd64.deb ...
- Unpacking python3-minimal (3.11.2-1+b1) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../media-types_10.0.0_all.deb ...
- Unpacking media-types (10.0.0) ...
- Selecting previously unselected package libpython3.11-stdlib:amd64.
- Preparing to unpack .../libpython3.11-stdlib_3.11.2-6+deb12u6_amd64.deb ...
- Unpacking libpython3.11-stdlib:amd64 (3.11.2-6+deb12u6) ...
- Selecting previously unselected package python3.11.
- Preparing to unpack .../python3.11_3.11.2-6+deb12u6_amd64.deb ...
- Unpacking python3.11 (3.11.2-6+deb12u6) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../libpython3-stdlib_3.11.2-1+b1_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.11.2-1+b1) ...
- Setting up python3-minimal (3.11.2-1+b1) ...
- Selecting previously unselected package python3.
- (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20553 files and directories currently installed.)
- Preparing to unpack .../000-python3_3.11.2-1+b1_amd64.deb ...
- Unpacking python3 (3.11.2-1+b1) ...
- Selecting previously unselected package sgml-base.
- Preparing to unpack .../001-sgml-base_1.31_all.deb ...
- Unpacking sgml-base (1.31) ...
- Selecting previously unselected package sensible-utils.
- Preparing to unpack .../002-sensible-utils_0.0.17+nmu1_all.deb ...
- Unpacking sensible-utils (0.0.17+nmu1) ...
- Selecting previously unselected package libmagic-mgc.
- Preparing to unpack .../003-libmagic-mgc_1%3a5.44-3_amd64.deb ...
- Unpacking libmagic-mgc (1:5.44-3) ...
- Selecting previously unselected package libmagic1:amd64.
- Preparing to unpack .../004-libmagic1_1%3a5.44-3_amd64.deb ...
- Unpacking libmagic1:amd64 (1:5.44-3) ...
- Selecting previously unselected package file.
- Preparing to unpack .../005-file_1%3a5.44-3_amd64.deb ...
- Unpacking file (1:5.44-3) ...
- Selecting previously unselected package libnss-systemd:amd64.
- Preparing to unpack .../006-libnss-systemd_252.39-1~deb12u1_amd64.deb ...
- Unpacking libnss-systemd:amd64 (252.39-1~deb12u1) ...
- Selecting previously unselected package libpam-systemd:amd64.
- Preparing to unpack .../007-libpam-systemd_252.39-1~deb12u1_amd64.deb ...
- Unpacking libpam-systemd:amd64 (252.39-1~deb12u1) ...
- Selecting previously unselected package systemd-timesyncd.
- Preparing to unpack .../008-systemd-timesyncd_252.39-1~deb12u1_amd64.deb ...
- Unpacking systemd-timesyncd (252.39-1~deb12u1) ...
- Selecting previously unselected package ucf.
- Preparing to unpack .../009-ucf_3.0043+nmu1+deb12u1_all.deb ...
- Moving old data out of the way
- Unpacking ucf (3.0043+nmu1+deb12u1) ...
- Selecting previously unselected package hicolor-icon-theme.
- Preparing to unpack .../010-hicolor-icon-theme_0.17-2_all.deb ...
- Unpacking hicolor-icon-theme (0.17-2) ...
- Selecting previously unselected package libgdk-pixbuf2.0-common.
- Preparing to unpack .../011-libgdk-pixbuf2.0-common_2.42.10+dfsg-1+deb12u2_all.deb ...
- Unpacking libgdk-pixbuf2.0-common (2.42.10+dfsg-1+deb12u2) ...
- Selecting previously unselected package libglib2.0-0:amd64.
- Preparing to unpack .../012-libglib2.0-0_2.74.6-2+deb12u7_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.74.6-2+deb12u7) ...
- Selecting previously unselected package libicu72:amd64.
- Preparing to unpack .../013-libicu72_72.1-3+deb12u1_amd64.deb ...
- Unpacking libicu72:amd64 (72.1-3+deb12u1) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../014-libxml2_2.9.14+dfsg-1.3~deb12u4_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u4) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../015-shared-mime-info_2.2-1_amd64.deb ...
- Unpacking shared-mime-info (2.2-1) ...
- Selecting previously unselected package libgdk-pixbuf-2.0-0:amd64.
- Preparing to unpack .../016-libgdk-pixbuf-2.0-0_2.42.10+dfsg-1+deb12u2_amd64.deb ...
- Unpacking libgdk-pixbuf-2.0-0:amd64 (2.42.10+dfsg-1+deb12u2) ...
- Selecting previously unselected package gtk-update-icon-cache.
- Preparing to unpack .../017-gtk-update-icon-cache_3.24.38-2~deb12u3_amd64.deb ...
- Unpacking gtk-update-icon-cache (3.24.38-2~deb12u3) ...
- Selecting previously unselected package adwaita-icon-theme.
- Preparing to unpack .../018-adwaita-icon-theme_43-1_all.deb ...
- Unpacking adwaita-icon-theme (43-1) ...
- Selecting previously unselected package at-spi2-common.
- Preparing to unpack .../019-at-spi2-common_2.46.0-5_all.deb ...
- Unpacking at-spi2-common (2.46.0-5) ...
- Selecting previously unselected package libxi6:amd64.
- Preparing to unpack .../020-libxi6_2%3a1.8-1+b1_amd64.deb ...
- Unpacking libxi6:amd64 (2:1.8-1+b1) ...
- Selecting previously unselected package libatspi2.0-0:amd64.
- Preparing to unpack .../021-libatspi2.0-0_2.46.0-5_amd64.deb ...
- Unpacking libatspi2.0-0:amd64 (2.46.0-5) ...
- Selecting previously unselected package x11-common.
- Preparing to unpack .../022-x11-common_1%3a7.7+23_all.deb ...
- Unpacking x11-common (1:7.7+23) ...
- Selecting previously unselected package libxtst6:amd64.
- Preparing to unpack .../023-libxtst6_2%3a1.2.3-1.1_amd64.deb ...
- Unpacking libxtst6:amd64 (2:1.2.3-1.1) ...
- Selecting previously unselected package dbus-user-session.
- Preparing to unpack .../024-dbus-user-session_1.14.10-1~deb12u1_amd64.deb ...
- Unpacking dbus-user-session (1.14.10-1~deb12u1) ...
- Selecting previously unselected package libdconf1:amd64.
- Preparing to unpack .../025-libdconf1_0.40.0-4_amd64.deb ...
- Unpacking libdconf1:amd64 (0.40.0-4) ...
- Selecting previously unselected package dconf-service.
- Preparing to unpack .../026-dconf-service_0.40.0-4_amd64.deb ...
- Unpacking dconf-service (0.40.0-4) ...
- Selecting previously unselected package dconf-gsettings-backend:amd64.
- Preparing to unpack .../027-dconf-gsettings-backend_0.40.0-4_amd64.deb ...
- Unpacking dconf-gsettings-backend:amd64 (0.40.0-4) ...
- Selecting previously unselected package gsettings-desktop-schemas.
- Preparing to unpack .../028-gsettings-desktop-schemas_43.0-1_all.deb ...
- Unpacking gsettings-desktop-schemas (43.0-1) ...
- Selecting previously unselected package at-spi2-core.
- Preparing to unpack .../029-at-spi2-core_2.46.0-5_amd64.deb ...
- Unpacking at-spi2-core (2.46.0-5) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../030-m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Selecting previously unselected package autoconf.
- Preparing to unpack .../031-autoconf_2.71-3_all.deb ...
- Unpacking autoconf (2.71-3) ...
- Selecting previously unselected package autotools-dev.
- Preparing to unpack .../032-autotools-dev_20220109.1_all.deb ...
- Unpacking autotools-dev (20220109.1) ...
- Selecting previously unselected package automake.
- Preparing to unpack .../033-automake_1%3a1.16.5-1.3_all.deb ...
- Unpacking automake (1:1.16.5-1.3) ...
- Selecting previously unselected package efl-doc.
- Preparing to unpack .../034-efl-doc_1.26.3-1_all.deb ...
- Unpacking efl-doc (1.26.3-1) ...
- Selecting previously unselected package fontconfig.
- Preparing to unpack .../035-fontconfig_2.14.1-4_amd64.deb ...
- Unpacking fontconfig (2.14.1-4) ...
- Selecting previously unselected package fonts-noto-mono.
- Preparing to unpack .../036-fonts-noto-mono_20201225-1_all.deb ...
- Unpacking fonts-noto-mono (20201225-1) ...
- Selecting previously unselected package libfontenc1:amd64.
- Preparing to unpack .../037-libfontenc1_1%3a1.1.4-1_amd64.deb ...
- Unpacking libfontenc1:amd64 (1:1.1.4-1) ...
- Selecting previously unselected package xfonts-encodings.
- Preparing to unpack .../038-xfonts-encodings_1%3a1.0.4-2.2_all.deb ...
- Unpacking xfonts-encodings (1:1.0.4-2.2) ...
- Selecting previously unselected package xfonts-utils.
- Preparing to unpack .../039-xfonts-utils_1%3a7.7+6_amd64.deb ...
- Unpacking xfonts-utils (1:7.7+6) ...
- Selecting previously unselected package fonts-urw-base35.
- Preparing to unpack .../040-fonts-urw-base35_20200910-7_all.deb ...
- Unpacking fonts-urw-base35 (20200910-7) ...
- Selecting previously unselected package libgirepository-1.0-1:amd64.
- Preparing to unpack .../041-libgirepository-1.0-1_1.74.0-3_amd64.deb ...
- Unpacking libgirepository-1.0-1:amd64 (1.74.0-3) ...
- Selecting previously unselected package gir1.2-glib-2.0:amd64.
- Preparing to unpack .../042-gir1.2-glib-2.0_1.74.0-3_amd64.deb ...
- Unpacking gir1.2-glib-2.0:amd64 (1.74.0-3) ...
- Selecting previously unselected package gir1.2-freedesktop:amd64.
- Preparing to unpack .../043-gir1.2-freedesktop_1.74.0-3_amd64.deb ...
- Unpacking gir1.2-freedesktop:amd64 (1.74.0-3) ...
- Selecting previously unselected package libelf1:amd64.
- Preparing to unpack .../044-libelf1_0.188-2.1_amd64.deb ...
- Unpacking libelf1:amd64 (0.188-2.1) ...
- Selecting previously unselected package libdw1:amd64.
- Preparing to unpack .../045-libdw1_0.188-2.1_amd64.deb ...
- Unpacking libdw1:amd64 (0.188-2.1) ...
- Selecting previously unselected package libunwind8:amd64.
- Preparing to unpack .../046-libunwind8_1.6.2-3_amd64.deb ...
- Unpacking libunwind8:amd64 (1.6.2-3) ...
- Selecting previously unselected package libcap2-bin.
- Preparing to unpack .../047-libcap2-bin_1%3a2.66-4+deb12u2_amd64.deb ...
- Unpacking libcap2-bin (1:2.66-4+deb12u2) ...
- Selecting previously unselected package libgstreamer1.0-0:amd64.
- Preparing to unpack .../048-libgstreamer1.0-0_1.22.0-2+deb12u1_amd64.deb ...
- Unpacking libgstreamer1.0-0:amd64 (1.22.0-2+deb12u1) ...
- Selecting previously unselected package gir1.2-gstreamer-1.0:amd64.
- Preparing to unpack .../049-gir1.2-gstreamer-1.0_1.22.0-2+deb12u1_amd64.deb ...
- Unpacking gir1.2-gstreamer-1.0:amd64 (1.22.0-2+deb12u1) ...
- Selecting previously unselected package libdrm-common.
- Preparing to unpack .../050-libdrm-common_2.4.114-1_all.deb ...
- Unpacking libdrm-common (2.4.114-1) ...
- Selecting previously unselected package libdrm2:amd64.
- Preparing to unpack .../051-libdrm2_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm2:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package libglvnd0:amd64.
- Preparing to unpack .../052-libglvnd0_1.6.0-1_amd64.deb ...
- Unpacking libglvnd0:amd64 (1.6.0-1) ...
- Selecting previously unselected package libwayland-server0:amd64.
- Preparing to unpack .../053-libwayland-server0_1.21.0-1_amd64.deb ...
- Unpacking libwayland-server0:amd64 (1.21.0-1) ...
- Selecting previously unselected package libgbm1:amd64.
- Preparing to unpack .../054-libgbm1_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking libgbm1:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libglapi-mesa:amd64.
- Preparing to unpack .../055-libglapi-mesa_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libwayland-client0:amd64.
- Preparing to unpack .../056-libwayland-client0_1.21.0-1_amd64.deb ...
- Unpacking libwayland-client0:amd64 (1.21.0-1) ...
- Selecting previously unselected package libx11-xcb1:amd64.
- Preparing to unpack .../057-libx11-xcb1_2%3a1.8.4-2+deb12u2_amd64.deb ...
- Unpacking libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
- Selecting previously unselected package libxcb-dri2-0:amd64.
- Preparing to unpack .../058-libxcb-dri2-0_1.15-1_amd64.deb ...
- Unpacking libxcb-dri2-0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-dri3-0:amd64.
- Preparing to unpack .../059-libxcb-dri3-0_1.15-1_amd64.deb ...
- Unpacking libxcb-dri3-0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-present0:amd64.
- Preparing to unpack .../060-libxcb-present0_1.15-1_amd64.deb ...
- Unpacking libxcb-present0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-randr0:amd64.
- Preparing to unpack .../061-libxcb-randr0_1.15-1_amd64.deb ...
- Unpacking libxcb-randr0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-sync1:amd64.
- Preparing to unpack .../062-libxcb-sync1_1.15-1_amd64.deb ...
- Unpacking libxcb-sync1:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-xfixes0:amd64.
- Preparing to unpack .../063-libxcb-xfixes0_1.15-1_amd64.deb ...
- Unpacking libxcb-xfixes0:amd64 (1.15-1) ...
- Selecting previously unselected package libxshmfence1:amd64.
- Preparing to unpack .../064-libxshmfence1_1.3-1_amd64.deb ...
- Unpacking libxshmfence1:amd64 (1.3-1) ...
- Selecting previously unselected package libegl-mesa0:amd64.
- Preparing to unpack .../065-libegl-mesa0_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking libegl-mesa0:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libegl1:amd64.
- Preparing to unpack .../066-libegl1_1.6.0-1_amd64.deb ...
- Unpacking libegl1:amd64 (1.6.0-1) ...
- Selecting previously unselected package libxcb-glx0:amd64.
- Preparing to unpack .../067-libxcb-glx0_1.15-1_amd64.deb ...
- Unpacking libxcb-glx0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-shm0:amd64.
- Preparing to unpack .../068-libxcb-shm0_1.15-1_amd64.deb ...
- Unpacking libxcb-shm0:amd64 (1.15-1) ...
- Selecting previously unselected package libxfixes3:amd64.
- Preparing to unpack .../069-libxfixes3_1%3a6.0.0-2_amd64.deb ...
- Unpacking libxfixes3:amd64 (1:6.0.0-2) ...
- Selecting previously unselected package libxxf86vm1:amd64.
- Preparing to unpack .../070-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ...
- Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
- Selecting previously unselected package libdrm-amdgpu1:amd64.
- Preparing to unpack .../071-libdrm-amdgpu1_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package libpciaccess0:amd64.
- Preparing to unpack .../072-libpciaccess0_0.17-2_amd64.deb ...
- Unpacking libpciaccess0:amd64 (0.17-2) ...
- Selecting previously unselected package libdrm-intel1:amd64.
- Preparing to unpack .../073-libdrm-intel1_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm-intel1:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package libdrm-nouveau2:amd64.
- Preparing to unpack .../074-libdrm-nouveau2_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package libdrm-radeon1:amd64.
- Preparing to unpack .../075-libdrm-radeon1_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm-radeon1:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package libz3-4:amd64.
- Preparing to unpack .../076-libz3-4_4.8.12-3.1_amd64.deb ...
- Unpacking libz3-4:amd64 (4.8.12-3.1) ...
- Selecting previously unselected package libllvm15:amd64.
- Preparing to unpack .../077-libllvm15_1%3a15.0.6-4+b1_amd64.deb ...
- Unpacking libllvm15:amd64 (1:15.0.6-4+b1) ...
- Selecting previously unselected package libsensors-config.
- Preparing to unpack .../078-libsensors-config_1%3a3.6.0-7.1_all.deb ...
- Unpacking libsensors-config (1:3.6.0-7.1) ...
- Selecting previously unselected package libsensors5:amd64.
- Preparing to unpack .../079-libsensors5_1%3a3.6.0-7.1_amd64.deb ...
- Unpacking libsensors5:amd64 (1:3.6.0-7.1) ...
- Selecting previously unselected package libgl1-mesa-dri:amd64.
- Preparing to unpack .../080-libgl1-mesa-dri_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libglx-mesa0:amd64.
- Preparing to unpack .../081-libglx-mesa0_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libglx0:amd64.
- Preparing to unpack .../082-libglx0_1.6.0-1_amd64.deb ...
- Unpacking libglx0:amd64 (1.6.0-1) ...
- Selecting previously unselected package libgl1:amd64.
- Preparing to unpack .../083-libgl1_1.6.0-1_amd64.deb ...
- Unpacking libgl1:amd64 (1.6.0-1) ...
- Selecting previously unselected package liborc-0.4-0:amd64.
- Preparing to unpack .../084-liborc-0.4-0_1%3a0.4.33-2_amd64.deb ...
- Unpacking liborc-0.4-0:amd64 (1:0.4.33-2) ...
- Selecting previously unselected package iso-codes.
- Preparing to unpack .../085-iso-codes_4.15.0-1_all.deb ...
- Unpacking iso-codes (4.15.0-1) ...
- Selecting previously unselected package libgstreamer-plugins-base1.0-0:amd64.
- Preparing to unpack .../086-libgstreamer-plugins-base1.0-0_1.22.0-3+deb12u5_amd64.deb ...
- Unpacking libgstreamer-plugins-base1.0-0:amd64 (1.22.0-3+deb12u5) ...
- Selecting previously unselected package libgudev-1.0-0:amd64.
- Preparing to unpack .../087-libgudev-1.0-0_237-2_amd64.deb ...
- Unpacking libgudev-1.0-0:amd64 (237-2) ...
- Selecting previously unselected package libwayland-cursor0:amd64.
- Preparing to unpack .../088-libwayland-cursor0_1.21.0-1_amd64.deb ...
- Unpacking libwayland-cursor0:amd64 (1.21.0-1) ...
- Selecting previously unselected package libwayland-egl1:amd64.
- Preparing to unpack .../089-libwayland-egl1_1.21.0-1_amd64.deb ...
- Unpacking libwayland-egl1:amd64 (1.21.0-1) ...
- Selecting previously unselected package libgstreamer-gl1.0-0:amd64.
- Preparing to unpack .../090-libgstreamer-gl1.0-0_1.22.0-3+deb12u5_amd64.deb ...
- Unpacking libgstreamer-gl1.0-0:amd64 (1.22.0-3+deb12u5) ...
- Selecting previously unselected package gir1.2-gst-plugins-base-1.0:amd64.
- Preparing to unpack .../091-gir1.2-gst-plugins-base-1.0_1.22.0-3+deb12u5_amd64.deb ...
- Unpacking gir1.2-gst-plugins-base-1.0:amd64 (1.22.0-3+deb12u5) ...
- Selecting previously unselected package gir1.2-gudev-1.0:amd64.
- Preparing to unpack .../092-gir1.2-gudev-1.0_237-2_amd64.deb ...
- Unpacking gir1.2-gudev-1.0:amd64 (237-2) ...
- Selecting previously unselected package gir1.2-harfbuzz-0.0:amd64.
- Preparing to unpack .../093-gir1.2-harfbuzz-0.0_6.0.0+dfsg-3_amd64.deb ...
- Unpacking gir1.2-harfbuzz-0.0:amd64 (6.0.0+dfsg-3) ...
- Selecting previously unselected package libgraphene-1.0-0:amd64.
- Preparing to unpack .../094-libgraphene-1.0-0_1.10.8-1_amd64.deb ...
- Unpacking libgraphene-1.0-0:amd64 (1.10.8-1) ...
- Selecting previously unselected package gstreamer1.0-gl:amd64.
- Preparing to unpack .../095-gstreamer1.0-gl_1.22.0-3+deb12u5_amd64.deb ...
- Unpacking gstreamer1.0-gl:amd64 (1.22.0-3+deb12u5) ...
- Selecting previously unselected package libcdparanoia0:amd64.
- Preparing to unpack .../096-libcdparanoia0_3.10.2+debian-14_amd64.deb ...
- Unpacking libcdparanoia0:amd64 (3.10.2+debian-14) ...
- Selecting previously unselected package libogg0:amd64.
- Preparing to unpack .../097-libogg0_1.3.5-3_amd64.deb ...
- Unpacking libogg0:amd64 (1.3.5-3) ...
- Selecting previously unselected package libopus0:amd64.
- Preparing to unpack .../098-libopus0_1.3.1-3_amd64.deb ...
- Unpacking libopus0:amd64 (1.3.1-3) ...
- Selecting previously unselected package libpixman-1-0:amd64.
- Preparing to unpack .../099-libpixman-1-0_0.42.2-1_amd64.deb ...
- Unpacking libpixman-1-0:amd64 (0.42.2-1) ...
- Selecting previously unselected package libxcb-render0:amd64.
- Preparing to unpack .../100-libxcb-render0_1.15-1_amd64.deb ...
- Unpacking libxcb-render0:amd64 (1.15-1) ...
- Selecting previously unselected package libxrender1:amd64.
- Preparing to unpack .../101-libxrender1_1%3a0.9.10-1.1_amd64.deb ...
- Unpacking libxrender1:amd64 (1:0.9.10-1.1) ...
- Selecting previously unselected package libcairo2:amd64.
- Preparing to unpack .../102-libcairo2_1.16.0-7_amd64.deb ...
- Unpacking libcairo2:amd64 (1.16.0-7) ...
- Selecting previously unselected package libtheora0:amd64.
- Preparing to unpack .../103-libtheora0_1.1.1+dfsg.1-16.1+deb12u1_amd64.deb ...
- Unpacking libtheora0:amd64 (1.1.1+dfsg.1-16.1+deb12u1) ...
- Selecting previously unselected package libvisual-0.4-0:amd64.
- Preparing to unpack .../104-libvisual-0.4-0_0.4.0-19_amd64.deb ...
- Unpacking libvisual-0.4-0:amd64 (0.4.0-19) ...
- Selecting previously unselected package libvorbis0a:amd64.
- Preparing to unpack .../105-libvorbis0a_1.3.7-1_amd64.deb ...
- Unpacking libvorbis0a:amd64 (1.3.7-1) ...
- Selecting previously unselected package libvorbisenc2:amd64.
- Preparing to unpack .../106-libvorbisenc2_1.3.7-1_amd64.deb ...
- Unpacking libvorbisenc2:amd64 (1.3.7-1) ...
- Selecting previously unselected package gstreamer1.0-plugins-base:amd64.
- Preparing to unpack .../107-gstreamer1.0-plugins-base_1.22.0-3+deb12u5_amd64.deb ...
- Unpacking gstreamer1.0-plugins-base:amd64 (1.22.0-3+deb12u5) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../108-icu-devtools_72.1-3+deb12u1_amd64.deb ...
- Unpacking icu-devtools (72.1-3+deb12u1) ...
- Selecting previously unselected package libasyncns0:amd64.
- Preparing to unpack .../109-libasyncns0_0.8-6+b3_amd64.deb ...
- Unpacking libasyncns0:amd64 (0.8-6+b3) ...
- Selecting previously unselected package libatk1.0-0:amd64.
- Preparing to unpack .../110-libatk1.0-0_2.46.0-5_amd64.deb ...
- Unpacking libatk1.0-0:amd64 (2.46.0-5) ...
- Selecting previously unselected package libatk-bridge2.0-0:amd64.
- Preparing to unpack .../111-libatk-bridge2.0-0_2.46.0-5_amd64.deb ...
- Unpacking libatk-bridge2.0-0:amd64 (2.46.0-5) ...
- Selecting previously unselected package libavahi-common-data:amd64.
- Preparing to unpack .../112-libavahi-common-data_0.8-10+deb12u1_amd64.deb ...
- Unpacking libavahi-common-data:amd64 (0.8-10+deb12u1) ...
- Selecting previously unselected package libavahi-common3:amd64.
- Preparing to unpack .../113-libavahi-common3_0.8-10+deb12u1_amd64.deb ...
- Unpacking libavahi-common3:amd64 (0.8-10+deb12u1) ...
- Selecting previously unselected package libavahi-client3:amd64.
- Preparing to unpack .../114-libavahi-client3_0.8-10+deb12u1_amd64.deb ...
- Unpacking libavahi-client3:amd64 (0.8-10+deb12u1) ...
- Selecting previously unselected package uuid-dev:amd64.
- Preparing to unpack .../115-uuid-dev_2.38.1-5+deb12u3_amd64.deb ...
- Unpacking uuid-dev:amd64 (2.38.1-5+deb12u3) ...
- Selecting previously unselected package libblkid-dev:amd64.
- Preparing to unpack .../116-libblkid-dev_2.38.1-5+deb12u3_amd64.deb ...
- Unpacking libblkid-dev:amd64 (2.38.1-5+deb12u3) ...
- Selecting previously unselected package libbrotli-dev:amd64.
- Preparing to unpack .../117-libbrotli-dev_1.0.9-2+b6_amd64.deb ...
- Unpacking libbrotli-dev:amd64 (1.0.9-2+b6) ...
- Selecting previously unselected package libcairo-gobject2:amd64.
- Preparing to unpack .../118-libcairo-gobject2_1.16.0-7_amd64.deb ...
- Unpacking libcairo-gobject2:amd64 (1.16.0-7) ...
- Selecting previously unselected package liblcms2-2:amd64.
- Preparing to unpack .../119-liblcms2-2_2.14-2_amd64.deb ...
- Unpacking liblcms2-2:amd64 (2.14-2) ...
- Selecting previously unselected package libcolord2:amd64.
- Preparing to unpack .../120-libcolord2_1.4.6-2.2_amd64.deb ...
- Unpacking libcolord2:amd64 (1.4.6-2.2) ...
- Selecting previously unselected package libcups2:amd64.
- Preparing to unpack .../121-libcups2_2.4.2-3+deb12u9_amd64.deb ...
- Unpacking libcups2:amd64 (2.4.2-3+deb12u9) ...
- Selecting previously unselected package libcurl4-openssl-dev:amd64.
- Preparing to unpack .../122-libcurl4-openssl-dev_7.88.1-10+deb12u14_amd64.deb ...
- Unpacking libcurl4-openssl-dev:amd64 (7.88.1-10+deb12u14) ...
- Selecting previously unselected package libdatrie1:amd64.
- Preparing to unpack .../123-libdatrie1_0.2.13-2+b1_amd64.deb ...
- Unpacking libdatrie1:amd64 (0.2.13-2+b1) ...
- Selecting previously unselected package xml-core.
- Preparing to unpack .../124-xml-core_0.18+nmu1_all.deb ...
- Unpacking xml-core (0.18+nmu1) ...
- Selecting previously unselected package libdbus-1-dev:amd64.
- Preparing to unpack .../125-libdbus-1-dev_1.14.10-1~deb12u1_amd64.deb ...
- Unpacking libdbus-1-dev:amd64 (1.14.10-1~deb12u1) ...
- Selecting previously unselected package libpciaccess-dev:amd64.
- Preparing to unpack .../126-libpciaccess-dev_0.17-2_amd64.deb ...
- Unpacking libpciaccess-dev:amd64 (0.17-2) ...
- Selecting previously unselected package libdrm-dev:amd64.
- Preparing to unpack .../127-libdrm-dev_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm-dev:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../128-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Selecting previously unselected package libelf-dev:amd64.
- Preparing to unpack .../129-libelf-dev_0.188-2.1_amd64.deb ...
- Unpacking libelf-dev:amd64 (0.188-2.1) ...
- Selecting previously unselected package liblzma-dev:amd64.
- Preparing to unpack .../130-liblzma-dev_5.4.1-1_amd64.deb ...
- Unpacking liblzma-dev:amd64 (5.4.1-1) ...
- Selecting previously unselected package libdw-dev:amd64.
- Preparing to unpack .../131-libdw-dev_0.188-2.1_amd64.deb ...
- Unpacking libdw-dev:amd64 (0.188-2.1) ...
- Selecting previously unselected package libeina1a:amd64.
- Preparing to unpack .../132-libeina1a_1.26.3-1+b1_amd64.deb ...
- Unpacking libeina1a:amd64 (1.26.3-1+b1) ...
- Selecting previously unselected package libecore1:amd64.
- Preparing to unpack .../133-libecore1_1.26.3-1+b1_amd64.deb ...
- Unpacking libecore1:amd64 (1.26.3-1+b1) ...
- Selecting previously unselected package libecore-audio1:amd64.
- Preparing to unpack .../134-libecore-audio1_1.26.3-1+b1_amd64.deb ...
- Unpacking libecore-audio1:amd64 (1.26.3-1+b1) ...
- Selecting previously unselected package libecore-bin.
- Preparing to unpack .../135-libecore-bin_1.26.3-1+b1_amd64.deb ...
- Unpacking libecore-bin (1.26.3-1+b1) ...
- Selecting previously unselected package libemile1:amd64.
- Preparing to unpack .../136-libemile1_1.26.3-1+b1_amd64.deb ...
- Unpacking libemile1:amd64 (1.26.3-1+b1) ...
- Selecting previously unselected package libeet1:amd64.
- Preparing to unpack .../137-libeet1_1.26.3-1+b1_amd64.deb ...
- Unpacking libeet1:amd64 (1.26.3-1+b1) ...
- Selecting previously unselected package libecore-con1:amd64.
- Preparing to unpack .../138-libecore-con1_1.26.3-1+b1_amd64.deb ...
- Unpacking libecore-con1:amd64 (1.26.3-1+b1) ...
- Selecting previously unselected package libecore-file1:amd64.
- Preparing to unpack .../139-libecore-file1_1.26.3-1+b1_amd64.deb ...
- Unpacking libecore-file1:amd64 (1.26.3-1+b1) ...
- Selecting previously unselected package libeeze1:amd64.
- Preparing to unpack .../140-libeeze1_1.26.3-1+b1_amd64.deb ...
- Unpacking libeeze1:amd64 (1.26.3-1+b1) ...
- Selecting previously unselected package libxcomposite1:amd64.
- Preparing to unpack .../141-libxcomposite1_1%3a0.4.5-1_amd64.deb ...
- Unpacking libxcomposite1:amd64 (1:0.4.5-1) ...
- Selecting previously unselected package libxcursor1:amd64.
- Preparing to unpack .../142-libxcursor1_1%3a1.2.1-1_amd64.deb ...
- Unpacking libxcursor1:amd64 (1:1.2.1-1) ...
- Selecting previously unselected package libxdamage1:amd64.
- Preparing to unpack .../143-libxdamage1_1%3a1.1.6-1_amd64.deb ...
- Unpacking libxdamage1:amd64 (1:1.1.6-1) ...
- Selecting previously unselected package libxinerama1:amd64.
- Preparing to unpack .../144-libxinerama1_2%3a1.1.4-3_amd64.deb ...
- Unpacking libxinerama1:amd64 (2:1.1.4-3) ...
- Selecting previously unselected package libxrandr2:amd64.
- Preparing to unpack .../145-libxrandr2_2%3a1.5.2-2+b1_amd64.deb ...
- Unpacking libxrandr2:amd64 (2:1.5.2-2+b1) ...
- Selecting previously unselected package libxss1:amd64.
- Preparing to unpack .../146-libxss1_1%3a1.2.3-1_amd64.deb ...
- Unpacking libxss1:amd64 (1:1.2.3-1) ...
- Selecting previously unselected package libecore-x1:amd64.
- Preparing to unpack .../147-libecore-x1_1.26.3-1+b1_amd64.deb ...
- Unpacking libecore-x1:amd64 (1.26.3-1+b1) ...
- Selecting previously unselected package libector1:amd64.
- Preparing to unpack .../148-libector1_1.26.3-1+b1_amd64.deb ...
- Unpacking libector1:amd64 (1.26.3-1+b1) ...
- Selecting previously unselected package libgles2:amd64.
- Preparing to unpack .../149-libgles2_1.6.0-1_amd64.deb ...
- Unpacking libgles2:amd64 (1.6.0-1) ...
- Selecting previously unselected package libevas1-engines-x:amd64.
- Preparing to unpack .../150-libevas1-engines-x_1.26.3-1+b1_amd64.deb ...
- Unpacking libevas1-engines-x:amd64 (1.26.3-1+b1) ...
- Selecting previously unselected package libecore-fb1:amd64.
- Preparing to unpack .../151-libecore-fb1_1.26.3-1+b1_amd64.deb ...
- Unpacking libecore-fb1:amd64 (1.26.3-1+b1) ...
- Selecting previously unselected package libecore-ipc1:amd64.
- Preparing to unpack .../152-libecore-ipc1_1.26.3-1+b1_amd64.deb ...
- Unpacking libecore-ipc1:amd64 (1.26.3-1+b1) ...
- Selecting previously unselected package xkb-data.
- Preparing to unpack .../153-xkb-data_2.35.1-1_all.deb ...
- Unpacking xkb-data (2.35.1-1) ...
- Selecting previously unselected package libxkbcommon0:amd64.
- Preparing to unpack .../154-libxkbcommon0_1.5.0-1_amd64.deb ...
- Unpacking libxkbcommon0:amd64 (1.5.0-1) ...
- Selecting previously unselected package libecore-wl2-1:amd64.
- Preparing to unpack .../155-libecore-wl2-1_1.26.3-1+b1_amd64.deb ...
- Unpacking libecore-wl2-1:amd64 (1.26.3-1+b1) ...
- Selecting previously unselected package libefreet1a:amd64.
- Preparing to unpack .../156-libefreet1a_1.26.3-1+b1_amd64.deb ...
- Unpacking libefreet1a:amd64 (1.26.3-1+b1) ...
- Selecting previously unselected package libeio1:amd64.
- Preparing to unpack .../157-libeio1_1.26.3-1+b1_amd64.deb ...
- Unpacking libeio1:amd64 (1.26.3-1+b1) ...
- Selecting previously unselected package libefreet-bin.
- Preparing to unpack .../158-libefreet-bin_1.26.3-1+b1_amd64.deb ...
- Unpacking libefreet-bin (1.26.3-1+b1) ...
- Selecting previously unselected package libecore-evas1:amd64.
- Preparing to unpack .../159-libecore-evas1_1.26.3-1+b1_amd64.deb ...
- Unpacking libecore-evas1:amd64 (1.26.3-1+b1) ...
- Selecting previously unselected package libxcb-xkb1:amd64.
- Preparing to unpack .../160-libxcb-xkb1_1.15-1_amd64.deb ...
- Unpacking libxcb-xkb1:amd64 (1.15-1) ...
- Selecting previously unselected package libxkbcommon-x11-0:amd64.
- Preparing to unpack .../161-libxkbcommon-x11-0_1.5.0-1_amd64.deb ...
- Unpacking libxkbcommon-x11-0:amd64 (1.5.0-1) ...
- Selecting previously unselected package libevas1-engines-wayland:amd64.
- Preparing to unpack .../162-libevas1-engines-wayland_1.26.3-1+b1_amd64.deb ...
- Unpacking libevas1-engines-wayland:amd64 (1.26.3-1+b1) ...
- Selecting previously unselected package libevas1-engines-fb:amd64.
- Preparing to unpack .../163-libevas1-engines-fb_1.26.3-1+b1_amd64.deb ...
- Unpacking libevas1-engines-fb:amd64 (1.26.3-1+b1) ...
- Selecting previously unselected package libevas1-engines-drm:amd64.
- Preparing to unpack .../164-libevas1-engines-drm_1.26.3-1+b1_amd64.deb ...
- Unpacking libevas1-engines-drm:amd64 (1.26.3-1+b1) ...
- Selecting previously unselected package libfribidi0:amd64.
- Preparing to unpack .../165-libfribidi0_1.0.8-2.1_amd64.deb ...
- Unpacking libfribidi0:amd64 (1.0.8-2.1) ...
- Selecting previously unselected package libgif7:amd64.
- Preparing to unpack .../166-libgif7_5.2.1-2.5_amd64.deb ...
- Unpacking libgif7:amd64 (5.2.1-2.5) ...
- Selecting previously unselected package libgraphite2-3:amd64.
- Preparing to unpack .../167-libgraphite2-3_1.3.14-1_amd64.deb ...
- Unpacking libgraphite2-3:amd64 (1.3.14-1) ...
- Selecting previously unselected package libharfbuzz0b:amd64.
- Preparing to unpack .../168-libharfbuzz0b_6.0.0+dfsg-3_amd64.deb ...
- Unpacking libharfbuzz0b:amd64 (6.0.0+dfsg-3) ...
- Selecting previously unselected package liblua5.2-0:amd64.
- Preparing to unpack .../169-liblua5.2-0_5.2.4-3_amd64.deb ...
- Unpacking liblua5.2-0:amd64 (5.2.4-3) ...
- Selecting previously unselected package libopenjp2-7:amd64.
- Preparing to unpack .../170-libopenjp2-7_2.5.0-2+deb12u2_amd64.deb ...
- Unpacking libopenjp2-7:amd64 (2.5.0-2+deb12u2) ...
- Selecting previously unselected package libwebpdemux2:amd64.
- Preparing to unpack .../171-libwebpdemux2_1.2.4-0.2+deb12u1_amd64.deb ...
- Unpacking libwebpdemux2:amd64 (1.2.4-0.2+deb12u1) ...
- Selecting previously unselected package libevas1:amd64.
- Preparing to unpack .../172-libevas1_1.26.3-1+b1_amd64.deb ...
- Unpacking libevas1:amd64 (1.26.3-1+b1) ...
- Selecting previously unselected package libecore-input1:amd64.
- Preparing to unpack .../173-libecore-input1_1.26.3-1+b1_amd64.deb ...
- Unpacking libecore-input1:amd64 (1.26.3-1+b1) ...
- Selecting previously unselected package libevdev2:amd64.
- Preparing to unpack .../174-libevdev2_1.13.0+dfsg-1_amd64.deb ...
- Unpacking libevdev2:amd64 (1.13.0+dfsg-1) ...
- Selecting previously unselected package libmtdev1:amd64.
- Preparing to unpack .../175-libmtdev1_1.1.6-1_amd64.deb ...
- Unpacking libmtdev1:amd64 (1.1.6-1) ...
- Selecting previously unselected package libwacom-common.
- Preparing to unpack .../176-libwacom-common_2.6.0-1_all.deb ...
- Unpacking libwacom-common (2.6.0-1) ...
- Selecting previously unselected package libwacom9:amd64.
- Preparing to unpack .../177-libwacom9_2.6.0-1_amd64.deb ...
- Unpacking libwacom9:amd64 (2.6.0-1) ...
- Selecting previously unselected package libinput-bin.
- Preparing to unpack .../178-libinput-bin_1.22.1-1_amd64.deb ...
- Unpacking libinput-bin (1.22.1-1) ...
- Selecting previously unselected package libinput10:amd64.
- Preparing to unpack .../179-libinput10_1.22.1-1_amd64.deb ...
- Unpacking libinput10:amd64 (1.22.1-1) ...
- Selecting previously unselected package libelput1:amd64.
- Preparing to unpack .../180-libelput1_1.26.3-1+b1_amd64.deb ...
- Unpacking libelput1:amd64 (1.26.3-1+b1) ...
- Selecting previously unselected package libecore-drm2-1:amd64.
- Preparing to unpack .../181-libecore-drm2-1_1.26.3-1+b1_amd64.deb ...
- Unpacking libecore-drm2-1:amd64 (1.26.3-1+b1) ...
- Selecting previously unselected package libepoxy0:amd64.
- Preparing to unpack .../182-libepoxy0_1.5.10-1_amd64.deb ...
- Unpacking libepoxy0:amd64 (1.5.10-1) ...
- Selecting previously unselected package libthai-data.
- Preparing to unpack .../183-libthai-data_0.1.29-1_all.deb ...
- Unpacking libthai-data (0.1.29-1) ...
- Selecting previously unselected package libthai0:amd64.
- Preparing to unpack .../184-libthai0_0.1.29-1_amd64.deb ...
- Unpacking libthai0:amd64 (0.1.29-1) ...
- Selecting previously unselected package libpango-1.0-0:amd64.
- Preparing to unpack .../185-libpango-1.0-0_1.50.12+ds-1_amd64.deb ...
- Unpacking libpango-1.0-0:amd64 (1.50.12+ds-1) ...
- Selecting previously unselected package libpangoft2-1.0-0:amd64.
- Preparing to unpack .../186-libpangoft2-1.0-0_1.50.12+ds-1_amd64.deb ...
- Unpacking libpangoft2-1.0-0:amd64 (1.50.12+ds-1) ...
- Selecting previously unselected package libpangocairo-1.0-0:amd64.
- Preparing to unpack .../187-libpangocairo-1.0-0_1.50.12+ds-1_amd64.deb ...
- Unpacking libpangocairo-1.0-0:amd64 (1.50.12+ds-1) ...
- Selecting previously unselected package libgtk-3-common.
- Preparing to unpack .../188-libgtk-3-common_3.24.38-2~deb12u3_all.deb ...
- Unpacking libgtk-3-common (3.24.38-2~deb12u3) ...
- Selecting previously unselected package libgtk-3-0:amd64.
- Preparing to unpack .../189-libgtk-3-0_3.24.38-2~deb12u3_amd64.deb ...
- Unpacking libgtk-3-0:amd64 (3.24.38-2~deb12u3) ...
- Selecting previously unselected package libltdl7:amd64.
- Preparing to unpack .../190-libltdl7_2.4.7-7~deb12u1_amd64.deb ...
- Unpacking libltdl7:amd64 (2.4.7-7~deb12u1) ...
- Selecting previously unselected package libscim8v5:amd64.
- Preparing to unpack .../191-libscim8v5_1.4.18+git20211204-0.1_amd64.deb ...
- Unpacking libscim8v5:amd64 (1.4.18+git20211204-0.1) ...
- Selecting previously unselected package libecore-imf1:amd64.
- Preparing to unpack .../192-libecore-imf1_1.26.3-1+b1_amd64.deb ...
- Unpacking libecore-imf1:amd64 (1.26.3-1+b1) ...
- Selecting previously unselected package libembryo-bin.
- Preparing to unpack .../193-libembryo-bin_1.26.3-1+b1_amd64.deb ...
- Unpacking libembryo-bin (1.26.3-1+b1) ...
- Selecting previously unselected package libembryo1:amd64.
- Preparing to unpack .../194-libembryo1_1.26.3-1+b1_amd64.deb ...
- Unpacking libembryo1:amd64 (1.26.3-1+b1) ...
- Selecting previously unselected package libedje1:amd64.
- Preparing to unpack .../195-libedje1_1.26.3-1+b1_amd64.deb ...
- Unpacking libedje1:amd64 (1.26.3-1+b1) ...
- Selecting previously unselected package libedje-bin.
- Preparing to unpack .../196-libedje-bin_1.26.3-1+b1_amd64.deb ...
- Unpacking libedje-bin (1.26.3-1+b1) ...
- Selecting previously unselected package libelementary-data.
- Preparing to unpack .../197-libelementary-data_1.26.3-1_all.deb ...
- Unpacking libelementary-data (1.26.3-1) ...
- Selecting previously unselected package libethumb1:amd64.
- Preparing to unpack .../198-libethumb1_1.26.3-1+b1_amd64.deb ...
- Unpacking libethumb1:amd64 (1.26.3-1+b1) ...
- Selecting previously unselected package libemotion1:amd64.
- Preparing to unpack .../199-libemotion1_1.26.3-1+b1_amd64.deb ...
- Unpacking libemotion1:amd64 (1.26.3-1+b1) ...
- Selecting previously unselected package libethumb-client1:amd64.
- Preparing to unpack .../200-libethumb-client1_1.26.3-1+b1_amd64.deb ...
- Unpacking libethumb-client1:amd64 (1.26.3-1+b1) ...
- Selecting previously unselected package libethumb-client-bin.
- Preparing to unpack .../201-libethumb-client-bin_1.26.3-1+b1_amd64.deb ...
- Unpacking libethumb-client-bin (1.26.3-1+b1) ...
- Selecting previously unselected package libelementary1:amd64.
- Preparing to unpack .../202-libelementary1_1.26.3-1+b1_amd64.deb ...
- Unpacking libelementary1:amd64 (1.26.3-1+b1) ...
- Selecting previously unselected package libeolian1:amd64.
- Preparing to unpack .../203-libeolian1_1.26.3-1+b1_amd64.deb ...
- Unpacking libeolian1:amd64 (1.26.3-1+b1) ...
- Selecting previously unselected package libeolian-bin.
- Preparing to unpack .../204-libeolian-bin_1.26.3-1+b1_amd64.deb ...
- Unpacking libeolian-bin (1.26.3-1+b1) ...
- Selecting previously unselected package libexpat1-dev:amd64.
- Preparing to unpack .../205-libexpat1-dev_2.5.0-1+deb12u2_amd64.deb ...
- Unpacking libexpat1-dev:amd64 (2.5.0-1+deb12u2) ...
- Selecting previously unselected package libpng-dev:amd64.
- Preparing to unpack .../206-libpng-dev_1.6.39-2_amd64.deb ...
- Unpacking libpng-dev:amd64 (1.6.39-2) ...
- Selecting previously unselected package libfreetype-dev:amd64.
- Preparing to unpack .../207-libfreetype-dev_2.12.1+dfsg-5+deb12u4_amd64.deb ...
- Unpacking libfreetype-dev:amd64 (2.12.1+dfsg-5+deb12u4) ...
- Selecting previously unselected package libfontconfig-dev:amd64.
- Preparing to unpack .../208-libfontconfig-dev_2.14.1-4_amd64.deb ...
- Unpacking libfontconfig-dev:amd64 (2.14.1-4) ...
- Selecting previously unselected package libfontconfig1-dev:amd64.
- Preparing to unpack .../209-libfontconfig1-dev_2.14.1-4_amd64.deb ...
- Unpacking libfontconfig1-dev:amd64 (2.14.1-4) ...
- Selecting previously unselected package libfribidi-dev:amd64.
- Preparing to unpack .../210-libfribidi-dev_1.0.8-2.1_amd64.deb ...
- Unpacking libfribidi-dev:amd64 (1.0.8-2.1) ...
- Selecting previously unselected package libgbm-dev:amd64.
- Preparing to unpack .../211-libgbm-dev_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking libgbm-dev:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../212-libffi-dev_3.4.4-1_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.4.4-1) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../213-libglib2.0-data_2.74.6-2+deb12u7_all.deb ...
- Unpacking libglib2.0-data (2.74.6-2+deb12u7) ...
- Selecting previously unselected package libglib2.0-bin.
- Preparing to unpack .../214-libglib2.0-bin_2.74.6-2+deb12u7_amd64.deb ...
- Unpacking libglib2.0-bin (2.74.6-2+deb12u7) ...
- Selecting previously unselected package python3-lib2to3.
- Preparing to unpack .../215-python3-lib2to3_3.11.2-3_all.deb ...
- Unpacking python3-lib2to3 (3.11.2-3) ...
- Selecting previously unselected package python3-distutils.
- Preparing to unpack .../216-python3-distutils_3.11.2-3_all.deb ...
- Unpacking python3-distutils (3.11.2-3) ...
- Selecting previously unselected package libglib2.0-dev-bin.
- Preparing to unpack .../217-libglib2.0-dev-bin_2.74.6-2+deb12u7_amd64.deb ...
- Unpacking libglib2.0-dev-bin (2.74.6-2+deb12u7) ...
- Selecting previously unselected package libsepol-dev:amd64.
- Preparing to unpack .../218-libsepol-dev_3.4-2.1_amd64.deb ...
- Unpacking libsepol-dev:amd64 (3.4-2.1) ...
- Selecting previously unselected package libpcre2-16-0:amd64.
- Preparing to unpack .../219-libpcre2-16-0_10.42-1_amd64.deb ...
- Unpacking libpcre2-16-0:amd64 (10.42-1) ...
- Selecting previously unselected package libpcre2-32-0:amd64.
- Preparing to unpack .../220-libpcre2-32-0_10.42-1_amd64.deb ...
- Unpacking libpcre2-32-0:amd64 (10.42-1) ...
- Selecting previously unselected package libpcre2-posix3:amd64.
- Preparing to unpack .../221-libpcre2-posix3_10.42-1_amd64.deb ...
- Unpacking libpcre2-posix3:amd64 (10.42-1) ...
- Selecting previously unselected package libpcre2-dev:amd64.
- Preparing to unpack .../222-libpcre2-dev_10.42-1_amd64.deb ...
- Unpacking libpcre2-dev:amd64 (10.42-1) ...
- Selecting previously unselected package libselinux1-dev:amd64.
- Preparing to unpack .../223-libselinux1-dev_3.4-1+b6_amd64.deb ...
- Unpacking libselinux1-dev:amd64 (3.4-1+b6) ...
- Selecting previously unselected package libmount-dev:amd64.
- Preparing to unpack .../224-libmount-dev_2.38.1-5+deb12u3_amd64.deb ...
- Unpacking libmount-dev:amd64 (2.38.1-5+deb12u3) ...
- Selecting previously unselected package libglib2.0-dev:amd64.
- Preparing to unpack .../225-libglib2.0-dev_2.74.6-2+deb12u7_amd64.deb ...
- Unpacking libglib2.0-dev:amd64 (2.74.6-2+deb12u7) ...
- Selecting previously unselected package libunwind-dev:amd64.
- Preparing to unpack .../226-libunwind-dev_1.6.2-3_amd64.deb ...
- Unpacking libunwind-dev:amd64 (1.6.2-3) ...
- Selecting previously unselected package libgstreamer1.0-dev:amd64.
- Preparing to unpack .../227-libgstreamer1.0-dev_1.22.0-2+deb12u1_amd64.deb ...
- Unpacking libgstreamer1.0-dev:amd64 (1.22.0-2+deb12u1) ...
- Selecting previously unselected package liborc-0.4-dev-bin.
- Preparing to unpack .../228-liborc-0.4-dev-bin_1%3a0.4.33-2_amd64.deb ...
- Unpacking liborc-0.4-dev-bin (1:0.4.33-2) ...
- Selecting previously unselected package liborc-0.4-dev:amd64.
- Preparing to unpack .../229-liborc-0.4-dev_1%3a0.4.33-2_amd64.deb ...
- Unpacking liborc-0.4-dev:amd64 (1:0.4.33-2) ...
- Selecting previously unselected package xorg-sgml-doctools.
- Preparing to unpack .../230-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
- Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
- Selecting previously unselected package x11proto-dev.
- Preparing to unpack .../231-x11proto-dev_2022.1-1_all.deb ...
- Unpacking x11proto-dev (2022.1-1) ...
- Selecting previously unselected package libxau-dev:amd64.
- Preparing to unpack .../232-libxau-dev_1%3a1.0.9-1_amd64.deb ...
- Unpacking libxau-dev:amd64 (1:1.0.9-1) ...
- Selecting previously unselected package libxdmcp-dev:amd64.
- Preparing to unpack .../233-libxdmcp-dev_1%3a1.1.2-3_amd64.deb ...
- Unpacking libxdmcp-dev:amd64 (1:1.1.2-3) ...
- Selecting previously unselected package xtrans-dev.
- Preparing to unpack .../234-xtrans-dev_1.4.0-1_all.deb ...
- Unpacking xtrans-dev (1.4.0-1) ...
- Selecting previously unselected package libpthread-stubs0-dev:amd64.
- Preparing to unpack .../235-libpthread-stubs0-dev_0.4-1_amd64.deb ...
- Unpacking libpthread-stubs0-dev:amd64 (0.4-1) ...
- Selecting previously unselected package libxcb1-dev:amd64.
- Preparing to unpack .../236-libxcb1-dev_1.15-1_amd64.deb ...
- Unpacking libxcb1-dev:amd64 (1.15-1) ...
- Selecting previously unselected package libx11-dev:amd64.
- Preparing to unpack .../237-libx11-dev_2%3a1.8.4-2+deb12u2_amd64.deb ...
- Unpacking libx11-dev:amd64 (2:1.8.4-2+deb12u2) ...
- Selecting previously unselected package libglx-dev:amd64.
- Preparing to unpack .../238-libglx-dev_1.6.0-1_amd64.deb ...
- Unpacking libglx-dev:amd64 (1.6.0-1) ...
- Selecting previously unselected package libgl-dev:amd64.
- Preparing to unpack .../239-libgl-dev_1.6.0-1_amd64.deb ...
- Unpacking libgl-dev:amd64 (1.6.0-1) ...
- Selecting previously unselected package libegl-dev:amd64.
- Preparing to unpack .../240-libegl-dev_1.6.0-1_amd64.deb ...
- Unpacking libegl-dev:amd64 (1.6.0-1) ...
- Selecting previously unselected package libgles1:amd64.
- Preparing to unpack .../241-libgles1_1.6.0-1_amd64.deb ...
- Unpacking libgles1:amd64 (1.6.0-1) ...
- Selecting previously unselected package libgles-dev:amd64.
- Preparing to unpack .../242-libgles-dev_1.6.0-1_amd64.deb ...
- Unpacking libgles-dev:amd64 (1.6.0-1) ...
- Selecting previously unselected package libx11-xcb-dev:amd64.
- Preparing to unpack .../243-libx11-xcb-dev_2%3a1.8.4-2+deb12u2_amd64.deb ...
- Unpacking libx11-xcb-dev:amd64 (2:1.8.4-2+deb12u2) ...
- Selecting previously unselected package libwayland-bin.
- Preparing to unpack .../244-libwayland-bin_1.21.0-1_amd64.deb ...
- Unpacking libwayland-bin (1.21.0-1) ...
- Selecting previously unselected package libwayland-dev:amd64.
- Preparing to unpack .../245-libwayland-dev_1.21.0-1_amd64.deb ...
- Unpacking libwayland-dev:amd64 (1.21.0-1) ...
- Selecting previously unselected package libudev-dev:amd64.
- Preparing to unpack .../246-libudev-dev_252.39-1~deb12u1_amd64.deb ...
- Unpacking libudev-dev:amd64 (252.39-1~deb12u1) ...
- Selecting previously unselected package libgudev-1.0-dev:amd64.
- Preparing to unpack .../247-libgudev-1.0-dev_237-2_amd64.deb ...
- Unpacking libgudev-1.0-dev:amd64 (237-2) ...
- Selecting previously unselected package libgstreamer-plugins-base1.0-dev.
- Preparing to unpack .../248-libgstreamer-plugins-base1.0-dev_1.22.0-3+deb12u5_amd64.deb ...
- Unpacking libgstreamer-plugins-base1.0-dev (1.22.0-3+deb12u5) ...
- Selecting previously unselected package libharfbuzz-icu0:amd64.
- Preparing to unpack .../249-libharfbuzz-icu0_6.0.0+dfsg-3_amd64.deb ...
- Unpacking libharfbuzz-icu0:amd64 (6.0.0+dfsg-3) ...
- Selecting previously unselected package libharfbuzz-gobject0:amd64.
- Preparing to unpack .../250-libharfbuzz-gobject0_6.0.0+dfsg-3_amd64.deb ...
- Unpacking libharfbuzz-gobject0:amd64 (6.0.0+dfsg-3) ...
- Selecting previously unselected package libharfbuzz-subset0:amd64.
- Preparing to unpack .../251-libharfbuzz-subset0_6.0.0+dfsg-3_amd64.deb ...
- Unpacking libharfbuzz-subset0:amd64 (6.0.0+dfsg-3) ...
- Selecting previously unselected package libgraphite2-dev:amd64.
- Preparing to unpack .../252-libgraphite2-dev_1.3.14-1_amd64.deb ...
- Unpacking libgraphite2-dev:amd64 (1.3.14-1) ...
- Selecting previously unselected package libicu-dev:amd64.
- Preparing to unpack .../253-libicu-dev_72.1-3+deb12u1_amd64.deb ...
- Unpacking libicu-dev:amd64 (72.1-3+deb12u1) ...
- Selecting previously unselected package libharfbuzz-dev:amd64.
- Preparing to unpack .../254-libharfbuzz-dev_6.0.0+dfsg-3_amd64.deb ...
- Unpacking libharfbuzz-dev:amd64 (6.0.0+dfsg-3) ...
- Selecting previously unselected package libmtdev-dev:amd64.
- Preparing to unpack .../255-libmtdev-dev_1.1.6-1_amd64.deb ...
- Unpacking libmtdev-dev:amd64 (1.1.6-1) ...
- Selecting previously unselected package libevdev-dev:amd64.
- Preparing to unpack .../256-libevdev-dev_1.13.0+dfsg-1_amd64.deb ...
- Unpacking libevdev-dev:amd64 (1.13.0+dfsg-1) ...
- Selecting previously unselected package libwacom-dev:amd64.
- Preparing to unpack .../257-libwacom-dev_2.6.0-1_amd64.deb ...
- Unpacking libwacom-dev:amd64 (2.6.0-1) ...
- Selecting previously unselected package libinput-dev:amd64.
- Preparing to unpack .../258-libinput-dev_1.22.1-1_amd64.deb ...
- Unpacking libinput-dev:amd64 (1.22.1-1) ...
- Selecting previously unselected package libjpeg62-turbo-dev:amd64.
- Preparing to unpack .../259-libjpeg62-turbo-dev_1%3a2.1.5-2_amd64.deb ...
- Unpacking libjpeg62-turbo-dev:amd64 (1:2.1.5-2) ...
- Selecting previously unselected package libjpeg-dev:amd64.
- Preparing to unpack .../260-libjpeg-dev_1%3a2.1.5-2_amd64.deb ...
- Unpacking libjpeg-dev:amd64 (1:2.1.5-2) ...
- Selecting previously unselected package libncurses6:amd64.
- Preparing to unpack .../261-libncurses6_6.4-4_amd64.deb ...
- Unpacking libncurses6:amd64 (6.4-4) ...
- Selecting previously unselected package libncurses-dev:amd64.
- Preparing to unpack .../262-libncurses-dev_6.4-4_amd64.deb ...
- Unpacking libncurses-dev:amd64 (6.4-4) ...
- Selecting previously unselected package libreadline-dev:amd64.
- Preparing to unpack .../263-libreadline-dev_8.2-1.3_amd64.deb ...
- Unpacking libreadline-dev:amd64 (8.2-1.3) ...
- Selecting previously unselected package liblua5.2-dev:amd64.
- Preparing to unpack .../264-liblua5.2-dev_5.2.4-3_amd64.deb ...
- Unpacking liblua5.2-dev:amd64 (5.2.4-3) ...
- Selecting previously unselected package liblz4-dev:amd64.
- Preparing to unpack .../265-liblz4-dev_1.9.4-1_amd64.deb ...
- Unpacking liblz4-dev:amd64 (1.9.4-1) ...
- Selecting previously unselected package libflac12:amd64.
- Preparing to unpack .../266-libflac12_1.4.2+ds-2_amd64.deb ...
- Unpacking libflac12:amd64 (1.4.2+ds-2) ...
- Selecting previously unselected package libmp3lame0:amd64.
- Preparing to unpack .../267-libmp3lame0_3.100-6_amd64.deb ...
- Unpacking libmp3lame0:amd64 (3.100-6) ...
- Selecting previously unselected package libmpg123-0:amd64.
- Preparing to unpack .../268-libmpg123-0_1.31.2-1+deb12u1_amd64.deb ...
- Unpacking libmpg123-0:amd64 (1.31.2-1+deb12u1) ...
- Selecting previously unselected package libsndfile1:amd64.
- Preparing to unpack .../269-libsndfile1_1.2.0-1+deb12u1_amd64.deb ...
- Unpacking libsndfile1:amd64 (1.2.0-1+deb12u1) ...
- Selecting previously unselected package libpulse0:amd64.
- Preparing to unpack .../270-libpulse0_16.1+dfsg1-2+b1_amd64.deb ...
- Unpacking libpulse0:amd64 (16.1+dfsg1-2+b1) ...
- Selecting previously unselected package libpulse-mainloop-glib0:amd64.
- Preparing to unpack .../271-libpulse-mainloop-glib0_16.1+dfsg1-2+b1_amd64.deb ...
- Unpacking libpulse-mainloop-glib0:amd64 (16.1+dfsg1-2+b1) ...
- Selecting previously unselected package libpulse-dev:amd64.
- Preparing to unpack .../272-libpulse-dev_16.1+dfsg1-2+b1_amd64.deb ...
- Unpacking libpulse-dev:amd64 (16.1+dfsg1-2+b1) ...
- Selecting previously unselected package libogg-dev:amd64.
- Preparing to unpack .../273-libogg-dev_1.3.5-3_amd64.deb ...
- Unpacking libogg-dev:amd64 (1.3.5-3) ...
- Selecting previously unselected package libflac-dev:amd64.
- Preparing to unpack .../274-libflac-dev_1.4.2+ds-2_amd64.deb ...
- Unpacking libflac-dev:amd64 (1.4.2+ds-2) ...
- Selecting previously unselected package libout123-0:amd64.
- Preparing to unpack .../275-libout123-0_1.31.2-1+deb12u1_amd64.deb ...
- Unpacking libout123-0:amd64 (1.31.2-1+deb12u1) ...
- Selecting previously unselected package libsyn123-0:amd64.
- Preparing to unpack .../276-libsyn123-0_1.31.2-1+deb12u1_amd64.deb ...
- Unpacking libsyn123-0:amd64 (1.31.2-1+deb12u1) ...
- Selecting previously unselected package libmpg123-dev:amd64.
- Preparing to unpack .../277-libmpg123-dev_1.31.2-1+deb12u1_amd64.deb ...
- Unpacking libmpg123-dev:amd64 (1.31.2-1+deb12u1) ...
- Selecting previously unselected package libopus-dev:amd64.
- Preparing to unpack .../278-libopus-dev_1.3.1-3_amd64.deb ...
- Unpacking libopus-dev:amd64 (1.3.1-3) ...
- Selecting previously unselected package libvorbisfile3:amd64.
- Preparing to unpack .../279-libvorbisfile3_1.3.7-1_amd64.deb ...
- Unpacking libvorbisfile3:amd64 (1.3.7-1) ...
- Selecting previously unselected package libvorbis-dev:amd64.
- Preparing to unpack .../280-libvorbis-dev_1.3.7-1_amd64.deb ...
- Unpacking libvorbis-dev:amd64 (1.3.7-1) ...
- Selecting previously unselected package libsndfile1-dev:amd64.
- Preparing to unpack .../281-libsndfile1-dev_1.2.0-1+deb12u1_amd64.deb ...
- Unpacking libsndfile1-dev:amd64 (1.2.0-1+deb12u1) ...
- Selecting previously unselected package libssl-dev:amd64.
- Preparing to unpack .../282-libssl-dev_3.0.17-1~deb12u3_amd64.deb ...
- Unpacking libssl-dev:amd64 (3.0.17-1~deb12u3) ...
- Selecting previously unselected package libsystemd-dev:amd64.
- Preparing to unpack .../283-libsystemd-dev_252.39-1~deb12u1_amd64.deb ...
- Unpacking libsystemd-dev:amd64 (252.39-1~deb12u1) ...
- Selecting previously unselected package libxfixes-dev:amd64.
- Preparing to unpack .../284-libxfixes-dev_1%3a6.0.0-2_amd64.deb ...
- Unpacking libxfixes-dev:amd64 (1:6.0.0-2) ...
- Selecting previously unselected package libxext-dev:amd64.
- Preparing to unpack .../285-libxext-dev_2%3a1.3.4-1+b1_amd64.deb ...
- Unpacking libxext-dev:amd64 (2:1.3.4-1+b1) ...
- Selecting previously unselected package libxcomposite-dev:amd64.
- Preparing to unpack .../286-libxcomposite-dev_1%3a0.4.5-1_amd64.deb ...
- Unpacking libxcomposite-dev:amd64 (1:0.4.5-1) ...
- Selecting previously unselected package libxrender-dev:amd64.
- Preparing to unpack .../287-libxrender-dev_1%3a0.9.10-1.1_amd64.deb ...
- Unpacking libxrender-dev:amd64 (1:0.9.10-1.1) ...
- Selecting previously unselected package libxcursor-dev:amd64.
- Preparing to unpack .../288-libxcursor-dev_1%3a1.2.1-1_amd64.deb ...
- Unpacking libxcursor-dev:amd64 (1:1.2.1-1) ...
- Selecting previously unselected package libxdamage-dev:amd64.
- Preparing to unpack .../289-libxdamage-dev_1%3a1.1.6-1_amd64.deb ...
- Unpacking libxdamage-dev:amd64 (1:1.1.6-1) ...
- Selecting previously unselected package libxi-dev:amd64.
- Preparing to unpack .../290-libxi-dev_2%3a1.8-1+b1_amd64.deb ...
- Unpacking libxi-dev:amd64 (2:1.8-1+b1) ...
- Selecting previously unselected package libxinerama-dev:amd64.
- Preparing to unpack .../291-libxinerama-dev_2%3a1.1.4-3_amd64.deb ...
- Unpacking libxinerama-dev:amd64 (2:1.1.4-3) ...
- Selecting previously unselected package libxkbcommon-dev:amd64.
- Preparing to unpack .../292-libxkbcommon-dev_1.5.0-1_amd64.deb ...
- Unpacking libxkbcommon-dev:amd64 (1.5.0-1) ...
- Selecting previously unselected package libxcb-xkb-dev:amd64.
- Preparing to unpack .../293-libxcb-xkb-dev_1.15-1_amd64.deb ...
- Unpacking libxcb-xkb-dev:amd64 (1.15-1) ...
- Selecting previously unselected package libxkbcommon-x11-dev:amd64.
- Preparing to unpack .../294-libxkbcommon-x11-dev_1.5.0-1_amd64.deb ...
- Unpacking libxkbcommon-x11-dev:amd64 (1.5.0-1) ...
- Selecting previously unselected package libxrandr-dev:amd64.
- Preparing to unpack .../295-libxrandr-dev_2%3a1.5.2-2+b1_amd64.deb ...
- Unpacking libxrandr-dev:amd64 (2:1.5.2-2+b1) ...
- Selecting previously unselected package libxss-dev:amd64.
- Preparing to unpack .../296-libxss-dev_1%3a1.2.3-1_amd64.deb ...
- Unpacking libxss-dev:amd64 (1:1.2.3-1) ...
- Selecting previously unselected package libxtst-dev:amd64.
- Preparing to unpack .../297-libxtst-dev_2%3a1.2.3-1.1_amd64.deb ...
- Unpacking libxtst-dev:amd64 (2:1.2.3-1.1) ...
- Selecting previously unselected package mesa-common-dev:amd64.
- Preparing to unpack .../298-mesa-common-dev_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking mesa-common-dev:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libefl-all-dev.
- Preparing to unpack .../299-libefl-all-dev_1.26.3-1+b1_amd64.deb ...
- Unpacking libefl-all-dev (1.26.3-1+b1) ...
- Selecting previously unselected package libeina-bin.
- Preparing to unpack .../300-libeina-bin_1.26.3-1+b1_amd64.deb ...
- Unpacking libeina-bin (1.26.3-1+b1) ...
- Selecting previously unselected package libelementary-bin.
- Preparing to unpack .../301-libelementary-bin_1.26.3-1+b1_amd64.deb ...
- Unpacking libelementary-bin (1.26.3-1+b1) ...
- Selecting previously unselected package libnspr4:amd64.
- Preparing to unpack .../302-libnspr4_2%3a4.35-1_amd64.deb ...
- Unpacking libnspr4:amd64 (2:4.35-1) ...
- Selecting previously unselected package libnss3:amd64.
- Preparing to unpack .../303-libnss3_2%3a3.87.1-1+deb12u1_amd64.deb ...
- Unpacking libnss3:amd64 (2:3.87.1-1+deb12u1) ...
- Selecting previously unselected package libpoppler126:amd64.
- Preparing to unpack .../304-libpoppler126_22.12.0-2+deb12u1_amd64.deb ...
- Unpacking libpoppler126:amd64 (22.12.0-2+deb12u1) ...
- Selecting previously unselected package libpoppler-cpp0v5:amd64.
- Preparing to unpack .../305-libpoppler-cpp0v5_22.12.0-2+deb12u1_amd64.deb ...
- Unpacking libpoppler-cpp0v5:amd64 (22.12.0-2+deb12u1) ...
- Selecting previously unselected package libraw20:amd64.
- Preparing to unpack .../306-libraw20_0.20.2-2.1+deb12u1_amd64.deb ...
- Unpacking libraw20:amd64 (0.20.2-2.1+deb12u1) ...
- Selecting previously unselected package librsvg2-2:amd64.
- Preparing to unpack .../307-librsvg2-2_2.54.7+dfsg-1~deb12u1_amd64.deb ...
- Unpacking librsvg2-2:amd64 (2.54.7+dfsg-1~deb12u1) ...
- Selecting previously unselected package libgs-common.
- Preparing to unpack .../308-libgs-common_10.0.0~dfsg-11+deb12u8_all.deb ...
- Unpacking libgs-common (10.0.0~dfsg-11+deb12u8) ...
- Selecting previously unselected package libgs10-common.
- Preparing to unpack .../309-libgs10-common_10.0.0~dfsg-11+deb12u8_all.deb ...
- Unpacking libgs10-common (10.0.0~dfsg-11+deb12u8) ...
- Selecting previously unselected package libidn12:amd64.
- Preparing to unpack .../310-libidn12_1.41-1_amd64.deb ...
- Unpacking libidn12:amd64 (1.41-1) ...
- Selecting previously unselected package libijs-0.35:amd64.
- Preparing to unpack .../311-libijs-0.35_0.35-15_amd64.deb ...
- Unpacking libijs-0.35:amd64 (0.35-15) ...
- Selecting previously unselected package libjbig2dec0:amd64.
- Preparing to unpack .../312-libjbig2dec0_0.19-3_amd64.deb ...
- Unpacking libjbig2dec0:amd64 (0.19-3) ...
- Selecting previously unselected package libpaper1:amd64.
- Preparing to unpack .../313-libpaper1_1.1.29_amd64.deb ...
- Unpacking libpaper1:amd64 (1.1.29) ...
- Selecting previously unselected package libice6:amd64.
- Preparing to unpack .../314-libice6_2%3a1.0.10-1_amd64.deb ...
- Unpacking libice6:amd64 (2:1.0.10-1) ...
- Selecting previously unselected package libsm6:amd64.
- Preparing to unpack .../315-libsm6_2%3a1.2.3-1_amd64.deb ...
- Unpacking libsm6:amd64 (2:1.2.3-1) ...
- Selecting previously unselected package libxt6:amd64.
- Preparing to unpack .../316-libxt6_1%3a1.2.1-1.1_amd64.deb ...
- Unpacking libxt6:amd64 (1:1.2.1-1.1) ...
- Selecting previously unselected package libgs10:amd64.
- Preparing to unpack .../317-libgs10_10.0.0~dfsg-11+deb12u8_amd64.deb ...
- Unpacking libgs10:amd64 (10.0.0~dfsg-11+deb12u8) ...
- Selecting previously unselected package libspectre1:amd64.
- Preparing to unpack .../318-libspectre1_0.2.12-1_amd64.deb ...
- Unpacking libspectre1:amd64 (0.2.12-1) ...
- Selecting previously unselected package libevas-loaders:amd64.
- Preparing to unpack .../319-libevas-loaders_1.26.3-1+b1_amd64.deb ...
- Unpacking libevas-loaders:amd64 (1.26.3-1+b1) ...
- Selecting previously unselected package libgdk-pixbuf2.0-bin.
- Preparing to unpack .../320-libgdk-pixbuf2.0-bin_2.42.10+dfsg-1+deb12u2_amd64.deb ...
- Unpacking libgdk-pixbuf2.0-bin (2.42.10+dfsg-1+deb12u2) ...
- Selecting previously unselected package libgtk-3-bin.
- Preparing to unpack .../321-libgtk-3-bin_3.24.38-2~deb12u3_amd64.deb ...
- Unpacking libgtk-3-bin (3.24.38-2~deb12u3) ...
- Selecting previously unselected package libltdl-dev:amd64.
- Preparing to unpack .../322-libltdl-dev_2.4.7-7~deb12u1_amd64.deb ...
- Unpacking libltdl-dev:amd64 (2.4.7-7~deb12u1) ...
- Selecting previously unselected package libpam-cap:amd64.
- Preparing to unpack .../323-libpam-cap_1%3a2.66-4+deb12u2_amd64.deb ...
- Unpacking libpam-cap:amd64 (1:2.66-4+deb12u2) ...
- Selecting previously unselected package libpaper-utils.
- Preparing to unpack .../324-libpaper-utils_1.1.29_amd64.deb ...
- Unpacking libpaper-utils (1.1.29) ...
- Selecting previously unselected package libpng-tools.
- Preparing to unpack .../325-libpng-tools_1.6.39-2_amd64.deb ...
- Unpacking libpng-tools (1.6.39-2) ...
- Selecting previously unselected package librsvg2-common:amd64.
- Preparing to unpack .../326-librsvg2-common_2.54.7+dfsg-1~deb12u1_amd64.deb ...
- Unpacking librsvg2-common:amd64 (2.54.7+dfsg-1~deb12u1) ...
- Selecting previously unselected package libtool.
- Preparing to unpack .../327-libtool_2.4.7-7~deb12u1_all.deb ...
- Unpacking libtool (2.4.7-7~deb12u1) ...
- Selecting previously unselected package libtool-bin.
- Preparing to unpack .../328-libtool-bin_2.4.7-7~deb12u1_amd64.deb ...
- Unpacking libtool-bin (2.4.7-7~deb12u1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../329-xdg-user-dirs_0.18-1_amd64.deb ...
- Unpacking xdg-user-dirs (0.18-1) ...
- Setting up media-types (10.0.0) ...
- Setting up libgraphite2-3:amd64 (1.3.14-1) ...
- Setting up libxcb-dri3-0:amd64 (1.15-1) ...
- Setting up liblcms2-2:amd64 (2.14-2) ...
- Setting up libpixman-1-0:amd64 (0.42.2-1) ...
- Setting up libcdparanoia0:amd64 (3.10.2+debian-14) ...
- Setting up libwayland-server0:amd64 (1.21.0-1) ...
- Setting up libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
- Setting up libpciaccess0:amd64 (0.17-2) ...
- Setting up fontconfig (2.14.1-4) ...
- Regenerating fonts cache...
- done.
- Setting up systemd-sysv (252.39-1~deb12u1) ...
- Setting up libxdamage1:amd64 (1:1.1.6-1) ...
- Setting up libicu72:amd64 (72.1-3+deb12u1) ...
- Setting up libmpg123-0:amd64 (1.31.2-1+deb12u1) ...
- Setting up libpciaccess-dev:amd64 (0.17-2) ...
- Setting up libxcb-xfixes0:amd64 (1.15-1) ...
- Setting up libogg0:amd64 (1.3.5-3) ...
- Setting up fonts-noto-mono (20201225-1) ...
- Setting up hicolor-icon-theme (0.17-2) ...
- Setting up libxi6:amd64 (2:1.8-1+b1) ...
- Setting up libxrender1:amd64 (1:0.9.10-1.1) ...
- Setting up libdatrie1:amd64 (0.2.13-2+b1) ...
- Setting up xdg-user-dirs (0.18-1) ...
- Setting up libpng-tools (1.6.39-2) ...
- Setting up libmagic-mgc (1:5.44-3) ...
- Setting up libvisual-0.4-0:amd64 (0.4.0-19) ...
- Setting up libxcb-render0:amd64 (1.15-1) ...
- Setting up libglib2.0-0:amd64 (2.74.6-2+deb12u7) ...
- Setting up libglvnd0:amd64 (1.6.0-1) ...
- Setting up libijs-0.35:amd64 (0.35-15) ...
- Setting up libxcb-glx0:amd64 (1.15-1) ...
- Setting up libwebpdemux2:amd64 (1.2.4-0.2+deb12u1) ...
- Setting up libpython3.11-stdlib:amd64 (3.11.2-6+deb12u6) ...
- Setting up libgs-common (10.0.0~dfsg-11+deb12u8) ...
- Setting up libgdk-pixbuf2.0-common (2.42.10+dfsg-1+deb12u2) ...
- Setting up x11-common (1:7.7+23) ...
- debconf: unable to initialize frontend: Dialog
- debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
- debconf: falling back to frontend: Readline
- debconf: unable to initialize frontend: Readline
- debconf: (This frontend requires a controlling tty.)
- debconf: falling back to frontend: Teletype
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of restart.
- Setting up libsensors-config (1:3.6.0-7.1) ...
- Setting up libmagic1:amd64 (1:5.44-3) ...
- Setting up m4 (1.4.19-3) ...
- Setting up libnss-systemd:amd64 (252.39-1~deb12u1) ...
- Setting up xkb-data (2.35.1-1) ...
- Setting up libxcb-shm0:amd64 (1.15-1) ...
- Setting up file (1:5.44-3) ...
- Setting up libogg-dev:amd64 (1.3.5-3) ...
- Setting up libffi-dev:amd64 (3.4.4-1) ...
- Setting up libunwind8:amd64 (1.6.2-3) ...
- Setting up libpthread-stubs0-dev:amd64 (0.4-1) ...
- Setting up libcairo2:amd64 (1.16.0-7) ...
- Setting up libpcre2-16-0:amd64 (10.42-1) ...
- Setting up libcolord2:amd64 (1.4.6-2.2) ...
- Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
- Setting up poppler-data (0.4.12-1) ...
- Setting up libxcb-xkb1:amd64 (1.15-1) ...
- Setting up libout123-0:amd64 (1.31.2-1+deb12u1) ...
- Setting up libcap2-bin (1:2.66-4+deb12u2) ...
- Setting up libxcb-present0:amd64 (1.15-1) ...
- Setting up libdconf1:amd64 (0.40.0-4) ...
- Setting up libsyn123-0:amd64 (1.31.2-1+deb12u1) ...
- Setting up xtrans-dev (1.4.0-1) ...
- Setting up libgraphite2-dev:amd64 (1.3.14-1) ...
- Setting up libfontenc1:amd64 (1:1.1.4-1) ...
- Setting up autotools-dev (20220109.1) ...
- Setting up libz3-4:amd64 (4.8.12-3.1) ...
- Setting up libpcre2-32-0:amd64 (10.42-1) ...
- Setting up libglib2.0-data (2.74.6-2+deb12u7) ...
- Setting up libflac12:amd64 (1.4.2+ds-2) ...
- Setting up libelementary-data (1.26.3-1) ...
- Setting up libgles2:amd64 (1.6.0-1) ...
- Setting up libexpat1-dev:amd64 (2.5.0-1+deb12u2) ...
- Setting up libjpeg62-turbo-dev:amd64 (1:2.1.5-2) ...
- Setting up libepoxy0:amd64 (1.5.10-1) ...
- Setting up libnspr4:amd64 (2:4.35-1) ...
- Setting up libxfixes3:amd64 (1:6.0.0-2) ...
- Setting up libcurl4-openssl-dev:amd64 (7.88.1-10+deb12u14) ...
- Setting up libxcb-sync1:amd64 (1.15-1) ...
- Setting up libjbig2dec0:amd64 (0.19-3) ...
- Setting up uuid-dev:amd64 (2.38.1-5+deb12u3) ...
- Setting up libavahi-common-data:amd64 (0.8-10+deb12u1) ...
- Setting up libncurses6:amd64 (6.4-4) ...
- Setting up libgles1:amd64 (1.6.0-1) ...
- Setting up libdbus-1-3:amd64 (1.14.10-1~deb12u1) ...
- Setting up xfonts-encodings (1:1.0.4-2.2) ...
- Setting up libfribidi0:amd64 (1.0.8-2.1) ...
- Setting up libopus0:amd64 (1.3.1-3) ...
- Setting up libxinerama1:amd64 (2:1.1.4-3) ...
- Setting up libssl-dev:amd64 (3.0.17-1~deb12u3) ...
- Setting up systemd-timesyncd (252.39-1~deb12u1) ...
- Creating group 'systemd-timesync' with GID 997.
- Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997.
- Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
- Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
- Setting up libvorbis0a:amd64 (1.3.7-1) ...
- Setting up libidn12:amd64 (1.41-1) ...
- Setting up libxrandr2:amd64 (2:1.5.2-2+b1) ...
- Setting up liborc-0.4-0:amd64 (1:0.4.33-2) ...
- Setting up icu-devtools (72.1-3+deb12u1) ...
- Setting up liblz4-dev:amd64 (1.9.4-1) ...
- Setting up libudev-dev:amd64 (252.39-1~deb12u1) ...
- Setting up libsepol-dev:amd64 (3.4-2.1) ...
- Setting up libsensors5:amd64 (1:3.6.0-7.1) ...
- Setting up libraw20:amd64 (0.20.2-2.1+deb12u1) ...
- Setting up libltdl7:amd64 (2.4.7-7~deb12u1) ...
- Setting up libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
- Setting up libmtdev1:amd64 (1.1.6-1) ...
- Setting up autoconf (2.71-3) ...
- Setting up liblzma-dev:amd64 (5.4.1-1) ...
- Setting up libxcb-dri2-0:amd64 (1.15-1) ...
- Setting up libgif7:amd64 (5.2.1-2.5) ...
- Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up libpcre2-posix3:amd64 (10.42-1) ...
- Setting up liblua5.2-0:amd64 (5.2.4-3) ...
- Setting up sensible-utils (0.0.17+nmu1) ...
- Setting up libasyncns0:amd64 (0.8-6+b3) ...
- Setting up libxshmfence1:amd64 (1.3-1) ...
- Setting up libeina1a:amd64 (1.26.3-1+b1) ...
- Setting up at-spi2-common (2.46.0-5) ...
- Setting up libxcb-randr0:amd64 (1.15-1) ...
- Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ...
- Setting up efl-doc (1.26.3-1) ...
- Setting up libtheora0:amd64 (1.1.1+dfsg.1-16.1+deb12u1) ...
- Setting up libopenjp2-7:amd64 (2.5.0-2+deb12u2) ...
- Setting up libharfbuzz0b:amd64 (6.0.0+dfsg-3) ...
- Setting up libthai-data (0.1.29-1) ...
- Setting up libgirepository-1.0-1:amd64 (1.74.0-3) ...
- Setting up xorg-sgml-doctools (1:1.11-1.1) ...
- Setting up sgml-base (1.31) ...
- Setting up libcairo-gobject2:amd64 (1.16.0-7) ...
- Setting up libatk1.0-0:amd64 (2.46.0-5) ...
- Setting up fonts-droid-fallback (1:6.0.1r16-1.1) ...
- Setting up libwayland-egl1:amd64 (1.21.0-1) ...
- Setting up libxss1:amd64 (1:1.2.3-1) ...
- Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ...
- Setting up libdrm-common (2.4.114-1) ...
- Setting up libelf1:amd64 (0.188-2.1) ...
- Setting up libxcomposite1:amd64 (1:0.4.5-1) ...
- Setting up libpam-cap:amd64 (1:2.66-4+deb12u2) ...
- debconf: unable to initialize frontend: Dialog
- debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
- debconf: falling back to frontend: Readline
- debconf: unable to initialize frontend: Readline
- debconf: (This frontend requires a controlling tty.)
- debconf: falling back to frontend: Teletype
- Setting up libevdev2:amd64 (1.13.0+dfsg-1) ...
- Setting up libicu-dev:amd64 (72.1-3+deb12u1) ...
- Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u4) ...
- Setting up iso-codes (4.15.0-1) ...
- Setting up dbus-bin (1.14.10-1~deb12u1) ...
- Setting up libsystemd-dev:amd64 (252.39-1~deb12u1) ...
- Setting up libbrotli-dev:amd64 (1.0.9-2+b6) ...
- Setting up libgudev-1.0-0:amd64 (237-2) ...
- Setting up libmp3lame0:amd64 (3.100-6) ...
- Setting up libgraphene-1.0-0:amd64 (1.10.8-1) ...
- Setting up libvorbisenc2:amd64 (1.3.7-1) ...
- Setting up libpython3-stdlib:amd64 (3.11.2-1+b1) ...
- Setting up libwacom-common (2.6.0-1) ...
- Setting up libxkbcommon0:amd64 (1.5.0-1) ...
- Setting up libembryo-bin (1.26.3-1+b1) ...
- Setting up libwayland-client0:amd64 (1.21.0-1) ...
- Setting up automake (1:1.16.5-1.3) ...
- update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
- Setting up x11proto-dev (2022.1-1) ...
- Setting up libblkid-dev:amd64 (2.38.1-5+deb12u3) ...
- Setting up python3.11 (3.11.2-6+deb12u6) ...
- Setting up libice6:amd64 (2:1.0.10-1) ...
- Setting up libdw1:amd64 (0.188-2.1) ...
- Setting up libflac-dev:amd64 (1.4.2+ds-2) ...
- Setting up libncurses-dev:amd64 (6.4-4) ...
- Setting up libharfbuzz-icu0:amd64 (6.0.0+dfsg-3) ...
- Setting up libxau-dev:amd64 (1:1.0.9-1) ...
- Setting up libunwind-dev:amd64 (1.6.2-3) ...
- Setting up libpcre2-dev:amd64 (10.42-1) ...
- Setting up libevdev-dev:amd64 (1.13.0+dfsg-1) ...
- Setting up libtool (2.4.7-7~deb12u1) ...
- Setting up libwacom9:amd64 (2.6.0-1) ...
- Setting up libselinux1-dev:amd64 (3.4-1+b6) ...
- Setting up libmtdev-dev:amd64 (1.1.6-1) ...
- Setting up libxtst6:amd64 (2:1.2.3-1.1) ...
- Setting up libfribidi-dev:amd64 (1.0.8-2.1) ...
- Setting up libxkbcommon-dev:amd64 (1.5.0-1) ...
- Setting up libxcursor1:amd64 (1:1.2.1-1) ...
- Setting up libpng-dev:amd64 (1.6.39-2) ...
- Setting up libavahi-common3:amd64 (0.8-10+deb12u1) ...
- Setting up libjpeg-dev:amd64 (1:2.1.5-2) ...
- Setting up libglib2.0-bin (2.74.6-2+deb12u7) ...
- Setting up liborc-0.4-dev-bin (1:0.4.33-2) ...
- Setting up python3 (3.11.2-1+b1) ...
- running python rtupdate hooks for python3.11...
- running python post-rtupdate hooks for python3.11...
- Setting up libnss3:amd64 (2:3.87.1-1+deb12u1) ...
- Setting up dbus-daemon (1.14.10-1~deb12u1) ...
- Setting up libharfbuzz-gobject0:amd64 (6.0.0+dfsg-3) ...
- Setting up libatspi2.0-0:amd64 (2.46.0-5) ...
- Setting up libreadline-dev:amd64 (8.2-1.3) ...
- Setting up xfonts-utils (1:7.7+6) ...
- Setting up libopus-dev:amd64 (1.3.1-3) ...
- Setting up libmpg123-dev:amd64 (1.31.2-1+deb12u1) ...
- Setting up liblua5.2-dev:amd64 (5.2.4-3) ...
- Setting up libeolian1:amd64 (1.26.3-1+b1) ...
- Setting up libemile1:amd64 (1.26.3-1+b1) ...
- Setting up libecore1:amd64 (1.26.3-1+b1) ...
- Setting up libinput-bin (1.22.1-1) ...
- Setting up libfreetype-dev:amd64 (2.12.1+dfsg-5+deb12u4) ...
- Setting up libembryo1:amd64 (1.26.3-1+b1) ...
- Setting up libatk-bridge2.0-0:amd64 (2.46.0-5) ...
- Setting up libltdl-dev:amd64 (2.4.7-7~deb12u1) ...
- Setting up libthai0:amd64 (0.1.29-1) ...
- Setting up libvorbisfile3:amd64 (1.3.7-1) ...
- Setting up libxdmcp-dev:amd64 (1:1.1.2-3) ...
- Setting up libwayland-bin (1.21.0-1) ...
- Setting up dbus (1.14.10-1~deb12u1) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up shared-mime-info (2.2-1) ...
- Setting up libxkbcommon-x11-0:amd64 (1.5.0-1) ...
- Setting up libelf-dev:amd64 (0.188-2.1) ...
- Setting up ucf (3.0043+nmu1+deb12u1) ...
- debconf: unable to initialize frontend: Dialog
- debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
- debconf: falling back to frontend: Readline
- debconf: unable to initialize frontend: Readline
- debconf: (This frontend requires a controlling tty.)
- debconf: falling back to frontend: Teletype
- Setting up gir1.2-glib-2.0:amd64 (1.74.0-3) ...
- Setting up libpoppler126:amd64 (22.12.0-2+deb12u1) ...
- Setting up libdrm2:amd64 (2.4.114-1+b1) ...
- Setting up libwayland-cursor0:amd64 (1.21.0-1) ...
- Setting up xml-core (0.18+nmu1) ...
- Setting up libllvm15:amd64 (1:15.0.6-4+b1) ...
- Setting up libpam-systemd:amd64 (252.39-1~deb12u1) ...
- debconf: unable to initialize frontend: Dialog
- debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
- debconf: falling back to frontend: Readline
- debconf: unable to initialize frontend: Readline
- debconf: (This frontend requires a controlling tty.)
- debconf: falling back to frontend: Teletype
- Setting up libharfbuzz-subset0:amd64 (6.0.0+dfsg-3) ...
- Setting up libgdk-pixbuf-2.0-0:amd64 (2.42.10+dfsg-1+deb12u2) ...
- Setting up libsndfile1:amd64 (1.2.0-1+deb12u1) ...
- Setting up python3-lib2to3 (3.11.2-3) ...
- Setting up libpoppler-cpp0v5:amd64 (22.12.0-2+deb12u1) ...
- Setting up libsm6:amd64 (2:1.2.3-1) ...
- Setting up liborc-0.4-dev:amd64 (1:0.4.33-2) ...
- Setting up libavahi-client3:amd64 (0.8-10+deb12u1) ...
- Setting up libmount-dev:amd64 (2.38.1-5+deb12u3) ...
- Setting up libgstreamer1.0-0:amd64 (1.22.0-2+deb12u1) ...
- Setcap worked! gst-ptp-helper is not suid!
- Setting up libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
- Setting up python3-distutils (3.11.2-3) ...
- Setting up libvorbis-dev:amd64 (1.3.7-1) ...
- Setting up libglib2.0-dev-bin (2.74.6-2+deb12u7) ...
- Setting up libinput10:amd64 (1.22.1-1) ...
- Setting up libpaper1:amd64 (1.1.29) ...
- debconf: unable to initialize frontend: Dialog
- debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
- debconf: falling back to frontend: Readline
- debconf: unable to initialize frontend: Readline
- debconf: (This frontend requires a controlling tty.)
- debconf: falling back to frontend: Teletype
-
- Creating config file /etc/papersize with new version
- Setting up gtk-update-icon-cache (3.24.38-2~deb12u3) ...
- Setting up gir1.2-gstreamer-1.0:amd64 (1.22.0-2+deb12u1) ...
- Setting up libtool-bin (2.4.7-7~deb12u1) ...
- Setting up libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
- Setting up gir1.2-freedesktop:amd64 (1.74.0-3) ...
- Setting up libxcb1-dev:amd64 (1.15-1) ...
- Setting up libecore-bin (1.26.3-1+b1) ...
- Setting up libecore-audio1:amd64 (1.26.3-1+b1) ...
- Setting up libgbm1:amd64 (22.3.6-1+deb12u1) ...
- Setting up libpulse0:amd64 (16.1+dfsg1-2+b1) ...
- Setting up libfontconfig-dev:amd64 (2.14.1-4) ...
- Setting up libdrm-radeon1:amd64 (2.4.114-1+b1) ...
- Setting up libeolian-bin (1.26.3-1+b1) ...
- Setting up libpango-1.0-0:amd64 (1.50.12+ds-1) ...
- Setting up libdrm-intel1:amd64 (2.4.114-1+b1) ...
- Setting up libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
- Setting up libeet1:amd64 (1.26.3-1+b1) ...
- Setting up libxcb-xkb-dev:amd64 (1.15-1) ...
- Setting up libx11-dev:amd64 (2:1.8.4-2+deb12u2) ...
- Setting up libgstreamer-plugins-base1.0-0:amd64 (1.22.0-3+deb12u5) ...
- Setting up libpaper-utils (1.1.29) ...
- Setting up fonts-urw-base35 (20200910-7) ...
- Setting up libwayland-dev:amd64 (1.21.0-1) ...
- Setting up gir1.2-harfbuzz-0.0:amd64 (6.0.0+dfsg-3) ...
- Setting up libdw-dev:amd64 (0.188-2.1) ...
- Setting up libgbm-dev:amd64 (22.3.6-1+deb12u1) ...
- Setting up libxfixes-dev:amd64 (1:6.0.0-2) ...
- Setting up dbus-user-session (1.14.10-1~deb12u1) ...
- Setting up libegl-mesa0:amd64 (22.3.6-1+deb12u1) ...
- Setting up gstreamer1.0-plugins-base:amd64 (1.22.0-3+deb12u5) ...
- Setting up libglib2.0-dev:amd64 (2.74.6-2+deb12u7) ...
- Setting up adwaita-icon-theme (43-1) ...
- update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
- Setting up libsndfile1-dev:amd64 (1.2.0-1+deb12u1) ...
- Setting up libpulse-mainloop-glib0:amd64 (16.1+dfsg1-2+b1) ...
- Setting up gir1.2-gudev-1.0:amd64 (237-2) ...
- Setting up libxt6:amd64 (1:1.2.1-1.1) ...
- Setting up libpulse-dev:amd64 (16.1+dfsg1-2+b1) ...
- Setting up libxext-dev:amd64 (2:1.3.4-1+b1) ...
- Setting up libcups2:amd64 (2.4.2-3+deb12u9) ...
- Setting up libgdk-pixbuf2.0-bin (2.42.10+dfsg-1+deb12u2) ...
- Setting up libegl1:amd64 (1.6.0-1) ...
- Setting up libector1:amd64 (1.26.3-1+b1) ...
- Setting up libpangoft2-1.0-0:amd64 (1.50.12+ds-1) ...
- Setting up libxi-dev:amd64 (2:1.8-1+b1) ...
- Setting up libxrender-dev:amd64 (1:0.9.10-1.1) ...
- Setting up libecore-con1:amd64 (1.26.3-1+b1) ...
- Setting up libpangocairo-1.0-0:amd64 (1.50.12+ds-1) ...
- Setting up libxkbcommon-x11-dev:amd64 (1.5.0-1) ...
- Setting up libxtst-dev:amd64 (2:1.2.3-1.1) ...
- Setting up libxdamage-dev:amd64 (1:1.1.6-1) ...
- Setting up libgs10-common (10.0.0~dfsg-11+deb12u8) ...
- Setting up libx11-xcb-dev:amd64 (2:1.8.4-2+deb12u2) ...
- Setting up libharfbuzz-dev:amd64 (6.0.0+dfsg-3) ...
- Setting up libdrm-dev:amd64 (2.4.114-1+b1) ...
- Setting up libfontconfig1-dev:amd64 (2.14.1-4) ...
- Setting up libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
- Setting up libglx0:amd64 (1.6.0-1) ...
- Setting up libgstreamer1.0-dev:amd64 (1.22.0-2+deb12u1) ...
- Setting up libxcomposite-dev:amd64 (1:0.4.5-1) ...
- Setting up libxcursor-dev:amd64 (1:1.2.1-1) ...
- Setting up libgudev-1.0-dev:amd64 (237-2) ...
- Setting up dconf-service (0.40.0-4) ...
- Setting up libxss-dev:amd64 (1:1.2.3-1) ...
- Setting up librsvg2-2:amd64 (2.54.7+dfsg-1~deb12u1) ...
- Setting up libxrandr-dev:amd64 (2:1.5.2-2+b1) ...
- Setting up libgl1:amd64 (1.6.0-1) ...
- Setting up libecore-file1:amd64 (1.26.3-1+b1) ...
- Setting up libxinerama-dev:amd64 (2:1.1.4-3) ...
- Setting up librsvg2-common:amd64 (2.54.7+dfsg-1~deb12u1) ...
- Setting up libglx-dev:amd64 (1.6.0-1) ...
- Setting up libeina-bin (1.26.3-1+b1) ...
- Setting up libecore-ipc1:amd64 (1.26.3-1+b1) ...
- Setting up libgl-dev:amd64 (1.6.0-1) ...
- Setting up libgs10:amd64 (10.0.0~dfsg-11+deb12u8) ...
- Setting up libwacom-dev:amd64 (2.6.0-1) ...
- Setting up dconf-gsettings-backend:amd64 (0.40.0-4) ...
- Setting up libegl-dev:amd64 (1.6.0-1) ...
- Setting up libspectre1:amd64 (0.2.12-1) ...
- Setting up libeeze1:amd64 (1.26.3-1+b1) ...
- Setting up libefreet1a:amd64 (1.26.3-1+b1) ...
- Setting up libgstreamer-gl1.0-0:amd64 (1.22.0-3+deb12u5) ...
- Setting up libinput-dev:amd64 (1.22.1-1) ...
- Setting up mesa-common-dev:amd64 (22.3.6-1+deb12u1) ...
- Setting up libgles-dev:amd64 (1.6.0-1) ...
- Setting up libgtk-3-common (3.24.38-2~deb12u3) ...
- Setting up libevas-loaders:amd64 (1.26.3-1+b1) ...
- Setting up gstreamer1.0-gl:amd64 (1.22.0-3+deb12u5) ...
- Setting up gsettings-desktop-schemas (43.0-1) ...
- Setting up libgtk-3-0:amd64 (3.24.38-2~deb12u3) ...
- Setting up gir1.2-gst-plugins-base-1.0:amd64 (1.22.0-3+deb12u5) ...
- Setting up libgtk-3-bin (3.24.38-2~deb12u3) ...
- Setting up libgstreamer-plugins-base1.0-dev (1.22.0-3+deb12u5) ...
- Setting up at-spi2-core (2.46.0-5) ...
- Setting up libscim8v5:amd64 (1.4.18+git20211204-0.1) ...
- Setting up libeio1:amd64 (1.26.3-1+b1) ...
- Setting up libecore-input1:amd64 (1.26.3-1+b1) ...
- Setting up libefreet-bin (1.26.3-1+b1) ...
- Setting up libecore-x1:amd64 (1.26.3-1+b1) ...
- Setting up libelput1:amd64 (1.26.3-1+b1) ...
- Setting up libecore-drm2-1:amd64 (1.26.3-1+b1) ...
- Setting up libevas1:amd64 (1.26.3-1+b1) ...
- Setting up libecore-wl2-1:amd64 (1.26.3-1+b1) ...
- Setting up libevas1-engines-wayland:amd64 (1.26.3-1+b1) ...
- Setting up libevas1-engines-x:amd64 (1.26.3-1+b1) ...
- Setting up libevas1-engines-drm:amd64 (1.26.3-1+b1) ...
- Setting up libevas1-engines-fb:amd64 (1.26.3-1+b1) ...
- Setting up libecore-fb1:amd64 (1.26.3-1+b1) ...
- Setting up libecore-evas1:amd64 (1.26.3-1+b1) ...
- Setting up libecore-imf1:amd64 (1.26.3-1+b1) ...
- Setting up libedje1:amd64 (1.26.3-1+b1) ...
- Setting up libethumb1:amd64 (1.26.3-1+b1) ...
- Setting up libedje-bin (1.26.3-1+b1) ...
- Setting up libemotion1:amd64 (1.26.3-1+b1) ...
- Setting up libethumb-client1:amd64 (1.26.3-1+b1) ...
- Setting up libethumb-client-bin (1.26.3-1+b1) ...
- Setting up libelementary1:amd64 (1.26.3-1+b1) ...
- Setting up libelementary-bin (1.26.3-1+b1) ...
- Processing triggers for systemd (252.39-1~deb12u1) ...
- Processing triggers for libc-bin (2.36-9+deb12u13) ...
- Processing triggers for sgml-base (1.31) ...
- Setting up libdbus-1-dev:amd64 (1.14.10-1~deb12u1) ...
- Setting up libefl-all-dev (1.26.3-1+b1) ...
- Processing triggers for libgdk-pixbuf-2.0-0:amd64 (2.42.10+dfsg-1+deb12u2) ...
- Processing triggers for libc-bin (2.36-9+deb12u13) ...
[conf-efl: pkg-config elementary]
+ /usr/bin/pkg-config "elementary" "--atleast-version=1.8" (CWD=/home/opam/.opam/default/.opam-switch/build/conf-efl.1.8)
-> compiled conf-efl.1.8
-> installed conf-efl.1.8
Layer ocaml-config.3: /var/lib/day10/cache/debian-12-x86_64/d00fbc0f21f4dd2854d85a87044c87e2
Processing: [default: loading data]
[ocaml-config.3/gen_ocaml_config.ml.in: dl]
[ocaml-config.3/ocaml-config.install: dl]
-> retrieved ocaml-config.3 (2 extra sources)
-> retrieved ocaml-config.3 (2 extra sources)
[ocaml-config: subst] expanding opam variables in gen_ocaml_config.ml.in, generating gen_ocaml_config.ml
-> installed ocaml-config.3
Layer ocaml.5.1.0: /var/lib/day10/cache/debian-12-x86_64/6b6870864caffbbfa68416873648eabd
Processing: [default: loading data]
[ocaml: ocaml 5.1.0]
+ /home/opam/.opam/default/bin/ocaml "/home/opam/.opam/default/share/ocaml-config/gen_ocaml_config.ml" "5.1.0" "ocaml" (CWD=/home/opam/.opam/default/.opam-switch/build/ocaml.5.1.0)
-> compiled ocaml.5.1.0
-> installed ocaml.5.1.0
Layer ocamlbuild.0.16.1: /var/lib/day10/cache/debian-12-x86_64/d524e593c9c3de234e0f23b46185bc42
Processing: [default: loading data]
[ocamlbuild.0.16.1: http]
[ocamlbuild.0.16.1: extract]
-> retrieved ocamlbuild.0.16.1 (https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.16.1.tar.gz)
[ocamlbuild: make configure.make]
+ /usr/bin/make "-f" "configure.make" "all" "OCAMLBUILD_PREFIX=/home/opam/.opam/default" "OCAMLBUILD_BINDIR=/home/opam/.opam/default/bin" "OCAMLBUILD_LIBDIR=/home/opam/.opam/default/lib" "OCAMLBUILD_MANDIR=/home/opam/.opam/default/man" "OCAML_NATIVE=true" "OCAML_NATIVE_TOOLS=true" (CWD=/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1)
- (echo "# This file was generated from configure.make"; \
- echo ;\
- echo "OCAML_PREFIX="; \
- echo "OCAML_BINDIR=/home/opam/.opam/default/bin"; \
- echo "OCAML_LIBDIR=/home/opam/.opam/default/lib/ocaml"; \
- echo "OCAML_MANDIR=/home/opam/.opam/default/man"; \
- echo ;\
- echo "EXT_OBJ=.o"; \
- echo "EXT_ASM=.s"; \
- echo "EXT_LIB=.a"; \
- echo "EXT_DLL=.so"; \
- echo "EXE="; \
- echo ;\
- echo "OCAML_NATIVE=true"; \
- echo "OCAML_NATIVE_TOOLS=true"; \
- echo "NATDYNLINK=true"; \
- echo "SUPPORT_SHARED_LIBRARIES=true"; \
- echo ;\
- echo "PREFIX=/home/opam/.opam/default"; \
- echo "BINDIR=/home/opam/.opam/default/bin"; \
- echo "LIBDIR=/home/opam/.opam/default/lib"; \
- echo "MANDIR=/home/opam/.opam/default/man"; \
- ) > Makefile.config
- (echo "(* This file was generated from ../configure.make *)"; \
- echo ;\
- echo 'let bindir = {|/home/opam/.opam/default/bin|}'; \
- echo 'let libdir = {|/home/opam/.opam/default/lib|}'; \
- echo 'let ocaml_libdir = {|/home/opam/.opam/default/lib/ocaml|}'; \
- echo 'let libdir_abs = {|/home/opam/.opam/default/lib|}'; \
- echo 'let ocaml_native = true'; \
- echo 'let ocaml_native_tools = true'; \
- echo 'let supports_shared_libraries = true';\
- echo 'let a = "a"'; \
- echo 'let o = "o"'; \
- echo 'let so = "so"'; \
- echo 'let ext_dll = ".so"'; \
- echo 'let exe = ""'; \
- echo 'let version = "0.16.1"'; \
- ) > src/ocamlbuild_config.ml
[ocamlbuild: make check-if-preinstalled]
+ /usr/bin/make "check-if-preinstalled" "all" "opam-install" (CWD=/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1)
- if test -d /home/opam/.opam/default/lib/ocaml/ocamlbuild; then\
- >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\
- "/home/opam/.opam/default/lib/ocaml/ocamlbuild";\
- >&2 echo "Installation aborted; if you want to bypass this"\
- "safety check, pass CHECK_IF_PREINSTALLED=false to make";\
- exit 2;\
- fi
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamllex.opt src/glob_lexer.mll
- 55 states, 419 transitions, table size 2006 bytes
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamllex.opt src/lexers.mll
- 235 states, 1033 transitions, table size 5542 bytes
- 4238 additional bytes used for bindings
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp-byte
- ocamlc.opt -pack src/const.cmo src/loc.cmo src/discard_printf.cmo src/signatures.cmi src/exit_codes.cmo src/my_std.cmo src/ocamlbuild_executor.cmo src/my_unix.cmo src/tags.cmo src/display.cmo src/log.cmo src/shell.cmo src/bool.cmo src/glob_ast.cmo src/glob_lexer.cmo src/glob.cmo src/lexers.cmo src/param_tags.cmo src/command.cmo src/ocamlbuild_config.cmo src/ocamlbuild_where.cmo src/slurp.cmo src/options.cmo src/pathname.cmo src/configuration.cmo src/flags.cmo src/hygiene.cmo src/digest_cache.cmo src/resource.cmo src/rule.cmo src/solver.cmo src/report.cmo src/tools.cmo src/fda.cmo src/findlib.cmo src/ocaml_arch.cmo src/ocaml_utils.cmo src/ocaml_dependencies.cmo src/ocaml_compiler.cmo src/ocaml_tools.cmo src/ocaml_specific.cmo src/plugin.cmo src/hooks.cmo src/main.cmo -o tmp-byte/ocamlbuild_pack.cmo
- mv tmp-byte/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi
- mv tmp-byte/ocamlbuild_pack.cmo src/ocamlbuild_pack.cmo
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlc.opt -I +unix -I src -o ocamlbuild.byte -I +unix unix.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_unix_plugin.cmo bin/ocamlbuild.cmo
- ocamlc.opt -a -o plugin-lib/ocamlbuildlib.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_unix_plugin.cmo
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp-nat
- ocamlopt.opt -pack src/const.cmx src/loc.cmx src/discard_printf.cmx src/signatures.cmi src/exit_codes.cmx src/my_std.cmx src/ocamlbuild_executor.cmx src/my_unix.cmx src/tags.cmx src/display.cmx src/log.cmx src/shell.cmx src/bool.cmx src/glob_ast.cmx src/glob_lexer.cmx src/glob.cmx src/lexers.cmx src/param_tags.cmx src/command.cmx src/ocamlbuild_config.cmx src/ocamlbuild_where.cmx src/slurp.cmx src/options.cmx src/pathname.cmx src/configuration.cmx src/flags.cmx src/hygiene.cmx src/digest_cache.cmx src/resource.cmx src/rule.cmx src/solver.cmx src/report.cmx src/tools.cmx src/fda.cmx src/findlib.cmx src/ocaml_arch.cmx src/ocaml_utils.cmx src/ocaml_dependencies.cmx src/ocaml_compiler.cmx src/ocaml_tools.cmx src/ocaml_specific.cmx src/plugin.cmx src/hooks.cmx src/main.cmx -o tmp-nat/ocamlbuild_pack.cmx
- mv tmp-nat/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx
- mv tmp-nat/ocamlbuild_pack.o src/ocamlbuild_pack.o
- ocamlopt.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlopt.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlopt.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlopt.opt -I +unix -I src -o ocamlbuild.native -I +unix unix.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_unix_plugin.cmx bin/ocamlbuild.cmx
- ocamlopt.opt -a -o plugin-lib/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_unix_plugin.cmx
- ocamlc.opt -I +unix unix.cma src/ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte
- ./man/options_man.byte > man/ocamlbuild.options.1
- cat man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1 > man/ocamlbuild.1
- /usr/bin/make ocamlbuild.install
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- rm -f ocamlbuild.install
- touch ocamlbuild.install
- /usr/bin/make install-bin-opam
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- echo 'bin: [' >> ocamlbuild.install
- echo ' "ocamlbuild.byte" {"ocamlbuild.byte"}' >> ocamlbuild.install
- echo ' "ocamlbuild.native" {"ocamlbuild.native"}' >> ocamlbuild.install
- echo ' "ocamlbuild.native" {"ocamlbuild"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- /usr/bin/make install-lib-opam
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- echo 'lib: [' >> ocamlbuild.install
- /usr/bin/make install-lib-basics-opam
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- echo ' "ocamlbuild.opam" {"opam"}' >> ocamlbuild.install
- echo ' "META"' >> ocamlbuild.install
- for lib in src/signatures.mli src/signatures.cmi src/signatures.cmti; do \
- echo " \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- /usr/bin/make install-lib-byte-opam
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- for lib in plugin-lib/ocamlbuildlib.cma bin/ocamlbuild.cmo src/ocamlbuild_pack.cmi plugin-lib/ocamlbuild_plugin.cmi plugin-lib/ocamlbuild_unix_plugin.cmi; do \
- echo " \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- /usr/bin/make install-lib-native-opam
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- for lib in plugin-lib/ocamlbuildlib.cmxa plugin-lib/ocamlbuildlib.a bin/ocamlbuild.cmx bin/ocamlbuild.o src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_unix_plugin.cmx plugin-lib/ocamlbuild_plugin.o plugin-lib/ocamlbuild_unix_plugin.o; do \
- echo " \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- /usr/bin/make install-man-opam
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- echo 'man: [' >> ocamlbuild.install
- echo ' "man/ocamlbuild.1" {"man1/ocamlbuild.1"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- /usr/bin/make install-doc-opam
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- echo 'doc: [' >> ocamlbuild.install
- echo ' "LICENSE"' >> ocamlbuild.install
- echo ' "Changes"' >> ocamlbuild.install
- echo ' "Readme.md"' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
-> compiled ocamlbuild.0.16.1
-> installed ocamlbuild.0.16.1
Layer ocamlfind.1.9.8: /var/lib/day10/cache/debian-12-x86_64/649db09fdf369c0b3c9ac223385c357a
Processing: [default: loading data]
[ocamlfind.1.9.8: http]
[ocamlfind.1.9.8: extract]
-> retrieved ocamlfind.1.9.8 (https://github.com/ocaml/ocamlfind/archive/refs/tags/findlib-1.9.8.tar.gz)
[ocamlfind: ./configure]
+ /home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8/./configure "-bindir" "/home/opam/.opam/default/bin" "-sitelib" "/home/opam/.opam/default/lib" "-mandir" "/home/opam/.opam/default/man" "-config" "/home/opam/.opam/default/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8)
- Welcome to findlib version 1.9.8
- Configuring core...
- Checking for #remove_directory...
- Testing threading model...
- systhread_supported: true
- Testing DLLs...
- Testing whether ppxopt can be supported...
- Checking for ocamlc -opaque...
- Checking for ocamlopt -g...
- Configuring libraries...
- unix: found (in +unix)
- dynlink: found (in +dynlink)
- bigarray: not present (possible since 4.08)
- compiler-libs: found
- dbm: not present (normal since 4.00)
- graphics: not present (normal since 4.09)
- num: not present (normal since 4.06)
- ocamlbuild: not present (normal since 4.03)
- ocamldoc: found (in +ocamldoc)
- raw_spacetime: not present (normal since 4.12)
- threads: found (in +threads)
- str: found (in +str)
- labltk: not present (normal since 4.02)
- native dynlink: found
- camlp4: disabled
- bytes: found, installing fake library
- Configuration for bytes written to site-lib-src/bytes/META
- Detecting compiler arguments: (extractor built) ok
-
- About the OCAML core installation:
- Standard library: /home/opam/.opam/default/lib/ocaml
- Binaries: /home/opam/.opam/default/bin
- Manual pages: /home/opam/.opam/default/man
- Multi-threading type: posix
- The directory of site-specific packages will be
- site-lib: /home/opam/.opam/default/lib
- The configuration file is written to:
- findlib config file: /home/opam/.opam/default/lib/findlib.conf
- Software will be installed:
- Libraries: in <site-lib>/findlib
- Binaries: /home/opam/.opam/default/bin
- Manual pages: /home/opam/.opam/default/man
- topfind script: /home/opam/.opam/default/lib/ocaml
- Topfind ppxopt support: yes
- Toolbox: no
- Link custom runtime: no
- Need bytes compatibility: no
-
- Configuration has been written to Makefile.config
-
- You can now do 'make all', and optionally 'make opt', to build ocamlfind.
[ocamlfind: make all]
+ /usr/bin/make "all" (CWD=/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8)
- for p in findlib; do ( cd src/$p; /usr/bin/make all ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- ocamllex fl_meta.mll
- 22 states, 392 transitions, table size 1700 bytes
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib_config.mlp | \
- ../../tools/patch '@CONFIGFILE@' '/home/opam/.opam/default/lib/findlib.conf' | \
- ../../tools/patch '@STDLIB@' '/home/opam/.opam/default/lib/ocaml' | \
- ../../tools/patch '@RELATIVE_PATHS@' 'false' | \
- sed -e 's;@AUTOLINK@;true;g' \
- -e 's;@SYSTEM@;linux;g' \
- >findlib_config.ml
- if [ "true" = "true" ]; then \
- cp topfind.ml.in topfind.ml; \
- else \
- sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in \
- > topfind.ml ; \
- fi
- ocamldep *.ml *.mli >depend
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_compat.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_split.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c findlib_config.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_metatoken.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_meta.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_metascanner.mli
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_metascanner.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_topo.mli
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_topo.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_package_base.mli
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_package_base.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c findlib.mli
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c findlib.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_args.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_lint.ml
- ocamlc -I +compiler-libs -a -o findlib.cma fl_compat.cmo fl_split.cmo findlib_config.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c ocaml_args.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c frontend.ml
- ocamlc -I +compiler-libs -o ocamlfind -g findlib.cma unix.cma \
- -I +unix -I +dynlink ocaml_args.cmo frontend.cmo
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c topfind.mli
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c topfind.ml
- File "topfind.ml", line 128, characters 40-63:
- 128 | match Hashtbl.find Toploop.directive_table "ppx" with
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-
- File "topfind.ml", line 258, characters 4-27:
- 258 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-
- File "topfind.ml", line 268, characters 4-27:
- 268 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-
- File "topfind.ml", line 280, characters 4-27:
- 280 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-
- File "topfind.ml", line 293, characters 4-27:
- 293 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-
- File "topfind.ml", line 307, characters 4-27:
- 307 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-
- File "topfind.ml", line 319, characters 4-27:
- 319 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo
- if [ "1" = "1" ]; then \
- cp topfind.in topfind.compat.in; \
- else \
- sed -e '/REMOVE_DIRECTORY_BEGIN/,/REMOVE_DIRECTORY_END/ d' topfind.in \
- > topfind.compat.in ; \
- fi
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat topfind.compat.in | \
- ../../tools/patch '@SITELIB@' '/home/opam/.opam/default/lib' | \
- ../../tools/patch '@RELATIVE_PATHS@' 'false' \
- >topfind
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_dynload.mli
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_dynload.ml
- ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- /usr/bin/make all-config
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8'
- if [ "false" = "true" ]; then \
- /usr/bin/make findlib-relative; \
- else \
- /usr/bin/make findlib-absolute; \
- fi
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8'
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib.conf.in | \
- tools/patch '@SITELIB@' '/home/opam/.opam/default/lib' | \
- tools/patch '@FINDLIB_PATH@' '/home/opam/.opam/default/lib/ocaml:/home/opam/.opam/default/lib' -p >findlib.conf
- if ./tools/cmd_from_same_dir ocamlc; then \
- echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamlopt; then \
- echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldep; then \
- echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldoc; then \
- echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \
- fi
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8'
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8'
[ocamlfind: make opt]
+ /usr/bin/make "opt" (CWD=/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8)
- for p in findlib; do ( cd src/$p; /usr/bin/make opt ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_compat.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_split.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c findlib_config.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_metatoken.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_meta.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_metascanner.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_topo.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_package_base.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c findlib.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_args.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_lint.ml
- ocamlopt -I +compiler-libs -g -a -o findlib.cmxa fl_compat.cmx fl_split.cmx findlib_config.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx
- if [ 1 -gt 0 ]; then \
- ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs fl_compat.cmx fl_split.cmx findlib_config.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \
- fi
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c ocaml_args.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c frontend.ml
- ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \
- -I +unix -I +dynlink ocaml_args.cmx frontend.cmx
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c topfind.ml
- File "topfind.ml", line 128, characters 40-63:
- 128 | match Hashtbl.find Toploop.directive_table "ppx" with
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-
- File "topfind.ml", line 258, characters 4-27:
- 258 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-
- File "topfind.ml", line 268, characters 4-27:
- 268 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-
- File "topfind.ml", line 280, characters 4-27:
- 280 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-
- File "topfind.ml", line 293, characters 4-27:
- 293 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-
- File "topfind.ml", line 307, characters 4-27:
- 307 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-
- File "topfind.ml", line 319, characters 4-27:
- 319 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- ocamlopt -I +compiler-libs -g -a -o findlib_top.cmxa topfind.cmx
- if [ 1 -gt 0 ]; then \
- ocamlopt -I +compiler-libs -g -shared -o findlib_top.cmxs topfind.cmx; \
- fi
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_dynload.ml
- ocamlopt -I +compiler-libs -g -a -o findlib_dynload.cmxa fl_dynload.cmx
- if [ 1 -gt 0 ]; then \
- ocamlopt -I +compiler-libs -g -shared -o findlib_dynload.cmxs fl_dynload.cmx; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
-> compiled ocamlfind.1.9.8
[ocamlfind: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8)
- if [ "0" -eq 1 ]; then \
- for x in camlp4 dbm graphics labltk num ocamlbuild; do \
- if [ -f "/home/opam/.opam/default/lib/$x/META" ]; then \
- if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/default/lib/$x/META"; then \
- rm -f site-lib-src/$x/META; \
- fi; \
- fi; \
- done; \
- test -f "site-lib-src/num/META" || rm -f "site-lib-src/num-top/META"; \
- fi
- echo 'SITELIB_META =' > Makefile.packages.in
- for x in `ls site-lib-src`; do test ! -f "site-lib-src/$x/META" || echo $x >> Makefile.packages.in; done
- tr '\n' ' ' < Makefile.packages.in > Makefile.packages
- rm Makefile.packages.in
- install -d "/home/opam/.opam/default/bin"
- install -d "/home/opam/.opam/default/man"
- /usr/bin/make install-config
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8'
- install -d "`dirname \"/home/opam/.opam/default/lib/findlib.conf\"`"
- test -f "/home/opam/.opam/default/lib/findlib.conf" || cp findlib.conf "/home/opam/.opam/default/lib/findlib.conf"
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8'
- for p in findlib; do ( cd src/$p; /usr/bin/make install ); done
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- install -d "/home/opam/.opam/default/lib/findlib"
- install -d "/home/opam/.opam/default/bin"
- test 1 -eq 0 || install -d "/home/opam/.opam/default/lib/ocaml"
- test 1 -eq 0 || cp topfind "/home/opam/.opam/default/lib/ocaml/"
- files=` ../../tools/collect_files ../../Makefile.config \
- findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs \
- findlib_config.cmi findlib_config.ml topfind.cmi topfind.mli \
- fl_args.cmi fl_lint.cmi fl_meta.cmi fl_split.cmi fl_topo.cmi ocaml_args.cmi \
- fl_package_base.mli fl_package_base.cmi fl_metascanner.mli fl_metascanner.cmi \
- fl_metatoken.cmi findlib_top.cma findlib_top.cmxa findlib_top.a findlib_top.cmxs \
- findlib_dynload.cma findlib_dynload.cmxa findlib_dynload.a findlib_dynload.cmxs fl_dynload.mli fl_dynload.cmi \
- META` && \
- cp $files "/home/opam/.opam/default/lib/findlib/"
- f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \
- install -c $f "/home/opam/.opam/default/bin/ocamlfind"
- # the following "if" block is only needed for 4.00beta2
- if [ 1 -eq 0 -a -f "/home/opam/.opam/default/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \
- cd "/home/opam/.opam/default/lib/ocaml/compiler-libs/"; \
- cp topdirs.cmi toploop.cmi "/home/opam/.opam/default/lib/findlib/"; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- /usr/bin/make install-meta
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8'
- for x in bytes ; do install -d "/home/opam/.opam/default/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/default/lib/$x/META.tmp" && mv "/home/opam/.opam/default/lib/$x/META.tmp" "/home/opam/.opam/default/lib/$x/META"; done
- install -d "/home/opam/.opam/default/lib/findlib"; cp Makefile.packages "/home/opam/.opam/default/lib/findlib/Makefile.packages"
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8'
- test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; /usr/bin/make install-num-top; }
- test ! -f 'site-lib-src/camlp4/META' || install -c tools/safe_camlp4 "/home/opam/.opam/default/bin"
- /usr/bin/make install-doc
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8'
- install -d "/home/opam/.opam/default/man/man1" "/home/opam/.opam/default/man/man3" "/home/opam/.opam/default/man/man5"
- cp doc/ref-man/ocamlfind.1 "/home/opam/.opam/default/man/man1"
- cp: cannot stat 'doc/ref-man/ocamlfind.1': No such file or directory
- make[1]: [Makefile:91: install-doc] Error 1 (ignored)
- cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/opam/.opam/default/man/man5"
- cp: cannot stat 'doc/ref-man/META.5': No such file or directory
- cp: cannot stat 'doc/ref-man/site-lib.5': No such file or directory
- cp: cannot stat 'doc/ref-man/findlib.conf.5': No such file or directory
- make[1]: [Makefile:92: install-doc] Error 1 (ignored)
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8'
-> installed ocamlfind.1.9.8
Layer efl.1.24.0: /var/lib/day10/cache/debian-12-x86_64/548b4b552cfbcbe8141ac0a2be73082e
[NOTE] chown -R 1000:1000 /var/lib/day10/cache/temp-ac48d7/fs/home/opam
Processing: [default: loading data]
[efl.1.24.0: http]
[efl.1.24.0: extract]
-> retrieved efl.1.24.0 (https://github.com/axiles/ocaml-efl/releases/download/v1.24.0/ocaml-efl-1.24.0.tar.gz)
[efl: ./configure]
+ /home/opam/.opam/default/.opam-switch/build/efl.1.24.0/./configure "--prefix=/home/opam/.opam/default" "OCAMLFIND_DESTDIR=/home/opam/.opam/default/lib" (CWD=/home/opam/.opam/default/.opam-switch/build/efl.1.24.0)
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
- checking for gawk... no
- checking for mawk... mawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking for ocamlc... ocamlc
- OCaml version is 5.1.0
- OCaml library path is /home/opam/.opam/default/lib/ocaml
- checking for ocamlopt... ocamlopt
- checking for ocamlc.opt... ocamlc.opt
- checking for ocamlopt.opt... ocamlopt.opt
- checking for ocaml... ocaml
- checking for ocamldep... ocamldep
- checking for ocamlmktop... ocamlmktop
- checking for ocamlmklib... ocamlmklib
- checking for ocamldoc... ocamldoc
- checking for ocamlbuild... ocamlbuild
- checking for ocamlfind... ocamlfind
- checking for pkg-config... /usr/bin/pkg-config
- checking pkg-config is at least version 0.9.0... yes
- checking for ELEMENTARY... yes
- checking for OCaml findlib package lablgl... not found
- configure: WARNING: Lablgl example will not be compiled
- checking for OCaml findlib package lwt.extra... not found
- configure: WARNING: Lwt example will not be compiled
- configure: creating ./examples/list.txt
- checking that generated files are newer than configure...
- done
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating myocamlbuild.ml
- config.status: creating META
- config.status: creating src/write_connect/main.ml
[efl: make]
+ /usr/bin/make (CWD=/home/opam/.opam/default/.opam-switch/build/efl.1.24.0)
- + /home/opam/.opam/default/bin/ocamlc.opt -config
- + /home/opam/.opam/default/bin/ocamlopt.opt -I +unix unix.cmxa -I /home/opam/.opam/default/lib/ocamlbuild /home/opam/.opam/default/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/default/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- + /home/opam/.opam/default/bin/ocamlc.opt -config
- + ocamldep -modules src/write_big_mli.ml > src/write_big_mli.ml.depends
- + ocamlc.opt -c -I src -o src/write_big_mli.cmo src/write_big_mli.ml
- + ocamlc.opt -a -I src src/write_big_mli.cmo -o src/write_big_mli.cma
- + ocamldep -modules src/write_connect/main.ml > src/write_connect/main.ml.depends
- + ocamldep -modules src/write_connect/expr.ml > src/write_connect/expr.ml.depends
- + /home/opam/.opam/default/bin/ocamllex.opt -q src/write_connect/lexer.mll
- + ocamldep -modules src/write_connect/lexer.ml > src/write_connect/lexer.ml.depends
- + /home/opam/.opam/default/bin/ocamlyacc src/write_connect/parser.mly
- + ocamldep -modules src/write_connect/parser.mli > src/write_connect/parser.mli.depends
- + ocamlc.opt -c -I src/write_connect -I src -o src/write_connect/expr.cmo src/write_connect/expr.ml
- + ocamlc.opt -c -I src/write_connect -I src -o src/write_connect/parser.cmi src/write_connect/parser.mli
- + ocamlc.opt -c -I src/write_connect -I src -o src/write_connect/lexer.cmo src/write_connect/lexer.ml
- + ocamlc.opt -c -I src/write_connect -I src -o src/write_connect/main.cmo src/write_connect/main.ml
- + ocamldep -modules src/write_connect/parser.ml > src/write_connect/parser.ml.depends
- + ocamlc.opt -c -I src/write_connect -I src -o src/write_connect/parser.cmo src/write_connect/parser.ml
- + ocamlc.opt -a -I src/write_connect src/write_connect/expr.cmo src/write_connect/parser.cmo src/write_connect/lexer.cmo src/write_connect/main.cmo -o src/write_connect/main.cma
- + ocaml src/write_multi.ml ml 1.26.3 src/write_connect/ctxpopup.txt.multi src/write_connect/ctxpopup.txt
- + ocaml src/write_multi.ml ml 1.26.3 src/write_connect/multibuttonentry.txt.multi src/write_connect/multibuttonentry.txt
- + ocaml src/write_multi.ml ml 1.26.3 src/write_connect/entry.txt.multi src/write_connect/entry.txt
- + ocaml src/write_multi.ml ml 1.26.3 src/write_connect/image.txt.multi src/write_connect/image.txt
- + ocaml src/write_multi.ml ml 1.26.3 src/ecore.mli.multi src/ecore.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/ecore_animator.mli.multi src/ecore_animator.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/evas.mli.multi src/evas.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm.mli.multi src/elm.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_config.mli.multi src/elm_config.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_object.mli.multi src/elm_object.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_layout.mli.multi src/elm_layout.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_ctxpopup.mli.multi src/elm_ctxpopup.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_fileselector.mli.multi src/elm_fileselector.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_multibuttonentry.mli.multi src/elm_multibuttonentry.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_naviframe.mli.multi src/elm_naviframe.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_popup.mli.multi src/elm_popup.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_app.mli.multi src/elm_app.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_calendar.mli.multi src/elm_calendar.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_clock.mli.multi src/elm_clock.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_colorselector.mli.multi src/elm_colorselector.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_entry.mli.multi src/elm_entry.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_flip.mli.multi src/elm_flip.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_gengrid.mli.multi src/elm_gengrid.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_genlist.mli.multi src/elm_genlist.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_glview.mli.multi src/elm_glview.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_image.mli.multi src/elm_image.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_index.mli.multi src/elm_index.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_label.mli.multi src/elm_label.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_mapbuf.mli.multi src/elm_mapbuf.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_notify.mli.multi src/elm_notify.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_panel.mli.multi src/elm_panel.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_photocam.mli.multi src/elm_photocam.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_progressbar.mli.multi src/elm_progressbar.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_scroller.mli.multi src/elm_scroller.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_slider.mli.multi src/elm_slider.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_spinner.mli.multi src/elm_spinner.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_table.mli.multi src/elm_table.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_transit.mli.multi src/elm_transit.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_web.mli.multi src/elm_web.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_win.mli.multi src/elm_win.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_video.mli.multi src/elm_video.mli
- + ocaml src/write_connect/main.cma
- + ocaml src/write_big_mli_run.ml Ecore Ecore_animator Ecore_timer Evas Evas_event Evas_font Evas_map Evas_object Evas_object_smart Ecore_evas Ethumb Edje Elm Elm_font Elm_config Elm_object Elm_gen Elm_layout Elm_ctxpopup Elm_fileselector Elm_fileselector_button Elm_fileselector_entry Elm_hoversel Elm_multibuttonentry Elm_naviframe Elm_popup Elm_app Elm_bg Elm_box Elm_bubble Elm_button Elm_calendar Elm_check Elm_clock Elm_colorselector Elm_conformant Elm_datetime Elm_dayselector Elm_diskselector Elm_entry Elm_flip Elm_flipselector Elm_frame Elm_gengrid Elm_genlist Elm_gesture_layer Elm_glview Elm_grid Elm_hover Elm_icon Elm_image Elm_index Elm_label Elm_list Elm_map Elm_mapbuf Elm_menu Elm_notify Elm_panel Elm_panes Elm_photo Elm_photocam Elm_plug Elm_progressbar Elm_radio Elm_route Elm_scroller Elm_segment_control Elm_separator Elm_slider Elm_slideshow Elm_spinner Elm_table Elm_theme Elm_thumb Elm_toolbar Elm_transit Elm_web Elm_win Elm_inwin Elm_win_inwin Elm_actionslider Elm_video Elm_sig Elm_toolbox Elm_connect
- + ocamldep -modules src/efl.mli > src/efl.mli.depends
- + ocamldep -modules src/elm_genlist.mli > src/elm_genlist.mli.depends
- + ocamldep -modules src/elm.mli > src/elm.mli.depends
- + ocamldep -modules src/evas.mli > src/evas.mli.depends
- + ocamldep -modules src/evas_event.mli > src/evas_event.mli.depends
- + ocamlc.opt -c -I src -o src/evas.cmi src/evas.mli
- + ocamldep -modules src/evas_object_smart.mli > src/evas_object_smart.mli.depends
- + ocamlc.opt -c -I src -o src/evas_event.cmi src/evas_event.mli
- + ocamlc.opt -c -I src -o src/evas_object_smart.cmi src/evas_object_smart.mli
- + ocamldep -modules src/elm_gen.mli > src/elm_gen.mli.depends
- + ocamldep -modules src/elm_list.mli > src/elm_list.mli.depends
- + ocamldep -modules src/elm_object.mli > src/elm_object.mli.depends
- + ocamldep -modules src/edje.mli > src/edje.mli.depends
- + ocamlc.opt -c -I src -o src/elm.cmi src/elm.mli
- + ocamldep -modules src/evas_object.mli > src/evas_object.mli.depends
- + ocamlc.opt -c -I src -o src/edje.cmi src/edje.mli
- + ocamlc.opt -c -I src -o src/evas_object.cmi src/evas_object.mli
- + ocamlc.opt -c -I src -o src/elm_object.cmi src/elm_object.mli
- + ocamlc.opt -c -I src -o src/elm_gen.cmi src/elm_gen.mli
- + ocamlc.opt -c -I src -o src/elm_list.cmi src/elm_list.mli
- + ocamldep -modules src/elm_icon.mli > src/elm_icon.mli.depends
- + ocamlc.opt -c -I src -o src/elm_genlist.cmi src/elm_genlist.mli
- + ocamlc.opt -c -I src -o src/elm_icon.cmi src/elm_icon.mli
- + ocamlc.opt -c -I src -o src/efl.cmi src/efl.mli
- + ocamlc.opt -c -I src -o src/efl.cmi src/efl.mli
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include:
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- + ocamldep -modules src/ecore.mli > src/ecore.mli.depends
- + ocamlc.opt -c -I src -o src/ecore.cmi src/ecore.mli
- + ocamldep -modules src/ecore.ml > src/ecore.ml.depends
- + ocamldep -modules src/write_fun/main.ml > src/write_fun/main.ml.depends
- + ocamldep -modules src/write_fun/common.ml > src/write_fun/common.ml.depends
- + ocamldep -modules src/write_fun/ecore.ml > src/write_fun/ecore.ml.depends
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/common.cmo src/write_fun/common.ml
- + ocamldep -modules src/write_fun/ecore_animator.ml > src/write_fun/ecore_animator.ml.depends
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/ecore.cmo src/write_fun/ecore.ml
- + ocamldep -modules src/write_fun/ecore_evas.ml > src/write_fun/ecore_evas.ml.depends
- + ocamldep -modules src/write_fun/elm_bg.ml > src/write_fun/elm_bg.ml.depends
- + ocamldep -modules src/write_fun/elm_box.ml > src/write_fun/elm_box.ml.depends
- + ocamldep -modules src/write_fun/elm_bubble.ml > src/write_fun/elm_bubble.ml.depends
- + ocamldep -modules src/write_fun/elm_button.ml > src/write_fun/elm_button.ml.depends
- + ocamldep -modules src/write_fun/elm_calendar.ml > src/write_fun/elm_calendar.ml.depends
- + ocamldep -modules src/write_fun/elm_check.ml > src/write_fun/elm_check.ml.depends
- + ocaml src/write_multi.ml ml 1.26.3 src/write_fun/elm_clock.ml.multi src/write_fun/elm_clock.ml
- + ocamldep -modules src/write_fun/elm_clock.ml > src/write_fun/elm_clock.ml.depends
- + ocaml src/write_multi.ml ml 1.26.3 src/write_fun/elm_colorselector.ml.multi src/write_fun/elm_colorselector.ml
- + ocamldep -modules src/write_fun/elm_colorselector.ml > src/write_fun/elm_colorselector.ml.depends
- + ocaml src/write_multi.ml ml 1.26.3 src/write_fun/elm_config.ml.multi src/write_fun/elm_config.ml
- + ocamldep -modules src/write_fun/elm_config.ml > src/write_fun/elm_config.ml.depends
- + ocamldep -modules src/write_fun/elm_datetime.ml > src/write_fun/elm_datetime.ml.depends
- + ocamldep -modules src/write_fun/elm_dayselector.ml > src/write_fun/elm_dayselector.ml.depends
- + ocamldep -modules src/write_fun/elm_diskselector.ml > src/write_fun/elm_diskselector.ml.depends
- + ocaml src/write_multi.ml ml 1.26.3 src/write_fun/elm_entry.ml.multi src/write_fun/elm_entry.ml
- + ocamldep -modules src/write_fun/elm_entry.ml > src/write_fun/elm_entry.ml.depends
- + ocamldep -modules src/write_fun/elm_flip.ml > src/write_fun/elm_flip.ml.depends
- + ocamldep -modules src/write_fun/elm_flipselector.ml > src/write_fun/elm_flipselector.ml.depends
- + ocamldep -modules src/write_fun/elm_frame.ml > src/write_fun/elm_frame.ml.depends
- + ocaml src/write_multi.ml ml 1.26.3 src/write_fun/elm_gengrid.ml.multi src/write_fun/elm_gengrid.ml
- + ocamldep -modules src/write_fun/elm_gengrid.ml > src/write_fun/elm_gengrid.ml.depends
- + ocaml src/write_multi.ml ml 1.26.3 src/write_fun/elm_genlist.ml.multi src/write_fun/elm_genlist.ml
- + ocamldep -modules src/write_fun/elm_genlist.ml > src/write_fun/elm_genlist.ml.depends
- + ocamldep -modules src/write_fun/elm_list.ml > src/write_fun/elm_list.ml.depends
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_list.cmo src/write_fun/elm_list.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_genlist.cmo src/write_fun/elm_genlist.ml
- + ocamldep -modules src/write_fun/elm_gesture_layer.ml > src/write_fun/elm_gesture_layer.ml.depends
- + ocamldep -modules src/write_fun/elm_glview.ml > src/write_fun/elm_glview.ml.depends
- + ocamldep -modules src/write_fun/elm_grid.ml > src/write_fun/elm_grid.ml.depends
- + ocamldep -modules src/write_fun/elm_hover.ml > src/write_fun/elm_hover.ml.depends
- + ocaml src/write_multi.ml ml 1.26.3 src/write_fun/elm_icon.ml.multi src/write_fun/elm_icon.ml
- + ocamldep -modules src/write_fun/elm_icon.ml > src/write_fun/elm_icon.ml.depends
- + ocaml src/write_multi.ml ml 1.26.3 src/write_fun/elm_image.ml.multi src/write_fun/elm_image.ml
- + ocamldep -modules src/write_fun/elm_image.ml > src/write_fun/elm_image.ml.depends
- + ocaml src/write_multi.ml ml 1.26.3 src/write_fun/elm_index.ml.multi src/write_fun/elm_index.ml
- + ocamldep -modules src/write_fun/elm_index.ml > src/write_fun/elm_index.ml.depends
- + ocaml src/write_multi.ml ml 1.26.3 src/write_fun/elm_label.ml.multi src/write_fun/elm_label.ml
- + ocamldep -modules src/write_fun/elm_label.ml > src/write_fun/elm_label.ml.depends
- + ocamldep -modules src/write_fun/elm_map.ml > src/write_fun/elm_map.ml.depends
- + ocaml src/write_multi.ml ml 1.26.3 src/write_fun/elm_mapbuf.ml.multi src/write_fun/elm_mapbuf.ml
- + ocamldep -modules src/write_fun/elm_mapbuf.ml > src/write_fun/elm_mapbuf.ml.depends
- + ocamldep -modules src/write_fun/elm_menu.ml > src/write_fun/elm_menu.ml.depends
- + ocaml src/write_multi.ml ml 1.26.3 src/write_fun/elm_notify.ml.multi src/write_fun/elm_notify.ml
- + ocamldep -modules src/write_fun/elm_notify.ml > src/write_fun/elm_notify.ml.depends
- + ocaml src/write_multi.ml ml 1.26.3 src/write_fun/elm_object.ml.multi src/write_fun/elm_object.ml
- + ocamldep -modules src/write_fun/elm_object.ml > src/write_fun/elm_object.ml.depends
- + ocaml src/write_multi.ml ml 1.26.3 src/write_fun/elm_panel.ml.multi src/write_fun/elm_panel.ml
- + ocamldep -modules src/write_fun/elm_panel.ml > src/write_fun/elm_panel.ml.depends
- + ocamldep -modules src/write_fun/elm_panes.ml > src/write_fun/elm_panes.ml.depends
- + ocamldep -modules src/write_fun/elm_photo.ml > src/write_fun/elm_photo.ml.depends
- + ocaml src/write_multi.ml ml 1.26.3 src/write_fun/elm_photocam.ml.multi src/write_fun/elm_photocam.ml
- + ocamldep -modules src/write_fun/elm_photocam.ml > src/write_fun/elm_photocam.ml.depends
- + ocamldep -modules src/write_fun/elm_plug.ml > src/write_fun/elm_plug.ml.depends
- + ocaml src/write_multi.ml ml 1.26.3 src/write_fun/elm_popup.ml.multi src/write_fun/elm_popup.ml
- + ocamldep -modules src/write_fun/elm_popup.ml > src/write_fun/elm_popup.ml.depends
- + ocaml src/write_multi.ml ml 1.26.3 src/write_fun/elm_progressbar.ml.multi src/write_fun/elm_progressbar.ml
- + ocamldep -modules src/write_fun/elm_progressbar.ml > src/write_fun/elm_progressbar.ml.depends
- + ocamldep -modules src/write_fun/elm_radio.ml > src/write_fun/elm_radio.ml.depends
- + ocaml src/write_multi.ml ml 1.26.3 src/write_fun/elm_scroller.ml.multi src/write_fun/elm_scroller.ml
- + ocamldep -modules src/write_fun/elm_scroller.ml > src/write_fun/elm_scroller.ml.depends
- + ocamldep -modules src/write_fun/elm_segment_control.ml > src/write_fun/elm_segment_control.ml.depends
- + ocamldep -modules src/write_fun/elm_separator.ml > src/write_fun/elm_separator.ml.depends
- + ocaml src/write_multi.ml ml 1.26.3 src/write_fun/elm_slider.ml.multi src/write_fun/elm_slider.ml
- + ocamldep -modules src/write_fun/elm_slider.ml > src/write_fun/elm_slider.ml.depends
- + ocamldep -modules src/write_fun/elm_slideshow.ml > src/write_fun/elm_slideshow.ml.depends
- + ocamldep -modules src/write_fun/elm_spinner.ml > src/write_fun/elm_spinner.ml.depends
- + ocaml src/write_multi.ml ml 1.26.3 src/write_fun/elm_table.ml.multi src/write_fun/elm_table.ml
- + ocamldep -modules src/write_fun/elm_table.ml > src/write_fun/elm_table.ml.depends
- + ocamldep -modules src/write_fun/elm_thumb.ml > src/write_fun/elm_thumb.ml.depends
- + ocamldep -modules src/write_fun/elm_toolbar.ml > src/write_fun/elm_toolbar.ml.depends
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_icon.cmo src/write_fun/elm_icon.ml
- + ocaml src/write_multi.ml ml 1.26.3 src/write_fun/elm_transit.ml.multi src/write_fun/elm_transit.ml
- + ocamldep -modules src/write_fun/elm_transit.ml > src/write_fun/elm_transit.ml.depends
- + ocamldep -modules src/write_fun/elm_video.ml > src/write_fun/elm_video.ml.depends
- + ocamldep -modules src/write_fun/elm_web.ml > src/write_fun/elm_web.ml.depends
- + ocaml src/write_multi.ml ml 1.26.3 src/write_fun/elm_win.ml.multi src/write_fun/elm_win.ml
- + ocamldep -modules src/write_fun/elm_win.ml > src/write_fun/elm_win.ml.depends
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/ecore_animator.cmo src/write_fun/ecore_animator.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/ecore_evas.cmo src/write_fun/ecore_evas.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_bg.cmo src/write_fun/elm_bg.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_box.cmo src/write_fun/elm_box.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_bubble.cmo src/write_fun/elm_bubble.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_button.cmo src/write_fun/elm_button.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_calendar.cmo src/write_fun/elm_calendar.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_check.cmo src/write_fun/elm_check.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_clock.cmo src/write_fun/elm_clock.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_colorselector.cmo src/write_fun/elm_colorselector.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_config.cmo src/write_fun/elm_config.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_datetime.cmo src/write_fun/elm_datetime.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_dayselector.cmo src/write_fun/elm_dayselector.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_diskselector.cmo src/write_fun/elm_diskselector.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_entry.cmo src/write_fun/elm_entry.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_flip.cmo src/write_fun/elm_flip.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_flipselector.cmo src/write_fun/elm_flipselector.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_frame.cmo src/write_fun/elm_frame.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_gengrid.cmo src/write_fun/elm_gengrid.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_gesture_layer.cmo src/write_fun/elm_gesture_layer.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_glview.cmo src/write_fun/elm_glview.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_grid.cmo src/write_fun/elm_grid.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_hover.cmo src/write_fun/elm_hover.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_image.cmo src/write_fun/elm_image.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_index.cmo src/write_fun/elm_index.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_label.cmo src/write_fun/elm_label.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_map.cmo src/write_fun/elm_map.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_mapbuf.cmo src/write_fun/elm_mapbuf.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_menu.cmo src/write_fun/elm_menu.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_notify.cmo src/write_fun/elm_notify.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_object.cmo src/write_fun/elm_object.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_panel.cmo src/write_fun/elm_panel.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_panes.cmo src/write_fun/elm_panes.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_photo.cmo src/write_fun/elm_photo.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_photocam.cmo src/write_fun/elm_photocam.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_plug.cmo src/write_fun/elm_plug.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_popup.cmo src/write_fun/elm_popup.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_progressbar.cmo src/write_fun/elm_progressbar.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_radio.cmo src/write_fun/elm_radio.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_scroller.cmo src/write_fun/elm_scroller.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_segment_control.cmo src/write_fun/elm_segment_control.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_separator.cmo src/write_fun/elm_separator.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_slider.cmo src/write_fun/elm_slider.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_slideshow.cmo src/write_fun/elm_slideshow.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_spinner.cmo src/write_fun/elm_spinner.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_table.cmo src/write_fun/elm_table.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_thumb.cmo src/write_fun/elm_thumb.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_toolbar.cmo src/write_fun/elm_toolbar.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_transit.cmo src/write_fun/elm_transit.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_video.cmo src/write_fun/elm_video.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_web.cmo src/write_fun/elm_web.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/elm_win.cmo src/write_fun/elm_win.ml
- + ocamlc.opt -c -I src/write_fun -I src -o src/write_fun/main.cmo src/write_fun/main.ml
- + ocamlc.opt -a -I src/write_fun src/write_fun/common.cmo src/write_fun/ecore.cmo src/write_fun/ecore_animator.cmo src/write_fun/ecore_evas.cmo src/write_fun/elm_bg.cmo src/write_fun/elm_box.cmo src/write_fun/elm_bubble.cmo src/write_fun/elm_button.cmo src/write_fun/elm_calendar.cmo src/write_fun/elm_check.cmo src/write_fun/elm_clock.cmo src/write_fun/elm_colorselector.cmo src/write_fun/elm_config.cmo src/write_fun/elm_datetime.cmo src/write_fun/elm_dayselector.cmo src/write_fun/elm_diskselector.cmo src/write_fun/elm_entry.cmo src/write_fun/elm_flip.cmo src/write_fun/elm_flipselector.cmo src/write_fun/elm_frame.cmo src/write_fun/elm_list.cmo src/write_fun/elm_genlist.cmo src/write_fun/elm_gengrid.cmo src/write_fun/elm_gesture_layer.cmo src/write_fun/elm_glview.cmo src/write_fun/elm_grid.cmo src/write_fun/elm_hover.cmo src/write_fun/elm_icon.cmo src/write_fun/elm_image.cmo src/write_fun/elm_index.cmo src/write_fun/elm_label.cmo src/write_fun/elm_map.cmo src/write_fun/elm_mapbuf.cmo src/write_fun/elm_menu.cmo src/write_fun/elm_notify.cmo src/write_fun/elm_object.cmo src/write_fun/elm_panel.cmo src/write_fun/elm_panes.cmo src/write_fun/elm_photo.cmo src/write_fun/elm_photocam.cmo src/write_fun/elm_plug.cmo src/write_fun/elm_popup.cmo src/write_fun/elm_progressbar.cmo src/write_fun/elm_radio.cmo src/write_fun/elm_scroller.cmo src/write_fun/elm_segment_control.cmo src/write_fun/elm_separator.cmo src/write_fun/elm_slider.cmo src/write_fun/elm_slideshow.cmo src/write_fun/elm_spinner.cmo src/write_fun/elm_table.cmo src/write_fun/elm_thumb.cmo src/write_fun/elm_toolbar.cmo src/write_fun/elm_transit.cmo src/write_fun/elm_video.cmo src/write_fun/elm_web.cmo src/write_fun/elm_win.cmo src/write_fun/main.cmo -o src/write_fun/main.cma
- + ocaml src/write_fun/main.cma
- + ocamldep -modules src/autofun.ml > src/autofun.ml.depends
- + ocamldep -modules src/write_enums/main.ml > src/write_enums/main.ml.depends
- + ocamldep -modules src/write_enums/expr.ml > src/write_enums/expr.ml.depends
- + /home/opam/.opam/default/bin/ocamllex.opt -q src/write_enums/lexer.mll
- + ocamldep -modules src/write_enums/lexer.ml > src/write_enums/lexer.ml.depends
- + /home/opam/.opam/default/bin/ocamlyacc src/write_enums/parser.mly
- + ocamldep -modules src/write_enums/parser.mli > src/write_enums/parser.mli.depends
- + ocamlc.opt -c -I src/write_enums -I src -o src/write_enums/expr.cmo src/write_enums/expr.ml
- + ocamlc.opt -c -I src/write_enums -I src -o src/write_enums/parser.cmi src/write_enums/parser.mli
- + ocamlc.opt -c -I src/write_enums -I src -o src/write_enums/lexer.cmo src/write_enums/lexer.ml
- + ocamlc.opt -c -I src/write_enums -I src -o src/write_enums/main.cmo src/write_enums/main.ml
- + ocamldep -modules src/write_enums/parser.ml > src/write_enums/parser.ml.depends
- + ocamlc.opt -c -I src/write_enums -I src -o src/write_enums/parser.cmo src/write_enums/parser.ml
- + ocamlc.opt -a -I src/write_enums src/write_enums/expr.cmo src/write_enums/parser.cmo src/write_enums/lexer.cmo src/write_enums/main.cmo -o src/write_enums/main.cma
- + ocaml src/write_multi.ml ml 1.26.3 src/write_enums/enums.txt.multi src/write_enums/enums.txt
- + ocaml src/write_enums/main.cma
- + ocamldep -modules src/henums.ml > src/henums.ml.depends
- + ocamlc.opt -c -I src -o src/autofun.cmo src/autofun.ml
- + ocamlc.opt -c -I src -o src/henums.cmo src/henums.ml
- + ocamldep -modules src/ecore_animator.mli > src/ecore_animator.mli.depends
- + ocamlc.opt -c -I src -o src/ecore_animator.cmi src/ecore_animator.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/ecore_animator.ml.multi src/ecore_animator.ml
- + ocamldep -modules src/ecore_animator.ml > src/ecore_animator.ml.depends
- + ocamldep -modules src/ecore_timer.mli > src/ecore_timer.mli.depends
- + ocamlc.opt -c -I src -o src/ecore_timer.cmi src/ecore_timer.mli
- + ocamldep -modules src/ecore_timer.ml > src/ecore_timer.ml.depends
- + ocamldep -modules src/evas.ml > src/evas.ml.depends
- + ocamldep -modules src/write_struct/main.ml > src/write_struct/main.ml.depends
- + ocamldep -modules src/write_struct/expr.ml > src/write_struct/expr.ml.depends
- + /home/opam/.opam/default/bin/ocamllex.opt -q src/write_struct/lexer.mll
- + ocamldep -modules src/write_struct/lexer.ml > src/write_struct/lexer.ml.depends
- + /home/opam/.opam/default/bin/ocamlyacc src/write_struct/parser.mly
- + ocamldep -modules src/write_struct/parser.mli > src/write_struct/parser.mli.depends
- + ocamlc.opt -c -I src/write_struct -I src -o src/write_struct/expr.cmo src/write_struct/expr.ml
- + ocamlc.opt -c -I src/write_struct -I src -o src/write_struct/parser.cmi src/write_struct/parser.mli
- + ocamlc.opt -c -I src/write_struct -I src -o src/write_struct/lexer.cmo src/write_struct/lexer.ml
- + ocamlc.opt -c -I src/write_struct -I src -o src/write_struct/main.cmo src/write_struct/main.ml
- + ocamldep -modules src/write_struct/parser.ml > src/write_struct/parser.ml.depends
- + ocamlc.opt -c -I src/write_struct -I src -o src/write_struct/parser.cmo src/write_struct/parser.ml
- + ocamlc.opt -a -I src/write_struct src/write_struct/expr.cmo src/write_struct/parser.cmo src/write_struct/lexer.cmo src/write_struct/main.cmo -o src/write_struct/main.cma
- + ocaml src/write_multi.ml ml 1.26.3 src/write_struct/structs.txt.multi src/write_struct/structs.txt
- + ocaml src/write_struct/main.cma
- + ocamldep -modules src/hstructs.ml > src/hstructs.ml.depends
- + ocamlc.opt -c -I src -o src/hstructs.cmo src/hstructs.ml
- + ocamldep -modules src/evas_event.ml > src/evas_event.ml.depends
- + ocamldep -modules src/evas_font.mli > src/evas_font.mli.depends
- + ocamlc.opt -c -I src -o src/evas_font.cmi src/evas_font.mli
- + ocamldep -modules src/evas_font.ml > src/evas_font.ml.depends
- + ocamldep -modules src/evas_map.mli > src/evas_map.mli.depends
- + ocamlc.opt -c -I src -o src/evas_map.cmi src/evas_map.mli
- + ocamldep -modules src/evas_map.ml > src/evas_map.ml.depends
- + ocamldep -modules src/evas_object.ml > src/evas_object.ml.depends
- + ocamldep -modules src/evas_object_smart.ml > src/evas_object_smart.ml.depends
- + ocamldep -modules src/ecore_evas.mli > src/ecore_evas.mli.depends
- + ocamlc.opt -c -I src -o src/ecore_evas.cmi src/ecore_evas.mli
- + ocamldep -modules src/ecore_evas.ml > src/ecore_evas.ml.depends
- + ocamldep -modules src/ethumb.mli > src/ethumb.mli.depends
- + ocamlc.opt -c -I src -o src/ethumb.cmi src/ethumb.mli
- + ocamldep -modules src/ethumb.ml > src/ethumb.ml.depends
- + ocamldep -modules src/edje.ml > src/edje.ml.depends
- + ocaml src/write_multi.ml ml 1.26.3 src/elm.ml.multi src/elm.ml
- + ocamldep -modules src/elm.ml > src/elm.ml.depends
- + ocamldep -modules src/elm_font.mli > src/elm_font.mli.depends
- + ocamlc.opt -c -I src -o src/elm_font.cmi src/elm_font.mli
- + ocamldep -modules src/elm_font.ml > src/elm_font.ml.depends
- + ocamldep -modules src/elm_config.mli > src/elm_config.mli.depends
- + ocamlc.opt -c -I src -o src/elm_config.cmi src/elm_config.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_config.ml.multi src/elm_config.ml
- + ocamldep -modules src/elm_config.ml > src/elm_config.ml.depends
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_object.ml.multi src/elm_object.ml
- + ocamldep -modules src/elm_object.ml > src/elm_object.ml.depends
- + ocamldep -modules src/elm_gen.ml > src/elm_gen.ml.depends
- + ocamldep -modules src/elm_layout.mli > src/elm_layout.mli.depends
- + ocamlc.opt -c -I src -o src/elm_layout.cmi src/elm_layout.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_layout.ml.multi src/elm_layout.ml
- + ocamldep -modules src/elm_layout.ml > src/elm_layout.ml.depends
- + ocamldep -modules src/elm_ctxpopup.mli > src/elm_ctxpopup.mli.depends
- + ocamlc.opt -c -I src -o src/elm_ctxpopup.cmi src/elm_ctxpopup.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_ctxpopup.ml.multi src/elm_ctxpopup.ml
- + ocamldep -modules src/elm_ctxpopup.ml > src/elm_ctxpopup.ml.depends
- + ocamldep -modules src/elm_fileselector.mli > src/elm_fileselector.mli.depends
- + ocamlc.opt -c -I src -o src/elm_fileselector.cmi src/elm_fileselector.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_fileselector.ml.multi src/elm_fileselector.ml
- + ocamldep -modules src/elm_fileselector.ml > src/elm_fileselector.ml.depends
- + ocamldep -modules src/elm_fileselector_button.mli > src/elm_fileselector_button.mli.depends
- + ocamlc.opt -c -I src -o src/elm_fileselector_button.cmi src/elm_fileselector_button.mli
- + ocamldep -modules src/elm_fileselector_button.ml > src/elm_fileselector_button.ml.depends
- + ocamldep -modules src/elm_fileselector_entry.mli > src/elm_fileselector_entry.mli.depends
- + ocamlc.opt -c -I src -o src/elm_fileselector_entry.cmi src/elm_fileselector_entry.mli
- + ocamldep -modules src/elm_fileselector_entry.ml > src/elm_fileselector_entry.ml.depends
- + ocamldep -modules src/elm_hoversel.mli > src/elm_hoversel.mli.depends
- + ocamlc.opt -c -I src -o src/elm_hoversel.cmi src/elm_hoversel.mli
- + ocamldep -modules src/elm_hoversel.ml > src/elm_hoversel.ml.depends
- + ocamldep -modules src/elm_multibuttonentry.mli > src/elm_multibuttonentry.mli.depends
- + ocamlc.opt -c -I src -o src/elm_multibuttonentry.cmi src/elm_multibuttonentry.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_multibuttonentry.ml.multi src/elm_multibuttonentry.ml
- + ocamldep -modules src/elm_multibuttonentry.ml > src/elm_multibuttonentry.ml.depends
- + ocamldep -modules src/elm_naviframe.mli > src/elm_naviframe.mli.depends
- + ocamlc.opt -c -I src -o src/elm_naviframe.cmi src/elm_naviframe.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_naviframe.ml.multi src/elm_naviframe.ml
- + ocamldep -modules src/elm_naviframe.ml > src/elm_naviframe.ml.depends
- + ocamldep -modules src/elm_popup.mli > src/elm_popup.mli.depends
- + ocamlc.opt -c -I src -o src/elm_popup.cmi src/elm_popup.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_popup.ml.multi src/elm_popup.ml
- + ocamldep -modules src/elm_popup.ml > src/elm_popup.ml.depends
- + ocamldep -modules src/elm_app.mli > src/elm_app.mli.depends
- + ocamlc.opt -c -I src -o src/elm_app.cmi src/elm_app.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_app.ml.multi src/elm_app.ml
- + ocamldep -modules src/elm_app.ml > src/elm_app.ml.depends
- + ocamldep -modules src/elm_bg.mli > src/elm_bg.mli.depends
- + ocamlc.opt -c -I src -o src/elm_bg.cmi src/elm_bg.mli
- + ocamldep -modules src/elm_bg.ml > src/elm_bg.ml.depends
- + ocamldep -modules src/elm_box.mli > src/elm_box.mli.depends
- + ocamlc.opt -c -I src -o src/elm_box.cmi src/elm_box.mli
- + ocamldep -modules src/elm_box.ml > src/elm_box.ml.depends
- + ocamldep -modules src/elm_bubble.mli > src/elm_bubble.mli.depends
- + ocamlc.opt -c -I src -o src/elm_bubble.cmi src/elm_bubble.mli
- + ocamldep -modules src/elm_bubble.ml > src/elm_bubble.ml.depends
- + ocamldep -modules src/elm_button.mli > src/elm_button.mli.depends
- + ocamlc.opt -c -I src -o src/elm_button.cmi src/elm_button.mli
- + ocamldep -modules src/elm_button.ml > src/elm_button.ml.depends
- + ocamldep -modules src/elm_calendar.mli > src/elm_calendar.mli.depends
- + ocamlc.opt -c -I src -o src/elm_calendar.cmi src/elm_calendar.mli
- + ocamlc.opt -c -I src -o src/elm_calendar.cmi src/elm_calendar.mli
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include:
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_calendar.ml.multi src/elm_calendar.ml
- + ocamldep -modules src/elm_calendar.ml > src/elm_calendar.ml.depends
- + ocamldep -modules src/elm_check.mli > src/elm_check.mli.depends
- + ocamlc.opt -c -I src -o src/elm_check.cmi src/elm_check.mli
- + ocamldep -modules src/elm_check.ml > src/elm_check.ml.depends
- + ocamldep -modules src/elm_clock.mli > src/elm_clock.mli.depends
- + ocamlc.opt -c -I src -o src/elm_clock.cmi src/elm_clock.mli
- + ocamldep -modules src/elm_clock.ml > src/elm_clock.ml.depends
- + ocamldep -modules src/elm_colorselector.mli > src/elm_colorselector.mli.depends
- + ocamlc.opt -c -I src -o src/elm_colorselector.cmi src/elm_colorselector.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_colorselector.ml.multi src/elm_colorselector.ml
- + ocamldep -modules src/elm_colorselector.ml > src/elm_colorselector.ml.depends
- + ocamldep -modules src/elm_conformant.mli > src/elm_conformant.mli.depends
- + ocamlc.opt -c -I src -o src/elm_conformant.cmi src/elm_conformant.mli
- + ocamldep -modules src/elm_conformant.ml > src/elm_conformant.ml.depends
- + ocamldep -modules src/elm_datetime.mli > src/elm_datetime.mli.depends
- + ocamlc.opt -c -I src -o src/elm_datetime.cmi src/elm_datetime.mli
- + ocamlc.opt -c -I src -o src/elm_datetime.cmi src/elm_datetime.mli
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include:
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- + ocamldep -modules src/elm_datetime.ml > src/elm_datetime.ml.depends
- + ocamldep -modules src/elm_dayselector.mli > src/elm_dayselector.mli.depends
- + ocamlc.opt -c -I src -o src/elm_dayselector.cmi src/elm_dayselector.mli
- + ocamldep -modules src/elm_dayselector.ml > src/elm_dayselector.ml.depends
- + ocamldep -modules src/elm_diskselector.mli > src/elm_diskselector.mli.depends
- + ocamlc.opt -c -I src -o src/elm_diskselector.cmi src/elm_diskselector.mli
- + ocamldep -modules src/elm_diskselector.ml > src/elm_diskselector.ml.depends
- + ocamldep -modules src/elm_entry.mli > src/elm_entry.mli.depends
- + ocamlc.opt -c -I src -o src/elm_entry.cmi src/elm_entry.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_entry.ml.multi src/elm_entry.ml
- + ocamldep -modules src/elm_entry.ml > src/elm_entry.ml.depends
- + ocamldep -modules src/elm_flip.mli > src/elm_flip.mli.depends
- + ocamlc.opt -c -I src -o src/elm_flip.cmi src/elm_flip.mli
- + ocamldep -modules src/elm_flip.ml > src/elm_flip.ml.depends
- + ocamldep -modules src/elm_flipselector.mli > src/elm_flipselector.mli.depends
- + ocamlc.opt -c -I src -o src/elm_flipselector.cmi src/elm_flipselector.mli
- + ocamldep -modules src/elm_flipselector.ml > src/elm_flipselector.ml.depends
- + ocamldep -modules src/elm_frame.mli > src/elm_frame.mli.depends
- + ocamlc.opt -c -I src -o src/elm_frame.cmi src/elm_frame.mli
- + ocamldep -modules src/elm_frame.ml > src/elm_frame.ml.depends
- + ocamldep -modules src/elm_gengrid.mli > src/elm_gengrid.mli.depends
- + ocamlc.opt -c -I src -o src/elm_gengrid.cmi src/elm_gengrid.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_gengrid.ml.multi src/elm_gengrid.ml
- + ocamldep -modules src/elm_gengrid.ml > src/elm_gengrid.ml.depends
- + ocamldep -modules src/elm_scroller.mli > src/elm_scroller.mli.depends
- + ocamlc.opt -c -I src -o src/elm_scroller.cmi src/elm_scroller.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_genlist.ml.multi src/elm_genlist.ml
- + ocamldep -modules src/elm_genlist.ml > src/elm_genlist.ml.depends
- + ocamldep -modules src/elm_gesture_layer.mli > src/elm_gesture_layer.mli.depends
- + ocamlc.opt -c -I src -o src/elm_gesture_layer.cmi src/elm_gesture_layer.mli
- + ocamldep -modules src/elm_gesture_layer.ml > src/elm_gesture_layer.ml.depends
- + ocamldep -modules src/elm_glview.mli > src/elm_glview.mli.depends
- + ocamlc.opt -c -I src -o src/elm_glview.cmi src/elm_glview.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_glview.ml.multi src/elm_glview.ml
- + ocamldep -modules src/elm_glview.ml > src/elm_glview.ml.depends
- + ocamldep -modules src/elm_grid.mli > src/elm_grid.mli.depends
- + ocamlc.opt -c -I src -o src/elm_grid.cmi src/elm_grid.mli
- + ocamldep -modules src/elm_grid.ml > src/elm_grid.ml.depends
- + ocamldep -modules src/elm_hover.mli > src/elm_hover.mli.depends
- + ocamlc.opt -c -I src -o src/elm_hover.cmi src/elm_hover.mli
- + ocamldep -modules src/elm_hover.ml > src/elm_hover.ml.depends
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_icon.ml.multi src/elm_icon.ml
- + ocamldep -modules src/elm_icon.ml > src/elm_icon.ml.depends
- + ocamldep -modules src/elm_image.mli > src/elm_image.mli.depends
- + ocamlc.opt -c -I src -o src/elm_image.cmi src/elm_image.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_image.ml.multi src/elm_image.ml
- + ocamldep -modules src/elm_image.ml > src/elm_image.ml.depends
- + ocamldep -modules src/elm_index.mli > src/elm_index.mli.depends
- + ocamlc.opt -c -I src -o src/elm_index.cmi src/elm_index.mli
- + ocamldep -modules src/elm_index.ml > src/elm_index.ml.depends
- + ocamldep -modules src/elm_label.mli > src/elm_label.mli.depends
- + ocamlc.opt -c -I src -o src/elm_label.cmi src/elm_label.mli
- + ocamldep -modules src/elm_label.ml > src/elm_label.ml.depends
- + ocamldep -modules src/elm_list.ml > src/elm_list.ml.depends
- + ocamldep -modules src/elm_map.mli > src/elm_map.mli.depends
- + ocamlc.opt -c -I src -o src/elm_map.cmi src/elm_map.mli
- + ocamldep -modules src/elm_map.ml > src/elm_map.ml.depends
- + ocamldep -modules src/elm_mapbuf.mli > src/elm_mapbuf.mli.depends
- + ocamlc.opt -c -I src -o src/elm_mapbuf.cmi src/elm_mapbuf.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_mapbuf.ml.multi src/elm_mapbuf.ml
- + ocamldep -modules src/elm_mapbuf.ml > src/elm_mapbuf.ml.depends
- + ocamldep -modules src/elm_menu.mli > src/elm_menu.mli.depends
- + ocamlc.opt -c -I src -o src/elm_menu.cmi src/elm_menu.mli
- + ocamldep -modules src/elm_menu.ml > src/elm_menu.ml.depends
- + ocamldep -modules src/elm_notify.mli > src/elm_notify.mli.depends
- + ocamlc.opt -c -I src -o src/elm_notify.cmi src/elm_notify.mli
- + ocamldep -modules src/elm_notify.ml > src/elm_notify.ml.depends
- + ocamldep -modules src/elm_panel.mli > src/elm_panel.mli.depends
- + ocamlc.opt -c -I src -o src/elm_panel.cmi src/elm_panel.mli
- + ocamldep -modules src/elm_panel.ml > src/elm_panel.ml.depends
- + ocamldep -modules src/elm_panes.mli > src/elm_panes.mli.depends
- + ocamlc.opt -c -I src -o src/elm_panes.cmi src/elm_panes.mli
- + ocamldep -modules src/elm_panes.ml > src/elm_panes.ml.depends
- + ocamldep -modules src/elm_photo.mli > src/elm_photo.mli.depends
- + ocamlc.opt -c -I src -o src/elm_photo.cmi src/elm_photo.mli
- + ocamldep -modules src/elm_photo.ml > src/elm_photo.ml.depends
- + ocamldep -modules src/elm_photocam.mli > src/elm_photocam.mli.depends
- + ocamlc.opt -c -I src -o src/elm_photocam.cmi src/elm_photocam.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_photocam.ml.multi src/elm_photocam.ml
- + ocamldep -modules src/elm_photocam.ml > src/elm_photocam.ml.depends
- + ocamldep -modules src/elm_plug.mli > src/elm_plug.mli.depends
- + ocamlc.opt -c -I src -o src/elm_plug.cmi src/elm_plug.mli
- + ocamldep -modules src/elm_plug.ml > src/elm_plug.ml.depends
- + ocamldep -modules src/elm_progressbar.mli > src/elm_progressbar.mli.depends
- + ocamlc.opt -c -I src -o src/elm_progressbar.cmi src/elm_progressbar.mli
- + ocamldep -modules src/elm_progressbar.ml > src/elm_progressbar.ml.depends
- + ocamldep -modules src/common.ml > src/common.ml.depends
- + ocamlc.opt -c -I src -o src/common.cmo src/common.ml
- + ocamldep -modules src/elm_radio.mli > src/elm_radio.mli.depends
- + ocamlc.opt -c -I src -o src/elm_radio.cmi src/elm_radio.mli
- + ocamldep -modules src/elm_radio.ml > src/elm_radio.ml.depends
- + ocamldep -modules src/elm_route.mli > src/elm_route.mli.depends
- + ocamlc.opt -c -I src -o src/elm_route.cmi src/elm_route.mli
- + ocamldep -modules src/elm_route.ml > src/elm_route.ml.depends
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_scroller.ml.multi src/elm_scroller.ml
- + ocamldep -modules src/elm_scroller.ml > src/elm_scroller.ml.depends
- + ocamldep -modules src/elm_segment_control.mli > src/elm_segment_control.mli.depends
- + ocamlc.opt -c -I src -o src/elm_segment_control.cmi src/elm_segment_control.mli
- + ocamldep -modules src/elm_segment_control.ml > src/elm_segment_control.ml.depends
- + ocamldep -modules src/elm_separator.mli > src/elm_separator.mli.depends
- + ocamlc.opt -c -I src -o src/elm_separator.cmi src/elm_separator.mli
- + ocamldep -modules src/elm_separator.ml > src/elm_separator.ml.depends
- + ocamldep -modules src/elm_slider.mli > src/elm_slider.mli.depends
- + ocamlc.opt -c -I src -o src/elm_slider.cmi src/elm_slider.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_slider.ml.multi src/elm_slider.ml
- + ocamldep -modules src/elm_slider.ml > src/elm_slider.ml.depends
- + ocamldep -modules src/elm_slideshow.mli > src/elm_slideshow.mli.depends
- + ocamlc.opt -c -I src -o src/elm_slideshow.cmi src/elm_slideshow.mli
- + ocamldep -modules src/elm_slideshow.ml > src/elm_slideshow.ml.depends
- + ocamldep -modules src/elm_spinner.mli > src/elm_spinner.mli.depends
- + ocamlc.opt -c -I src -o src/elm_spinner.cmi src/elm_spinner.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_spinner.ml.multi src/elm_spinner.ml
- + ocamldep -modules src/elm_spinner.ml > src/elm_spinner.ml.depends
- + ocamldep -modules src/elm_table.mli > src/elm_table.mli.depends
- + ocamlc.opt -c -I src -o src/elm_table.cmi src/elm_table.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_table.ml.multi src/elm_table.ml
- + ocamldep -modules src/elm_table.ml > src/elm_table.ml.depends
- + ocamldep -modules src/elm_theme.mli > src/elm_theme.mli.depends
- + ocamlc.opt -c -I src -o src/elm_theme.cmi src/elm_theme.mli
- + ocamldep -modules src/elm_theme.ml > src/elm_theme.ml.depends
- + ocamldep -modules src/elm_thumb.mli > src/elm_thumb.mli.depends
- + ocamlc.opt -c -I src -o src/elm_thumb.cmi src/elm_thumb.mli
- + ocamldep -modules src/elm_thumb.ml > src/elm_thumb.ml.depends
- + ocamldep -modules src/elm_toolbar.mli > src/elm_toolbar.mli.depends
- + ocamlc.opt -c -I src -o src/elm_toolbar.cmi src/elm_toolbar.mli
- + ocamldep -modules src/elm_toolbar.ml > src/elm_toolbar.ml.depends
- + ocamldep -modules src/elm_transit.mli > src/elm_transit.mli.depends
- + ocamlc.opt -c -I src -o src/elm_transit.cmi src/elm_transit.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_transit.ml.multi src/elm_transit.ml
- + ocamldep -modules src/elm_transit.ml > src/elm_transit.ml.depends
- + ocamldep -modules src/elm_web.mli > src/elm_web.mli.depends
- + ocamlc.opt -c -I src -o src/elm_web.cmi src/elm_web.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_web.ml.multi src/elm_web.ml
- + ocamldep -modules src/elm_web.ml > src/elm_web.ml.depends
- + ocamldep -modules src/elm_win.mli > src/elm_win.mli.depends
- + ocamlc.opt -c -I src -o src/elm_win.cmi src/elm_win.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_win.ml.multi src/elm_win.ml
- + ocamldep -modules src/elm_win.ml > src/elm_win.ml.depends
- + ocamldep -modules src/elm_inwin.mli > src/elm_inwin.mli.depends
- + ocamlc.opt -c -I src -o src/elm_inwin.cmi src/elm_inwin.mli
- + ocamldep -modules src/elm_inwin.ml > src/elm_inwin.ml.depends
- + ocamldep -modules src/elm_win_inwin.mli > src/elm_win_inwin.mli.depends
- + ocamlc.opt -c -I src -o src/elm_win_inwin.cmi src/elm_win_inwin.mli
- + ocamldep -modules src/elm_win_inwin.ml > src/elm_win_inwin.ml.depends
- + ocamldep -modules src/elm_actionslider.mli > src/elm_actionslider.mli.depends
- + ocamlc.opt -c -I src -o src/elm_actionslider.cmi src/elm_actionslider.mli
- + ocamldep -modules src/elm_actionslider.ml > src/elm_actionslider.ml.depends
- + ocamldep -modules src/elm_video.mli > src/elm_video.mli.depends
- + ocamlc.opt -c -I src -o src/elm_video.cmi src/elm_video.mli
- + ocaml src/write_multi.ml ml 1.26.3 src/elm_video.ml.multi src/elm_video.ml
- + ocamldep -modules src/elm_video.ml > src/elm_video.ml.depends
- + ocamldep -modules src/elm_sig.mli > src/elm_sig.mli.depends
- + ocamlc.opt -c -I src -o src/elm_sig.cmi src/elm_sig.mli
- + ocamldep -modules src/elm_sig.ml > src/elm_sig.ml.depends
- + ocamldep -modules src/elm_toolbox.mli > src/elm_toolbox.mli.depends
- + ocamlc.opt -c -I src -o src/elm_toolbox.cmi src/elm_toolbox.mli
- + ocamldep -modules src/elm_toolbox.ml > src/elm_toolbox.ml.depends
- + ocamldep -modules src/elm_connect.mli > src/elm_connect.mli.depends
- + ocamlc.opt -c -I src -o src/elm_connect.cmi src/elm_connect.mli
- + ocamldep -modules src/elm_connect.ml > src/elm_connect.ml.depends
- + ocamldep -modules src/henums_check.ml > src/henums_check.ml.depends
- + ocamldep -modules src/autofun_check.ml > src/autofun_check.ml.depends
- + ocamlc.opt -c -I src -o src/ecore.cmo src/ecore.ml
- + ocamlc.opt -c -I src -o src/ecore_animator.cmo src/ecore_animator.ml
- + ocamlc.opt -c -I src -o src/ecore_timer.cmo src/ecore_timer.ml
- + ocamlc.opt -c -I src -o src/evas.cmo src/evas.ml
- + ocamlc.opt -c -I src -o src/evas_event.cmo src/evas_event.ml
- + ocamlc.opt -c -I src -o src/evas_font.cmo src/evas_font.ml
- + ocamlc.opt -c -I src -o src/evas_map.cmo src/evas_map.ml
- + ocamlc.opt -c -I src -o src/evas_object.cmo src/evas_object.ml
- + ocamlc.opt -c -I src -o src/evas_object_smart.cmo src/evas_object_smart.ml
- + ocamlc.opt -c -I src -o src/ecore_evas.cmo src/ecore_evas.ml
- + ocamlc.opt -c -I src -o src/ethumb.cmo src/ethumb.ml
- + ocamlc.opt -c -I src -o src/edje.cmo src/edje.ml
- + ocamlc.opt -c -I src -o src/elm.cmo src/elm.ml
- + ocamlc.opt -c -I src -o src/elm_font.cmo src/elm_font.ml
- + ocamlc.opt -c -I src -o src/elm_config.cmo src/elm_config.ml
- + ocamlc.opt -c -I src -o src/elm_object.cmo src/elm_object.ml
- + ocamlc.opt -c -I src -o src/elm_gen.cmo src/elm_gen.ml
- + ocamlc.opt -c -I src -o src/elm_layout.cmo src/elm_layout.ml
- + ocamlc.opt -c -I src -o src/elm_ctxpopup.cmo src/elm_ctxpopup.ml
- + ocamlc.opt -c -I src -o src/elm_fileselector.cmo src/elm_fileselector.ml
- + ocamlc.opt -c -I src -o src/elm_fileselector_button.cmo src/elm_fileselector_button.ml
- + ocamlc.opt -c -I src -o src/elm_fileselector_entry.cmo src/elm_fileselector_entry.ml
- + ocamlc.opt -c -I src -o src/elm_hoversel.cmo src/elm_hoversel.ml
- + ocamlc.opt -c -I src -o src/elm_multibuttonentry.cmo src/elm_multibuttonentry.ml
- + ocamlc.opt -c -I src -o src/elm_naviframe.cmo src/elm_naviframe.ml
- + ocamlc.opt -c -I src -o src/elm_popup.cmo src/elm_popup.ml
- + ocamlc.opt -c -I src -o src/elm_app.cmo src/elm_app.ml
- + ocamlc.opt -c -I src -o src/elm_bg.cmo src/elm_bg.ml
- + ocamlc.opt -c -I src -o src/elm_box.cmo src/elm_box.ml
- + ocamlc.opt -c -I src -o src/elm_bubble.cmo src/elm_bubble.ml
- + ocamlc.opt -c -I src -o src/elm_button.cmo src/elm_button.ml
- + ocamlc.opt -c -I src -o src/elm_calendar.cmo src/elm_calendar.ml
- + ocamlc.opt -c -I src -o src/elm_calendar.cmo src/elm_calendar.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include:
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- + ocamlc.opt -c -I src -o src/elm_check.cmo src/elm_check.ml
- + ocamlc.opt -c -I src -o src/elm_clock.cmo src/elm_clock.ml
- + ocamlc.opt -c -I src -o src/elm_colorselector.cmo src/elm_colorselector.ml
- + ocamlc.opt -c -I src -o src/elm_conformant.cmo src/elm_conformant.ml
- + ocamlc.opt -c -I src -o src/elm_datetime.cmo src/elm_datetime.ml
- + ocamlc.opt -c -I src -o src/elm_datetime.cmo src/elm_datetime.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include:
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- + ocamlc.opt -c -I src -o src/elm_dayselector.cmo src/elm_dayselector.ml
- + ocamlc.opt -c -I src -o src/elm_diskselector.cmo src/elm_diskselector.ml
- + ocamlc.opt -c -I src -o src/elm_entry.cmo src/elm_entry.ml
- + ocamlc.opt -c -I src -o src/elm_flip.cmo src/elm_flip.ml
- + ocamlc.opt -c -I src -o src/elm_flipselector.cmo src/elm_flipselector.ml
- + ocamlc.opt -c -I src -o src/elm_frame.cmo src/elm_frame.ml
- + ocamlc.opt -c -I src -o src/elm_gengrid.cmo src/elm_gengrid.ml
- + ocamlc.opt -c -I src -o src/elm_genlist.cmo src/elm_genlist.ml
- + ocamlc.opt -c -I src -o src/elm_gesture_layer.cmo src/elm_gesture_layer.ml
- + ocamlc.opt -c -I src -o src/elm_glview.cmo src/elm_glview.ml
- + ocamlc.opt -c -I src -o src/elm_grid.cmo src/elm_grid.ml
- + ocamlc.opt -c -I src -o src/elm_hover.cmo src/elm_hover.ml
- + ocamlc.opt -c -I src -o src/elm_icon.cmo src/elm_icon.ml
- + ocamlc.opt -c -I src -o src/elm_image.cmo src/elm_image.ml
- + ocamlc.opt -c -I src -o src/elm_index.cmo src/elm_index.ml
- + ocamlc.opt -c -I src -o src/elm_label.cmo src/elm_label.ml
- + ocamlc.opt -c -I src -o src/elm_list.cmo src/elm_list.ml
- + ocamlc.opt -c -I src -o src/elm_map.cmo src/elm_map.ml
- + ocamlc.opt -c -I src -o src/elm_mapbuf.cmo src/elm_mapbuf.ml
- + ocamlc.opt -c -I src -o src/elm_menu.cmo src/elm_menu.ml
- + ocamlc.opt -c -I src -o src/elm_notify.cmo src/elm_notify.ml
- + ocamlc.opt -c -I src -o src/elm_panel.cmo src/elm_panel.ml
- + ocamlc.opt -c -I src -o src/elm_panes.cmo src/elm_panes.ml
- + ocamlc.opt -c -I src -o src/elm_photo.cmo src/elm_photo.ml
- + ocamlc.opt -c -I src -o src/elm_photocam.cmo src/elm_photocam.ml
- + ocamlc.opt -c -I src -o src/elm_plug.cmo src/elm_plug.ml
- + ocamlc.opt -c -I src -o src/elm_progressbar.cmo src/elm_progressbar.ml
- + ocamlc.opt -c -I src -o src/elm_radio.cmo src/elm_radio.ml
- + ocamlc.opt -c -I src -o src/elm_route.cmo src/elm_route.ml
- + ocamlc.opt -c -I src -o src/elm_scroller.cmo src/elm_scroller.ml
- + ocamlc.opt -c -I src -o src/elm_segment_control.cmo src/elm_segment_control.ml
- + ocamlc.opt -c -I src -o src/elm_separator.cmo src/elm_separator.ml
- + ocamlc.opt -c -I src -o src/elm_slider.cmo src/elm_slider.ml
- + ocamlc.opt -c -I src -o src/elm_slideshow.cmo src/elm_slideshow.ml
- + ocamlc.opt -c -I src -o src/elm_spinner.cmo src/elm_spinner.ml
- + ocamlc.opt -c -I src -o src/elm_table.cmo src/elm_table.ml
- + ocamlc.opt -c -I src -o src/elm_theme.cmo src/elm_theme.ml
- + ocamlc.opt -c -I src -o src/elm_thumb.cmo src/elm_thumb.ml
- + ocamlc.opt -c -I src -o src/elm_toolbar.cmo src/elm_toolbar.ml
- + ocamlc.opt -c -I src -o src/elm_transit.cmo src/elm_transit.ml
- + ocamlc.opt -c -I src -o src/elm_web.cmo src/elm_web.ml
- + ocamlc.opt -c -I src -o src/elm_web.cmo src/elm_web.ml
- File "src/elm_web.ml", line 112, characters 0-78:
- 112 | external download_of_ptr : Evas.ptr -> download = "ml_Elm_Web_Download_of_ptr"
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 61 [unboxable-type-in-prim-decl]: This primitive declaration uses type download, whose representation
- may be either boxed or unboxed. Without an annotation to indicate
- which representation is intended, the boxed representation has been
- selected by default. This default choice may change in future
- versions of the compiler, breaking the primitive implementation.
- You should explicitly annotate the declaration of download
- with [@@boxed] or [@@unboxed], so that its external interface
- remains stable in the future.
- + ocamlc.opt -c -I src -o src/elm_win.cmo src/elm_win.ml
- + ocamlc.opt -c -I src -o src/elm_inwin.cmo src/elm_inwin.ml
- + ocamlc.opt -c -I src -o src/elm_win_inwin.cmo src/elm_win_inwin.ml
- + ocamlc.opt -c -I src -o src/elm_actionslider.cmo src/elm_actionslider.ml
- + ocamlc.opt -c -I src -o src/elm_video.cmo src/elm_video.ml
- + ocamlc.opt -c -I src -o src/elm_sig.cmo src/elm_sig.ml
- + ocamlc.opt -c -I src -o src/elm_toolbox.cmo src/elm_toolbox.ml
- + ocamlc.opt -c -I src -o src/elm_connect.cmo src/elm_connect.ml
- + ocamlc.opt -c -I src -o src/henums_check.cmo src/henums_check.ml
- + ocamlc.opt -c -I src -o src/autofun_check.cmo src/autofun_check.ml
- + ocamlc.opt -pack src/autofun.cmo src/henums.cmo src/ecore.cmo src/ecore_animator.cmo src/ecore_timer.cmo src/hstructs.cmo src/evas.cmo src/evas_event.cmo src/evas_font.cmo src/evas_map.cmo src/evas_object.cmo src/evas_object_smart.cmo src/ecore_evas.cmo src/ethumb.cmo src/edje.cmo src/elm.cmo src/elm_font.cmo src/elm_config.cmo src/elm_object.cmo src/elm_gen.cmo src/elm_layout.cmo src/elm_ctxpopup.cmo src/elm_fileselector.cmo src/elm_fileselector_button.cmo src/elm_fileselector_entry.cmo src/elm_icon.cmo src/elm_hoversel.cmo src/elm_multibuttonentry.cmo src/elm_naviframe.cmo src/elm_popup.cmo src/elm_app.cmo src/elm_bg.cmo src/elm_box.cmo src/elm_bubble.cmo src/elm_button.cmo src/elm_calendar.cmo src/elm_check.cmo src/elm_clock.cmo src/elm_colorselector.cmo src/elm_conformant.cmo src/elm_datetime.cmo src/elm_dayselector.cmo src/elm_diskselector.cmo src/elm_entry.cmo src/elm_flip.cmo src/elm_flipselector.cmo src/elm_frame.cmo src/elm_list.cmo src/elm_genlist.cmo src/elm_scroller.cmo src/elm_gengrid.cmo src/elm_gesture_layer.cmo src/elm_glview.cmo src/elm_grid.cmo src/elm_hover.cmo src/elm_image.cmo src/elm_index.cmo src/elm_label.cmo src/elm_map.cmo src/elm_mapbuf.cmo src/elm_menu.cmo src/elm_notify.cmo src/elm_panel.cmo src/elm_panes.cmo src/elm_photo.cmo src/elm_photocam.cmo src/elm_plug.cmo src/common.cmo src/elm_progressbar.cmo src/elm_radio.cmo src/elm_route.cmo src/elm_segment_control.cmo src/elm_separator.cmo src/elm_slider.cmo src/elm_slideshow.cmo src/elm_spinner.cmo src/elm_table.cmo src/elm_theme.cmo src/elm_thumb.cmo src/elm_toolbar.cmo src/elm_transit.cmo src/elm_web.cmo src/elm_win.cmo src/elm_inwin.cmo src/elm_win_inwin.cmo src/elm_actionslider.cmo src/elm_video.cmo src/elm_sig.cmo src/elm_connect.cmo src/elm_toolbox.cmo src/henums_check.cmo src/autofun_check.cmo -o src/efl.cmo
- + ocaml src/write_multi.ml ml 1.26.3 src/write_other.ml.multi src/write_other.ml
- + ocamldep -modules src/write_other.ml > src/write_other.ml.depends
- + ocamlc.opt -c -I src -o src/write_other.cmo src/write_other.ml
- + ocamlc.opt -a -I src src/write_other.cmo -o src/write_other.cma
- + ocaml src/write_other.cma
- + ocaml src/write_multi.ml c 1.26.3 src/elm_win_wrap.h.multi src/elm_win_wrap.h
- + ocaml src/write_multi.ml c 1.26.3 src/elm_wrap.h.multi src/elm_wrap.h
- + ocaml src/write_multi.ml c 1.26.3 src/include.h.multi src/include.h
- + ocaml src/write_variants.ml > src/variants.h
- + ocaml src/write_multi.ml c 1.26.3 src/ecore_animator_wrap.c.multi src/ecore_animator_wrap.c
- + ocaml src/write_multi.ml c 1.26.3 src/elm_wrap.c.multi src/elm_wrap.c
- + ocaml src/write_multi.ml c 1.26.3 src/elm_config_wrap.c.multi src/elm_config_wrap.c
- + ocaml src/write_multi.ml c 1.26.3 src/elm_object_wrap.c.multi src/elm_object_wrap.c
- + ocaml src/write_multi.ml c 1.26.3 src/elm_layout_wrap.c.multi src/elm_layout_wrap.c
- + ocaml src/write_multi.ml c 1.26.3 src/elm_ctxpopup_wrap.c.multi src/elm_ctxpopup_wrap.c
- + ocaml src/write_multi.ml c 1.26.3 src/elm_fileselector_wrap.c.multi src/elm_fileselector_wrap.c
- + ocaml src/write_multi.ml c 1.26.3 src/elm_multibuttonentry_wrap.c.multi src/elm_multibuttonentry_wrap.c
- + ocaml src/write_multi.ml c 1.26.3 src/elm_naviframe_wrap.c.multi src/elm_naviframe_wrap.c
- + ocaml src/write_multi.ml c 1.26.3 src/elm_popup_wrap.c.multi src/elm_popup_wrap.c
- + ocaml src/write_multi.ml c 1.26.3 src/elm_app_wrap.c.multi src/elm_app_wrap.c
- + ocaml src/write_multi.ml c 1.26.3 src/elm_calendar_wrap.c.multi src/elm_calendar_wrap.c
- + ocaml src/write_multi.ml c 1.26.3 src/elm_colorselector_wrap.c.multi src/elm_colorselector_wrap.c
- + ocaml src/write_multi.ml c 1.26.3 src/elm_entry_wrap.c.multi src/elm_entry_wrap.c
- + ocaml src/write_multi.ml c 1.26.3 src/elm_gengrid_wrap.c.multi src/elm_gengrid_wrap.c
- + ocaml src/write_multi.ml c 1.26.3 src/elm_genlist_wrap.c.multi src/elm_genlist_wrap.c
- + ocaml src/write_multi.ml c 1.26.3 src/elm_glview_wrap.c.multi src/elm_glview_wrap.c
- + ocaml src/write_multi.ml c 1.26.3 src/elm_mapbuf_wrap.c.multi src/elm_mapbuf_wrap.c
- + ocaml src/write_multi.ml c 1.26.3 src/elm_scroller_wrap.c.multi src/elm_scroller_wrap.c
- + ocaml src/write_multi.ml c 1.26.3 src/elm_slider_wrap.c.multi src/elm_slider_wrap.c
- + ocaml src/write_multi.ml c 1.26.3 src/elm_table_wrap.c.multi src/elm_table_wrap.c
- + ocaml src/write_multi.ml c 1.26.3 src/elm_transit_wrap.c.multi src/elm_transit_wrap.c
- + ocaml src/write_multi.ml c 1.26.3 src/elm_web_wrap.c.multi src/elm_web_wrap.c
- + ocaml src/write_multi.ml c 1.26.3 src/elm_win_wrap.c.multi src/elm_win_wrap.c
- + ocaml src/write_multi.ml c 1.26.3 src/elm_video_wrap.c.multi src/elm_video_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/eina_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/eina_wrap.c
- In file included from src/include.h:85,
- from src/eina_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- src/eina_wrap.c: In function 'copy_Eina_List_string':
- src/eina_wrap.c:58:23: warning: implicit declaration of function 'copy_string'; did you mean 'copy_string_opt'? [-Wimplicit-function-declaration]
- 58 | v_s = copy_string(s);
- | ^~~~~~~~~~~
- | copy_string_opt
- src/eina_wrap.c: In function 'copy_double_ptr':
- src/eina_wrap.c:260:16: warning: implicit declaration of function 'copy_double'; did you mean 'copy_double_ptr'? [-Wimplicit-function-declaration]
- 260 | return copy_double(*ptr);
- | ^~~~~~~~~~~
- | copy_double_ptr
- + mv eina_wrap.o src/eina_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/evas_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/evas_wrap.c
- In file included from src/include.h:85,
- from src/evas_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- src/evas_wrap.c: In function 'ml_string_of_ptr':
- src/evas_wrap.c:40:16: warning: implicit declaration of function 'copy_string'; did you mean 'copy_string_opt'? [-Wimplicit-function-declaration]
- 40 | return copy_string(ptr);
- | ^~~~~~~~~~~
- | copy_string_opt
- src/evas_wrap.c: In function 'ml_float_of_ptr':
- src/evas_wrap.c:98:16: warning: implicit declaration of function 'copy_double'; did you mean 'copy_double_ptr'? [-Wimplicit-function-declaration]
- 98 | return copy_double(*x);
- | ^~~~~~~~~~~
- | copy_double_ptr
- In file included from src/include.h:12:
- src/evas_wrap.c: In function 'ml_evas_string_char_next_get':
- src/evas_wrap.c:713:27: warning: implicit declaration of function 'copy_int32'; did you mean 'copy_tm'? [-Wimplicit-function-declaration]
- 713 | Store_field(v, 1, copy_int32(decoded));
- | ^~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:427:27: note: in definition of macro 'Store_field'
- 427 | value caml__temp_val = (val); \
- | ^~~
- + mv evas_wrap.o src/evas_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/evas_event_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/evas_event_wrap.c
- In file included from src/include.h:85,
- from src/evas_event_wrap.h:4,
- from src/evas_event_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv evas_event_wrap.o src/evas_event_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/evas_font_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/evas_font_wrap.c
- In file included from src/include.h:85,
- from src/evas_font_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv evas_font_wrap.o src/evas_font_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/evas_map_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/evas_map_wrap.c
- In file included from src/include.h:85,
- from src/evas_map_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- In file included from src/include.h:12:
- src/evas_map_wrap.c: In function 'ml_evas_map_point_image_uv_get':
- src/evas_map_wrap.c:200:29: warning: implicit declaration of function 'copy_double'; did you mean 'copy_double_ptr'? [-Wimplicit-function-declaration]
- 200 | Store_field(v_r, 0, copy_double(u));
- | ^~~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:427:27: note: in definition of macro 'Store_field'
- 427 | value caml__temp_val = (val); \
- | ^~~
- + mv evas_map_wrap.o src/evas_map_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/evas_object_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/evas_object_wrap.c
- In file included from src/include.h:85,
- from src/evas_object_wrap.h:4,
- from src/evas_object_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- src/evas_object_wrap.c: In function 'ml_evas_object_name_get':
- src/evas_object_wrap.c:267:16: warning: implicit declaration of function 'copy_string'; did you mean 'copy_string_opt'? [-Wimplicit-function-declaration]
- 267 | return copy_string(evas_object_name_get(Evas_Object_val(v_obj)));
- | ^~~~~~~~~~~
- | copy_string_opt
- In file included from src/include.h:12:
- src/evas_object_wrap.c: In function 'ml_evas_object_size_hint_align_get':
- src/evas_object_wrap.c:433:27: warning: implicit declaration of function 'copy_double'; did you mean 'copy_double_ptr'? [-Wimplicit-function-declaration]
- 433 | Store_field(v, 0, copy_double(x));
- | ^~~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:427:27: note: in definition of macro 'Store_field'
- 427 | value caml__temp_val = (val); \
- | ^~~
- + mv evas_object_wrap.o src/evas_object_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/evas_object_event_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/evas_object_event_wrap.c
- In file included from src/include.h:85,
- from src/evas_object_event_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv evas_object_event_wrap.o src/evas_object_event_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/ecore_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/ecore_wrap.c
- In file included from src/include.h:85,
- from src/ecore_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- src/ecore_wrap.c: In function 'raise_not_X':
- src/ecore_wrap.c:6:25: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 6 | if(e == NULL) e = caml_named_value("Not_X exception");
- | ^
- src/ecore_wrap.c: In function 'raise_not_Wayland':
- src/ecore_wrap.c:13:25: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 13 | if(e == NULL) e = caml_named_value("Not_Wayland exception");
- | ^
- + mv ecore_wrap.o src/ecore_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/ecore_animator_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/ecore_animator_wrap.c
- In file included from src/include.h:85,
- from src/ecore_animator_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- src/ecore_animator_wrap.c: In function 'ml_ecore_animator_pos_map_list':
- src/ecore_animator_wrap.c:25:16: warning: implicit declaration of function 'copy_double'; did you mean 'copy_double_ptr'? [-Wimplicit-function-declaration]
- 25 | return copy_double(ecore_animator_pos_map_n(Double_val(v_pos),
- | ^~~~~~~~~~~
- | copy_double_ptr
- + mv ecore_animator_wrap.o src/ecore_animator_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/ecore_evas_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/ecore_evas_wrap.c
- In file included from src/include.h:85,
- from src/ecore_evas_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv ecore_evas_wrap.o src/ecore_evas_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/ethumb_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/ethumb_wrap.c
- In file included from src/include.h:85,
- from src/ethumb_wrap.h:4,
- from src/ethumb_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv ethumb_wrap.o src/ethumb_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/edje_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/edje_wrap.c
- In file included from src/include.h:85,
- from src/edje_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- src/edje_wrap.c: In function 'ml_Edje_Signal_Cb':
- src/edje_wrap.c:10:22: warning: implicit declaration of function 'copy_string'; did you mean 'copy_string_opt'? [-Wimplicit-function-declaration]
- 10 | v_emission = copy_string(emission);
- | ^~~~~~~~~~~
- | copy_string_opt
- + mv edje_wrap.o src/edje_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_wrap.c
- In file included from src/include.h:85,
- from src/elm_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- src/elm_wrap.c: In function 'ml_elm_init_with_counter':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:329:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 329 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- src/elm_wrap.c:62:29: note: in expansion of macro 'String_val'
- 62 | char* arg = String_val(Field(v_argv, i));
- | ^~~~~~~~~~
- In file included from src/include.h:12:
- src/elm_wrap.c: In function 'copy_Elm_Color_Class':
- src/elm_wrap.c:160:27: warning: implicit declaration of function 'copy_string'; did you mean 'copy_string_opt'? [-Wimplicit-function-declaration]
- 160 | Store_field(v, 0, copy_string(c->name));
- | ^~~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:427:27: note: in definition of macro 'Store_field'
- 427 | value caml__temp_val = (val); \
- | ^~~
- + mv elm_wrap.o src/elm_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_config_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_config_wrap.c
- In file included from src/include.h:85,
- from src/elm_config_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- src/elm_config_wrap.c: In function 'ml_elm_config_preferred_engine_get':
- src/elm_config_wrap.c:18:16: warning: implicit declaration of function 'copy_string'; did you mean 'copy_string_opt'? [-Wimplicit-function-declaration]
- 18 | return copy_string(elm_config_accel_preference_get());
- | ^~~~~~~~~~~
- | copy_string_opt
- + mv elm_config_wrap.o src/elm_config_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_object_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_object_wrap.c
- In file included from src/include.h:85,
- from src/elm_object_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- src/elm_object_wrap.c: In function 'ml_elm_object_cursor_get':
- src/elm_object_wrap.c:13:16: warning: implicit declaration of function 'copy_string'; did you mean 'copy_string_opt'? [-Wimplicit-function-declaration]
- 13 | return copy_string(elm_object_cursor_get(Evas_Object_val(v_obj)));
- | ^~~~~~~~~~~
- | copy_string_opt
- src/elm_object_wrap.c: In function 'ml_elm_object_translatable_part_text_get':
- src/elm_object_wrap.c:302:32: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 302 | else translatable_part = String_val(Field(v_translatable_part, 0));
- | ^
- src/elm_object_wrap.c: In function 'ml_elm_object_part_text_set':
- src/elm_object_wrap.c:334:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 334 | else part = String_val(Field(v_part, 0));
- | ^
- src/elm_object_wrap.c: In function 'ml_elm_object_part_text_get':
- src/elm_object_wrap.c:352:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 352 | else part = String_val(Field(v_part, 0));
- | ^
- src/elm_object_wrap.c: In function 'ml_elm_object_part_content_set':
- src/elm_object_wrap.c:363:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 363 | else part = String_val(Field(v_part, 0));
- | ^
- src/elm_object_wrap.c: In function 'ml_elm_object_part_content_get':
- src/elm_object_wrap.c:389:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 389 | else part = String_val(Field(v_part, 0));
- | ^
- src/elm_object_wrap.c: In function 'ml_elm_object_part_content_unset':
- src/elm_object_wrap.c:408:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 408 | else part = String_val(Field(v_part, 0));
- | ^
- src/elm_object_wrap.c: In function 'ml_elm_object_scale_get':
- src/elm_object_wrap.c:875:16: warning: implicit declaration of function 'copy_double'; did you mean 'copy_double_ptr'? [-Wimplicit-function-declaration]
- 875 | return copy_double(elm_object_scale_get(Evas_Object_val(v_obj)));
- | ^~~~~~~~~~~
- | copy_double_ptr
- + mv elm_object_wrap.o src/elm_object_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_gen_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_gen_wrap.c
- In file included from src/include.h:85,
- from src/elm_gen_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- src/elm_gen_wrap.c: In function 'ml_Elm_Gen_Item_Text_Get_Cb':
- src/elm_gen_wrap.c:10:18: warning: implicit declaration of function 'copy_string'; did you mean 'copy_string_opt'? [-Wimplicit-function-declaration]
- 10 | v_part = copy_string(part);
- | ^~~~~~~~~~~
- | copy_string_opt
- + mv elm_gen_wrap.o src/elm_gen_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_layout_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_layout_wrap.c
- In file included from src/include.h:85,
- from src/elm_layout_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- In file included from src/include.h:12:
- src/elm_layout_wrap.c: In function 'ml_elm_layout_data_get':
- src/elm_layout_wrap.c:133:35: warning: implicit declaration of function 'copy_string'; did you mean 'copy_string_opt'? [-Wimplicit-function-declaration]
- 133 | Store_field(v, 0, copy_string(data));
- | ^~~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:427:27: note: in definition of macro 'Store_field'
- 427 | value caml__temp_val = (val); \
- | ^~~
- + mv elm_layout_wrap.o src/elm_layout_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_ctxpopup_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_ctxpopup_wrap.c
- In file included from src/include.h:85,
- from src/elm_ctxpopup_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv elm_ctxpopup_wrap.o src/elm_ctxpopup_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_fileselector_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_fileselector_wrap.c
- In file included from src/include.h:85,
- from src/elm_fileselector_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- src/elm_fileselector_wrap.c: In function 'ml_Elm_Fileselector_Filter_Func':
- src/elm_fileselector_wrap.c:9:15: warning: implicit declaration of function 'copy_string'; did you mean 'copy_string_opt'? [-Wimplicit-function-declaration]
- 9 | v_s = copy_string(path);
- | ^~~~~~~~~~~
- | copy_string_opt
- src/elm_fileselector_wrap.c: In function 'ml_elm_fileselector_mime_types_filter_append':
- src/elm_fileselector_wrap.c:102:26: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 102 | else filter_name = String_val(Field(v_filter_name, 0));
- | ^
- + mv elm_fileselector_wrap.o src/elm_fileselector_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_fileselector_button_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_fileselector_button_wrap.c
- In file included from src/include.h:85,
- from src/elm_fileselector_button_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- src/elm_fileselector_button_wrap.c: In function 'ml_elm_fileselector_button_window_title_get':
- src/elm_fileselector_button_wrap.c:21:16: warning: implicit declaration of function 'copy_string'; did you mean 'copy_string_opt'? [-Wimplicit-function-declaration]
- 21 | return copy_string(elm_fileselector_button_window_title_get(
- | ^~~~~~~~~~~
- | copy_string_opt
- + mv elm_fileselector_button_wrap.o src/elm_fileselector_button_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_fileselector_entry_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_fileselector_entry_wrap.c
- In file included from src/include.h:85,
- from src/elm_fileselector_entry_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- src/elm_fileselector_entry_wrap.c: In function 'ml_elm_fileselector_entry_window_title_get':
- src/elm_fileselector_entry_wrap.c:21:16: warning: implicit declaration of function 'copy_string'; did you mean 'copy_string_opt'? [-Wimplicit-function-declaration]
- 21 | return copy_string(elm_fileselector_entry_window_title_get(
- | ^~~~~~~~~~~
- | copy_string_opt
- + mv elm_fileselector_entry_wrap.o src/elm_fileselector_entry_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_hoversel_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_hoversel_wrap.c
- In file included from src/include.h:85,
- from src/elm_hoversel_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- In file included from src/include.h:12:
- src/elm_hoversel_wrap.c: In function 'ml_elm_hoversel_item_icon_get':
- src/elm_hoversel_wrap.c:121:29: warning: implicit declaration of function 'copy_string'; did you mean 'copy_string_opt'? [-Wimplicit-function-declaration]
- 121 | Store_field(v_r, 0, copy_string(icon_file));
- | ^~~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:427:27: note: in definition of macro 'Store_field'
- 427 | value caml__temp_val = (val); \
- | ^~~
- + mv elm_hoversel_wrap.o src/elm_hoversel_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_multibuttonentry_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_multibuttonentry_wrap.c
- In file included from src/include.h:85,
- from src/elm_multibuttonentry_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv elm_multibuttonentry_wrap.o src/elm_multibuttonentry_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_naviframe_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_naviframe_wrap.c
- In file included from src/include.h:85,
- from src/elm_naviframe_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- src/elm_naviframe_wrap.c: In function 'ml_elm_naviframe_item_push_native':
- src/elm_naviframe_wrap.c:31:26: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 31 | else title_label = String_val(Field(v_title_label, 0));
- | ^
- src/elm_naviframe_wrap.c:33:25: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 33 | else item_style = String_val(Field(v_item_style, 0));
- | ^
- src/elm_naviframe_wrap.c: In function 'ml_elm_naviframe_item_insert_before_native':
- src/elm_naviframe_wrap.c:58:26: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 58 | else title_label = String_val(Field(v_title_label, 0));
- | ^
- src/elm_naviframe_wrap.c:60:25: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 60 | else item_style = String_val(Field(v_item_style, 0));
- | ^
- src/elm_naviframe_wrap.c: In function 'ml_elm_naviframe_item_insert_after_native':
- src/elm_naviframe_wrap.c:86:26: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 86 | else title_label = String_val(Field(v_title_label, 0));
- | ^
- src/elm_naviframe_wrap.c:88:25: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 88 | else item_style = String_val(Field(v_item_style, 0));
- | ^
- src/elm_naviframe_wrap.c: In function 'ml_elm_naviframe_item_style_get':
- src/elm_naviframe_wrap.c:160:16: warning: implicit declaration of function 'copy_string'; did you mean 'copy_string_opt'? [-Wimplicit-function-declaration]
- 160 | return copy_string(elm_naviframe_item_style_get(
- | ^~~~~~~~~~~
- | copy_string_opt
- + mv elm_naviframe_wrap.o src/elm_naviframe_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_popup_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_popup_wrap.c
- In file included from src/include.h:85,
- from src/elm_popup_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- In file included from src/include.h:12:
- src/elm_popup_wrap.c: In function 'ml_elm_popup_align_get':
- src/elm_popup_wrap.c:53:29: warning: implicit declaration of function 'copy_double'; did you mean 'copy_double_ptr'? [-Wimplicit-function-declaration]
- 53 | Store_field(v_r, 0, copy_double(w));
- | ^~~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:427:27: note: in definition of macro 'Store_field'
- 427 | value caml__temp_val = (val); \
- | ^~~
- + mv elm_popup_wrap.o src/elm_popup_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_app_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_app_wrap.c
- In file included from src/include.h:85,
- from src/elm_app_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- src/elm_app_wrap.c: In function 'ml_elm_app_name_get':
- src/elm_app_wrap.c:50:16: warning: implicit declaration of function 'copy_string'; did you mean 'copy_string_opt'? [-Wimplicit-function-declaration]
- 50 | return copy_string(elm_app_name_get());
- | ^~~~~~~~~~~
- | copy_string_opt
- src/elm_app_wrap.c: In function 'ml_elm_app_base_scale_get':
- src/elm_app_wrap.c:91:16: warning: implicit declaration of function 'copy_double'; did you mean 'copy_double_ptr'? [-Wimplicit-function-declaration]
- 91 | return copy_double(elm_app_base_scale_get());
- | ^~~~~~~~~~~
- | copy_double_ptr
- + mv elm_app_wrap.o src/elm_app_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_bg_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_bg_wrap.c
- In file included from src/include.h:85,
- from src/elm_bg_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv elm_bg_wrap.o src/elm_bg_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_box_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_box_wrap.c
- In file included from src/include.h:85,
- from src/elm_box_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- In file included from src/include.h:12:
- src/elm_box_wrap.c: In function 'ml_elm_box_align_get':
- src/elm_box_wrap.c:35:27: warning: implicit declaration of function 'copy_double'; did you mean 'copy_double_ptr'? [-Wimplicit-function-declaration]
- 35 | Store_field(v, 0, copy_double(x));
- | ^~~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:427:27: note: in definition of macro 'Store_field'
- 427 | value caml__temp_val = (val); \
- | ^~~
- + mv elm_box_wrap.o src/elm_box_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_bubble_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_bubble_wrap.c
- In file included from src/include.h:85,
- from src/elm_bubble_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv elm_bubble_wrap.o src/elm_bubble_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_button_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_button_wrap.c
- In file included from src/include.h:85,
- from src/elm_button_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv elm_button_wrap.o src/elm_button_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_calendar_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_calendar_wrap.c
- In file included from src/include.h:85,
- from src/elm_calendar_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv elm_calendar_wrap.o src/elm_calendar_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_check_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_check_wrap.c
- In file included from src/include.h:85,
- from src/elm_check_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv elm_check_wrap.o src/elm_check_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_clock_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_clock_wrap.c
- In file included from src/include.h:85,
- from src/elm_clock_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv elm_clock_wrap.o src/elm_clock_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_colorselector_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_colorselector_wrap.c
- In file included from src/include.h:85,
- from src/elm_colorselector_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv elm_colorselector_wrap.o src/elm_colorselector_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_conformant_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_conformant_wrap.c
- In file included from src/include.h:85,
- from src/elm_conformant_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv elm_conformant_wrap.o src/elm_conformant_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_datetime_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_datetime_wrap.c
- In file included from src/include.h:85,
- from src/elm_datetime_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv elm_datetime_wrap.o src/elm_datetime_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_dayselector_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_dayselector_wrap.c
- In file included from src/include.h:85,
- from src/elm_dayselector_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv elm_dayselector_wrap.o src/elm_dayselector_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_diskselector_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_diskselector_wrap.c
- In file included from src/include.h:85,
- from src/elm_diskselector_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv elm_diskselector_wrap.o src/elm_diskselector_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_entry_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_entry_wrap.c
- In file included from src/include.h:85,
- from src/elm_entry_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- src/elm_entry_wrap.c: In function 'ml_Elm_Entry_Item_Provider_Cb':
- src/elm_entry_wrap.c:10:18: warning: implicit declaration of function 'copy_string'; did you mean 'copy_string_opt'? [-Wimplicit-function-declaration]
- 10 | v_item = copy_string(item);
- | ^~~~~~~~~~~
- | copy_string_opt
- src/elm_entry_wrap.c: In function 'ml_Elm_Entry_Filter_Cb':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:329:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 329 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- src/elm_entry_wrap.c:27:31: note: in expansion of macro 'String_val'
- 27 | char* text1 = String_val(Field(v_r, 0));
- | ^~~~~~~~~~
- + mv elm_entry_wrap.o src/elm_entry_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_flip_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_flip_wrap.c
- In file included from src/include.h:85,
- from src/elm_flip_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv elm_flip_wrap.o src/elm_flip_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_flipselector_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_flipselector_wrap.c
- In file included from src/include.h:85,
- from src/elm_flipselector_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv elm_flipselector_wrap.o src/elm_flipselector_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_font_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_font_wrap.c
- In file included from src/include.h:85,
- from src/elm_font_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- In file included from src/include.h:12:
- src/elm_font_wrap.c: In function 'copy_Elm_Font_Properties':
- src/elm_font_wrap.c:7:27: warning: implicit declaration of function 'copy_string'; did you mean 'copy_string_opt'? [-Wimplicit-function-declaration]
- 7 | Store_field(v, 0, copy_string(p->name));
- | ^~~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:427:27: note: in definition of macro 'Store_field'
- 427 | value caml__temp_val = (val); \
- | ^~~
- + mv elm_font_wrap.o src/elm_font_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_frame_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_frame_wrap.c
- In file included from src/include.h:85,
- from src/elm_frame_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv elm_frame_wrap.o src/elm_frame_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_gengrid_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_gengrid_wrap.c
- In file included from src/include.h:85,
- from src/elm_gengrid_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- In file included from src/include.h:12:
- src/elm_gengrid_wrap.c: In function 'ml_elm_gengrid_item_cursor_get':
- src/elm_gengrid_wrap.c:200:42: warning: implicit declaration of function 'copy_string'; did you mean 'copy_string_opt'? [-Wimplicit-function-declaration]
- 200 | Store_field(v_cursor, 0, copy_string(cursor));
- | ^~~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:427:27: note: in definition of macro 'Store_field'
- 427 | value caml__temp_val = (val); \
- | ^~~
- src/elm_gengrid_wrap.c: In function 'ml_elm_gengrid_align_get':
- src/elm_gengrid_wrap.c:246:29: warning: implicit declaration of function 'copy_double'; did you mean 'copy_double_ptr'? [-Wimplicit-function-declaration]
- 246 | Store_field(v_r, 0, copy_double(x));
- | ^~~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:427:27: note: in definition of macro 'Store_field'
- 427 | value caml__temp_val = (val); \
- | ^~~
- + mv elm_gengrid_wrap.o src/elm_gengrid_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_genlist_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_genlist_wrap.c
- In file included from src/include.h:85,
- from src/elm_genlist_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- In file included from src/include.h:12:
- src/elm_genlist_wrap.c: In function 'ml_elm_genlist_item_cursor_get':
- src/elm_genlist_wrap.c:230:42: warning: implicit declaration of function 'copy_string'; did you mean 'copy_string_opt'? [-Wimplicit-function-declaration]
- 230 | Store_field(v_cursor, 0, copy_string(cursor));
- | ^~~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:427:27: note: in definition of macro 'Store_field'
- 427 | value caml__temp_val = (val); \
- | ^~~
- + mv elm_genlist_wrap.o src/elm_genlist_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_gesture_layer_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_gesture_layer_wrap.c
- In file included from src/include.h:85,
- from src/elm_gesture_layer_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- src/elm_gesture_layer_wrap.c: In function 'ml_Elm_Gesture_Line_Info_of_ptr':
- src/elm_gesture_layer_wrap.c:37:19: warning: implicit declaration of function 'copy_double'; did you mean 'copy_double_ptr'? [-Wimplicit-function-declaration]
- 37 | v_angle = copy_double(info->angle);
- | ^~~~~~~~~~~
- | copy_double_ptr
- + mv elm_gesture_layer_wrap.o src/elm_gesture_layer_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_glview_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_glview_wrap.c
- In file included from src/include.h:85,
- from src/elm_glview_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- src/elm_glview_wrap.c: In function 'ml_Elm_GLView_Func_Cb_init':
- src/elm_glview_wrap.c:19:33: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 19 | if(v_fun == NULL) v_fun = caml_named_value("Elm_GLView_Func_Cb_init");
- | ^
- src/elm_glview_wrap.c: In function 'ml_Elm_GLView_Func_Cb_del':
- src/elm_glview_wrap.c:30:33: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 30 | if(v_fun == NULL) v_fun = caml_named_value("Elm_GLView_Func_Cb_del");
- | ^
- src/elm_glview_wrap.c: In function 'ml_Elm_GLView_Func_Cb_resize':
- src/elm_glview_wrap.c:41:33: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 41 | if(v_fun == NULL) v_fun = caml_named_value("Elm_GLView_Func_Cb_resize");
- | ^
- src/elm_glview_wrap.c: In function 'ml_Elm_GLView_Func_Cb_render':
- src/elm_glview_wrap.c:52:33: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 52 | if(v_fun == NULL) v_fun = caml_named_value("Elm_GLView_Func_Cb_render");
- | ^
- + mv elm_glview_wrap.o src/elm_glview_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_grid_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_grid_wrap.c
- In file included from src/include.h:85,
- from src/elm_grid_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv elm_grid_wrap.o src/elm_grid_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_hover_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_hover_wrap.c
- In file included from src/include.h:85,
- from src/elm_hover_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- In file included from src/include.h:12:
- src/elm_hover_wrap.c: In function 'ml_elm_hover_best_content_location_get':
- src/elm_hover_wrap.c:33:39: warning: implicit declaration of function 'copy_string'; did you mean 'copy_string_opt'? [-Wimplicit-function-declaration]
- 33 | Store_field(v_loc, 0, copy_string(loc));
- | ^~~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:427:27: note: in definition of macro 'Store_field'
- 427 | value caml__temp_val = (val); \
- | ^~~
- + mv elm_hover_wrap.o src/elm_hover_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_icon_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_icon_wrap.c
- In file included from src/include.h:85,
- from src/elm_icon_wrap.h:4,
- from src/elm_icon_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- In file included from src/include.h:12:
- src/elm_icon_wrap.c: In function 'ml_elm_icon_standard_get':
- src/elm_icon_wrap.c:27:35: warning: implicit declaration of function 'copy_string'; did you mean 'copy_string_opt'? [-Wimplicit-function-declaration]
- 27 | Store_field(v, 0, copy_string(name));
- | ^~~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:427:27: note: in definition of macro 'Store_field'
- 427 | value caml__temp_val = (val); \
- | ^~~
- + mv elm_icon_wrap.o src/elm_icon_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_image_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_image_wrap.c
- In file included from src/include.h:85,
- from src/elm_image_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- In file included from src/include.h:12:
- src/elm_image_wrap.c: In function 'ml_elm_image_file_get':
- src/elm_image_wrap.c:27:27: warning: implicit declaration of function 'copy_string'; did you mean 'copy_string_opt'? [-Wimplicit-function-declaration]
- 27 | Store_field(v, 0, copy_string(file));
- | ^~~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:427:27: note: in definition of macro 'Store_field'
- 427 | value caml__temp_val = (val); \
- | ^~~
- + mv elm_image_wrap.o src/elm_image_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_index_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_index_wrap.c
- In file included from src/include.h:85,
- from src/elm_index_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv elm_index_wrap.o src/elm_index_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_label_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_label_wrap.c
- In file included from src/include.h:85,
- from src/elm_label_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv elm_label_wrap.o src/elm_label_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_list_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_list_wrap.c
- In file included from src/include.h:85,
- from src/elm_list_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv elm_list_wrap.o src/elm_list_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_map_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_map_wrap.c
- In file included from src/include.h:85,
- from src/elm_map_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- In file included from src/include.h:12:
- src/elm_map_wrap.c: In function 'ml_elm_map_region_get':
- src/elm_map_wrap.c:80:29: warning: implicit declaration of function 'copy_double'; did you mean 'copy_double_ptr'? [-Wimplicit-function-declaration]
- 80 | Store_field(v_r, 0, copy_double(lon));
- | ^~~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:427:27: note: in definition of macro 'Store_field'
- 427 | value caml__temp_val = (val); \
- | ^~~
- src/elm_map_wrap.c: In function 'ml_elm_map_sources_get':
- src/elm_map_wrap.c:294:31: warning: implicit declaration of function 'copy_string'; did you mean 'copy_string_opt'? [-Wimplicit-function-declaration]
- 294 | Store_field(v_tmp, 0, copy_string(sources[0]));
- | ^~~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:427:27: note: in definition of macro 'Store_field'
- 427 | value caml__temp_val = (val); \
- | ^~~
- + mv elm_map_wrap.o src/elm_map_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_mapbuf_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_mapbuf_wrap.c
- In file included from src/include.h:85,
- from src/elm_mapbuf_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv elm_mapbuf_wrap.o src/elm_mapbuf_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_menu_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_menu_wrap.c
- In file included from src/include.h:85,
- from src/elm_menu_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- In file included from src/include.h:12:
- src/elm_menu_wrap.c: In function 'ml_elm_menu_item_icon_name_get':
- src/elm_menu_wrap.c:61:27: warning: implicit declaration of function 'copy_string'; did you mean 'copy_string_opt'? [-Wimplicit-function-declaration]
- 61 | Store_field(v, 0, copy_string(icon));
- | ^~~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:427:27: note: in definition of macro 'Store_field'
- 427 | value caml__temp_val = (val); \
- | ^~~
- + mv elm_menu_wrap.o src/elm_menu_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_notify_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_notify_wrap.c
- In file included from src/include.h:85,
- from src/elm_notify_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- In file included from src/include.h:12:
- src/elm_notify_wrap.c: In function 'ml_elm_notify_align_get':
- src/elm_notify_wrap.c:17:31: warning: implicit declaration of function 'copy_double'; did you mean 'copy_double_ptr'? [-Wimplicit-function-declaration]
- 17 | Store_field(v_res, 0, copy_double(h));
- | ^~~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:427:27: note: in definition of macro 'Store_field'
- 427 | value caml__temp_val = (val); \
- | ^~~
- + mv elm_notify_wrap.o src/elm_notify_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_panel_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_panel_wrap.c
- In file included from src/include.h:85,
- from src/elm_panel_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv elm_panel_wrap.o src/elm_panel_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_panes_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_panes_wrap.c
- In file included from src/include.h:85,
- from src/elm_panes_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv elm_panes_wrap.o src/elm_panes_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_photo_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_photo_wrap.c
- In file included from src/include.h:85,
- from src/elm_photo_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv elm_photo_wrap.o src/elm_photo_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_photocam_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_photocam_wrap.c
- In file included from src/include.h:85,
- from src/elm_photocam_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- src/elm_photocam_wrap.c: In function 'ml_elm_photocam_file_get':
- src/elm_photocam_wrap.c:14:16: warning: implicit declaration of function 'copy_string'; did you mean 'copy_string_opt'? [-Wimplicit-function-declaration]
- 14 | return copy_string(file);
- | ^~~~~~~~~~~
- | copy_string_opt
- In file included from src/include.h:12:
- src/elm_photocam_wrap.c: In function 'ml_Elm_Photocam_Progress_of_ptr':
- src/elm_photocam_wrap.c:51:29: warning: implicit declaration of function 'copy_double'; did you mean 'copy_double_ptr'? [-Wimplicit-function-declaration]
- 51 | Store_field(v_r, 0, copy_double(p->now));
- | ^~~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:427:27: note: in definition of macro 'Store_field'
- 427 | value caml__temp_val = (val); \
- | ^~~
- + mv elm_photocam_wrap.o src/elm_photocam_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_plug_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_plug_wrap.c
- In file included from src/include.h:85,
- from src/elm_plug_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv elm_plug_wrap.o src/elm_plug_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_progressbar_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_progressbar_wrap.c
- In file included from src/include.h:85,
- from src/elm_progressbar_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- src/elm_progressbar_wrap.c: In function 'ml_elm_progressbar_part_value_get':
- src/elm_progressbar_wrap.c:34:16: warning: implicit declaration of function 'copy_double'; did you mean 'copy_double_ptr'? [-Wimplicit-function-declaration]
- 34 | return copy_double(elm_progressbar_part_value_get(
- | ^~~~~~~~~~~
- | copy_double_ptr
- + mv elm_progressbar_wrap.o src/elm_progressbar_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_radio_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_radio_wrap.c
- In file included from src/include.h:85,
- from src/elm_radio_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv elm_radio_wrap.o src/elm_radio_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_route_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_route_wrap.c
- In file included from src/include.h:85,
- from src/elm_route_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- In file included from src/include.h:12:
- src/elm_route_wrap.c: In function 'ml_elm_route_longitude_min_max_get':
- src/elm_route_wrap.c:17:29: warning: implicit declaration of function 'copy_double'; did you mean 'copy_double_ptr'? [-Wimplicit-function-declaration]
- 17 | Store_field(v_r, 0, copy_double(min));
- | ^~~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:427:27: note: in definition of macro 'Store_field'
- 427 | value caml__temp_val = (val); \
- | ^~~
- + mv elm_route_wrap.o src/elm_route_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_scroller_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_scroller_wrap.c
- In file included from src/include.h:85,
- from src/elm_scroller_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- In file included from src/include.h:12:
- src/elm_scroller_wrap.c: In function 'ml_elm_scroller_page_relative_get':
- src/elm_scroller_wrap.c:89:29: warning: implicit declaration of function 'copy_double'; did you mean 'copy_double_ptr'? [-Wimplicit-function-declaration]
- 89 | Store_field(v_r, 0, copy_double(h));
- | ^~~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:427:27: note: in definition of macro 'Store_field'
- 427 | value caml__temp_val = (val); \
- | ^~~
- + mv elm_scroller_wrap.o src/elm_scroller_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_segment_control_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_segment_control_wrap.c
- In file included from src/include.h:85,
- from src/elm_segment_control_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv elm_segment_control_wrap.o src/elm_segment_control_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_separator_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_separator_wrap.c
- In file included from src/include.h:85,
- from src/elm_separator_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv elm_separator_wrap.o src/elm_separator_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_slider_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_slider_wrap.c
- In file included from src/include.h:85,
- from src/elm_slider_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- In file included from src/include.h:12:
- src/elm_slider_wrap.c: In function 'ml_elm_slider_min_max_get':
- src/elm_slider_wrap.c:30:29: warning: implicit declaration of function 'copy_double'; did you mean 'copy_double_ptr'? [-Wimplicit-function-declaration]
- 30 | Store_field(v_r, 0, copy_double(min));
- | ^~~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:427:27: note: in definition of macro 'Store_field'
- 427 | value caml__temp_val = (val); \
- | ^~~
- + mv elm_slider_wrap.o src/elm_slider_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_slideshow_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_slideshow_wrap.c
- In file included from src/include.h:85,
- from src/elm_slideshow_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv elm_slideshow_wrap.o src/elm_slideshow_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_spinner_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_spinner_wrap.c
- In file included from src/include.h:85,
- from src/elm_spinner_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- In file included from src/include.h:12:
- src/elm_spinner_wrap.c: In function 'ml_elm_spinner_min_max_get':
- src/elm_spinner_wrap.c:23:29: warning: implicit declaration of function 'copy_double'; did you mean 'copy_double_ptr'? [-Wimplicit-function-declaration]
- 23 | Store_field(v_r, 0, copy_double(min));
- | ^~~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:427:27: note: in definition of macro 'Store_field'
- 427 | value caml__temp_val = (val); \
- | ^~~
- + mv elm_spinner_wrap.o src/elm_spinner_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_table_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_table_wrap.c
- In file included from src/include.h:85,
- from src/elm_table_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- In file included from src/include.h:12:
- src/elm_table_wrap.c: In function 'ml_elm_table_align_get':
- src/elm_table_wrap.c:26:29: warning: implicit declaration of function 'copy_double'; did you mean 'copy_double_ptr'? [-Wimplicit-function-declaration]
- 26 | Store_field(v_r, 0, copy_double(x));
- | ^~~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:427:27: note: in definition of macro 'Store_field'
- 427 | value caml__temp_val = (val); \
- | ^~~
- + mv elm_table_wrap.o src/elm_table_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_theme_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_theme_wrap.c
- In file included from src/include.h:85,
- from src/elm_theme_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- src/elm_theme_wrap.c: In function 'ml_elm_theme_get':
- src/elm_theme_wrap.c:102:16: warning: implicit declaration of function 'copy_string'; did you mean 'copy_string_opt'? [-Wimplicit-function-declaration]
- 102 | return copy_string(elm_theme_get(th));
- | ^~~~~~~~~~~
- | copy_string_opt
- + mv elm_theme_wrap.o src/elm_theme_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_thumb_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_thumb_wrap.c
- In file included from src/include.h:85,
- from src/elm_thumb_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- In file included from src/include.h:12:
- src/elm_thumb_wrap.c: In function 'ml_elm_thumb_file_get':
- src/elm_thumb_wrap.c:19:29: warning: implicit declaration of function 'copy_string'; did you mean 'copy_string_opt'? [-Wimplicit-function-declaration]
- 19 | Store_field(v_r, 0, copy_string(file));
- | ^~~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:427:27: note: in definition of macro 'Store_field'
- 427 | value caml__temp_val = (val); \
- | ^~~
- src/elm_thumb_wrap.c: In function 'ml_elm_thumb_crop_align_get':
- src/elm_thumb_wrap.c:55:27: warning: implicit declaration of function 'copy_double'; did you mean 'copy_double_ptr'? [-Wimplicit-function-declaration]
- 55 | Store_field(v, 0, copy_double(x));
- | ^~~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:427:27: note: in definition of macro 'Store_field'
- 427 | value caml__temp_val = (val); \
- | ^~~
- + mv elm_thumb_wrap.o src/elm_thumb_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_toolbar_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_toolbar_wrap.c
- In file included from src/include.h:85,
- from src/elm_toolbar_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv elm_toolbar_wrap.o src/elm_toolbar_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_transit_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_transit_wrap.c
- In file included from src/include.h:85,
- from src/elm_transit_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- src/elm_transit_wrap.c: In function 'ml_Elm_Transit_Effect_Transition_Cb':
- src/elm_transit_wrap.c:10:22: warning: implicit declaration of function 'copy_double'; did you mean 'copy_double_ptr'? [-Wimplicit-function-declaration]
- 10 | v_progress = copy_double(progress);
- | ^~~~~~~~~~~
- | copy_double_ptr
- + mv elm_transit_wrap.o src/elm_transit_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_web_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_web_wrap.c
- In file included from src/include.h:85,
- from src/elm_web_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- In file included from src/include.h:12:
- src/elm_web_wrap.c: In function 'copy_Elm_Web_Download':
- src/elm_web_wrap.c:11:29: warning: implicit declaration of function 'copy_string'; did you mean 'copy_string_opt'? [-Wimplicit-function-declaration]
- 11 | Store_field(v_r, 0, copy_string(url));
- | ^~~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:427:27: note: in definition of macro 'Store_field'
- 427 | value caml__temp_val = (val); \
- | ^~~
- + mv elm_web_wrap.o src/elm_web_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_win_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_win_wrap.c
- In file included from src/include.h:85,
- from src/elm_win_wrap.h:4,
- from src/elm_win_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- src/elm_win_wrap.c: In function 'ml_elm_win_available_profiles_set':
- src/elm_win_wrap.c:68:29: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 68 | profiles[i] = String_val(Field(v_profiles, i));
- | ^
- In file included from src/include.h:12:
- src/elm_win_wrap.c: In function 'ml_elm_win_available_profiles_get':
- src/elm_win_wrap.c:87:44: warning: implicit declaration of function 'copy_string'; did you mean 'copy_string_opt'? [-Wimplicit-function-declaration]
- 87 | Store_field(v_profiles, i, copy_string(profiles[i]));
- | ^~~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:427:27: note: in definition of macro 'Store_field'
- 427 | value caml__temp_val = (val); \
- | ^~~
- src/elm_win_wrap.c: In function 'ml_elm_win_window_id_get':
- src/elm_win_wrap.c:190:16: warning: implicit declaration of function 'copy_nativeint'; did you mean 'caml_copy_nativeint'? [-Wimplicit-function-declaration]
- 190 | return copy_nativeint(
- | ^~~~~~~~~~~~~~
- | caml_copy_nativeint
- + mv elm_win_wrap.o src/elm_win_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_inwin_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_inwin_wrap.c
- In file included from src/include.h:85,
- from src/elm_inwin_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv elm_inwin_wrap.o src/elm_inwin_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_actionslider_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_actionslider_wrap.c
- In file included from src/include.h:85,
- from src/elm_actionslider_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv elm_actionslider_wrap.o src/elm_actionslider_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_video_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_video_wrap.c
- In file included from src/include.h:85,
- from src/elm_video_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv elm_video_wrap.o src/elm_video_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_connect_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/elm_connect_wrap.c
- In file included from src/include.h:85,
- from src/elm_connect_wrap.c:3:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- src/elm_connect_wrap.c: In function 'ml_Evas_Smart_Cb_connect_string':
- src/elm_connect_wrap.c:180:16: warning: implicit declaration of function 'copy_string'; did you mean 'copy_string_opt'? [-Wimplicit-function-declaration]
- 180 | v_ei = copy_string(ei);
- | ^~~~~~~~~~~
- | copy_string_opt
- + mv elm_connect_wrap.o src/elm_connect_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/enums_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/enums_wrap.c
- In file included from src/include.h:85,
- from src/enums_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv enums_wrap.o src/enums_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/structs_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/structs_wrap.c
- In file included from src/include.h:85,
- from src/structs_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- In file included from src/include.h:12:
- src/structs_wrap.c: In function 'copy_Evas_Coord_Precision_Point':
- src/structs_wrap.c:73:27: warning: implicit declaration of function 'copy_double'; did you mean 'copy_double_ptr'? [-Wimplicit-function-declaration]
- 73 | Store_field(v, 2, copy_double(x.xsub));
- | ^~~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:427:27: note: in definition of macro 'Store_field'
- 427 | value caml__temp_val = (val); \
- | ^~~
- + mv structs_wrap.o src/structs_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/autofun_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/autofun_wrap.c
- In file included from src/include.h:85,
- from src/autofun_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- src/autofun_wrap.c: In function 'ml_ecore_time_get':
- src/autofun_wrap.c:5:16: warning: implicit declaration of function 'copy_double'; did you mean 'copy_double_ptr'? [-Wimplicit-function-declaration]
- 5 | return copy_double(ecore_time_get());
- | ^~~~~~~~~~~
- | copy_double_ptr
- + mv autofun_wrap.o src/autofun_wrap.o
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/other_wrap.c
- + ocamlc.opt -ccopt "-I/usr/include/elementary-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/x86_64-linux-gnu -I/usr/include/eet-1 -I/usr/include/emile-1 -I/usr/include/efl-1 -I/usr/include/efl-1/interfaces -I/usr/include/eo-1 -I/usr/include/evas-1 -I/usr/include/evas-1/canvas -I/usr/include/evas-1/gesture -I/usr/include/ecore-1 -I/usr/include/ector-1 -I/usr/include/lua5.2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/ecore-evas-1 -I/usr/include/ecore-input-evas-1 -I/usr/include/ecore-input-1 -I/usr/include/eeze-1 -I/usr/include/ecore-file-1 -I/usr/include/ecore-con-1 -I/usr/include/eldbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/ecore-imf-1 -I/usr/include/edje-1 -I/usr/include/ecore-imf-evas-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/ecore-ipc-1 -I/usr/include/eio-1 -I/usr/include/ecore-audio-1 -I/usr/include/opus -I/usr/include/ethumb-client-1 -I/usr/include/ethumb-1 -I/usr/include/emotion-1 -D_REENTRANT -I/usr/include/ecore-x-1 -I/usr/include/ecore-wl2-1 -I/usr/include/ecore-drm2-1 -I/usr/include/elput-1 -pthread " -c src/other_wrap.c
- In file included from src/include.h:85,
- from src/other_wrap.c:1:
- src/enums_variants_wrap.h:20: warning: "Val_none" redefined
- 20 | #define Val_none (-1844173455)
- |
- In file included from src/include.h:10:
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:439: note: this is the location of the previous definition
- 439 | #define Val_none Val_int(0)
- |
- + mv other_wrap.o src/other_wrap.o
- + ocamlmklib -o src/efl_stubs -lelementary -lecore_evas -lecore_file -lecore_input -lecore_imf -lecore_con -ledje -levas -lecore -lector -llua5.2 -leldbus -lethumb_client -lethumb -lemotion -lefreet -leio -leet -lemile -lefl -leo -leina -pthread -lm -lrt -ldl src/eina_wrap.o src/evas_wrap.o src/evas_event_wrap.o src/evas_font_wrap.o src/evas_map_wrap.o src/evas_object_wrap.o src/evas_object_event_wrap.o src/ecore_wrap.o src/ecore_animator_wrap.o src/ecore_evas_wrap.o src/ethumb_wrap.o src/edje_wrap.o src/elm_wrap.o src/elm_config_wrap.o src/elm_object_wrap.o src/elm_gen_wrap.o src/elm_layout_wrap.o src/elm_ctxpopup_wrap.o src/elm_fileselector_wrap.o src/elm_fileselector_button_wrap.o src/elm_fileselector_entry_wrap.o src/elm_hoversel_wrap.o src/elm_multibuttonentry_wrap.o src/elm_naviframe_wrap.o src/elm_popup_wrap.o src/elm_app_wrap.o src/elm_bg_wrap.o src/elm_box_wrap.o src/elm_bubble_wrap.o src/elm_button_wrap.o src/elm_calendar_wrap.o src/elm_check_wrap.o src/elm_clock_wrap.o src/elm_colorselector_wrap.o src/elm_conformant_wrap.o src/elm_datetime_wrap.o src/elm_dayselector_wrap.o src/elm_diskselector_wrap.o src/elm_entry_wrap.o src/elm_flip_wrap.o src/elm_flipselector_wrap.o src/elm_font_wrap.o src/elm_frame_wrap.o src/elm_gengrid_wrap.o src/elm_genlist_wrap.o src/elm_gesture_layer_wrap.o src/elm_glview_wrap.o src/elm_grid_wrap.o src/elm_hover_wrap.o src/elm_icon_wrap.o src/elm_image_wrap.o src/elm_index_wrap.o src/elm_label_wrap.o src/elm_list_wrap.o src/elm_map_wrap.o src/elm_mapbuf_wrap.o src/elm_menu_wrap.o src/elm_notify_wrap.o src/elm_panel_wrap.o src/elm_panes_wrap.o src/elm_photo_wrap.o src/elm_photocam_wrap.o src/elm_plug_wrap.o src/elm_progressbar_wrap.o src/elm_radio_wrap.o src/elm_route_wrap.o src/elm_scroller_wrap.o src/elm_segment_control_wrap.o src/elm_separator_wrap.o src/elm_slider_wrap.o src/elm_slideshow_wrap.o src/elm_spinner_wrap.o src/elm_table_wrap.o src/elm_theme_wrap.o src/elm_thumb_wrap.o src/elm_toolbar_wrap.o src/elm_transit_wrap.o src/elm_web_wrap.o src/elm_win_wrap.o src/elm_inwin_wrap.o src/elm_actionslider_wrap.o src/elm_video_wrap.o src/elm_connect_wrap.o src/enums_wrap.o src/structs_wrap.o src/autofun_wrap.o src/other_wrap.o
- + ocamlmklib -o src/efl_stubs -lelementary -lecore_evas -lecore_file -lecore_input -lecore_imf -lecore_con -ledje -levas -lecore -lector -llua5.2 -leldbus -lethumb_client -lethumb -lemotion -lefreet -leio -leet -lemile -lefl -leo -leina -pthread -lm -lrt -ldl src/eina_wrap.o src/evas_wrap.o src/evas_event_wrap.o src/evas_font_wrap.o src/evas_map_wrap.o src/evas_object_wrap.o src/evas_object_event_wrap.o src/ecore_wrap.o src/ecore_animator_wrap.o src/ecore_evas_wrap.o src/ethumb_wrap.o src/edje_wrap.o src/elm_wrap.o src/elm_config_wrap.o src/elm_object_wrap.o src/elm_gen_wrap.o src/elm_layout_wrap.o src/elm_ctxpopup_wrap.o src/elm_fileselector_wrap.o src/elm_fileselector_button_wrap.o src/elm_fileselector_entry_wrap.o src/elm_hoversel_wrap.o src/elm_multibuttonentry_wrap.o src/elm_naviframe_wrap.o src/elm_popup_wrap.o src/elm_app_wrap.o src/elm_bg_wrap.o src/elm_box_wrap.o src/elm_bubble_wrap.o src/elm_button_wrap.o src/elm_calendar_wrap.o src/elm_check_wrap.o src/elm_clock_wrap.o src/elm_colorselector_wrap.o src/elm_conformant_wrap.o src/elm_datetime_wrap.o src/elm_dayselector_wrap.o src/elm_diskselector_wrap.o src/elm_entry_wrap.o src/elm_flip_wrap.o src/elm_flipselector_wrap.o src/elm_font_wrap.o src/elm_frame_wrap.o src/elm_gengrid_wrap.o src/elm_genlist_wrap.o src/elm_gesture_layer_wrap.o src/elm_glview_wrap.o src/elm_grid_wrap.o src/elm_hover_wrap.o src/elm_icon_wrap.o src/elm_image_wrap.o src/elm_index_wrap.o src/elm_label_wrap.o src/elm_list_wrap.o src/elm_map_wrap.o src/elm_mapbuf_wrap.o src/elm_menu_wrap.o src/elm_notify_wrap.o src/elm_panel_wrap.o src/elm_panes_wrap.o src/elm_photo_wrap.o src/elm_photocam_wrap.o src/elm_plug_wrap.o src/elm_progressbar_wrap.o src/elm_radio_wrap.o src/elm_route_wrap.o src/elm_scroller_wrap.o src/elm_segment_control_wrap.o src/elm_separator_wrap.o src/elm_slider_wrap.o src/elm_slideshow_wrap.o src/elm_spinner_wrap.o src/elm_table_wrap.o src/elm_theme_wrap.o src/elm_thumb_wrap.o src/elm_toolbar_wrap.o src/elm_transit_wrap.o src/elm_web_wrap.o src/elm_win_wrap.o src/elm_inwin_wrap.o src/elm_actionslider_wrap.o src/elm_video_wrap.o src/elm_connect_wrap.o src/enums_wrap.o src/structs_wrap.o src/autofun_wrap.o src/other_wrap.o
- Unknown option -pthread
- + ocamlc.opt -a -dllib -lefl_stubs -cclib '-lelementary -lecore_evas -lecore_file -lecore_input -lecore_imf -lecore_con -ledje -levas -lecore -lector -llua5.2 -leldbus -lethumb_client -lethumb -lemotion -lefreet -leio -leet -lemile -lefl -leo -leina -pthread -lm -lrt -ldl ' -I src src/efl.cmo src/libefl_stubs.a -o src/efl.cma
- + ocamlopt.opt -c -for-pack Efl -I src -o src/autofun.cmx src/autofun.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/henums.cmx src/henums.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/ecore.cmx src/ecore.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/hstructs.cmx src/hstructs.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/evas.cmx src/evas.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/evas_event.cmx src/evas_event.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/evas_object_smart.cmx src/evas_object_smart.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm.cmx src/elm.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_font.cmx src/elm_font.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/evas_font.cmx src/evas_font.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/edje.cmx src/edje.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/evas_object.cmx src/evas_object.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_object.cmx src/elm_object.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_icon.cmx src/elm_icon.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_gen.cmx src/elm_gen.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_list.cmx src/elm_list.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_genlist.cmx src/elm_genlist.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_scroller.cmx src/elm_scroller.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/common.cmx src/common.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/ethumb.cmx src/ethumb.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_bg.cmx src/elm_bg.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_inwin.cmx src/elm_inwin.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_dayselector.cmx src/elm_dayselector.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_entry.cmx src/elm_entry.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_photocam.cmx src/elm_photocam.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_web.cmx src/elm_web.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_web.cmx src/elm_web.ml
- File "src/elm_web.ml", line 112, characters 0-78:
- 112 | external download_of_ptr : Evas.ptr -> download = "ml_Elm_Web_Download_of_ptr"
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 61 [unboxable-type-in-prim-decl]: This primitive declaration uses type download, whose representation
- may be either boxed or unboxed. Without an annotation to indicate
- which representation is intended, the boxed representation has been
- selected by default. This default choice may change in future
- versions of the compiler, breaking the primitive implementation.
- You should explicitly annotate the declaration of download
- with [@@boxed] or [@@unboxed], so that its external interface
- remains stable in the future.
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_box.cmx src/elm_box.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_button.cmx src/elm_button.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_image.cmx src/elm_image.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_label.cmx src/elm_label.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_win.cmx src/elm_win.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_connect.cmx src/elm_connect.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/ecore_animator.cmx src/ecore_animator.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_bubble.cmx src/elm_bubble.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_calendar.cmx src/elm_calendar.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_calendar.cmx src/elm_calendar.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include:
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_clock.cmx src/elm_clock.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_colorselector.cmx src/elm_colorselector.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_ctxpopup.cmx src/elm_ctxpopup.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_datetime.cmx src/elm_datetime.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_datetime.cmx src/elm_datetime.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include:
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_fileselector.cmx src/elm_fileselector.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_flip.cmx src/elm_flip.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_gengrid.cmx src/elm_gengrid.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_glview.cmx src/elm_glview.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_hover.cmx src/elm_hover.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_map.cmx src/elm_map.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_panel.cmx src/elm_panel.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_popup.cmx src/elm_popup.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_thumb.cmx src/elm_thumb.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_toolbar.cmx src/elm_toolbar.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_transit.cmx src/elm_transit.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/ecore_evas.cmx src/ecore_evas.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_check.cmx src/elm_check.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_config.cmx src/elm_config.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_diskselector.cmx src/elm_diskselector.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_flipselector.cmx src/elm_flipselector.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_frame.cmx src/elm_frame.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_gesture_layer.cmx src/elm_gesture_layer.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_grid.cmx src/elm_grid.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_index.cmx src/elm_index.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_mapbuf.cmx src/elm_mapbuf.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_menu.cmx src/elm_menu.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_notify.cmx src/elm_notify.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_panes.cmx src/elm_panes.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_photo.cmx src/elm_photo.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_plug.cmx src/elm_plug.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_progressbar.cmx src/elm_progressbar.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_radio.cmx src/elm_radio.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_segment_control.cmx src/elm_segment_control.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_separator.cmx src/elm_separator.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_slider.cmx src/elm_slider.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_slideshow.cmx src/elm_slideshow.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_spinner.cmx src/elm_spinner.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_table.cmx src/elm_table.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_video.cmx src/elm_video.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/ecore_timer.cmx src/ecore_timer.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/evas_map.cmx src/evas_map.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_layout.cmx src/elm_layout.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_fileselector_button.cmx src/elm_fileselector_button.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_fileselector_entry.cmx src/elm_fileselector_entry.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_hoversel.cmx src/elm_hoversel.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_multibuttonentry.cmx src/elm_multibuttonentry.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_naviframe.cmx src/elm_naviframe.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_app.cmx src/elm_app.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_conformant.cmx src/elm_conformant.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_route.cmx src/elm_route.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_theme.cmx src/elm_theme.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_win_inwin.cmx src/elm_win_inwin.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_actionslider.cmx src/elm_actionslider.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_sig.cmx src/elm_sig.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/elm_toolbox.cmx src/elm_toolbox.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/henums_check.cmx src/henums_check.ml
- + ocamlopt.opt -c -for-pack Efl -I src -o src/autofun_check.cmx src/autofun_check.ml
- + ocamlopt.opt -pack -I src src/autofun.cmx src/henums.cmx src/ecore.cmx src/ecore_animator.cmx src/ecore_timer.cmx src/hstructs.cmx src/evas.cmx src/evas_event.cmx src/evas_font.cmx src/evas_map.cmx src/evas_object.cmx src/evas_object_smart.cmx src/ecore_evas.cmx src/ethumb.cmx src/edje.cmx src/elm.cmx src/elm_font.cmx src/elm_config.cmx src/elm_object.cmx src/elm_gen.cmx src/elm_layout.cmx src/elm_ctxpopup.cmx src/elm_fileselector.cmx src/elm_fileselector_button.cmx src/elm_fileselector_entry.cmx src/elm_icon.cmx src/elm_hoversel.cmx src/elm_multibuttonentry.cmx src/elm_naviframe.cmx src/elm_popup.cmx src/elm_app.cmx src/elm_bg.cmx src/elm_box.cmx src/elm_bubble.cmx src/elm_button.cmx src/elm_calendar.cmx src/elm_check.cmx src/elm_clock.cmx src/elm_colorselector.cmx src/elm_conformant.cmx src/elm_datetime.cmx src/elm_dayselector.cmx src/elm_diskselector.cmx src/elm_entry.cmx src/elm_flip.cmx src/elm_flipselector.cmx src/elm_frame.cmx src/elm_list.cmx src/elm_genlist.cmx src/elm_scroller.cmx src/elm_gengrid.cmx src/elm_gesture_layer.cmx src/elm_glview.cmx src/elm_grid.cmx src/elm_hover.cmx src/elm_image.cmx src/elm_index.cmx src/elm_label.cmx src/elm_map.cmx src/elm_mapbuf.cmx src/elm_menu.cmx src/elm_notify.cmx src/elm_panel.cmx src/elm_panes.cmx src/elm_photo.cmx src/elm_photocam.cmx src/elm_plug.cmx src/common.cmx src/elm_progressbar.cmx src/elm_radio.cmx src/elm_route.cmx src/elm_segment_control.cmx src/elm_separator.cmx src/elm_slider.cmx src/elm_slideshow.cmx src/elm_spinner.cmx src/elm_table.cmx src/elm_theme.cmx src/elm_thumb.cmx src/elm_toolbar.cmx src/elm_transit.cmx src/elm_web.cmx src/elm_win.cmx src/elm_inwin.cmx src/elm_win_inwin.cmx src/elm_actionslider.cmx src/elm_video.cmx src/elm_sig.cmx src/elm_connect.cmx src/elm_toolbox.cmx src/henums_check.cmx src/autofun_check.cmx -o src/efl.cmx
- + ocamlopt.opt -a -cclib -lefl_stubs -cclib '-lelementary -lecore_evas -lecore_file -lecore_input -lecore_imf -lecore_con -ledje -levas -lecore -lector -llua5.2 -leldbus -lethumb_client -lethumb -lemotion -lefreet -leio -leet -lemile -lefl -leo -leina -pthread -lm -lrt -ldl ' -I src src/efl.cmx -o src/efl.cmxa
- + ocamlopt.opt -shared -linkall -I src src/efl.cmxa -o src/efl.cmxs
-> compiled efl.1.24.0
[efl: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/efl.1.24.0)
- Installed /home/opam/.opam/default/lib/efl/efl.a
- Installed /home/opam/.opam/default/lib/efl/libefl_stubs.a
- Installed /home/opam/.opam/default/lib/efl/efl.cmxs
- Installed /home/opam/.opam/default/lib/efl/efl.cmxa
- Installed /home/opam/.opam/default/lib/efl/efl.cmi
- Installed /home/opam/.opam/default/lib/efl/efl.cma
- Installed /home/opam/.opam/default/lib/stublibs/dllefl_stubs.so
- Installed /home/opam/.opam/default/lib/stublibs/dllefl_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/default/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/default/lib/efl/META
-> installed efl.1.24.0
[NOTE] success
Job succeeded