<86>Apr 27 09:21:46 userdel[661998]: delete user 'rooter' <86>Apr 27 09:21:46 groupadd[662263]: group added to /etc/group: name=rooter, GID=1835 <86>Apr 27 09:21:46 groupadd[662263]: group added to /etc/gshadow: name=rooter <86>Apr 27 09:21:46 groupadd[662263]: new group: name=rooter, GID=1835 <86>Apr 27 09:21:46 useradd[662865]: new user: name=rooter, UID=1835, GID=1835, home=/root, shell=/bin/bash, from=none <86>Apr 27 09:21:46 userdel[663120]: delete user 'builder' <86>Apr 27 09:21:46 userdel[663120]: removed group 'builder' owned by 'builder' <86>Apr 27 09:21:46 userdel[663120]: removed shadow group 'builder' owned by 'builder' <86>Apr 27 09:21:46 groupadd[663263]: group added to /etc/group: name=builder, GID=1836 <86>Apr 27 09:21:46 groupadd[663263]: group added to /etc/gshadow: name=builder <86>Apr 27 09:21:46 groupadd[663263]: new group: name=builder, GID=1836 <86>Apr 27 09:21:46 useradd[663347]: new user: name=builder, UID=1836, GID=1836, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/ocamlify-0.0.2-alt3.src.rpm: The use of such a license name is ambiguous: LGPL /usr/src/in/srpm/ocamlify-0.0.2-alt3.src.rpm: exception not found in '/usr/share/license-exception' directory: static /usr/src/in/srpm/ocamlify-0.0.2-alt3.src.rpm: license not found in '/usr/share/license' directory: compilation /usr/src/in/srpm/ocamlify-0.0.2-alt3.src.rpm: license not found in '/usr/share/license' directory: exception <13>Apr 27 09:21:53 rpmi: ocaml-runtime-4.14.1-alt1 sisyphus+333652.177.29.2 1701355789 installed <13>Apr 27 09:21:53 rpmi: rpm-build-ocaml-1.6.2-alt1 sisyphus+333652.74.29.2 1701355648 installed <13>Apr 27 09:22:01 rpmi: ocaml-4.14.1-alt1 sisyphus+333652.177.29.2 1701355789 installed <13>Apr 27 09:22:01 rpmi: ocaml-ocamlbuild-1:0.14.2-alt2 sisyphus+333652.1760.29.2 1701356507 installed <13>Apr 27 09:22:01 rpmi: ocaml-ocamlbuild-devel-1:0.14.2-alt2 sisyphus+333652.1760.29.2 1701356507 installed <13>Apr 27 09:22:01 rpmi: ocaml-findlib-1.9.6-alt2 sisyphus+333652.2174.29.2 1701356590 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/ocamlify-0.0.2-alt3.nosrc.rpm (w1.gzdio) Installing ocamlify-0.0.2-alt3.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.59623 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ocamlify-0.0.2 + echo 'Source #0 (ocamlify-0.0.2.tar):' Source #0 (ocamlify-0.0.2.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ocamlify-0.0.2.tar + cd ocamlify-0.0.2 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (ocamlify-0.0.2-oasis-0.4.11.patch):' Patch #0 (ocamlify-0.0.2-oasis-0.4.11.patch): + /usr/bin/patch -p1 patching file AUTHORS.txt patching file INSTALL.txt patching file Makefile patching file README.txt patching file _tags patching file configure patching file myocamlbuild.ml patching file setup.ml + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.59623 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocamlify-0.0.2 + ocaml setup.ml -configure --prefix /usr/src/tmp/ocamlify-buildroot/usr File "./setup.ml", line 594, characters 4-15: 594 | Stream.from next ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 622, characters 19-36: 622 | let strm = Stream.of_channel chn in ^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 629, characters 37-48: 629 | Buffer.add_char buf (Stream.next strm); ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 632, characters 17-31: 632 | with Stream.Failure -> ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 1450, characters 16-33: 1450 | let lxr = Genlex.make_lexer [] in ^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1452, characters 22-38: 1452 | let st = lxr (Stream.of_string s) in ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 1453, characters 14-26: 1453 | match Stream.npeek 3 st with ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 1454, characters 11-23: 1454 | | [Genlex.Ident fn; Genlex.Ident nm] -> Call(fn, Ident nm) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1454, characters 28-40: 1454 | | [Genlex.Ident fn; Genlex.Ident nm] -> Call(fn, Ident nm) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1455, characters 11-23: 1455 | | [Genlex.Ident fn; Genlex.String str] -> Call(fn, String str) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1455, characters 28-41: 1455 | | [Genlex.Ident fn; Genlex.String str] -> Call(fn, String str) ^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1456, characters 11-24: 1456 | | [Genlex.String str] -> String str ^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1457, characters 11-23: 1457 | | [Genlex.Ident nm] -> Ident nm ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1794, characters 22-40: 1794 | let compare = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "setup.ml", line 3176, characters 8-19: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3179, characters 21-32: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3182, characters 18-32: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3184, characters 6-23: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3187, characters 12-24: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3188, characters 9-21: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3188, characters 26-36: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3188, characters 42-55: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3189, characters 8-19: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3189, characters 25-36: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3189, characters 42-53: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3201, characters 17-34: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3326, characters 16-33: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3345, characters 22-38: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3347, characters 17-29: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3348, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3348, characters 37-49: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3350, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3350, characters 37-50: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3352, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3352, characters 46-58: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3354, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3354, characters 46-59: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3356, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3369, characters 13-25: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3467, characters 16-34: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "setup.ml", line 4518, characters 21-38: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 4520, characters 19-31: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 4521, characters 16-29: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 4521, characters 33-46: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 4523, characters 15-26: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 4523, characters 32-43: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. Configuration: ocamlfind: ........................................... /usr/bin/ocamlfind ocamlc: .............................................. /usr/bin/ocamlc ocamlbuild: .......................................... /usr/bin/ocamlbuild Package name: ........................................ ocamlify Package version: ..................................... 0.0.2 os_type: ............................................. Unix system: .............................................. linux_elf architecture: ........................................ i386 ccomp_type: .......................................... cc ocaml_version: ....................................... 4.14.1 standard_library_default: ............................ /usr/lib/ocaml standard_library: .................................... /usr/lib/ocaml bytecomp_c_compiler: ................................. gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 native_c_compiler: ................................... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 model: ............................................... default ext_obj: ............................................. .o ext_asm: ............................................. .s ext_lib: ............................................. .a ext_dll: ............................................. .so default_executable_name: ............................. a.out systhread_supported: ................................. true Install architecture-independent files dir: .......... /usr/src/tmp/ocamlify-buildroot/usr Install architecture-dependent files in dir: ......... $prefix User executables: .................................... $exec_prefix/bin System admin executables: ............................ $exec_prefix/sbin Program executables: ................................. $exec_prefix/libexec Read-only single-machine data: ....................... $prefix/etc Modifiable architecture-independent data: ............ $prefix/com Modifiable single-machine data: ...................... $prefix/var Object code libraries: ............................... $exec_prefix/lib Read-only arch-independent data root: ................ $prefix/share Read-only architecture-independent data: ............. $datarootdir Info documentation: .................................. $datarootdir/info Locale-dependent data: ............................... $datarootdir/locale Man documentation: ................................... $datarootdir/man Documentation root: .................................. $datarootdir/doc/$pkg_name HTML documentation: .................................. $docdir DVI documentation: ................................... $docdir PDF documentation: ................................... $docdir PS documentation: .................................... $docdir findlib_version: ..................................... 1.9.6 is_native: ........................................... false suffix_program: ...................................... Remove a file.: ...................................... rm -f Remove a directory.: ................................. rm -rf Turn ocaml debug flag on: ............................ true Turn ocaml profile flag on: .......................... false Compiler support generation of .cmxs.: ............... false OCamlbuild additional flags: ......................... Create documentations: ............................... true Compile tests executable and library and run them: ... false + ocaml setup.ml -build File "./setup.ml", line 594, characters 4-15: 594 | Stream.from next ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 622, characters 19-36: 622 | let strm = Stream.of_channel chn in ^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 629, characters 37-48: 629 | Buffer.add_char buf (Stream.next strm); ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 632, characters 17-31: 632 | with Stream.Failure -> ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 1450, characters 16-33: 1450 | let lxr = Genlex.make_lexer [] in ^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1452, characters 22-38: 1452 | let st = lxr (Stream.of_string s) in ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 1453, characters 14-26: 1453 | match Stream.npeek 3 st with ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 1454, characters 11-23: 1454 | | [Genlex.Ident fn; Genlex.Ident nm] -> Call(fn, Ident nm) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1454, characters 28-40: 1454 | | [Genlex.Ident fn; Genlex.Ident nm] -> Call(fn, Ident nm) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1455, characters 11-23: 1455 | | [Genlex.Ident fn; Genlex.String str] -> Call(fn, String str) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1455, characters 28-41: 1455 | | [Genlex.Ident fn; Genlex.String str] -> Call(fn, String str) ^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1456, characters 11-24: 1456 | | [Genlex.String str] -> String str ^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1457, characters 11-23: 1457 | | [Genlex.Ident nm] -> Ident nm ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1794, characters 22-40: 1794 | let compare = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "setup.ml", line 3176, characters 8-19: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3179, characters 21-32: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3182, characters 18-32: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3184, characters 6-23: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3187, characters 12-24: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3188, characters 9-21: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3188, characters 26-36: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3188, characters 42-55: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3189, characters 8-19: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3189, characters 25-36: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3189, characters 42-53: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3201, characters 17-34: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3326, characters 16-33: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3345, characters 22-38: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3347, characters 17-29: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3348, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3348, characters 37-49: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3350, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3350, characters 37-50: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3352, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3352, characters 46-58: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3354, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3354, characters 46-59: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3356, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3369, characters 13-25: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3467, characters 16-34: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "setup.ml", line 4518, characters 21-38: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 4520, characters 19-31: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 4521, characters 16-29: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 4521, characters 33-46: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 4523, characters 15-26: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 4523, characters 32-43: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. /bin/ocamlc unix.cma -I /usr/lib/ocaml/ocamlbuild /usr/lib/ocaml/ocamlbuild/ocamlbuildlib.cma myocamlbuild.ml /usr/lib/ocaml/ocamlbuild/ocamlbuild.cmo -o myocamlbuild /usr/bin/ocamlfind ocamldep -modules src/ocamlify.ml > src/ocamlify.ml.depends /usr/bin/ocamlfind ocamldep -modules src/OCamlifyConfig.ml > src/OCamlifyConfig.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -o src/OCamlifyConfig.cmo src/OCamlifyConfig.ml /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -o src/ocamlify.cmo src/ocamlify.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -o src/ocamlify.cmo src/ocamlify.ml File "src/ocamlify.ml", line 22, characters 5-11: 22 | open Genlex;; ^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "src/ocamlify.ml", line 133, characters 16-27: 133 | to_list ((Stream.next str) :: acc) str ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "src/ocamlify.ml", line 134, characters 9-23: 134 | with Stream.Failure -> ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "src/ocamlify.ml", line 175, characters 27-44: 175 | to_list [] (lexer (Stream.of_channel fd)) ^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. /usr/bin/ocamlfind ocamlc -g -linkpkg -I src src/OCamlifyConfig.cmo src/ocamlify.cmo -o src/ocamlify.byte + /bin/ocamlc unix.cma -I /usr/lib/ocaml/ocamlbuild /usr/lib/ocaml/ocamlbuild/ocamlbuildlib.cma myocamlbuild.ml /usr/lib/ocaml/ocamlbuild/ocamlbuild.cmo -o myocamlbuild File "myocamlbuild.ml", line 454, characters 8-19: 454 | Stream.from ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "myocamlbuild.ml", line 457, characters 21-32: 457 | match Stream.next st with ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "myocamlbuild.ml", line 460, characters 18-32: 460 | with Stream.Failure -> None) ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "myocamlbuild.ml", line 462, characters 6-23: 462 | Genlex.make_lexer ["="] st_line ^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "myocamlbuild.ml", line 465, characters 12-24: 465 | match Stream.npeek 3 lxr with ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "myocamlbuild.ml", line 466, characters 9-21: 466 | | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] -> ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "myocamlbuild.ml", line 466, characters 26-36: 466 | | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] -> ^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "myocamlbuild.ml", line 466, characters 42-55: 466 | | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] -> ^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "myocamlbuild.ml", line 467, characters 8-19: 467 | Stream.junk lxr; Stream.junk lxr; Stream.junk lxr; ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "myocamlbuild.ml", line 467, characters 25-36: 467 | Stream.junk lxr; Stream.junk lxr; Stream.junk lxr; ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "myocamlbuild.ml", line 467, characters 42-53: 467 | Stream.junk lxr; Stream.junk lxr; Stream.junk lxr; ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "myocamlbuild.ml", line 479, characters 17-34: 479 | let st = Stream.of_channel chn in ^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.80567 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocamlify-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ocamlify-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd ocamlify-0.0.2 + mkdir -p /usr/src/tmp/ocamlify-buildroot/usr + ocaml setup.ml -install File "./setup.ml", line 594, characters 4-15: 594 | Stream.from next ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 622, characters 19-36: 622 | let strm = Stream.of_channel chn in ^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 629, characters 37-48: 629 | Buffer.add_char buf (Stream.next strm); ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 632, characters 17-31: 632 | with Stream.Failure -> ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 1450, characters 16-33: 1450 | let lxr = Genlex.make_lexer [] in ^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1452, characters 22-38: 1452 | let st = lxr (Stream.of_string s) in ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 1453, characters 14-26: 1453 | match Stream.npeek 3 st with ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 1454, characters 11-23: 1454 | | [Genlex.Ident fn; Genlex.Ident nm] -> Call(fn, Ident nm) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1454, characters 28-40: 1454 | | [Genlex.Ident fn; Genlex.Ident nm] -> Call(fn, Ident nm) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1455, characters 11-23: 1455 | | [Genlex.Ident fn; Genlex.String str] -> Call(fn, String str) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1455, characters 28-41: 1455 | | [Genlex.Ident fn; Genlex.String str] -> Call(fn, String str) ^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1456, characters 11-24: 1456 | | [Genlex.String str] -> String str ^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1457, characters 11-23: 1457 | | [Genlex.Ident nm] -> Ident nm ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1794, characters 22-40: 1794 | let compare = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "setup.ml", line 3176, characters 8-19: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3179, characters 21-32: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3182, characters 18-32: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3184, characters 6-23: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3187, characters 12-24: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3188, characters 9-21: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3188, characters 26-36: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3188, characters 42-55: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3189, characters 8-19: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3189, characters 25-36: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3189, characters 42-53: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3201, characters 17-34: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3326, characters 16-33: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3345, characters 22-38: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3347, characters 17-29: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3348, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3348, characters 37-49: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3350, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3350, characters 37-50: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3352, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3352, characters 46-58: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3354, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3354, characters 46-59: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3356, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3369, characters 13-25: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3467, characters 16-34: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "setup.ml", line 4518, characters 21-38: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 4520, characters 19-31: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 4521, characters 16-29: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 4521, characters 33-46: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 4523, characters 15-26: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 4523, characters 32-43: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ocamlify-buildroot (auto) Verifying and fixing files in /usr/src/tmp/ocamlify-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ocamlify-buildroot/ (default) Compressing files in /usr/src/tmp/ocamlify-buildroot (auto) Verifying ELF objects in /usr/src/tmp/ocamlify-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=relaxed,unresolved=normal) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/ocamlify-buildroot Processing files: ocamlify-0.0.2-alt3 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.40964 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocamlify-0.0.2 + DOCDIR=/usr/src/tmp/ocamlify-buildroot/usr/share/doc/ocamlify-0.0.2 + export DOCDIR + rm -rf /usr/src/tmp/ocamlify-buildroot/usr/share/doc/ocamlify-0.0.2 + /bin/mkdir -p /usr/src/tmp/ocamlify-buildroot/usr/share/doc/ocamlify-0.0.2 + cp -prL AUTHORS.txt COPYING.txt INSTALL.txt README.txt /usr/src/tmp/ocamlify-buildroot/usr/share/doc/ocamlify-0.0.2 + chmod -R go-w /usr/src/tmp/ocamlify-buildroot/usr/share/doc/ocamlify-0.0.2 + chmod -R a+rX /usr/src/tmp/ocamlify-buildroot/usr/share/doc/ocamlify-0.0.2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dbFh6v find-provides: running scripts (debuginfo,lib,ocaml,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.d1xEhf find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: ocaml, /usr/bin/ocamlrun, ocaml-runtime = 4.14.1 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.P2QToT Wrote: /usr/src/RPM/RPMS/i586/ocamlify-0.0.2-alt3.i586.rpm (w2.lzdio) 5.13user 0.63system 0:08.50elapsed 67%CPU (0avgtext+0avgdata 21536maxresident)k 0inputs+0outputs (0major+111545minor)pagefaults 0swaps /.out/ocamlify-0.0.2-alt3.i586.rpm: The use of such a license name is ambiguous: LGPL /.out/ocamlify-0.0.2-alt3.i586.rpm: exception not found in '/usr/share/license-exception' directory: static /.out/ocamlify-0.0.2-alt3.i586.rpm: license not found in '/usr/share/license' directory: compilation /.out/ocamlify-0.0.2-alt3.i586.rpm: license not found in '/usr/share/license' directory: exception 5.23user 4.63system 0:34.59elapsed 28%CPU (0avgtext+0avgdata 127124maxresident)k 2432inputs+0outputs (0major+197839minor)pagefaults 0swaps