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-flac-0.1.3-9.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.DS7cV0 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf ocaml-flac-0.1.3 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/ocaml-flac-0.1.3.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ocaml-flac-0.1.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/debug.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.VXShfd + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-flac-0.1.3 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + ./configure --prefix /usr --libdir /usr/lib64 --libexecdir /usr/libexec --exec-prefix /usr --bindir /usr/bin --mandir /usr/share/man --datadir /usr/share --localstatedir /var configuring ocaml-flac 0.1.3 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 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.13.1 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... yes 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 flac... ok checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... no checking for ocaml-ogg... ok checking for ocaml bytes module... ok configure: creating ./config.status config.status: creating Makefile config.status: creating src/META config.status: creating src/Makefile config.status: creating examples/Makefile.decode config.status: creating examples/Makefile.encode config.status: creating config.h + make make -C src all make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-flac-0.1.3/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-flac-0.1.3/src' making ._bcdi/ogg_demuxer_flac_decoder.di from ogg_demuxer_flac_decoder.mli making ._bcdi/ogg_flac.di from ogg_flac.mli making ._bcdi/flac.di from flac.mli making ._d/ogg_demuxer_flac_decoder.d from ogg_demuxer_flac_decoder.ml making ._d/ogg_flac.d from ogg_flac.ml making ._d/flac.d from flac.ml ocamlc.opt -g -c -cc "gcc" -ccopt "-fPIC -I/usr/include -I .. -Wall -DCAML_NAME_SPACE \ -DPIC -fPIC -I/usr/include \ -I/usr/lib64/ocaml/bytes -I/usr/lib64/ocaml/ogg -o flac_stubs.o " flac_stubs.c In file included from flac_stubs.c:32: flac_stubs.h:28: warning: "Some_val" redefined 28 | #define Some_val(v) Field(v,0) | In file included from /usr/lib64/ocaml/caml/callback.h:24, from flac_stubs.c:24: /usr/lib64/ocaml/caml/mlvalues.h:404: note: this is the location of the previous definition 404 | #define Some_val(v) Field(v, 0) | flac_stubs.c: In function 'caml_flac_s16le_to_float': /usr/lib64/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #define String_val(x) ((const char *) Bp_val(x)) | ^ flac_stubs.c:104:15: note: in expansion of macro 'String_val' 104 | char *src = String_val(_src) ; | ^~~~~~~~~~ flac_stubs.c: In function 'dec_read_callback': /usr/lib64/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #define String_val(x) ((const char *) Bp_val(x)) | ^ flac_stubs.c:352:16: note: in expansion of macro 'String_val' 352 | char *data = String_val(Field(callbacks->tmp,0)); | ^~~~~~~~~~ flac_stubs.c: In function 'ocaml_flac_decoder_info': /usr/lib64/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ flac_stubs.c:509:10: note: in expansion of macro 'String_val' 509 | memcpy(String_val(tmp),info->md5sum,16); | ^~~~~~~~~~ In file included from /usr/include/memory.h:29, from flac_stubs.c:21: /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/callback.h:24, from flac_stubs.c:24: flac_stubs.c: In function 'enc_write_callback': /usr/lib64/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ flac_stubs.c:663:10: note: in expansion of macro 'String_val' 663 | memcpy(String_val(callbacks->tmp),buffer,bytes); | ^~~~~~~~~~ In file included from /usr/include/memory.h:29, from flac_stubs.c:21: /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, | ~~~~~~~~~~~~~~~~~^~~~~~ ocamlc.opt -g -c -cc "gcc" -ccopt "-fPIC -I/usr/include -I .. -Wall -DCAML_NAME_SPACE \ -DPIC -fPIC -I/usr/include \ -I/usr/lib64/ocaml/bytes -I/usr/lib64/ocaml/ogg -o ogg_flac_stubs.o " ogg_flac_stubs.c In file included from ogg_flac_stubs.c:34: flac_stubs.h:28: warning: "Some_val" redefined 28 | #define Some_val(v) Field(v,0) | In file included from ogg_flac_stubs.c:24: /usr/lib64/ocaml/caml/mlvalues.h:404: note: this is the location of the previous definition 404 | #define Some_val(v) Field(v, 0) | ar rcs libflac_stubs.a flac_stubs.o ogg_flac_stubs.o ocamlc.opt -g -c -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I /usr/lib64/ocaml/bytes -I /usr/lib64/ocaml/ogg flac.mli ocamlc.opt -g -c -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I /usr/lib64/ocaml/bytes -I /usr/lib64/ocaml/ogg flac.ml File "flac.ml", lines 37-42, characters 0-3: 37 | struct 38 | let uppercase _ = raise Not_implemented 39 | let () = 40 | try ignore(uppercase "") with Not_implemented -> () 41 | include String 42 | end Alert deprecated: uppercase Use String.uppercase_ascii/StringLabels.uppercase_ascii instead. File "string.mli", lines 415-417, characters 0-71: Definition File "flac.ml", line 33, characters 2-34: 33 | val uppercase : string -> string ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Expected signature File "flac.ml", line 64, characters 6-22: 64 | read : read; ^^^^^^^^^^^^^^^^ Warning 69 [unused-field]: record field read is never read. (However, this field is used to build or mutate values.) File "flac.ml", line 65, characters 6-41: 65 | seek : (int64 -> unit) option ; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 69 [unused-field]: record field seek is never read. (However, this field is used to build or mutate values.) File "flac.ml", line 66, characters 6-41: 66 | tell : (unit -> int64) option ; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 69 [unused-field]: record field tell is never read. (However, this field is used to build or mutate values.) File "flac.ml", line 67, characters 6-41: 67 | length : (unit -> int64) option ; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 69 [unused-field]: record field length is never read. (However, this field is used to build or mutate values.) File "flac.ml", line 68, characters 6-41: 68 | eof : (unit -> bool) option ; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 69 [unused-field]: record field eof is never read. (However, this field is used to build or mutate values.) File "flac.ml", line 69, characters 6-24: 69 | write : write ; ^^^^^^^^^^^^^^^^^^ Warning 69 [unused-field]: record field write is never read. (However, this field is used to build or mutate values.) File "flac.ml", line 235, characters 7-22: 235 | write : write ; ^^^^^^^^^^^^^^^ Warning 69 [unused-field]: record field write is never read. (However, this field is used to build or mutate values.) File "flac.ml", line 236, characters 7-39: 236 | seek : (int64 -> unit) option ; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 69 [unused-field]: record field seek is never read. (However, this field is used to build or mutate values.) File "flac.ml", line 237, characters 7-37: 237 | tell : (unit -> int64) option ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 69 [unused-field]: record field tell is never read. (However, this field is used to build or mutate values.) ocamlc.opt -g -c -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I /usr/lib64/ocaml/bytes -I /usr/lib64/ocaml/ogg ogg_flac.mli ocamlc.opt -g -c -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I /usr/lib64/ocaml/bytes -I /usr/lib64/ocaml/ogg ogg_flac.ml ocamlc.opt -g -c -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I /usr/lib64/ocaml/bytes -I /usr/lib64/ocaml/ogg ogg_demuxer_flac_decoder.mli ocamlc.opt -g -c -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I /usr/lib64/ocaml/bytes -I /usr/lib64/ocaml/ogg ogg_demuxer_flac_decoder.ml ocamlmklib -I /usr/lib64/ocaml/bytes -I /usr/lib64/ocaml/ogg -L/usr/lib \ -o flac_stubs flac_stubs.o ogg_flac_stubs.o -lFLAC -logg \ ocamlc.opt -g -a -dllib dllflac_stubs.so -I /usr/lib64/ocaml/bytes -I /usr/lib64/ocaml/ogg -ccopt -L/usr/lib -ccopt -L/usr/lib \ -cclib -lflac_stubs -cclib -lFLAC -cclib -logg -o flac.cma flac.cmo ogg_flac.cmo ogg_demuxer_flac_decoder.cmo make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-flac-0.1.3/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-flac-0.1.3/src' making ._ncdi/ogg_demuxer_flac_decoder.di from ogg_demuxer_flac_decoder.mli making ._ncdi/ogg_flac.di from ogg_flac.mli making ._ncdi/flac.di from flac.mli make[2]: 'libflac_stubs.a' is up to date. ocamlopt.opt -g -c -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I /usr/lib64/ocaml/bytes -I /usr/lib64/ocaml/ogg flac.ml File "flac.ml", lines 37-42, characters 0-3: 37 | struct 38 | let uppercase _ = raise Not_implemented 39 | let () = 40 | try ignore(uppercase "") with Not_implemented -> () 41 | include String 42 | end Alert deprecated: uppercase Use String.uppercase_ascii/StringLabels.uppercase_ascii instead. File "string.mli", lines 415-417, characters 0-71: Definition File "flac.ml", line 33, characters 2-34: 33 | val uppercase : string -> string ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Expected signature File "flac.ml", line 64, characters 6-22: 64 | read : read; ^^^^^^^^^^^^^^^^ Warning 69 [unused-field]: record field read is never read. (However, this field is used to build or mutate values.) File "flac.ml", line 65, characters 6-41: 65 | seek : (int64 -> unit) option ; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 69 [unused-field]: record field seek is never read. (However, this field is used to build or mutate values.) File "flac.ml", line 66, characters 6-41: 66 | tell : (unit -> int64) option ; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 69 [unused-field]: record field tell is never read. (However, this field is used to build or mutate values.) File "flac.ml", line 67, characters 6-41: 67 | length : (unit -> int64) option ; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 69 [unused-field]: record field length is never read. (However, this field is used to build or mutate values.) File "flac.ml", line 68, characters 6-41: 68 | eof : (unit -> bool) option ; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 69 [unused-field]: record field eof is never read. (However, this field is used to build or mutate values.) File "flac.ml", line 69, characters 6-24: 69 | write : write ; ^^^^^^^^^^^^^^^^^^ Warning 69 [unused-field]: record field write is never read. (However, this field is used to build or mutate values.) File "flac.ml", line 235, characters 7-22: 235 | write : write ; ^^^^^^^^^^^^^^^ Warning 69 [unused-field]: record field write is never read. (However, this field is used to build or mutate values.) File "flac.ml", line 236, characters 7-39: 236 | seek : (int64 -> unit) option ; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 69 [unused-field]: record field seek is never read. (However, this field is used to build or mutate values.) File "flac.ml", line 237, characters 7-37: 237 | tell : (unit -> int64) option ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 69 [unused-field]: record field tell is never read. (However, this field is used to build or mutate values.) ocamlopt.opt -g -c -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I /usr/lib64/ocaml/bytes -I /usr/lib64/ocaml/ogg ogg_flac.ml ocamlopt.opt -g -c -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I /usr/lib64/ocaml/bytes -I /usr/lib64/ocaml/ogg ogg_demuxer_flac_decoder.ml ocamlopt.opt -g -a -I /usr/lib64/ocaml/bytes -I /usr/lib64/ocaml/ogg -ccopt -L/usr/lib -ccopt -L/usr/lib -cclib -lflac_stubs -cclib -lFLAC -cclib -logg \ -o flac.cmxa flac.cmx ogg_flac.cmx ogg_demuxer_flac_decoder.cmx make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-flac-0.1.3/src' make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-flac-0.1.3/src' + make doc make -C src htdoc make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-flac-0.1.3/src' rm -rf doc/flac/html mkdir -p doc/flac/html ocamldoc.opt -html -d doc/flac/html -stars -I /usr/lib64/ocaml/bytes -I /usr/lib64/ocaml/ogg flac.mli ogg_flac.mli ogg_demuxer_flac_decoder.mli make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-flac-0.1.3/src' mkdir -p doc rm -rf doc/html mv src/doc/flac/html doc rm -rf src/doc + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.I6EmsL + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64 + cd ocaml-flac-0.1.3 + '[' 1 -eq 1 ']' + export DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64 + DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64 + export OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64//usr/lib64/ocaml + OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64//usr/lib64/ocaml + export DLLDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64//usr/lib64/ocaml/stublibs + DLLDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64//usr/lib64/ocaml/stublibs + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64//usr/lib64/ocaml/stublibs + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64//usr/lib64/ocaml/flac + make install make -C src install make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-flac-0.1.3/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-flac-0.1.3/src' make[2]: 'libflac_stubs.a' is up to date. make[2]: 'flac.cma' is up to date. make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-flac-0.1.3/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-flac-0.1.3/src' make[2]: 'libflac_stubs.a' is up to date. make[2]: 'flac.cmxa' is up to date. make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-flac-0.1.3/src' Installing library with ocamlfind ocamlfind install flac META flac.mli ogg_demuxer_flac_decoder.mli ogg_flac.mli flac.cmi ogg_demuxer_flac_decoder.cmi ogg_flac.cmi flac.cma flac.cmxa flac.cmx ogg_demuxer_flac_decoder.cmx ogg_flac.cmx flac.a libflac_stubs.a dllflac_stubs.so Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64//usr/lib64/ocaml/flac/libflac_stubs.a Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64//usr/lib64/ocaml/flac/flac.a Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64//usr/lib64/ocaml/flac/ogg_flac.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64//usr/lib64/ocaml/flac/ogg_demuxer_flac_decoder.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64//usr/lib64/ocaml/flac/flac.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64//usr/lib64/ocaml/flac/flac.cmxa Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64//usr/lib64/ocaml/flac/flac.cma Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64//usr/lib64/ocaml/flac/ogg_flac.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64//usr/lib64/ocaml/flac/ogg_demuxer_flac_decoder.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64//usr/lib64/ocaml/flac/flac.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64//usr/lib64/ocaml/flac/ogg_flac.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64//usr/lib64/ocaml/flac/ogg_demuxer_flac_decoder.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64//usr/lib64/ocaml/flac/flac.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64//usr/lib64/ocaml/stublibs/dllflac_stubs.so Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64//usr/lib64/ocaml/stublibs/dllflac_stubs.so.owner ocamlfind: [WARNING] You have installed DLLs but the directory /home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64/usr/lib64/ocaml/stublibs is not mentioned in ld.conf Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64//usr/lib64/ocaml/flac/META Installation successful. make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-flac-0.1.3/src' + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.1.3-9.mga9 --unique-debug-suffix -0.1.3-9.mga9.aarch64 --unique-debug-src-base ocaml-flac-0.1.3-9.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/ocaml-flac-0.1.3 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64/usr/lib64/ocaml/stublibs/dllflac_stubs.so dwz: ./usr/lib64/ocaml/stublibs/dllflac_stubs.so-0.1.3-9.mga9.aarch64.debug: Unknown debugging section .debug_line_str original debug info size: 68kB, size after compression: 68kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. 79 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-flac-0.1.3-9.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.tRtk23 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-flac-0.1.3 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64/usr/share/doc/ocaml-flac + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64/usr/share/doc/ocaml-flac + cp -pr README /home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64/usr/share/doc/ocaml-flac + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64/usr/share/doc/ocaml-flac + cp -pr CHANGES /home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64/usr/share/doc/ocaml-flac + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Flac) = a73c774e5ff167c910585fcad0644df6 ocaml(Ogg_demuxer_flac_decoder) = 9b98f512c4cb5c6d211a963aaafc49ac ocaml(Ogg_flac) = 60a5726246431175b1cdee32b7211478 ocaml-flac = 0.1.3-9.mga9 ocaml-flac(aarch-64) = 0.1.3-9.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libFLAC.so.8()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libogg.so.0()(64bit) ocaml(CamlinternalFormatBasics) = c4b583a727ec28f5bc9ba36adc64cfc7 ocaml(Flac) = a73c774e5ff167c910585fcad0644df6 ocaml(Ogg) = 6a836bdc80c7f37c73c405bd32c23954 ocaml(Ogg_demuxer) = 6e1f7c6ddf59a309aa49f52dd6a521c1 ocaml(Ogg_flac) = 60a5726246431175b1cdee32b7211478 ocaml(Stdlib) = 2d082666be7fc2ba916e7233397491df ocaml(Stdlib__Array) = 581e55eba14aacb7d3a90da809c6bf38 ocaml(Stdlib__Bigarray) = 0658efab07b830634f1823572d2cce61 ocaml(Stdlib__Buffer) = ae6f92ba6bb2f608ab1494d80d56dc6a ocaml(Stdlib__Bytes) = cbde478960c3a756d3d7c559b25871ed ocaml(Stdlib__Callback) = be7617c46974ca4057e76573498f075e ocaml(Stdlib__Complex) = dc5b34d1ccde5a5d3b060f66f0bf3ab0 ocaml(Stdlib__Either) = 24a5d315a7028b5fabcaa9f6b3def93c ocaml(Stdlib__Hashtbl) = f8a1618a0afdf7b51a7efc58d3ada50b ocaml(Stdlib__Int32) = d70207015a28d6f8cb16cbf3df490417 ocaml(Stdlib__Int64) = 55e959e4ff2aaf232f465daffa26c424 ocaml(Stdlib__List) = a655ec23bee4d972dcda1182a3264cf3 ocaml(Stdlib__Nativeint) = 20906fc1420fb50992a02881ddf59b04 ocaml(Stdlib__Obj) = f013b5ab5f624540d41df4b458d374b4 ocaml(Stdlib__Printf) = 0e709b4af7558eb0589bebb98388ce8e ocaml(Stdlib__Queue) = 6b9f21315cc0db0a21b7aa6bd2b95b7e ocaml(Stdlib__Seq) = 4a64380180d45f6d850ce24ab1076b18 ocaml(Stdlib__String) = 2e8342c86495af4a502e4634e35933ed ocaml(Stdlib__Uchar) = 6f39f075b573943ab932cfc8fc5bfd5d ocaml(Unix) = 49c6c492a189deeaed5bf77a6793e7fa Processing files: ocaml-flac-devel-0.1.3-9.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.C9hZm0 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-flac-0.1.3 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64/usr/share/doc/ocaml-flac-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64/usr/share/doc/ocaml-flac-devel + cp -pr doc/html/ /home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64/usr/share/doc/ocaml-flac-devel + cp -pr examples/ /home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64/usr/share/doc/ocaml-flac-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Flac) = a73c774e5ff167c910585fcad0644df6 ocaml(Ogg_demuxer_flac_decoder) = 9b98f512c4cb5c6d211a963aaafc49ac ocaml(Ogg_flac) = 60a5726246431175b1cdee32b7211478 ocaml-flac-devel = 0.1.3-9.mga9 ocaml-flac-devel(aarch-64) = 0.1.3-9.mga9 ocamlx(Flac) = 5bd618f2d12ce106429e771e170ddcad ocamlx(Ogg_demuxer_flac_decoder) = bc3423e924d9b56f5331d4364c270d1f ocamlx(Ogg_flac) = 26c6b029848137108c1bc8b4f0bafdac Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = c4b583a727ec28f5bc9ba36adc64cfc7 ocaml(Flac) = a73c774e5ff167c910585fcad0644df6 ocaml(Ogg) = 6a836bdc80c7f37c73c405bd32c23954 ocaml(Ogg_demuxer) = 6e1f7c6ddf59a309aa49f52dd6a521c1 ocaml(Ogg_flac) = 60a5726246431175b1cdee32b7211478 ocaml(Stdlib) = 2d082666be7fc2ba916e7233397491df ocaml(Stdlib__Array) = 581e55eba14aacb7d3a90da809c6bf38 ocaml(Stdlib__Bigarray) = 0658efab07b830634f1823572d2cce61 ocaml(Stdlib__Buffer) = ae6f92ba6bb2f608ab1494d80d56dc6a ocaml(Stdlib__Bytes) = cbde478960c3a756d3d7c559b25871ed ocaml(Stdlib__Callback) = be7617c46974ca4057e76573498f075e ocaml(Stdlib__Complex) = dc5b34d1ccde5a5d3b060f66f0bf3ab0 ocaml(Stdlib__Either) = 24a5d315a7028b5fabcaa9f6b3def93c ocaml(Stdlib__Hashtbl) = f8a1618a0afdf7b51a7efc58d3ada50b ocaml(Stdlib__Int32) = d70207015a28d6f8cb16cbf3df490417 ocaml(Stdlib__Int64) = 55e959e4ff2aaf232f465daffa26c424 ocaml(Stdlib__List) = a655ec23bee4d972dcda1182a3264cf3 ocaml(Stdlib__Nativeint) = 20906fc1420fb50992a02881ddf59b04 ocaml(Stdlib__Obj) = f013b5ab5f624540d41df4b458d374b4 ocaml(Stdlib__Printf) = 0e709b4af7558eb0589bebb98388ce8e ocaml(Stdlib__Queue) = 6b9f21315cc0db0a21b7aa6bd2b95b7e ocaml(Stdlib__Seq) = 4a64380180d45f6d850ce24ab1076b18 ocaml(Stdlib__String) = 2e8342c86495af4a502e4634e35933ed ocaml(Stdlib__Uchar) = 6f39f075b573943ab932cfc8fc5bfd5d ocaml(Unix) = 49c6c492a189deeaed5bf77a6793e7fa ocamlx(Flac) = 5bd618f2d12ce106429e771e170ddcad ocamlx(Ogg) = 94bb3ace7389afd9dbc51f2213441684 ocamlx(Ogg_demuxer) = ecf47e2db9c994b00044eb3b6987c60b ocamlx(Ogg_flac) = 26c6b029848137108c1bc8b4f0bafdac ocamlx(Stdlib) = f8b8b4ee0b917ebd74ad56082a6500fe ocamlx(Stdlib__Array) = aab10518c3f1158148fe7713d20dc740 ocamlx(Stdlib__Bytes) = 33e3746ac47aa01c0ae846774479f668 ocamlx(Stdlib__Callback) = a6d9902a2a7bbbd1662b20a8e42c012d ocamlx(Stdlib__Hashtbl) = 04f772f8913c4d9f535a6c6c2d722fb4 ocamlx(Stdlib__Int64) = d21b229672d4931bbd116e693bba46e1 ocamlx(Stdlib__List) = 21b8c13f8a244aae814f6acdfce31ac4 ocamlx(Stdlib__Printf) = 54da4609e17a1893e7a0c08168b8726a ocamlx(Stdlib__Queue) = ebb8d10d2e926dc0b88d90f741be854b ocamlx(Stdlib__String) = e3d157a8c85cee272249a1c492e502f5 ocamlx(Unix) = 45eeead1ec6814accfdb44f1a2c4ce1e Processing files: ocaml-flac-debugsource-0.1.3-9.mga9.aarch64 Provides: ocaml-flac-debugsource = 0.1.3-9.mga9 ocaml-flac-debugsource(aarch-64) = 0.1.3-9.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-flac-debuginfo-0.1.3-9.mga9.aarch64 Provides: debuginfo(build-id) = 8bd879f95640c1de6a9564ee589ace3d4e17da19 ocaml-flac-debuginfo = 0.1.3-9.mga9 ocaml-flac-debuginfo(aarch-64) = 0.1.3-9.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-flac-debugsource(aarch-64) = 0.1.3-9.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-flac-debugsource-0.1.3-9.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-flac-debuginfo-0.1.3-9.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-flac-0.1.3-9.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-flac-devel-0.1.3-9.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.EBY4d3 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-flac-0.1.3 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-flac-0.1.3-9.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Yxf5DD + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf ocaml-flac-0.1.3 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!