D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/ocaml-camldbm-1.0-21.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.cHJIvP + 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 + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/hasgotfix.patch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/camldbm-1.0-api-doc.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /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 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.RrnAhL + 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 + 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=x86_64-mageia-linux-gnu --build=x86_64-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.10.0 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:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #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:265:24: warning: passing argument 1 of 'memmove' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #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:465, 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:38:1: note: expected 'void *' but argument is of type 'const char *' 38 | __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:265:24: warning: passing argument 1 of 'memmove' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #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:465, 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:38:1: note: expected 'void *' but argument is of type 'const char *' 38 | __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:265:24: warning: passing argument 1 of 'memmove' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #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:465, 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:38:1: note: expected 'void *' but argument is of type 'const char *' 38 | __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.Qe2KvO + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-21.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-21.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-21.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-21.mga8.x86_64 + cd camldbm-1.0 + '[' 1 -eq 1 ']' + OCAML_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-21.mga8.x86_64//usr/lib64/ocaml/dbm + STUBS_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-21.mga8.x86_64//usr/lib64/ocaml/stublibs + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-21.mga8.x86_64//usr/lib64/ocaml/dbm + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-21.mga8.x86_64//usr/lib64/ocaml/stublibs + make install LIBDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-21.mga8.x86_64//usr/lib64/ocaml/dbm STUBLIBDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-21.mga8.x86_64//usr/lib64/ocaml/stublibs if test -f dllcamldbm.so; then cp dllcamldbm.so /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-21.mga8.x86_64//usr/lib64/ocaml/stublibs/; fi cp libcamldbm.a /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-21.mga8.x86_64//usr/lib64/ocaml/dbm/ cd /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-21.mga8.x86_64//usr/lib64/ocaml/dbm && ranlib libcamldbm.a cp dbm.cma dbm.cmxa dbm.cmi dbm.mli /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-21.mga8.x86_64//usr/lib64/ocaml/dbm/ cp dbm.a /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-21.mga8.x86_64//usr/lib64/ocaml/dbm/ cd /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-21.mga8.x86_64//usr/lib64/ocaml/dbm && ranlib dbm.a if test -f dbm.cmxs; then cp dbm.cmxs /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-21.mga8.x86_64//usr/lib64/ocaml/dbm/; fi + cp META /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-21.mga8.x86_64//usr/lib64/ocaml/dbm/ + cp dbm.mli /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-21.mga8.x86_64//usr/lib64/ocaml/dbm/ + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 1.0-21.mga8 --unique-debug-suffix -1.0-21.mga8.x86_64 --unique-debug-src-base ocaml-camldbm-1.0-21.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/camldbm-1.0 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-21.mga8.x86_64/usr/lib64/ocaml/dbm/dbm.cmxs explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-21.mga8.x86_64/usr/lib64/ocaml/stublibs/dllcamldbm.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-21.mga8.x86_64/usr/lib64/ocaml/dbm/dbm.cmxs extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-21.mga8.x86_64/usr/lib64/ocaml/stublibs/dllcamldbm.so original debug info size: 76kB, size after compression: 84kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 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 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: ocaml-camldbm-1.0-21.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.WNVAmM + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd camldbm-1.0 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-21.mga8.x86_64/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-21.mga8.x86_64/usr/share/doc/ocaml-camldbm + cp -pr README /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-21.mga8.x86_64/usr/share/doc/ocaml-camldbm + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-21.mga8.x86_64/usr/share/doc/ocaml-camldbm + cp -pr Changelog /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-21.mga8.x86_64/usr/share/doc/ocaml-camldbm + RPM_EC=0 ++ jobs -p + exit 0 BFD library unavailable, cannot print info on .cmxs files BFD library unavailable, cannot print info on .cmxs files Provides: ocaml(Dbm) = 7155cf25495ddc5c37e4988e2857f8cf ocaml-camldbm = 1.0-21.mga8 ocaml-camldbm(x86-64) = 1.0-21.mga8 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.2.5)(64bit) libgdbm.so.6()(64bit) libgdbm_compat.so.4()(64bit) ocaml(CamlinternalFormatBasics) = f562e7b79dbe1bb1591060d6b4e854cf ocaml(Stdlib) = aea3513d44d604b62eaff79ad12007b3 ocaml(Stdlib__callback) = 05f106bfa8c02f2eefb8a3e3c18411af Processing files: ocaml-camldbm-devel-1.0-21.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.6psrNO + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd camldbm-1.0 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-21.mga8.x86_64/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-21.mga8.x86_64/usr/share/doc/ocaml-camldbm-devel + cp -pr api-doc/ /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-21.mga8.x86_64/usr/share/doc/ocaml-camldbm-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Dbm) = 7155cf25495ddc5c37e4988e2857f8cf ocaml-camldbm-devel = 1.0-21.mga8 ocaml-camldbm-devel(x86-64) = 1.0-21.mga8 ocamlx(Dbm) = 1fe5e45907560f92dd039ee075bca287 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = f562e7b79dbe1bb1591060d6b4e854cf ocaml(Stdlib) = aea3513d44d604b62eaff79ad12007b3 ocaml(Stdlib__callback) = 05f106bfa8c02f2eefb8a3e3c18411af ocamlx(Stdlib) = 6b88613cf2b6620d6f11cd8a342880fc ocamlx(Stdlib__callback) = 6f6b40fcf5f20c4ef361f7a516fc4327 Processing files: ocaml-camldbm-debugsource-1.0-21.mga8.x86_64 Provides: ocaml-camldbm-debugsource = 1.0-21.mga8 ocaml-camldbm-debugsource(x86-64) = 1.0-21.mga8 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-21.mga8.x86_64 Provides: debuginfo(build-id) = 3475be9acc28933a1996cc5629aea9284b28465f debuginfo(build-id) = 50640f713db92d9865261461fd45d20801a240da ocaml-camldbm-debuginfo = 1.0-21.mga8 ocaml-camldbm-debuginfo(x86-64) = 1.0-21.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-camldbm-debugsource(x86-64) = 1.0-21.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-21.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-camldbm-debugsource-1.0-21.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-camldbm-debuginfo-1.0-21.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-camldbm-1.0-21.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-camldbm-devel-1.0-21.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.dAl7gP + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd camldbm-1.0 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-camldbm-1.0-21.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.qgpOrM + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf camldbm-1.0 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!