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-mysql-1.2.2-6.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.OTBUT0 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf ocaml-mysql-1.2.2 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/ocaml-mysql-1.2.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ocaml-mysql-1.2.2 + /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.JsT43N + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-mysql-1.2.2 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FCFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CONFIGURE_TOP=. + '[' 1 = 1 ']' ++ find . -name config.guess -o -name config.sub + /usr/lib/rpm/mageia/force-as-needed-for-shared-lib-in-libtool Forcing -Wl,--as-needed in configure/libtool to workaround libtool bug (cf http://lists.gnu.org/archive/html/libtool-patches/2004-06/msg00002.html) + /usr/lib/rpm/mageia/fix-libtool-ltmain-from-overlinking + /usr/lib/rpm/mageia/fix-libtool-from-moving-options-after-libs . + /usr/lib/rpm/mageia/fix-dlsearch-path-in-libtool-for-multilib . lib64 + ./configure --host=aarch64-mageia-linux-gnu --build=aarch64-mageia-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info configure: WARNING: unrecognized options: --disable-dependency-tracking configure: checking for ocaml compiler and tools... checking for ocamlc... ocamlc checking for ocamlopt... ocamlopt checking for ocamlfind... ocamlfind checking whether ocamlopt supports natdynlink... yes checking for a BSD-compatible install... /usr/bin/install -c configure: checking for C compiler... checking for aarch64-mageia-linux-gnu-gcc... no 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 configure: checking for C header files... 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 mysql_config include... -I/usr/include/mysql -I/usr/include/mysql/mysql checking for mysql_config libs... -L/usr/lib64/ -lmariadb configure: checking for mysql.h... 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 mysql.h usability... yes checking mysql.h presence... yes checking for mysql.h... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h configure: WARNING: unrecognized options: --disable-dependency-tracking configure: creating ./config.status config.status: creating Makefile config.status: creating VERSION config.status: creating config.h config.status: config.h is unchanged configure: WARNING: unrecognized options: --disable-dependency-tracking + make reallyall make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-mysql-1.2.2' ocamldep mysql.mli > ._bcdi/mysql.di ocamldep mysql.ml > ._d/mysql.d ocamlc -c -cc "cc" -ccopt "-fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_CONFIG_H -Wall -Wextra \ -DPIC -I/usr/include/mysql -I/usr/include/mysql/mysql \ -o mysql_stubs.o " mysql_stubs.c mysql_stubs.c:108: warning: "Some_val" redefined 108 | #define Some_val(v) Field(v,0) | In file included from mysql_stubs.c:12: /usr/lib64/ocaml/caml/mlvalues.h:404: note: this is the location of the previous definition 404 | #define Some_val(v) Field(v, 0) | mysql_stubs.c: In function 'val_str_option': /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)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ mysql_stubs.c:150:12: note: in expansion of macro 'String_val' 150 | memcpy(String_val(v), s, length); | ^~~~~~~~~~ In file included from /usr/include/features.h:488, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from mysql_stubs.c:6: /usr/include/bits/string_fortified.h:26:1: note: expected 'void * restrict' but argument is of type 'const char *' 26 | __NTH (memcpy (void *__restrict __dest, const void *__restrict __src, | ^~~~~ mysql_stubs.c: At top level: mysql_stubs.c:433:1: warning: missing initializer for field 'fixed_length' of 'struct custom_operations' [-Wmissing-field-initializers] 433 | }; | ^ In file included from mysql_stubs.c:17: /usr/lib64/ocaml/caml/custom.h:40:37: note: 'fixed_length' declared here 40 | const struct custom_fixed_length* fixed_length; | ^~~~~~~~~~~~ mysql_stubs.c: In function 'db_escape': mysql_stubs.c:574:5: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 574 | s = String_val(str); | ^ In file included from mysql_stubs.c:12: /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)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ mysql_stubs.c:580:10: note: in expansion of macro 'String_val' 580 | memcpy(String_val(res), buf, esclen); | ^~~~~~~~~~ In file included from /usr/include/features.h:488, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from mysql_stubs.c:6: /usr/include/bits/string_fortified.h:26:1: note: expected 'void * restrict' but argument is of type 'const char *' 26 | __NTH (memcpy (void *__restrict __dest, const void *__restrict __src, | ^~~~~ mysql_stubs.c: In function 'db_real_escape': mysql_stubs.c:598:5: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 598 | s = String_val(str); | ^ In file included from mysql_stubs.c:12: /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)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ mysql_stubs.c:608:10: note: in expansion of macro 'String_val' 608 | memcpy(String_val(res), buf, esclen); | ^~~~~~~~~~ In file included from /usr/include/features.h:488, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from mysql_stubs.c:6: /usr/include/bits/string_fortified.h:26:1: note: expected 'void * restrict' but argument is of type 'const char *' 26 | __NTH (memcpy (void *__restrict __dest, const void *__restrict __src, | ^~~~~ mysql_stubs.c: At top level: mysql_stubs.c:896:1: warning: missing initializer for field 'fixed_length' of 'struct custom_operations' [-Wmissing-field-initializers] 896 | }; | ^ In file included from mysql_stubs.c:17: /usr/lib64/ocaml/caml/custom.h:40:37: note: 'fixed_length' declared here 40 | const struct custom_fixed_length* fixed_length; | ^~~~~~~~~~~~ mysql_stubs.c: In function 'get_column': mysql_stubs.c:1030:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1030 | bind->buffer = String_val(str); | ^ mysql_stubs.c: At top level: mysql_stubs.c:1069:1: warning: missing initializer for field 'fixed_length' of 'struct custom_operations' [-Wmissing-field-initializers] 1069 | }; | ^ In file included from mysql_stubs.c:17: /usr/lib64/ocaml/caml/custom.h:40:37: note: 'fixed_length' declared here 40 | const struct custom_fixed_length* fixed_length; | ^~~~~~~~~~~~ ar rcs libmysql_stubs.a mysql_stubs.o ocamlc -c mysql.mli ocamlc -c mysql.ml File "mysql.ml", line 424, characters 35-45: 424 | if i = String.length str then (String.sub str p_start (String.length str - p_start)) :: acc else ^^^^^^^^^^ Warning 6 [labels-omitted]: labels pos, len were omitted in the application of this function. File "mysql.ml", line 426, characters 45-55: 426 | | ' ' | '\t' | '\n' | '\r' | ',' -> wsp (String.sub str p_start (i - p_start) :: acc) (i+1) ^^^^^^^^^^ Warning 6 [labels-omitted]: labels pos, len were omitted in the application of this function. ocamlmklib \ -o mysql_stubs mysql_stubs.o -lmariadb \ -L/usr/lib64/ -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags Unknown option -Wl,--as-needed Unknown option -Wl,-z,relro Unknown option -Wl,-O1 Unknown option -Wl,--build-id Unknown option -Wl,--enable-new-dtags ocamlc -a -dllib dllmysql_stubs.so -ccopt -L/usr/lib64/ -ccopt -Wl,--as-needed -ccopt -Wl,-z,relro -ccopt -Wl,-O1 -ccopt -Wl,--build-id -ccopt -Wl,--enable-new-dtags -cclib -lmysql_stubs -cclib -lmariadb -o mysql.cma mysql.cmo make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-mysql-1.2.2' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-mysql-1.2.2' ocamldep -native mysql.mli > ._ncdi/mysql.di make[1]: 'libmysql_stubs.a' is up to date. ocamlopt -c mysql.ml File "mysql.ml", line 424, characters 35-45: 424 | if i = String.length str then (String.sub str p_start (String.length str - p_start)) :: acc else ^^^^^^^^^^ Warning 6 [labels-omitted]: labels pos, len were omitted in the application of this function. File "mysql.ml", line 426, characters 45-55: 426 | | ' ' | '\t' | '\n' | '\r' | ',' -> wsp (String.sub str p_start (i - p_start) :: acc) (i+1) ^^^^^^^^^^ Warning 6 [labels-omitted]: labels pos, len were omitted in the application of this function. ocamlopt -a -ccopt -L/usr/lib64/ -ccopt -Wl,--as-needed -ccopt -Wl,-z,relro -ccopt -Wl,-O1 -ccopt -Wl,--build-id -ccopt -Wl,--enable-new-dtags -cclib -lmysql_stubs -cclib -lmariadb -o mysql.cmxa mysql.cmx make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-mysql-1.2.2' ocamlopt -shared -ccopt -L/usr/lib64/ -ccopt -Wl,--as-needed -ccopt -Wl,-z,relro -ccopt -Wl,-O1 -ccopt -Wl,--build-id -ccopt -Wl,--enable-new-dtags mysql_stubs.o -cclib -lmariadb -o mysql.cmxs mysql.cmx mkdir -p doc/mysql/html rm -rf doc/mysql/html/* ocamldoc -html -d doc/mysql/html mysql.mli + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.giMbt7 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-6.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-6.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-6.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-6.mga9.aarch64 + cd ocaml-mysql-1.2.2 + '[' 1 -eq 1 ']' + export DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-6.mga9.aarch64 + DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-6.mga9.aarch64 + export OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-6.mga9.aarch64/usr/lib64/ocaml + OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-6.mga9.aarch64/usr/lib64/ocaml + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-6.mga9.aarch64/usr/lib64/ocaml /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-6.mga9.aarch64/usr/lib64/ocaml/stublibs + make install make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-mysql-1.2.2' make[1]: 'libmysql_stubs.a' is up to date. make[1]: 'mysql.cma' is up to date. make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-mysql-1.2.2' Installing library with ocamlfind ocamlfind install -patch-version "1.2.2" mysql META mysql.mli mysql.cmi mysql.cma mysql.cmx mysql.cmxa libmysql_stubs.a mysql.a dllmysql_stubs.so mysql.cmxs Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-6.mga9.aarch64/usr/lib64/ocaml/mysql/mysql.cmxs Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-6.mga9.aarch64/usr/lib64/ocaml/mysql/mysql.a Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-6.mga9.aarch64/usr/lib64/ocaml/mysql/libmysql_stubs.a Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-6.mga9.aarch64/usr/lib64/ocaml/mysql/mysql.cmxa Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-6.mga9.aarch64/usr/lib64/ocaml/mysql/mysql.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-6.mga9.aarch64/usr/lib64/ocaml/mysql/mysql.cma Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-6.mga9.aarch64/usr/lib64/ocaml/mysql/mysql.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-6.mga9.aarch64/usr/lib64/ocaml/mysql/mysql.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-6.mga9.aarch64/usr/lib64/ocaml/stublibs/dllmysql_stubs.so Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-6.mga9.aarch64/usr/lib64/ocaml/stublibs/dllmysql_stubs.so.owner ocamlfind: [WARNING] You have installed DLLs but the directory /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-6.mga9.aarch64/usr/lib64/ocaml/stublibs is not mentioned in ld.conf Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-6.mga9.aarch64/usr/lib64/ocaml/mysql/META Installation successful. + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.2.2-6.mga9 --unique-debug-suffix -1.2.2-6.mga9.aarch64 --unique-debug-src-base ocaml-mysql-1.2.2-6.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/ocaml-mysql-1.2.2 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-6.mga9.aarch64/usr/lib64/ocaml/mysql/mysql.cmxs extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-6.mga9.aarch64/usr/lib64/ocaml/stublibs/dllmysql_stubs.so dwz: ./usr/lib64/ocaml/mysql/mysql.cmxs-1.2.2-6.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/lib64/ocaml/stublibs/dllmysql_stubs.so-1.2.2-6.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: Too few files for multifile optimization original debug info size: 200kB, size after compression: 200kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 2 CRC32s did match. 54 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-mysql-1.2.2-6.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.5CsLFK + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-mysql-1.2.2 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-6.mga9.aarch64/usr/share/doc/ocaml-mysql + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-6.mga9.aarch64/usr/share/doc/ocaml-mysql + cp -pr CHANGES /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-6.mga9.aarch64/usr/share/doc/ocaml-mysql + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-6.mga9.aarch64/usr/share/doc/ocaml-mysql + cp -pr README /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-6.mga9.aarch64/usr/share/doc/ocaml-mysql + cp -pr VERSION /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-6.mga9.aarch64/usr/share/doc/ocaml-mysql + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Mysql) = 2c6e526e2b9a1e7953ae217d3ddcb6f8 ocaml-mysql = 1.2.2-6.mga9 ocaml-mysql(aarch-64) = 1.2.2-6.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libmariadb.so.3()(64bit) libmariadb.so.3(libmysqlclient_18)(64bit) ocaml(CamlinternalFormatBasics) = c4b583a727ec28f5bc9ba36adc64cfc7 ocaml(Stdlib) = 2d082666be7fc2ba916e7233397491df ocaml(Stdlib__ArrayLabels) = 3bb9420b0a66b9876d7a8713c2d17435 ocaml(Stdlib__Buffer) = ae6f92ba6bb2f608ab1494d80d56dc6a ocaml(Stdlib__Callback) = be7617c46974ca4057e76573498f075e ocaml(Stdlib__Either) = 24a5d315a7028b5fabcaa9f6b3def93c ocaml(Stdlib__Hashtbl) = f8a1618a0afdf7b51a7efc58d3ada50b ocaml(Stdlib__Int32) = d70207015a28d6f8cb16cbf3df490417 ocaml(Stdlib__Int64) = 55e959e4ff2aaf232f465daffa26c424 ocaml(Stdlib__List) = a655ec23bee4d972dcda1182a3264cf3 ocaml(Stdlib__Map) = 406d1bc59860d17292fd07fc9e6e19e0 ocaml(Stdlib__MoreLabels) = 530d100282cd1250959ced97f43a0e64 ocaml(Stdlib__Nativeint) = 20906fc1420fb50992a02881ddf59b04 ocaml(Stdlib__Printf) = 0e709b4af7558eb0589bebb98388ce8e ocaml(Stdlib__Seq) = 4a64380180d45f6d850ce24ab1076b18 ocaml(Stdlib__Set) = 62a5b2299175dac791c30d62e1518738 ocaml(Stdlib__StdLabels) = 412c70b6a4cf578ae47b1f3a6c2bc440 ocaml(Stdlib__StringLabels) = 35a74f87fd1918d2b9de80ba41a25d5e ocaml(Stdlib__Uchar) = 6f39f075b573943ab932cfc8fc5bfd5d Processing files: ocaml-mysql-devel-1.2.2-6.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.4vLbF9 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-mysql-1.2.2 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-6.mga9.aarch64/usr/share/doc/ocaml-mysql-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-6.mga9.aarch64/usr/share/doc/ocaml-mysql-devel + cp -pr doc/mysql/html/ /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-6.mga9.aarch64/usr/share/doc/ocaml-mysql-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Mysql) = 2c6e526e2b9a1e7953ae217d3ddcb6f8 ocaml-mysql-devel = 1.2.2-6.mga9 ocaml-mysql-devel(aarch-64) = 1.2.2-6.mga9 ocamlx(Mysql) = b1c2aa881f99773316709f949cd88e37 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libmariadb.so.3()(64bit) libmariadb.so.3(libmysqlclient_18)(64bit) ocaml(CamlinternalFormatBasics) = c4b583a727ec28f5bc9ba36adc64cfc7 ocaml(Stdlib) = 2d082666be7fc2ba916e7233397491df ocaml(Stdlib__ArrayLabels) = 3bb9420b0a66b9876d7a8713c2d17435 ocaml(Stdlib__Buffer) = ae6f92ba6bb2f608ab1494d80d56dc6a ocaml(Stdlib__Callback) = be7617c46974ca4057e76573498f075e ocaml(Stdlib__Either) = 24a5d315a7028b5fabcaa9f6b3def93c ocaml(Stdlib__Hashtbl) = f8a1618a0afdf7b51a7efc58d3ada50b ocaml(Stdlib__Int32) = d70207015a28d6f8cb16cbf3df490417 ocaml(Stdlib__Int64) = 55e959e4ff2aaf232f465daffa26c424 ocaml(Stdlib__List) = a655ec23bee4d972dcda1182a3264cf3 ocaml(Stdlib__Map) = 406d1bc59860d17292fd07fc9e6e19e0 ocaml(Stdlib__MoreLabels) = 530d100282cd1250959ced97f43a0e64 ocaml(Stdlib__Nativeint) = 20906fc1420fb50992a02881ddf59b04 ocaml(Stdlib__Printf) = 0e709b4af7558eb0589bebb98388ce8e ocaml(Stdlib__Seq) = 4a64380180d45f6d850ce24ab1076b18 ocaml(Stdlib__Set) = 62a5b2299175dac791c30d62e1518738 ocaml(Stdlib__StdLabels) = 412c70b6a4cf578ae47b1f3a6c2bc440 ocaml(Stdlib__StringLabels) = 35a74f87fd1918d2b9de80ba41a25d5e ocaml(Stdlib__Uchar) = 6f39f075b573943ab932cfc8fc5bfd5d ocamlx(Stdlib) = f8b8b4ee0b917ebd74ad56082a6500fe ocamlx(Stdlib__ArrayLabels) = 190f59d75af2784de740c870151ddbe9 ocamlx(Stdlib__Callback) = a6d9902a2a7bbbd1662b20a8e42c012d ocamlx(Stdlib__Int32) = bfe3d89d1f3e20975f9cb25a8463e982 ocamlx(Stdlib__Int64) = d21b229672d4931bbd116e693bba46e1 ocamlx(Stdlib__List) = 21b8c13f8a244aae814f6acdfce31ac4 ocamlx(Stdlib__MoreLabels) = 1c3eb3f3514bdef07ddf9d9938c9cd3d ocamlx(Stdlib__Nativeint) = 5895b4b339da327d0fd011f2e2dc1e3a ocamlx(Stdlib__Printf) = 54da4609e17a1893e7a0c08168b8726a ocamlx(Stdlib__StringLabels) = 7e832e4e78159fd9b0f36d63b6a97867 Processing files: ocaml-mysql-debugsource-1.2.2-6.mga9.aarch64 Provides: ocaml-mysql-debugsource = 1.2.2-6.mga9 ocaml-mysql-debugsource(aarch-64) = 1.2.2-6.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-mysql-debuginfo-1.2.2-6.mga9.aarch64 Provides: debuginfo(build-id) = 520437dbf742aff6522bb31950073c1b421082e0 ocaml-mysql-debuginfo = 1.2.2-6.mga9 ocaml-mysql-debuginfo(aarch-64) = 1.2.2-6.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-mysql-debugsource(aarch-64) = 1.2.2-6.mga9 Processing files: ocaml-mysql-devel-debuginfo-1.2.2-6.mga9.aarch64 Provides: debuginfo(build-id) = 61be1b8cab8250ad4579438b8a8bcf60864226e5 ocaml-mysql-devel-debuginfo = 1.2.2-6.mga9 ocaml-mysql-devel-debuginfo(aarch-64) = 1.2.2-6.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-mysql-debugsource(aarch-64) = 1.2.2-6.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-6.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-mysql-debugsource-1.2.2-6.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-mysql-1.2.2-6.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-mysql-debuginfo-1.2.2-6.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-mysql-devel-debuginfo-1.2.2-6.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-mysql-devel-1.2.2-6.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.NnpmWH + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-mysql-1.2.2 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-6.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.53wVgJ + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf ocaml-mysql-1.2.2 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!