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-camldbm-1.0-23.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.56w6hP + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf camldbm-1.0 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/camldbm-1.0.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd camldbm-1.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/include_fix.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/hasgotfix.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/camldbm-1.0-api-doc.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/camldbm-1.0-enable-debugging-information.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.AXp1cp + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd camldbm-1.0 + '[' 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,--no-undefined -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/drop-ld-no-undefined-for-shared-lib-modules-in-libtool + /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 Configuring for OCaml version 4.13.1 Configuration for the "camldbm" library: headers found in ......... /usr/include options for compiling .... options for linking ...... -lgdbm_compat -lgdbm Configuration successful + make ocamlc -c -ccopt "" -ccopt "" cldbm.c cldbm.c: In function 'raise_dbm': cldbm.c:41:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 41 | dbm_exn = caml_named_value("dbmerror"); | ^ In file included from cldbm.c:18: cldbm.c: In function 'caml_dbm_open': /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)) | ^ cldbm.c:63:16: note: in expansion of macro 'String_val' 63 | char *file = String_val(vfile); | ^~~~~~~~~~ cldbm.c: In function 'caml_dbm_fetch': cldbm.c:86:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 86 | key.dptr = String_val(vkey); | ^ In file included from cldbm.c:18: /usr/lib64/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memmove' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ cldbm.c:91:14: note: in expansion of macro 'String_val' 91 | memmove (String_val (res), answer.dptr, answer.dsize); | ^~~~~~~~~~ In file included from /usr/include/features.h:488, from /usr/include/bits/libc-header-start.h:33, from /usr/include/string.h:26, from cldbm.c:16: /usr/include/bits/string_fortified.h:34:1: note: expected 'void *' but argument is of type 'const char *' 34 | __NTH (memmove (void *__dest, const void *__src, size_t __len)) | ^~~~~ cldbm.c: In function 'caml_dbm_insert': cldbm.c:101:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 101 | key.dptr = String_val(vkey); | ^ cldbm.c:103:16: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 103 | content.dptr = String_val(vcontent); | ^ cldbm.c: In function 'caml_dbm_replace': cldbm.c:120:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 120 | key.dptr = String_val(vkey); | ^ cldbm.c:122:16: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 122 | content.dptr = String_val(vcontent); | ^ cldbm.c: In function 'caml_dbm_delete': cldbm.c:136:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 136 | key.dptr = String_val(vkey); | ^ In file included from cldbm.c:18: cldbm.c: In function 'caml_dbm_firstkey': /usr/lib64/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memmove' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ cldbm.c:150:14: note: in expansion of macro 'String_val' 150 | memmove (String_val (res), key.dptr, key.dsize); | ^~~~~~~~~~ In file included from /usr/include/features.h:488, from /usr/include/bits/libc-header-start.h:33, from /usr/include/string.h:26, from cldbm.c:16: /usr/include/bits/string_fortified.h:34:1: note: expected 'void *' but argument is of type 'const char *' 34 | __NTH (memmove (void *__dest, const void *__src, size_t __len)) | ^~~~~ In file included from cldbm.c:18: cldbm.c: In function 'caml_dbm_nextkey': /usr/lib64/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memmove' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ cldbm.c:162:14: note: in expansion of macro 'String_val' 162 | memmove (String_val (res), key.dptr, key.dsize); | ^~~~~~~~~~ In file included from /usr/include/features.h:488, from /usr/include/bits/libc-header-start.h:33, from /usr/include/string.h:26, from cldbm.c:16: /usr/include/bits/string_fortified.h:34:1: note: expected 'void *' but argument is of type 'const char *' 34 | __NTH (memmove (void *__dest, const void *__src, size_t __len)) | ^~~~~ ocamlmklib -oc camldbm cldbm.o -lgdbm_compat -lgdbm ocamlc -c dbm.mli ocamlc -c dbm.ml ocamlmklib -o dbm -oc camldbm -linkall dbm.cmo -lgdbm_compat -lgdbm ocamlopt -g -c dbm.ml ocamlmklib -o dbm -oc camldbm -linkall dbm.cmx -lgdbm_compat -lgdbm ocamlopt -g -shared -o dbm.cmxs -I . dbm.cmxa + make doc mkdir -p api-doc ocamldoc -d api-doc -html dbm.mli + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.QIW3Ee + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-23.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-23.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-23.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-23.mga9.aarch64 + cd camldbm-1.0 + '[' 1 -eq 1 ']' + OCAML_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-23.mga9.aarch64//usr/lib64/ocaml/dbm + STUBS_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-23.mga9.aarch64//usr/lib64/ocaml/stublibs + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-23.mga9.aarch64//usr/lib64/ocaml/dbm + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-23.mga9.aarch64//usr/lib64/ocaml/stublibs + make install LIBDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-23.mga9.aarch64//usr/lib64/ocaml/dbm STUBLIBDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-23.mga9.aarch64//usr/lib64/ocaml/stublibs if test -f dllcamldbm.so; then cp dllcamldbm.so /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-23.mga9.aarch64//usr/lib64/ocaml/stublibs/; fi cp libcamldbm.a /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-23.mga9.aarch64//usr/lib64/ocaml/dbm/ cd /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-23.mga9.aarch64//usr/lib64/ocaml/dbm && ranlib libcamldbm.a cp dbm.cma dbm.cmxa dbm.cmi dbm.mli /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-23.mga9.aarch64//usr/lib64/ocaml/dbm/ cp dbm.a /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-23.mga9.aarch64//usr/lib64/ocaml/dbm/ cd /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-23.mga9.aarch64//usr/lib64/ocaml/dbm && ranlib dbm.a if test -f dbm.cmxs; then cp dbm.cmxs /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-23.mga9.aarch64//usr/lib64/ocaml/dbm/; fi + cp META /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-23.mga9.aarch64//usr/lib64/ocaml/dbm/ + cp dbm.mli /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-23.mga9.aarch64//usr/lib64/ocaml/dbm/ + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.0-23.mga9 --unique-debug-suffix -1.0-23.mga9.aarch64 --unique-debug-src-base ocaml-camldbm-1.0-23.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/camldbm-1.0 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-23.mga9.aarch64/usr/lib64/ocaml/dbm/dbm.cmxs extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-23.mga9.aarch64/usr/lib64/ocaml/stublibs/dllcamldbm.so dwz: ./usr/lib64/ocaml/dbm/dbm.cmxs-1.0-23.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/lib64/ocaml/stublibs/dllcamldbm.so-1.0-23.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: Too few files for multifile optimization original debug info size: 52kB, size after compression: 52kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 2 CRC32s did match. 13 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-camldbm-1.0-23.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.NCWBLf + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd camldbm-1.0 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-23.mga9.aarch64/usr/share/doc/ocaml-camldbm + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-23.mga9.aarch64/usr/share/doc/ocaml-camldbm + cp -pr README /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-23.mga9.aarch64/usr/share/doc/ocaml-camldbm + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-23.mga9.aarch64/usr/share/doc/ocaml-camldbm + cp -pr Changelog /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-23.mga9.aarch64/usr/share/doc/ocaml-camldbm + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Dbm) = ee2e7000b9f197ca3700b92f8033590a ocaml-camldbm = 1.0-23.mga9 ocaml-camldbm(aarch-64) = 1.0-23.mga9 ocamlx(Dbm) = 70322257ef2a8818656f2adb6dfd4679 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) libgdbm_compat.so.4()(64bit) ocaml(CamlinternalFormatBasics) = c4b583a727ec28f5bc9ba36adc64cfc7 ocaml(Stdlib) = 2d082666be7fc2ba916e7233397491df ocaml(Stdlib__Callback) = be7617c46974ca4057e76573498f075e ocamlx(Stdlib) = f8b8b4ee0b917ebd74ad56082a6500fe ocamlx(Stdlib__Callback) = a6d9902a2a7bbbd1662b20a8e42c012d Processing files: ocaml-camldbm-devel-1.0-23.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.7FTgcq + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd camldbm-1.0 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-23.mga9.aarch64/usr/share/doc/ocaml-camldbm-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-23.mga9.aarch64/usr/share/doc/ocaml-camldbm-devel + cp -pr api-doc/ /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-23.mga9.aarch64/usr/share/doc/ocaml-camldbm-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Dbm) = ee2e7000b9f197ca3700b92f8033590a ocaml-camldbm-devel = 1.0-23.mga9 ocaml-camldbm-devel(aarch-64) = 1.0-23.mga9 ocamlx(Dbm) = 70322257ef2a8818656f2adb6dfd4679 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = c4b583a727ec28f5bc9ba36adc64cfc7 ocaml(Stdlib) = 2d082666be7fc2ba916e7233397491df ocaml(Stdlib__Callback) = be7617c46974ca4057e76573498f075e ocamlx(Stdlib) = f8b8b4ee0b917ebd74ad56082a6500fe ocamlx(Stdlib__Callback) = a6d9902a2a7bbbd1662b20a8e42c012d Processing files: ocaml-camldbm-debugsource-1.0-23.mga9.aarch64 Provides: ocaml-camldbm-debugsource = 1.0-23.mga9 ocaml-camldbm-debugsource(aarch-64) = 1.0-23.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-camldbm-debuginfo-1.0-23.mga9.aarch64 Provides: debuginfo(build-id) = 1107c200ab741ee856e72303643387ae758526c7 debuginfo(build-id) = cf581fb8c045783855d335f7fa8593ccc9b56cb5 ocaml-camldbm-debuginfo = 1.0-23.mga9 ocaml-camldbm-debuginfo(aarch-64) = 1.0-23.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-camldbm-debugsource(aarch-64) = 1.0-23.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-23.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-camldbm-debugsource-1.0-23.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-camldbm-debuginfo-1.0-23.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-camldbm-1.0-23.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-camldbm-devel-1.0-23.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.VwvYaI + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd camldbm-1.0 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-23.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.03DRTP + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf camldbm-1.0 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!