* Package: dev-ml/lablgl-1.06-r1:0/1.06 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc kernel_linux ocamlopt userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking lablgl-1.06.tar.gz to /var/tmp/portage/dev-ml/lablgl-1.06-r1/work >>> Source unpacked in /var/tmp/portage/dev-ml/lablgl-1.06-r1/work >>> Preparing source in /var/tmp/portage/dev-ml/lablgl-1.06-r1/work/lablgl-1.06 ... * Applying lablgl-1.06-makefile.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-ml/lablgl-1.06-r1/work/lablgl-1.06 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-ml/lablgl-1.06-r1/work/lablgl-1.06 ... make -j4 -j1 lib cd src && make all LIBDIR="`ocamlc -where`" make[1]: Entering directory '/var/tmp/portage/dev-ml/lablgl-1.06-r1/work/lablgl-1.06/src' ocamlc -c -w s -I +labltk var2switch.ml File "var2switch.ml", line 3, characters 5-11: 3 | open Genlex ^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "var2switch.ml", line 13, characters 17-34: 13 | let s = lexer (Stream.of_channel stdin) in ^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "var2switch.ml", line 16, characters 22-30: 16 | let (strm__ : _ Stream.t) = s in ^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "var2switch.ml", line 17, characters 12-23: 17 | match Stream.peek strm__ with ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "var2switch.ml", line 19, characters 10-21: 19 | Stream.junk strm__; ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "var2switch.ml", line 25, characters 28-36: 25 | let (strm__ : _ Stream.t) = s in ^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "var2switch.ml", line 26, characters 18-29: 26 | match Stream.peek strm__ with ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "var2switch.ml", line 28, characters 16-27: 28 | Stream.junk strm__; ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "var2switch.ml", line 29, characters 28-39: 29 | begin match Stream.peek strm__ with ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "var2switch.ml", line 30, characters 39-50: 30 | Some (Ident name) -> Stream.junk strm__; name ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "var2switch.ml", line 31, characters 30-42: 31 | | _ -> raise (Stream.Error "") ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "var2switch.ml", line 36, characters 27-38: 36 | | Some (Kwd "$$") -> Stream.junk strm__; raise End_of_file ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. ocamlc var2switch.cmo -o var2switch ocamlc -c -w s -I +labltk var2def.ml File "var2def.ml", line 17, characters 5-11: 17 | open Genlex ^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "var2def.ml", line 22, characters 17-34: 22 | let s = lexer (Stream.of_channel stdin) in ^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "var2def.ml", line 26, characters 22-30: 26 | let (strm__ : _ Stream.t) = s in ^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "var2def.ml", line 27, characters 12-23: 27 | match Stream.peek strm__ with ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "var2def.ml", line 29, characters 10-21: 29 | Stream.junk strm__; ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "var2def.ml", line 43, characters 10-21: 43 | Stream.junk strm__; ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "var2def.ml", line 44, characters 22-33: 44 | begin match Stream.peek strm__ with ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "var2def.ml", line 45, characters 30-41: 45 | Some (Ident _) -> Stream.junk strm__; () ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "var2def.ml", line 46, characters 24-36: 46 | | _ -> raise (Stream.Error "") ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "var2def.ml", line 48, characters 27-38: 48 | | Some (Kwd "$$") -> Stream.junk strm__; () ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. ocamlc var2def.cmo -o var2def make lablgl.cma make[2]: Entering directory '/var/tmp/portage/dev-ml/lablgl-1.06-r1/work/lablgl-1.06/src' ocamlc -c -w s -I +labltk gl.mli ocamlc -c -w s -I +labltk gl.ml ocamlc -c -w s -I +labltk glClear.mli ocamlc -c -w s -I +labltk glClear.ml ocamlc -c -w s -I +labltk raw.mli ocamlc -c -w s -I +labltk glPix.mli ocamlc -c -w s -I +labltk glDraw.mli ocamlc -c -w s -I +labltk glArray.mli ocamlc -c -w s -I +labltk glArray.ml ocamlrun ../src/var2def < glu_tags.var > glu_tags.h ocamlrun ../src/var2switch GLU_ < glu_tags.var > glu_tags.c ocamlc -c -w s -ccopt "-c -O -pipe -march=native -fno-diagnostics-color -O2 " ml_glu.c ml_glu.c:17:10: fatal error: gl_tags.h: No such file or directory 17 | #include "gl_tags.h" | ^~~~~~~~~~~ compilation terminated. make[2]: *** [../Makefile.common:57: ml_glu.o] Error 2 shuffle=2491972521 make[2]: Leaving directory '/var/tmp/portage/dev-ml/lablgl-1.06-r1/work/lablgl-1.06/src' make[1]: *** [Makefile:28: all] Error 2 shuffle=2491972521 make[1]: Leaving directory '/var/tmp/portage/dev-ml/lablgl-1.06-r1/work/lablgl-1.06/src' make: *** [Makefile:12: lib] Error 2 shuffle=2491972521 * ERROR: dev-ml/lablgl-1.06-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=dev-ml/lablgl-1.06-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-ml/lablgl-1.06-r1::gentoo'`. * The complete build log is located at '/var/log/portage/dev-ml:lablgl-1.06-r1:20221111-181841.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-ml/lablgl-1.06-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-ml/lablgl-1.06-r1/temp/environment'. * Working directory: '/var/tmp/portage/dev-ml/lablgl-1.06-r1/work/lablgl-1.06' * S: '/var/tmp/portage/dev-ml/lablgl-1.06-r1/work/lablgl-1.06'