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-5.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.5zzT76 + 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.jdmpkr + 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 + 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:396: note: this is the location of the previous definition 396 | #define Some_val(v) Field(v, 0) | mysql_stubs.c: In function 'val_str_option': /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)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ 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:473, 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: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)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ 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:473, 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: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)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ 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:473, 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 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 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.ZlytxZ + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-5.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-5.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-5.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-5.mga9.aarch64 + cd ocaml-mysql-1.2.2 + '[' 1 -eq 1 ']' + export DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-5.mga9.aarch64 + DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-5.mga9.aarch64 + export OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-5.mga9.aarch64/usr/lib64/ocaml + OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-5.mga9.aarch64/usr/lib64/ocaml + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-5.mga9.aarch64/usr/lib64/ocaml /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-5.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-5.mga9.aarch64/usr/lib64/ocaml/mysql/mysql.cmxs Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-5.mga9.aarch64/usr/lib64/ocaml/mysql/mysql.a Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-5.mga9.aarch64/usr/lib64/ocaml/mysql/libmysql_stubs.a Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-5.mga9.aarch64/usr/lib64/ocaml/mysql/mysql.cmxa Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-5.mga9.aarch64/usr/lib64/ocaml/mysql/mysql.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-5.mga9.aarch64/usr/lib64/ocaml/mysql/mysql.cma Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-5.mga9.aarch64/usr/lib64/ocaml/mysql/mysql.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-5.mga9.aarch64/usr/lib64/ocaml/mysql/mysql.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-5.mga9.aarch64/usr/lib64/ocaml/stublibs/dllmysql_stubs.so Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-5.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-5.mga9.aarch64/usr/lib64/ocaml/stublibs is not mentioned in ld.conf Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-5.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-5.mga9 --unique-debug-suffix -1.2.2-5.mga9.aarch64 --unique-debug-src-base ocaml-mysql-1.2.2-5.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-5.mga9.aarch64/usr/lib64/ocaml/mysql/mysql.cmxs extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-5.mga9.aarch64/usr/lib64/ocaml/stublibs/dllmysql_stubs.so dwz: ./usr/lib64/ocaml/mysql/mysql.cmxs-1.2.2-5.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/lib64/ocaml/stublibs/dllmysql_stubs.so-1.2.2-5.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-5.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.x1lfZR + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-mysql-1.2.2 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-5.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-5.mga9.aarch64/usr/share/doc/ocaml-mysql + cp -pr CHANGES /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-5.mga9.aarch64/usr/share/doc/ocaml-mysql + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-5.mga9.aarch64/usr/share/doc/ocaml-mysql + cp -pr README /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-5.mga9.aarch64/usr/share/doc/ocaml-mysql + cp -pr VERSION /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-5.mga9.aarch64/usr/share/doc/ocaml-mysql + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Mysql) = 7f716fea36c8d5bce8c794e3f8003b05 ocaml-mysql = 1.2.2-5.mga9 ocaml-mysql(aarch-64) = 1.2.2-5.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) = b6c6694955e10001aed267571104a961 ocaml(Stdlib) = 4b04b4eda19aa722df365141895fb347 ocaml(Stdlib__arrayLabels) = 031328d8356431efa0b3dd82575b7aba ocaml(Stdlib__buffer) = 9eaf2b1cd70e33601c152d1ce1bb8be9 ocaml(Stdlib__callback) = 21c02abb4cc9eea752b0e9ab3b1a0e6a ocaml(Stdlib__either) = 2555bf09b020b8887a4d8a645b0ed347 ocaml(Stdlib__hashtbl) = c3ec10b93bb358686d02fa9c5f4adb6b ocaml(Stdlib__int32) = 4c0749e51d8fce5752bcb00fe42a4ddc ocaml(Stdlib__int64) = 6cf7f095ea7fd59bad44ff22d084c4ee ocaml(Stdlib__list) = 88609ef3a3066dcf16ad7456f53122d2 ocaml(Stdlib__map) = 717fe01a67af86872466d04c7663d16f ocaml(Stdlib__moreLabels) = fa0886c9d9c1e25b9ab963a9f801e8f5 ocaml(Stdlib__nativeint) = 28b842ced0fedd41c55b9dd34f0fe79c ocaml(Stdlib__printf) = 6b41a35d77938603dd2ed0f7d80764f6 ocaml(Stdlib__seq) = 185075aa99b059ad4cae15cb411fcc0c ocaml(Stdlib__set) = d47fad5d5151b45276616200bec25877 ocaml(Stdlib__stdLabels) = 1ed7bfa4ce1246194ba30914befbd5eb ocaml(Stdlib__stringLabels) = 2fd23515aa1687f1bc9d144ab109e42b ocaml(Stdlib__uchar) = 82dadcd908dde621b8842c96ba644dc6 Processing files: ocaml-mysql-devel-1.2.2-5.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.t2XGDA + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-mysql-1.2.2 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-5.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-5.mga9.aarch64/usr/share/doc/ocaml-mysql-devel + cp -pr doc/mysql/html/ /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-5.mga9.aarch64/usr/share/doc/ocaml-mysql-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Mysql) = 7f716fea36c8d5bce8c794e3f8003b05 ocaml-mysql-devel = 1.2.2-5.mga9 ocaml-mysql-devel(aarch-64) = 1.2.2-5.mga9 ocamlx(Mysql) = 7f1252874fa866fab406b135d3ef9d5e 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) = b6c6694955e10001aed267571104a961 ocaml(Stdlib) = 4b04b4eda19aa722df365141895fb347 ocaml(Stdlib__arrayLabels) = 031328d8356431efa0b3dd82575b7aba ocaml(Stdlib__buffer) = 9eaf2b1cd70e33601c152d1ce1bb8be9 ocaml(Stdlib__callback) = 21c02abb4cc9eea752b0e9ab3b1a0e6a ocaml(Stdlib__either) = 2555bf09b020b8887a4d8a645b0ed347 ocaml(Stdlib__hashtbl) = c3ec10b93bb358686d02fa9c5f4adb6b ocaml(Stdlib__int32) = 4c0749e51d8fce5752bcb00fe42a4ddc ocaml(Stdlib__int64) = 6cf7f095ea7fd59bad44ff22d084c4ee ocaml(Stdlib__list) = 88609ef3a3066dcf16ad7456f53122d2 ocaml(Stdlib__map) = 717fe01a67af86872466d04c7663d16f ocaml(Stdlib__moreLabels) = fa0886c9d9c1e25b9ab963a9f801e8f5 ocaml(Stdlib__nativeint) = 28b842ced0fedd41c55b9dd34f0fe79c ocaml(Stdlib__printf) = 6b41a35d77938603dd2ed0f7d80764f6 ocaml(Stdlib__seq) = 185075aa99b059ad4cae15cb411fcc0c ocaml(Stdlib__set) = d47fad5d5151b45276616200bec25877 ocaml(Stdlib__stdLabels) = 1ed7bfa4ce1246194ba30914befbd5eb ocaml(Stdlib__stringLabels) = 2fd23515aa1687f1bc9d144ab109e42b ocaml(Stdlib__uchar) = 82dadcd908dde621b8842c96ba644dc6 ocamlx(Stdlib) = 905355729c82ef4d2184c394a250f1a3 ocamlx(Stdlib__arrayLabels) = 21dde343d6aaa2ea0c85a686cdc249fc ocamlx(Stdlib__callback) = f51ffea73ea6512880e00974c161a04c ocamlx(Stdlib__int32) = 567da02fa9f45ca62bbf66f3987cfd66 ocamlx(Stdlib__int64) = 54c5d202b981a695ff231a328f5611d3 ocamlx(Stdlib__list) = 53d7956dcffc648bb93ed4703fe49f2c ocamlx(Stdlib__moreLabels) = 64cfb6577921e188e9006f673850ce01 ocamlx(Stdlib__nativeint) = 339f3864cdddd2eb2a41e82f78f56a44 ocamlx(Stdlib__printf) = 9c372b73f35fb3b53e15ee17339edabc ocamlx(Stdlib__stringLabels) = a6dba559807cec6150592a043e690846 Processing files: ocaml-mysql-debugsource-1.2.2-5.mga9.aarch64 Provides: ocaml-mysql-debugsource = 1.2.2-5.mga9 ocaml-mysql-debugsource(aarch-64) = 1.2.2-5.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-5.mga9.aarch64 Provides: debuginfo(build-id) = e23ccf42d7dd7cc5c61ac6f78985aae50abaac88 ocaml-mysql-debuginfo = 1.2.2-5.mga9 ocaml-mysql-debuginfo(aarch-64) = 1.2.2-5.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-5.mga9 Processing files: ocaml-mysql-devel-debuginfo-1.2.2-5.mga9.aarch64 Provides: debuginfo(build-id) = 9c47323fb9312fbb539962149a56506d1a5d3141 ocaml-mysql-devel-debuginfo = 1.2.2-5.mga9 ocaml-mysql-devel-debuginfo(aarch-64) = 1.2.2-5.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-5.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-mysql-1.2.2-5.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-mysql-debugsource-1.2.2-5.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-mysql-debuginfo-1.2.2-5.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-mysql-devel-debuginfo-1.2.2-5.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-mysql-1.2.2-5.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-mysql-devel-1.2.2-5.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.MbBSPL + 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-5.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.s6Bd7m + 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!