make[2]: Entering directory '/build/reproducible-path/mysql-ocaml-1.2.4' OCamlMakefile:1055: update target 'mysql.cmx' due to: target does not exist pp=`sed -n -e '/^#/d' -e 's/(\*pp \([^*]*\) \*)/\1/p;q' mysql.ml`; \
if [ -z "$pp" ]; then \
echo ocamlc \
-c mysql.ml; \
ocamlc \
-c mysql.ml; \
else \
echo ocamlc \
-c -pp \"$pp \" mysql.ml; \
ocamlc \
-c -pp "$pp " mysql.ml; \
fi
ocamlc -c mysql.ml
File "mysql.ml", line 428, characters 35-45:
428 | if i = String.length str then (String.sub str p_start (String.length str - p_start)) :: acc else
^^^^^^^^^^
Warning 6 [labels-omitted]: labels pos, len were omitted in the application of this function.
File "mysql.ml", line 430, characters 45-55:
430 | | ' ' | '\t' | '\n' | '\r' | ',' -> wsp (String.sub str p_start (i - p_start) :: acc) (i+1)
^^^^^^^^^^
Warning 6 [labels-omitted]: labels pos, len were omitted in the application of this function.
Makefile:39: update target 'mysql.cmxs' due to: target does not exist ocamlopt -shared -ccopt -L/usr/lib/x86_64-linux-gnu/ -ccopt -Wl,-z,relro mysql_stubs.o -cclib -lmariadb -o mysql.cmxs mysql.cmx
File "_none_", line 1:
Error: Cannot find file "mysql.cmx"
make[2]: *** [Makefile:39: mysql.cmxs] Error 2 shuffle=reverse
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 489 |
Nodes: | 16 (2 / 14) |
Uptime: | 25:34:06 |
Calls: | 9,665 |
Files: | 13,716 |
Messages: | 6,168,377 |