* Package: sci-calculators/orpie-1.5.2-r1 * Repository: gentoo * Maintainer: sci@gentoo.org * USE: abi_x86_64 amd64 elibc_musl kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking orpie-1.5.2.tar.gz to /var/tmp/portage/sci-calculators/orpie-1.5.2-r1/work >>> Source unpacked in /var/tmp/portage/sci-calculators/orpie-1.5.2-r1/work >>> Preparing source in /var/tmp/portage/sci-calculators/orpie-1.5.2-r1/work/orpie-1.5.2 ... * Applying orpie-1.5.1-ocaml311.patch ... [ ok ] * Applying orpie-1.5.2-nogsl.patch ... [ ok ] * Applying orpie-1.5.1-orpierc.patch ... [ ok ] * Applying orpie-1.5.1-tinfo.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/sci-calculators/orpie-1.5.2-r1/work/orpie-1.5.2' ... * Running autoconf --force ... [ ok ] * Running elibtoolize in: orpie-1.5.2/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/sci-calculators/orpie-1.5.2-r1/work/orpie-1.5.2 ... ./configure --prefix=/usr --build=x86_64-gentoo-linux-musl --host=x86_64-gentoo-linux-musl --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --docdir=/usr/share/doc/orpie-1.5.2-r1 --htmldir=/usr/share/doc/orpie-1.5.2-r1/html --libdir=/usr/lib configure: loading site script /usr/share/config.site checking for ocamlc... ocamlc ocaml version is 4.09.0 ocaml library path is /usr/lib/ocaml checking for ocamlopt... ocamlopt checking ocamlopt version... ok checking for ocamlc.opt... ocamlc.opt checking ocamlc.opt version... ok checking for ocamlopt.opt... ocamlopt.opt checking ocamlc.opt version... ok checking for ocamldep... ocamldep checking for ocamllex... ocamllex checking for ocamllex.opt... ocamllex.opt checking for ocamlyacc... ocamlyacc checking platform... not Win32 checking for x86_64-gentoo-linux-musl-gcc... x86_64-gentoo-linux-musl-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-gentoo-linux-musl-gcc accepts -g... yes checking for x86_64-gentoo-linux-musl-gcc option to accept ISO C89... none needed checking for working curses... yes checking for library containing stdscr... -ltinfo checking for gsl-config... /usr/bin/gsl-config checking for GNU Scientific Library... yes configure: creating ./config.status config.status: creating Makefile config.status: creating install.ml >>> Source configured. >>> Compiling source in /var/tmp/portage/sci-calculators/orpie-1.5.2-r1/work/orpie-1.5.2 ... make -j1 -j1 ocamlc.opt -c -g -I ./curses -thread curses/curses.mli ocamlopt.opt -c -I ./curses -thread curses/curses.ml cd curses && ocamlc.opt -ccopt "-Wall -fPIC -DPIC -O2 -pipe -march=native" -c ml_curses.c functions.c: In function ‘mlcurses_unctrl’: functions.c:407:5: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 407 | ML1(unctrl,string,chtype) | ^~~~~~ ml_curses.c:50:15: note: in definition of macro ‘r_string’ 50 | { char *ret=f; \ | ^ functions.c:407:1: note: in expansion of macro ‘ML1’ 407 | ML1(unctrl,string,chtype) | ^~~ functions.c: In function ‘mlcurses_keyname’: functions.c:408:5: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 408 | ML1(keyname,string,int) | ^~~~~~~ ml_curses.c:50:15: note: in definition of macro ‘r_string’ 50 | { char *ret=f; \ | ^ functions.c:408:1: note: in expansion of macro ‘ML1’ 408 | ML1(keyname,string,int) | ^~~ In file included from ml_curses.c:176: functions.c: In function ‘mlcurses_getsyx’: functions.c:295:10: warning: ‘x’ may be used uninitialized in this function [-Wmaybe-uninitialized] 295 | BEG0 int x,y; getsyx(y,x); r_int_int(x,y); END | ^ functions.c:295:12: warning: ‘y’ may be used uninitialized in this function [-Wmaybe-uninitialized] 295 | BEG0 int x,y; getsyx(y,x); r_int_int(x,y); END | ^ ocamlopt.opt -c -I ./units -thread units/units.ml File "units/units.ml", line 427, characters 16-33: 427 | with Failure "float_of_string" -> ^^^^^^^^^^^^^^^^^ Warning 52: Code should not depend on the actual values of this constructor's arguments. They are only for information and may change in future versions. (See manual section 9.5) ocamlopt.opt -c -pp camlp4o -I ./curses -I /usr/lib/ocaml/gsl -I ./units -thread big_int_str.ml ocamlc.opt -c -g -I ./gsl -thread gsl/gsl_vector_flat.mli ocamlopt.opt -c -I ./gsl -thread gsl/gsl_vector_flat.ml File "gsl/gsl_vector_flat.ml", line 21, characters 11-23: 21 | { data = Array.create len init; ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. ocamlc.opt -c -g -I ./gsl -thread gsl/gsl_complex.mli ocamlopt.opt -c -I ./gsl -thread gsl/gsl_complex.ml ocamlc.opt -c -g -I ./gsl -thread gsl/gsl_vector_complex_flat.mli ocamlopt.opt -c -I ./gsl -thread gsl/gsl_vector_complex_flat.ml File "gsl/gsl_vector_complex_flat.ml", line 15, characters 11-23: 15 | data = Array.create (2*len) init.Complex.re ; ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. File "gsl/gsl_vector_complex_flat.ml", line 59, characters 13-25: 59 | let carr = Array.create (2*arr.len) 0. in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. ocamlc.opt -c -g -I ./gsl -thread gsl/gsl_vector_complex.mli ocamlopt.opt -c -I ./gsl -thread gsl/gsl_vector_complex.ml File "gsl/gsl_vector_complex.ml", line 38, characters 12-24: 38 | let arr = Array.create (2*n) 0. in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. File "gsl/gsl_vector_complex.ml", line 118, characters 14-26: 118 | let arr = Array.create (2*n) 0. in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. ocamlc.opt -c -g -I ./gsl -thread gsl/gsl_vector.mli ocamlopt.opt -c -I ./gsl -thread gsl/gsl_vector.ml ocamlc.opt -c -g -I ./gsl -thread gsl/gsl_matrix_flat.mli ocamlopt.opt -c -I ./gsl -thread gsl/gsl_matrix_flat.ml File "gsl/gsl_matrix_flat.ml", line 15, characters 11-23: 15 | { data = Array.create (dim1 * dim2) init ; ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. ocamlc.opt -c -g -I ./gsl -thread gsl/gsl_matrix_complex_flat.mli ocamlopt.opt -c -I ./gsl -thread gsl/gsl_matrix_complex_flat.ml File "gsl/gsl_matrix_complex_flat.ml", line 18, characters 11-23: 18 | data = Array.create (2 * dim1 * dim2) init.Complex.re ; ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. File "gsl/gsl_matrix_complex_flat.ml", line 97, characters 14-26: 97 | let tab = Array.create (2*mat.dim1*mat.dim2) 0. in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. ocamlc.opt -c -g -I ./gsl -thread gsl/gsl_matrix_complex.mli ocamlopt.opt -c -I ./gsl -thread gsl/gsl_matrix_complex.ml File "gsl/gsl_matrix_complex.ml", line 55, characters 12-24: 55 | let arr = Array.create (2*d1*d2) 0. in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. ocamlc.opt -c -g -I ./gsl -thread gsl/gsl_matrix.mli ocamlopt.opt -c -I ./gsl -thread gsl/gsl_matrix.ml ocamlc.opt -c -g -I ./gsl -thread gsl/gsl_vectmat.mli ocamlopt.opt -c -I ./gsl -thread gsl/gsl_vectmat.ml ocamlc.opt -c -g -I ./gsl -thread gsl/gsl_error.mli ocamlopt.opt -c -I ./gsl -thread gsl/gsl_error.ml ocamlc.opt -c -g -I ./gsl -thread gsl/gsl_permut.mli ocamlopt.opt -c -I ./gsl -thread gsl/gsl_permut.ml ocamlc.opt -c -g -I ./gsl -thread gsl/gsl_fun.mli ocamlopt.opt -c -I ./gsl -thread gsl/gsl_fun.ml ocamlc.opt -c -g -I ./gsl -thread gsl/gsl_linalg.mli ocamlopt.opt -c -I ./gsl -thread gsl/gsl_linalg.ml ocamlopt.opt -c -pp camlp4o -I ./curses -I /usr/lib/ocaml/gsl -I ./units -thread gsl_assist.ml ocamlopt.opt -c -pp camlp4o -I ./curses -I /usr/lib/ocaml/gsl -I ./units -thread install.ml ocamlopt.opt -c -pp camlp4o -I ./curses -I /usr/lib/ocaml/gsl -I ./units -thread operations.ml ocamlopt.opt -c -pp camlp4o -I ./curses -I /usr/lib/ocaml/gsl -I ./units -thread utility.ml echo "let version = \""1.5.2"\"" > version.ml echo "let date = \""`date`"\"" >> version.ml ocamlopt.opt -c -pp camlp4o -I ./curses -I /usr/lib/ocaml/gsl -I ./units -thread version.ml ocamlopt.opt -c -pp camlp4o -I ./curses -I /usr/lib/ocaml/gsl -I ./units -thread rcfile.ml File "rcfile.ml", line 265, characters 30-46: 265 | let uc_main_key = String.uppercase main_key in ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii instead. File "rcfile.ml", line 282, characters 30-46: 282 | let uc_main_key = String.uppercase main_key in ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii instead. File "rcfile.ml", line 618, characters 27-42: 618 | (Failure "int_of_string") -> config_failwith "Expected octal digits after \"\\\"" ^^^^^^^^^^^^^^^ Warning 52: Code should not depend on the actual values of this constructor's arguments. They are only for information and may change in future versions. (See manual section 9.5) File "rcfile.ml", line 689, characters 27-42: 689 | (Failure "int_of_string") -> config_failwith "Expected octal digits after \"\\\"" ^^^^^^^^^^^^^^^ Warning 52: Code should not depend on the actual values of this constructor's arguments. They are only for information and may change in future versions. (See manual section 9.5) ocamlopt.opt -c -pp camlp4o -I ./curses -I /usr/lib/ocaml/gsl -I ./units -thread rpc_stack.ml ocamlopt.opt -c -pp camlp4o -I ./curses -I /usr/lib/ocaml/gsl -I ./units -thread add.ml ocamlopt.opt -c -pp camlp4o -I ./curses -I /usr/lib/ocaml/gsl -I ./units -thread sub.ml ocamlc.opt -c -g -I ./gsl -thread gsl/gsl_blas.mli ocamlopt.opt -c -I ./gsl -thread gsl/gsl_blas.ml ocamlopt.opt -c -pp camlp4o -I ./curses -I /usr/lib/ocaml/gsl -I ./units -thread mult.ml ocamlopt.opt -c -pp camlp4o -I ./curses -I /usr/lib/ocaml/gsl -I ./units -thread div.ml ocamlopt.opt -c -pp camlp4o -I ./curses -I /usr/lib/ocaml/gsl -I ./units -thread inv.ml ocamlopt.opt -c -pp camlp4o -I ./curses -I /usr/lib/ocaml/gsl -I ./units -thread pow.ml ocamlopt.opt -c -pp camlp4o -I ./curses -I /usr/lib/ocaml/gsl -I ./units -thread solvelin.ml ocamlopt.opt -c -I ./gsl -thread gsl/gsl_sf.ml File "gsl/gsl_sf.ml", lines 83-84, characters 0-54: 83 | external bessel_J0 : float -> float 84 | = "ml_gsl_sf_bessel_J0" "gsl_sf_bessel_J0" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 89-90, characters 0-54: 89 | external bessel_J1 : float -> float 90 | = "ml_gsl_sf_bessel_J1" "gsl_sf_bessel_J1" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 105-106, characters 0-54: 105 | external bessel_Y0 : float -> float 106 | = "ml_gsl_sf_bessel_Y0" "gsl_sf_bessel_Y0" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 111-112, characters 0-54: 111 | external bessel_Y1 : float -> float 112 | = "ml_gsl_sf_bessel_Y1" "gsl_sf_bessel_Y1" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 127-128, characters 0-54: 127 | external bessel_I0 : float -> float 128 | = "ml_gsl_sf_bessel_I0" "gsl_sf_bessel_I0" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 133-134, characters 0-54: 133 | external bessel_I1 : float -> float 134 | = "ml_gsl_sf_bessel_I1" "gsl_sf_bessel_I1" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 149-150, characters 0-54: 149 | external bessel_K0 : float -> float 150 | = "ml_gsl_sf_bessel_K0" "gsl_sf_bessel_K0" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 155-156, characters 0-54: 155 | external bessel_K1 : float -> float 156 | = "ml_gsl_sf_bessel_K1" "gsl_sf_bessel_K1" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 171-172, characters 0-68: 171 | external bessel_I0_scaled : float -> float 172 | = "ml_gsl_sf_bessel_I0_scaled" "gsl_sf_bessel_I0_scaled" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 177-178, characters 0-68: 177 | external bessel_I1_scaled : float -> float 178 | = "ml_gsl_sf_bessel_I1_scaled" "gsl_sf_bessel_I1_scaled" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 193-194, characters 0-68: 193 | external bessel_K0_scaled : float -> float 194 | = "ml_gsl_sf_bessel_K0_scaled" "gsl_sf_bessel_K0_scaled" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 199-200, characters 0-68: 199 | external bessel_K1_scaled : float -> float 200 | = "ml_gsl_sf_bessel_K1_scaled" "gsl_sf_bessel_K1_scaled" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 216-217, characters 0-54: 216 | external bessel_j0 : float -> float 217 | = "ml_gsl_sf_bessel_j0" "gsl_sf_bessel_j0" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 222-223, characters 0-54: 222 | external bessel_j1 : float -> float 223 | = "ml_gsl_sf_bessel_j1" "gsl_sf_bessel_j1" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 228-229, characters 0-54: 228 | external bessel_j2 : float -> float 229 | = "ml_gsl_sf_bessel_j2" "gsl_sf_bessel_j2" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 248-249, characters 0-54: 248 | external bessel_y0 : float -> float 249 | = "ml_gsl_sf_bessel_y0" "gsl_sf_bessel_y0" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 254-255, characters 0-54: 254 | external bessel_y1 : float -> float 255 | = "ml_gsl_sf_bessel_y1" "gsl_sf_bessel_y1" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 260-261, characters 0-54: 260 | external bessel_y2 : float -> float 261 | = "ml_gsl_sf_bessel_y2" "gsl_sf_bessel_y2" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 276-277, characters 0-68: 276 | external bessel_i0_scaled : float -> float 277 | = "ml_gsl_sf_bessel_i0_scaled" "gsl_sf_bessel_i0_scaled" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 282-283, characters 0-68: 282 | external bessel_i1_scaled : float -> float 283 | = "ml_gsl_sf_bessel_i1_scaled" "gsl_sf_bessel_i1_scaled" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 298-299, characters 0-68: 298 | external bessel_k0_scaled : float -> float 299 | = "ml_gsl_sf_bessel_k0_scaled" "gsl_sf_bessel_k0_scaled" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 304-305, characters 0-68: 304 | external bessel_k1_scaled : float -> float 305 | = "ml_gsl_sf_bessel_k1_scaled" "gsl_sf_bessel_k1_scaled" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 321-322, characters 0-56: 321 | external bessel_Jnu : float -> float -> float 322 | = "ml_gsl_sf_bessel_Jnu" "gsl_sf_bessel_Jnu" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 332-333, characters 0-56: 332 | external bessel_Ynu : float -> float -> float 333 | = "ml_gsl_sf_bessel_Ynu" "gsl_sf_bessel_Ynu" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 339-340, characters 0-56: 339 | external bessel_Inu : float -> float -> float 340 | = "ml_gsl_sf_bessel_Inu" "gsl_sf_bessel_Inu" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 346-347, characters 0-70: 346 | external bessel_Inu_scaled : float -> float -> float 347 | = "ml_gsl_sf_bessel_Inu_scaled" "gsl_sf_bessel_Inu_scaled" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 353-354, characters 0-56: 353 | external bessel_Knu : float -> float -> float 354 | = "ml_gsl_sf_bessel_Knu" "gsl_sf_bessel_Knu" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 360-361, characters 0-60: 360 | external bessel_lnKnu : float -> float -> float 361 | = "ml_gsl_sf_bessel_lnKnu" "gsl_sf_bessel_lnKnu" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 367-368, characters 0-70: 367 | external bessel_Knu_scaled : float -> float -> float 368 | = "ml_gsl_sf_bessel_Knu_scaled" "gsl_sf_bessel_Knu_scaled" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 398-399, characters 0-50: 398 | external clausen : float -> float 399 | = "ml_gsl_sf_clausen" "gsl_sf_clausen" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 407-408, characters 0-62: 407 | external hydrogenicR_1 : float -> float -> float 408 | = "ml_gsl_sf_hydrogenicR_1" "gsl_sf_hydrogenicR_1" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 434-435, characters 0-48: 434 | external dawson : float -> float 435 | = "ml_gsl_sf_dawson" "gsl_sf_dawson" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 443-444, characters 0-50: 443 | external debye_1 : float -> float 444 | = "ml_gsl_sf_debye_1" "gsl_sf_debye_1" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 450-451, characters 0-50: 450 | external debye_2 : float -> float 451 | = "ml_gsl_sf_debye_2" "gsl_sf_debye_2" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 457-458, characters 0-50: 457 | external debye_3 : float -> float 458 | = "ml_gsl_sf_debye_3" "gsl_sf_debye_3" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 464-465, characters 0-50: 464 | external debye_4 : float -> float 465 | = "ml_gsl_sf_debye_4" "gsl_sf_debye_4" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 471-472, characters 0-50: 471 | external debye_5 : float -> float 472 | = "ml_gsl_sf_debye_5" "gsl_sf_debye_5" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 478-479, characters 0-50: 478 | external debye_6 : float -> float 479 | = "ml_gsl_sf_debye_6" "gsl_sf_debye_6" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 487-488, characters 0-46: 487 | external dilog : float -> float 488 | = "ml_gsl_sf_dilog" "gsl_sf_dilog" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 605-606, characters 0-42: 605 | external erf : float -> float 606 | = "ml_gsl_sf_erf" "gsl_sf_erf" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 612-613, characters 0-44: 612 | external erfc : float -> float 613 | = "ml_gsl_sf_erfc" "gsl_sf_erfc" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 619-620, characters 0-52: 619 | external log_erfc : float -> float 620 | = "ml_gsl_sf_log_erfc" "gsl_sf_log_erfc" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 626-627, characters 0-46: 626 | external erf_Z : float -> float 627 | = "ml_gsl_sf_erf_Z" "gsl_sf_erf_Z" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 633-634, characters 0-46: 633 | external erf_Q : float -> float 634 | = "ml_gsl_sf_erf_Q" "gsl_sf_erf_Q" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 642-643, characters 0-42: 642 | external exp : float -> float 643 | = "ml_gsl_sf_exp" "gsl_sf_exp" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 653-654, characters 0-52: 653 | external exp_mult : float -> float -> float 654 | = "ml_gsl_sf_exp_mult" "gsl_sf_exp_mult" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 665-666, characters 0-46: 665 | external expm1 : float -> float 666 | = "ml_gsl_sf_expm1" "gsl_sf_expm1" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 672-673, characters 0-48: 672 | external exprel : float -> float 673 | = "ml_gsl_sf_exprel" "gsl_sf_exprel" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 679-680, characters 0-52: 679 | external exprel_2 : float -> float 680 | = "ml_gsl_sf_exprel_2" "gsl_sf_exprel_2" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 711-712, characters 0-54: 711 | external expint_E1 : float -> float 712 | = "ml_gsl_sf_expint_E1" "gsl_sf_expint_E1" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 718-719, characters 0-54: 718 | external expint_E2 : float -> float 719 | = "ml_gsl_sf_expint_E2" "gsl_sf_expint_E2" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 725-726, characters 0-68: 725 | external expint_E1_scaled : float -> float 726 | = "ml_gsl_sf_expint_E1_scaled" "gsl_sf_expint_E1_scaled" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 732-733, characters 0-68: 732 | external expint_E2_scaled : float -> float 733 | = "ml_gsl_sf_expint_E2_scaled" "gsl_sf_expint_E2_scaled" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 739-740, characters 0-54: 739 | external expint_Ei : float -> float 740 | = "ml_gsl_sf_expint_Ei" "gsl_sf_expint_Ei" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 746-747, characters 0-68: 746 | external expint_Ei_scaled : float -> float 747 | = "ml_gsl_sf_expint_Ei_scaled" "gsl_sf_expint_Ei_scaled" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 761-762, characters 0-52: 761 | external expint_3 : float -> float 762 | = "ml_gsl_sf_expint_3" "gsl_sf_expint_3" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 776-777, characters 0-50: 776 | external atanint : float -> float 777 | = "ml_gsl_sf_atanint" "gsl_sf_atanint" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 785-786, characters 0-64: 785 | external fermi_dirac_m1 : float -> float 786 | = "ml_gsl_sf_fermi_dirac_m1" "gsl_sf_fermi_dirac_m1" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 792-793, characters 0-62: 792 | external fermi_dirac_0 : float -> float 793 | = "ml_gsl_sf_fermi_dirac_0" "gsl_sf_fermi_dirac_0" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 799-800, characters 0-62: 799 | external fermi_dirac_1 : float -> float 800 | = "ml_gsl_sf_fermi_dirac_1" "gsl_sf_fermi_dirac_1" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 806-807, characters 0-62: 806 | external fermi_dirac_2 : float -> float 807 | = "ml_gsl_sf_fermi_dirac_2" "gsl_sf_fermi_dirac_2" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 820-821, characters 0-70: 820 | external fermi_dirac_mhalf : float -> float 821 | = "ml_gsl_sf_fermi_dirac_mhalf" "gsl_sf_fermi_dirac_mhalf" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 827-828, characters 0-68: 827 | external fermi_dirac_half : float -> float 828 | = "ml_gsl_sf_fermi_dirac_half" "gsl_sf_fermi_dirac_half" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 834-835, characters 0-70: 834 | external fermi_dirac_3half : float -> float 835 | = "ml_gsl_sf_fermi_dirac_3half" "gsl_sf_fermi_dirac_3half" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 841-842, characters 0-70: 841 | external fermi_dirac_inc_0 : float -> float -> float 842 | = "ml_gsl_sf_fermi_dirac_inc_0" "gsl_sf_fermi_dirac_inc_0" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 850-851, characters 0-46: 850 | external gamma : float -> float 851 | = "ml_gsl_sf_gamma" "gsl_sf_gamma" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 857-858, characters 0-50: 857 | external lngamma : float -> float 858 | = "ml_gsl_sf_lngamma" "gsl_sf_lngamma" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 868-869, characters 0-54: 868 | external gammastar : float -> float 869 | = "ml_gsl_sf_gammastar" "gsl_sf_gammastar" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 875-876, characters 0-52: 875 | external gammainv : float -> float 876 | = "ml_gsl_sf_gammainv" "gsl_sf_gammainv" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 935-936, characters 0-44: 935 | external poch : float -> float -> float 936 | = "ml_gsl_sf_poch" "gsl_sf_poch" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 942-943, characters 0-48: 942 | external lnpoch : float -> float -> float 943 | = "ml_gsl_sf_lnpoch" "gsl_sf_lnpoch" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 953-954, characters 0-50: 953 | external pochrel : float -> float -> float 954 | = "ml_gsl_sf_pochrel" "gsl_sf_pochrel" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 960-961, characters 0-58: 960 | external gamma_inc_Q : float -> float -> float 961 | = "ml_gsl_sf_gamma_inc_Q" "gsl_sf_gamma_inc_Q" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 967-968, characters 0-58: 967 | external gamma_inc_P : float -> float -> float 968 | = "ml_gsl_sf_gamma_inc_P" "gsl_sf_gamma_inc_P" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 974-975, characters 0-54: 974 | external gamma_inc : float -> float -> float 975 | = "ml_gsl_sf_gamma_inc" "gsl_sf_gamma_inc" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 981-982, characters 0-44: 981 | external beta : float -> float -> float 982 | = "ml_gsl_sf_beta" "gsl_sf_beta" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 988-989, characters 0-48: 988 | external lnbeta : float -> float -> float 989 | = "ml_gsl_sf_lnbeta" "gsl_sf_lnbeta" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 999-1000, characters 0-52: 999 | external beta_inc : float -> float -> float -> float 1000 | = "ml_gsl_sf_beta_inc" "gsl_sf_beta_inc" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 1008-1009, characters 0-58: 1008 | external gegenpoly_1 : float -> float -> float 1009 | = "ml_gsl_sf_gegenpoly_1" "gsl_sf_gegenpoly_1" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 1015-1016, characters 0-58: 1015 | external gegenpoly_2 : float -> float -> float 1016 | = "ml_gsl_sf_gegenpoly_2" "gsl_sf_gegenpoly_2" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 1022-1023, characters 0-58: 1022 | external gegenpoly_3 : float -> float -> float 1023 | = "ml_gsl_sf_gegenpoly_3" "gsl_sf_gegenpoly_3" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 1045-1046, characters 0-56: 1045 | external laguerre_1 : float -> float -> float 1046 | = "ml_gsl_sf_laguerre_1" "gsl_sf_laguerre_1" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 1052-1053, characters 0-56: 1052 | external laguerre_2 : float -> float -> float 1053 | = "ml_gsl_sf_laguerre_2" "gsl_sf_laguerre_2" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 1059-1060, characters 0-56: 1059 | external laguerre_3 : float -> float -> float 1060 | = "ml_gsl_sf_laguerre_3" "gsl_sf_laguerre_3" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 1075-1076, characters 0-56: 1075 | external lambert_W0 : float -> float 1076 | = "ml_gsl_sf_lambert_W0" "gsl_sf_lambert_W0" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 1082-1083, characters 0-58: 1082 | external lambert_Wm1 : float -> float 1083 | = "ml_gsl_sf_lambert_Wm1" "gsl_sf_lambert_Wm1" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 1091-1092, characters 0-58: 1091 | external legendre_P1 : float -> float 1092 | = "ml_gsl_sf_legendre_P1" "gsl_sf_legendre_P1" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 1098-1099, characters 0-58: 1098 | external legendre_P2 : float -> float 1099 | = "ml_gsl_sf_legendre_P2" "gsl_sf_legendre_P2" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 1105-1106, characters 0-58: 1105 | external legendre_P3 : float -> float 1106 | = "ml_gsl_sf_legendre_P3" "gsl_sf_legendre_P3" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 1123-1124, characters 0-58: 1123 | external legendre_Q0 : float -> float 1124 | = "ml_gsl_sf_legendre_Q0" "gsl_sf_legendre_Q0" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 1130-1131, characters 0-58: 1130 | external legendre_Q1 : float -> float 1131 | = "ml_gsl_sf_legendre_Q1" "gsl_sf_legendre_Q1" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 1174-1175, characters 0-42: 1174 | external log : float -> float 1175 | = "ml_gsl_sf_log" "gsl_sf_log" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 1181-1182, characters 0-50: 1181 | external log_abs : float -> float 1182 | = "ml_gsl_sf_log_abs" "gsl_sf_log_abs" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 1192-1193, characters 0-56: 1192 | external log_1plusx : float -> float 1193 | = "ml_gsl_sf_log_1plusx" "gsl_sf_log_1plusx" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 1199-1200, characters 0-62: 1199 | external log_1plusx_mx : float -> float 1200 | = "ml_gsl_sf_log_1plusx_mx" "gsl_sf_log_1plusx_mx" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 1224-1225, characters 0-42: 1224 | external psi : float -> float 1225 | = "ml_gsl_sf_psi" "gsl_sf_psi" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 1231-1232, characters 0-52: 1231 | external psi_1piy : float -> float 1232 | = "ml_gsl_sf_psi_1piy" "gsl_sf_psi_1piy" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 1249-1250, characters 0-46: 1249 | external psi_1 : float -> float 1250 | = "ml_gsl_sf_psi_1" "gsl_sf_psi_1" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 1265-1266, characters 0-62: 1265 | external synchrotron_1 : float -> float 1266 | = "ml_gsl_sf_synchrotron_1" "gsl_sf_synchrotron_1" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 1272-1273, characters 0-62: 1272 | external synchrotron_2 : float -> float 1273 | = "ml_gsl_sf_synchrotron_2" "gsl_sf_synchrotron_2" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 1281-1282, characters 0-58: 1281 | external transport_2 : float -> float 1282 | = "ml_gsl_sf_transport_2" "gsl_sf_transport_2" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 1288-1289, characters 0-58: 1288 | external transport_3 : float -> float 1289 | = "ml_gsl_sf_transport_3" "gsl_sf_transport_3" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 1295-1296, characters 0-58: 1295 | external transport_4 : float -> float 1296 | = "ml_gsl_sf_transport_4" "gsl_sf_transport_4" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 1302-1303, characters 0-58: 1302 | external transport_5 : float -> float 1303 | = "ml_gsl_sf_transport_5" "gsl_sf_transport_5" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 1311-1312, characters 0-42: 1311 | external sin : float -> float 1312 | = "ml_gsl_sf_sin" "gsl_sf_sin" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 1318-1319, characters 0-42: 1318 | external cos : float -> float 1319 | = "ml_gsl_sf_cos" "gsl_sf_cos" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 1325-1326, characters 0-46: 1325 | external hypot : float -> float 1326 | = "ml_gsl_sf_hypot" "gsl_sf_hypot" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 1332-1333, characters 0-44: 1332 | external sinc : float -> float 1333 | = "ml_gsl_sf_sinc" "gsl_sf_sinc" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 1351-1352, characters 0-48: 1351 | external lnsinh : float -> float 1352 | = "ml_gsl_sf_lnsinh" "gsl_sf_lnsinh" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 1358-1359, characters 0-48: 1358 | external lncosh : float -> float 1359 | = "ml_gsl_sf_lncosh" "gsl_sf_lncosh" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 1398-1399, characters 0-44: 1398 | external zeta : float -> float 1399 | = "ml_gsl_sf_zeta" "gsl_sf_zeta" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 1405-1406, characters 0-46: 1405 | external hzeta : float -> float -> float 1406 | = "ml_gsl_sf_hzeta" "gsl_sf_hzeta" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_sf.ml", lines 1419-1420, characters 0-42: 1419 | external eta : float -> float 1420 | = "ml_gsl_sf_eta" "gsl_sf_eta" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" ocamlc.opt -c -g -I ./gsl -thread gsl/gsl_math.mli File "gsl/gsl_math.mli", lines 31-32, characters 0-40: 31 | external log1p : float -> float 32 | = "ml_gsl_log1p" "gsl_log1p" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_math.mli", lines 34-35, characters 0-40: 34 | external expm1 : float -> float 35 | = "ml_gsl_expm1" "gsl_expm1" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_math.mli", lines 37-38, characters 0-40: 37 | external hypot : float -> float -> float 38 | = "ml_gsl_hypot" "gsl_hypot" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_math.mli", lines 40-41, characters 0-40: 40 | external acosh : float -> float 41 | = "ml_gsl_acosh" "gsl_acosh" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_math.mli", lines 43-44, characters 0-40: 43 | external asinh : float -> float 44 | = "ml_gsl_asinh" "gsl_asinh" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_math.mli", lines 46-47, characters 0-40: 46 | external atanh : float -> float 47 | = "ml_gsl_atanh" "gsl_atanh" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" ocamlopt.opt -c -I ./gsl -thread gsl/gsl_math.ml File "gsl/gsl_math.ml", lines 52-53, characters 0-40: 52 | external log1p : float -> float 53 | = "ml_gsl_log1p" "gsl_log1p" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_math.ml", lines 55-56, characters 0-40: 55 | external expm1 : float -> float 56 | = "ml_gsl_expm1" "gsl_expm1" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_math.ml", lines 58-59, characters 0-40: 58 | external hypot : float -> float -> float 59 | = "ml_gsl_hypot" "gsl_hypot" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_math.ml", lines 61-62, characters 0-40: 61 | external acosh : float -> float 62 | = "ml_gsl_acosh" "gsl_acosh" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_math.ml", lines 64-65, characters 0-40: 64 | external asinh : float -> float 65 | = "ml_gsl_asinh" "gsl_asinh" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "gsl/gsl_math.ml", lines 67-68, characters 0-40: 67 | external atanh : float -> float 68 | = "ml_gsl_atanh" "gsl_atanh" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" ocamlopt.opt -c -pp camlp4o -I ./curses -I /usr/lib/ocaml/gsl -I ./units -thread rpc_calc.ml ocamlyacc -v txtin_parser.mly ocamlc.opt -c -g -I ./units -thread units/units.ml File "units/units.ml", line 427, characters 16-33: 427 | with Failure "float_of_string" -> ^^^^^^^^^^^^^^^^^ Warning 52: Code should not depend on the actual values of this constructor's arguments. They are only for information and may change in future versions. (See manual section 9.5) ocamlc.opt -c -pp camlp4o -g -I ./curses -I /usr/lib/ocaml/gsl -I ./units -thread big_int_str.ml ocamlc.opt -c -pp camlp4o -g -I ./curses -I /usr/lib/ocaml/gsl -I ./units -thread rpc_stack.ml ocamlc.opt -c -pp camlp4o -g -I ./curses -I /usr/lib/ocaml/gsl -I ./units -thread txtin_parser.mli ocamlopt.opt -c -pp camlp4o -I ./curses -I /usr/lib/ocaml/gsl -I ./units -thread txtin_parser.ml ocamllex.opt txtin_lexer.mll 25 states, 706 transitions, table size 2974 bytes ocamlopt.opt -c -pp camlp4o -I ./curses -I /usr/lib/ocaml/gsl -I ./units -thread txtin_lexer.ml ocamlopt.opt -c -pp camlp4o -I ./curses -I /usr/lib/ocaml/gsl -I ./units -thread statefile.ml ocamlopt.opt -c -pp camlp4o -I ./curses -I /usr/lib/ocaml/gsl -I ./units -thread interface.ml ocamlopt.opt -c -pp camlp4o -I ./curses -I /usr/lib/ocaml/gsl -I ./units -thread interface_draw.ml File "interface_draw.ml", line 789, characters 3-22: 789 | vert_line_piece.[0] <- '*'; ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.set Use Bytes.set instead. File "interface_draw.ml", line 789, characters 3-18: 789 | vert_line_piece.[0] <- '*'; ^^^^^^^^^^^^^^^ Error: This expression has type string but an expression was expected of type bytes make: *** [Makefile:270: interface_draw.cmx] Error 2 rm txtin_lexer.ml * ERROR: sci-calculators/orpie-1.5.2-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=sci-calculators/orpie-1.5.2-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=sci-calculators/orpie-1.5.2-r1::gentoo'`. * The complete build log is located at '/var/log/portage/sci-calculators:orpie-1.5.2-r1:20200407-172429.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/sci-calculators/orpie-1.5.2-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sci-calculators/orpie-1.5.2-r1/temp/environment'. * Working directory: '/var/tmp/portage/sci-calculators/orpie-1.5.2-r1/work/orpie-1.5.2' * S: '/var/tmp/portage/sci-calculators/orpie-1.5.2-r1/work/orpie-1.5.2'