D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/ocaml-speex-0.2.1-8.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.060eIs + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf ocaml-speex-0.2.1 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/ocaml-speex-0.2.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ocaml-speex-0.2.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.T9MSa6 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-speex-0.2.1 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + ./configure configuring ocaml-speex 0.2.1 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 we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking build system type... aarch64-unknown-linux-gnu checking host system type... aarch64-unknown-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking that calling user is not root... ok checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for ar... ar checking for ocamlc... ocamlc OCaml version is 4.12.0 checking if ocaml compiler supports first-class modules... yes OCaml library path is /usr/lib64/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 ocamldep.opt... ocamldep.opt checking for ocamlmktop... ocamlmktop checking for ocamlmklib... ocamlmklib checking for ocamldoc... ocamldoc checking for ocamldoc.opt... ocamldoc.opt checking for ocamlbuild... no checking for camlidl... no checking for ocamllex... ocamllex checking for ocamllex.opt... ocamllex.opt checking for ocamlyacc... ocamlyacc checking for camlp4... no checking for camlp4boot... no checking for camlp4o... no checking for camlp4of... no checking for camlp4oof... no checking for camlp4orf... no checking for camlp4prof... no checking for camlp4r... no checking for camlp4rf... no checking for ocamlfind... ocamlfind checking for ocaml standard library path... /usr/lib64/ocaml checking for caml/threads.h... no checking for gcc option to produce PIC... -fPIC checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking whether pkg-config knows about speex... ok checking for ocaml-ogg... ok configure: creating ./config.status config.status: creating Makefile config.status: creating src/META config.status: creating src/Makefile config.status: creating examples/Makefile.speex2wav config.status: creating examples/Makefile.wav2speex + make make -C src all make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-speex-0.2.1/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-speex-0.2.1/src' making ._bcdi/ogg_demuxer_speex_decoder.di from ogg_demuxer_speex_decoder.mli making ._bcdi/speex.di from speex.mli making ._d/ogg_demuxer_speex_decoder.d from ogg_demuxer_speex_decoder.ml making ._d/speex.d from speex.ml ocamlc.opt -c -cc "gcc" -ccopt "-fPIC -g -O2 -I/usr/include/speex -Wall -DCAML_NAME_SPACE \ -DPIC -fPIC -I/usr/include/speex \ -I/usr/lib64/ocaml/ogg -o speex_stubs.o " speex_stubs.c In file included from /usr/lib64/ocaml/caml/custom.h:23, from speex_stubs.c:21: speex_stubs.c: In function 'caml_speex_comments_of_packet': /usr/lib64/ocaml/caml/mlvalues.h:282:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 282 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ speex_stubs.c:129:10: note: in expansion of macro 'String_val' 129 | memcpy(String_val(tmp),c,len); | ^~~~~~~~~~ In file included from speex_stubs.c:38: /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *' 43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src, | ~~~~~~~~~~~~~~~~~^~~~~~ In file included from /usr/lib64/ocaml/caml/custom.h:23, from speex_stubs.c:21: /usr/lib64/ocaml/caml/mlvalues.h:282:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 282 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ speex_stubs.c:146:14: note: in expansion of macro 'String_val' 146 | memcpy(String_val(tmp),c,len); | ^~~~~~~~~~ In file included from speex_stubs.c:38: /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *' 43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src, | ~~~~~~~~~~~~~~~~~^~~~~~ In file included from /usr/lib64/ocaml/caml/custom.h:23, from speex_stubs.c:21: speex_stubs.c: In function 'value_of_header': /usr/lib64/ocaml/caml/mlvalues.h:282:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 282 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ speex_stubs.c:205:10: note: in expansion of macro 'String_val' 205 | memcpy(String_val(tmp),header->speex_string,SPEEX_HEADER_STRING_LENGTH); | ^~~~~~~~~~ In file included from speex_stubs.c:38: /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *' 43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src, | ~~~~~~~~~~~~~~~~~^~~~~~ In file included from /usr/lib64/ocaml/caml/custom.h:23, from speex_stubs.c:21: /usr/lib64/ocaml/caml/mlvalues.h:282:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 282 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ speex_stubs.c:208:10: note: in expansion of macro 'String_val' 208 | memcpy(String_val(tmp),header->speex_version,SPEEX_HEADER_VERSION_LENGTH); | ^~~~~~~~~~ In file included from speex_stubs.c:38: /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *' 43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src, | ~~~~~~~~~~~~~~~~~^~~~~~ In file included from /usr/lib64/ocaml/caml/custom.h:23, from speex_stubs.c:21: speex_stubs.c: In function 'caml_speex_encode_header': /usr/lib64/ocaml/caml/mlvalues.h:282:24: warning: passing argument 3 of 'comment_add' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 282 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ speex_stubs.c:265:46: note: in expansion of macro 'String_val' 265 | comment_add(&comments, &comments_length, String_val(Field(o_comments, i))); | ^~~~~~~~~~ speex_stubs.c:89:54: note: expected 'char *' but argument is of type 'const char *' 89 | void comment_add(char **comments, int* length, char *val) | ~~~~~~^~~ ar rcs libspeex_stubs.a speex_stubs.o ocamlc.opt -c -g -w +A@5-7@8@11@12@20-35-44-45 -I /usr/lib64/ocaml/ogg speex.mli File "speex.mli", line 33, characters 0-49: 33 | (** Reset the encoder/decoder memories to zero *) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: unattached documentation comment (ignored) File "speex.mli", line 35, characters 0-48: 35 | (** Set/get enhancement on/off (decoder only) *) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: unattached documentation comment (ignored) File "speex.mli", line 38, characters 0-48: 38 | (** Obtain frame size used by encoder/decoder *) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: unattached documentation comment (ignored) File "speex.mli", line 40, characters 0-28: 40 | (** Set/get quality value *) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: unattached documentation comment (ignored) File "speex.mli", line 42, characters 0-30: 42 | (** Set/get sub-mode to use *) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: unattached documentation comment (ignored) File "speex.mli", line 45, characters 0-54: 45 | (** Set/get low-band sub-mode to use (wideband only)*) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: unattached documentation comment (ignored) File "speex.mli", line 48, characters 0-55: 48 | (** Set/get high-band sub-mode to use (wideband only)*) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: unattached documentation comment (ignored) File "speex.mli", line 51, characters 0-36: 51 | (** Set/get VBR on (1) or off (0) *) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: unattached documentation comment (ignored) File "speex.mli", line 54, characters 0-52: 54 | (** Set/get quality value for VBR encoding (0-10) *) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: unattached documentation comment (ignored) File "speex.mli", line 57, characters 0-47: 57 | (** Set/get complexity of the encoder (0-10) *) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: unattached documentation comment (ignored) File "speex.mli", line 60, characters 0-22: 60 | (** Set/get bitrate *) ^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: unattached documentation comment (ignored) File "speex.mli", line 63, characters 0-28: 63 | (** Set/get sampling rate *) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: unattached documentation comment (ignored) File "speex.mli", line 66, characters 0-47: 66 | (** Set/get VAD status (1 for on, 0 for off) *) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: unattached documentation comment (ignored) File "speex.mli", line 69, characters 0-59: 69 | (** Set/get Average Bit-Rate (ABR) to n bits per seconds *) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: unattached documentation comment (ignored) File "speex.mli", line 72, characters 0-47: 72 | (** Set/get DTX status (1 for on, 0 for off) *) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: unattached documentation comment (ignored) File "speex.mli", line 75, characters 0-102: 75 | (** Set/get submode encoding in each frame (1 for yes, 0 for no, setting to no breaks the standard) *) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: unattached documentation comment (ignored) File "speex.mli", line 78, characters 0-70: 78 | (** Set/get tuning for packet-loss concealment (expected loss rate) *) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: unattached documentation comment (ignored) File "speex.mli", line 81, characters 0-51: 81 | (** Set/get the max bit-rate allowed in VBR mode *) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: unattached documentation comment (ignored) File "speex.mli", line 84, characters 0-51: 84 | (** Turn on/off input/output high-pass filtering *) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: unattached documentation comment (ignored) File "speex.mli", lines 87-88, characters 0-54: 87 | (** Get "activity level" of the last decoded frame, i.e. 88 | * how much damage we cause if we remove the frame *) Warning 50 [unexpected-docstring]: unattached documentation comment (ignored) ocamlc.opt -c -g -w +A@5-7@8@11@12@20-35-44-45 -I /usr/lib64/ocaml/ogg speex.ml File "speex.ml", line 343, characters 7-56: 343 | (** Test wether the stream contains speex data *) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: unattached documentation comment (ignored) File "speex.ml", line 345, characters 9-30: 345 | (** Get First page *) ^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: unattached documentation comment (ignored) File "speex.ml", line 347, characters 9-44: 347 | (** Check wether this is a b_o_s *) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: unattached documentation comment (ignored) File "speex.ml", line 349, characters 9-44: 349 | (** Create a stream with this ID *) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: unattached documentation comment (ignored) File "speex.ml", line 353, characters 9-83: 353 | (** Test header. Do not catch anything, first page should be sufficient *) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: unattached documentation comment (ignored) File "speex.ml", lines 373-374, characters 10-78: 373 | ..........(** Not_found is not catched: ogg stream always start 374 | with all b_o_s and we don't care about sequenced streams here *) Warning 50 [unexpected-docstring]: unattached documentation comment (ignored) ocamlc.opt -c -g -w +A@5-7@8@11@12@20-35-44-45 -I /usr/lib64/ocaml/ogg ogg_demuxer_speex_decoder.mli ocamlc.opt -c -g -w +A@5-7@8@11@12@20-35-44-45 -I /usr/lib64/ocaml/ogg ogg_demuxer_speex_decoder.ml ocamlmklib -I /usr/lib64/ocaml/ogg \ -o speex_stubs speex_stubs.o -lspeex \ ocamlc.opt -a -dllib dllspeex_stubs.so -I /usr/lib64/ocaml/ogg \ -cclib -lspeex_stubs -cclib -lspeex -o speex.cma speex.cmo ogg_demuxer_speex_decoder.cmo make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-speex-0.2.1/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-speex-0.2.1/src' making ._ncdi/ogg_demuxer_speex_decoder.di from ogg_demuxer_speex_decoder.mli making ._ncdi/speex.di from speex.mli make[2]: 'libspeex_stubs.a' is up to date. ocamlopt.opt -c -g -w +A@5-7@8@11@12@20-35-44-45 -I /usr/lib64/ocaml/ogg speex.ml File "speex.ml", line 343, characters 7-56: 343 | (** Test wether the stream contains speex data *) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: unattached documentation comment (ignored) File "speex.ml", line 345, characters 9-30: 345 | (** Get First page *) ^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: unattached documentation comment (ignored) File "speex.ml", line 347, characters 9-44: 347 | (** Check wether this is a b_o_s *) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: unattached documentation comment (ignored) File "speex.ml", line 349, characters 9-44: 349 | (** Create a stream with this ID *) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: unattached documentation comment (ignored) File "speex.ml", line 353, characters 9-83: 353 | (** Test header. Do not catch anything, first page should be sufficient *) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: unattached documentation comment (ignored) File "speex.ml", lines 373-374, characters 10-78: 373 | ..........(** Not_found is not catched: ogg stream always start 374 | with all b_o_s and we don't care about sequenced streams here *) Warning 50 [unexpected-docstring]: unattached documentation comment (ignored) ocamlopt.opt -c -g -w +A@5-7@8@11@12@20-35-44-45 -I /usr/lib64/ocaml/ogg ogg_demuxer_speex_decoder.ml ocamlopt.opt -a -I /usr/lib64/ocaml/ogg -cclib -lspeex_stubs -cclib -lspeex \ -o speex.cmxa speex.cmx ogg_demuxer_speex_decoder.cmx make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-speex-0.2.1/src' make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-speex-0.2.1/src' + make doc make -C src htdoc make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-speex-0.2.1/src' rm -rf doc/speex/html mkdir -p doc/speex/html ocamldoc.opt -html -d doc/speex/html -stars -I /usr/lib64/ocaml/ogg speex.mli ogg_demuxer_speex_decoder.mli make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-speex-0.2.1/src' mkdir -p doc rm -rf doc/html mv src/doc/speex/html doc rm -rf src/doc + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.OID9eN + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64 + cd ocaml-speex-0.2.1 + '[' 1 -eq 1 ']' + export DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64 + DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64 + export OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64//usr/lib64/ocaml + OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64//usr/lib64/ocaml + export DLLDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64//usr/lib64/ocaml/stublibs + DLLDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64//usr/lib64/ocaml/stublibs + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64//usr/lib64/ocaml/stublibs + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64//usr/lib64/ocaml/speex + make install make -C src install make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-speex-0.2.1/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-speex-0.2.1/src' make[2]: 'libspeex_stubs.a' is up to date. make[2]: 'speex.cma' is up to date. make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-speex-0.2.1/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-speex-0.2.1/src' make[2]: 'libspeex_stubs.a' is up to date. make[2]: 'speex.cmxa' is up to date. make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-speex-0.2.1/src' Installing library with ocamlfind ocamlfind install speex META ogg_demuxer_speex_decoder.mli speex.mli ogg_demuxer_speex_decoder.cmi speex.cmi speex.cma speex.cmxa ogg_demuxer_speex_decoder.cmx speex.cmx libspeex_stubs.a speex.a dllspeex_stubs.so Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64//usr/lib64/ocaml/speex/speex.a Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64//usr/lib64/ocaml/speex/libspeex_stubs.a Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64//usr/lib64/ocaml/speex/speex.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64//usr/lib64/ocaml/speex/ogg_demuxer_speex_decoder.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64//usr/lib64/ocaml/speex/speex.cmxa Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64//usr/lib64/ocaml/speex/speex.cma Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64//usr/lib64/ocaml/speex/speex.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64//usr/lib64/ocaml/speex/ogg_demuxer_speex_decoder.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64//usr/lib64/ocaml/speex/speex.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64//usr/lib64/ocaml/speex/ogg_demuxer_speex_decoder.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64//usr/lib64/ocaml/stublibs/dllspeex_stubs.so Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64//usr/lib64/ocaml/stublibs/dllspeex_stubs.so.owner ocamlfind: [WARNING] You have installed DLLs but the directory /home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64/usr/lib64/ocaml/stublibs is not mentioned in ld.conf Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64//usr/lib64/ocaml/speex/META Installation successful. make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-speex-0.2.1/src' + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.2.1-8.mga9 --unique-debug-suffix -0.2.1-8.mga9.aarch64 --unique-debug-src-base ocaml-speex-0.2.1-8.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/ocaml-speex-0.2.1 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64/usr/lib64/ocaml/stublibs/dllspeex_stubs.so dwz: ./usr/lib64/ocaml/stublibs/dllspeex_stubs.so-0.2.1-8.mga9.aarch64.debug: Unknown debugging section .debug_line_str original debug info size: 56kB, size after compression: 56kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. 45 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 0 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: ocaml-speex-0.2.1-8.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.pQabgG + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-speex-0.2.1 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64/usr/share/doc/ocaml-speex + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64/usr/share/doc/ocaml-speex + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64/usr/share/doc/ocaml-speex + cp -pr README /home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64/usr/share/doc/ocaml-speex + cp -pr CHANGES /home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64/usr/share/doc/ocaml-speex + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Ogg_demuxer_speex_decoder) = cf4fd55acbdda344afa2fa55219ca423 ocaml(Speex) = 0b4ca96ce33f3a196c1d3c49245fd5e8 ocaml-speex = 0.2.1-8.mga9 ocaml-speex(aarch-64) = 0.2.1-8.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libspeex.so.1()(64bit) ocaml(CamlinternalFormatBasics) = b6c6694955e10001aed267571104a961 ocaml(Ogg) = 97984b97be1bbd220ad661159406fe61 ocaml(Ogg_demuxer) = ad672b119803dde8a501d794d6170569 ocaml(Speex) = 0b4ca96ce33f3a196c1d3c49245fd5e8 ocaml(Stdlib) = 4b04b4eda19aa722df365141895fb347 ocaml(Stdlib__array) = 4e32e71cf085ea7194f43622fdc89508 ocaml(Stdlib__bigarray) = 73871e61e3785d8f0d822194daeb85ec ocaml(Stdlib__buffer) = 9eaf2b1cd70e33601c152d1ce1bb8be9 ocaml(Stdlib__callback) = 21c02abb4cc9eea752b0e9ab3b1a0e6a ocaml(Stdlib__complex) = 81367aaa1be1ccaf16610a96c3d2bc13 ocaml(Stdlib__either) = 2555bf09b020b8887a4d8a645b0ed347 ocaml(Stdlib__hashtbl) = c3ec10b93bb358686d02fa9c5f4adb6b ocaml(Stdlib__int32) = 4c0749e51d8fce5752bcb00fe42a4ddc ocaml(Stdlib__int64) = 6cf7f095ea7fd59bad44ff22d084c4ee ocaml(Stdlib__list) = 88609ef3a3066dcf16ad7456f53122d2 ocaml(Stdlib__printf) = 6b41a35d77938603dd2ed0f7d80764f6 ocaml(Stdlib__seq) = 185075aa99b059ad4cae15cb411fcc0c ocaml(Stdlib__string) = 9f0e42299fccc5fb76df62d28ba67759 ocaml(Stdlib__uchar) = 82dadcd908dde621b8842c96ba644dc6 ocaml(Unix) = eadecc353e942963afccd09bd1a12192 Processing files: ocaml-speex-devel-0.2.1-8.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.9ZXKaX + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-speex-0.2.1 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64/usr/share/doc/ocaml-speex-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64/usr/share/doc/ocaml-speex-devel + cp -pr doc/html /home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64/usr/share/doc/ocaml-speex-devel + cp -pr examples /home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64/usr/share/doc/ocaml-speex-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Ogg_demuxer_speex_decoder) = cf4fd55acbdda344afa2fa55219ca423 ocaml(Speex) = 0b4ca96ce33f3a196c1d3c49245fd5e8 ocaml-speex-devel = 0.2.1-8.mga9 ocaml-speex-devel(aarch-64) = 0.2.1-8.mga9 ocamlx(Ogg_demuxer_speex_decoder) = 1dcf1ab0978a538ca07d704ccdff1c69 ocamlx(Speex) = 58b083c26a8850bb10a187457c4834b7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = b6c6694955e10001aed267571104a961 ocaml(Ogg) = 97984b97be1bbd220ad661159406fe61 ocaml(Ogg_demuxer) = ad672b119803dde8a501d794d6170569 ocaml(Speex) = 0b4ca96ce33f3a196c1d3c49245fd5e8 ocaml(Stdlib) = 4b04b4eda19aa722df365141895fb347 ocaml(Stdlib__array) = 4e32e71cf085ea7194f43622fdc89508 ocaml(Stdlib__bigarray) = 73871e61e3785d8f0d822194daeb85ec ocaml(Stdlib__buffer) = 9eaf2b1cd70e33601c152d1ce1bb8be9 ocaml(Stdlib__callback) = 21c02abb4cc9eea752b0e9ab3b1a0e6a ocaml(Stdlib__complex) = 81367aaa1be1ccaf16610a96c3d2bc13 ocaml(Stdlib__either) = 2555bf09b020b8887a4d8a645b0ed347 ocaml(Stdlib__hashtbl) = c3ec10b93bb358686d02fa9c5f4adb6b ocaml(Stdlib__int32) = 4c0749e51d8fce5752bcb00fe42a4ddc ocaml(Stdlib__int64) = 6cf7f095ea7fd59bad44ff22d084c4ee ocaml(Stdlib__list) = 88609ef3a3066dcf16ad7456f53122d2 ocaml(Stdlib__printf) = 6b41a35d77938603dd2ed0f7d80764f6 ocaml(Stdlib__seq) = 185075aa99b059ad4cae15cb411fcc0c ocaml(Stdlib__string) = 9f0e42299fccc5fb76df62d28ba67759 ocaml(Stdlib__uchar) = 82dadcd908dde621b8842c96ba644dc6 ocaml(Unix) = eadecc353e942963afccd09bd1a12192 ocamlx(Ogg) = c56e780314645295a045203156126e27 ocamlx(Ogg_demuxer) = 93a8da65aa5a8713c07176a0b53f8382 ocamlx(Speex) = 58b083c26a8850bb10a187457c4834b7 ocamlx(Stdlib) = 905355729c82ef4d2184c394a250f1a3 ocamlx(Stdlib__array) = bd748df8b673a5572a68c6ed97643075 ocamlx(Stdlib__callback) = f51ffea73ea6512880e00974c161a04c ocamlx(Stdlib__hashtbl) = d6c11956a20f699b6d99ffbeaf7af8ce ocamlx(Stdlib__int64) = 54c5d202b981a695ff231a328f5611d3 ocamlx(Stdlib__list) = 53d7956dcffc648bb93ed4703fe49f2c ocamlx(Stdlib__printf) = 9c372b73f35fb3b53e15ee17339edabc ocamlx(Stdlib__string) = 0f51be4faacbfc99b4c9b3c427cf5bd8 Processing files: ocaml-speex-debugsource-0.2.1-8.mga9.aarch64 Provides: ocaml-speex-debugsource = 0.2.1-8.mga9 ocaml-speex-debugsource(aarch-64) = 0.2.1-8.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-speex-debuginfo-0.2.1-8.mga9.aarch64 Provides: debuginfo(build-id) = c9a581ef35328bfdcfe137f7bfc734d7dc9002ea ocaml-speex-debuginfo = 0.2.1-8.mga9 ocaml-speex-debuginfo(aarch-64) = 0.2.1-8.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-speex-debugsource(aarch-64) = 0.2.1-8.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-speex-debugsource-0.2.1-8.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-speex-debuginfo-0.2.1-8.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-speex-0.2.1-8.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-speex-devel-0.2.1-8.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.nNRAej + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-speex-0.2.1 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-speex-0.2.1-8.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.vGvJ2w + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf ocaml-speex-0.2.1 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!