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-magic-0.7.3-18.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.HJdjph + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf ocaml-magic-0.7.3 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/ocaml-magic-0.7.3.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ocaml-magic-0.7.3 + /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.IN4Vwp + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-magic-0.7.3 + '[' 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=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 ocaml-magic 0.7.3 checking for ocamlc... /usr/bin/ocamlc ocaml version is 4.12.0 ocaml library path is /usr/lib64/ocaml checking for ocamlopt... /usr/bin/ocamlopt checking ocamlopt version... ok checking for ocamlc.opt... /usr/bin/ocamlc.opt checking ocamlc.opt version... ok checking for ocamlopt.opt... /usr/bin/ocamlopt.opt checking ocamlc.opt version... ok checking for ocamldep... /usr/bin/ocamldep checking for ocamldoc... /usr/bin/ocamldoc checking for ocamlfind... /usr/bin/ocamlfind checking for aarch64-mageia-linux-gnu-gcc... no checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 for libmagic... found checking for strerror_r... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/META config.status: creating src/Makefile config.status: creating examples/Makefile + make make -C src all make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-magic-0.7.3/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-magic-0.7.3/src' ocamldep magic.mli > ._bcdi/magic.di ocamldep magic.ml > ._d/magic.d /usr/bin/ocamlc.opt -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_STRERROR_R \ -DPIC \ -o magic_stubs.o " magic_stubs.c magic_stubs.c: In function 'raise_magic_failure': magic_stubs.c:55:24: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 55 | if (exn == NULL) exn = caml_named_value("Magic.Failure"); | ^ magic_stubs.c: In function 'raise_on_error': magic_stubs.c:77:26: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 77 | if (exn == NULL) exn = caml_named_value("Magic.Failure"); | ^ ar rcs libmagic_stubs.a magic_stubs.o /usr/bin/ocamlc.opt -c -dtypes magic.mli /usr/bin/ocamlc.opt -c -dtypes magic.ml ocamlmklib \ -o magic_stubs magic_stubs.o -lmagic \ /usr/bin/ocamlc.opt -a -dllib dllmagic_stubs.so -custom -ccopt -Wl,--as-needed -ccopt -Wl,--no-undefined -ccopt -Wl,-z,relro -ccopt -Wl,-O1 -ccopt -Wl,--build-id -ccopt -Wl,--enable-new-dtags -cclib -lmagic_stubs -cclib -lmagic -o magic.cma magic.cmo make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-magic-0.7.3/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-magic-0.7.3/src' ocamldep -native magic.mli > ._ncdi/magic.di make[2]: 'libmagic_stubs.a' is up to date. /usr/bin/ocamlopt.opt -c -dtypes magic.ml /usr/bin/ocamlopt.opt -a -ccopt -Wl,--as-needed -ccopt -Wl,--no-undefined -ccopt -Wl,-z,relro -ccopt -Wl,-O1 -ccopt -Wl,--build-id -ccopt -Wl,--enable-new-dtags -cclib -lmagic_stubs -cclib -lmagic -o magic.cmxa magic.cmx make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-magic-0.7.3/src' make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-magic-0.7.3/src' + make doc make -C src htdoc make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-magic-0.7.3/src' mkdir -p doc/magic/html rm -rf doc/magic/html/* ocamldoc -html -d doc/magic/html magic.mli make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-magic-0.7.3/src' mkdir -p doc rm -f -r doc/html mv src/doc/magic/html doc rm -f -r src/doc + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.COIcvK + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-magic-0.7.3-18.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-magic-0.7.3-18.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-magic-0.7.3-18.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-magic-0.7.3-18.mga9.aarch64 + cd ocaml-magic-0.7.3 + '[' 1 -eq 1 ']' + export DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-magic-0.7.3-18.mga9.aarch64 + DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-magic-0.7.3-18.mga9.aarch64 + export OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-magic-0.7.3-18.mga9.aarch64//usr/lib64/ocaml + OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-magic-0.7.3-18.mga9.aarch64//usr/lib64/ocaml + export DLLDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-magic-0.7.3-18.mga9.aarch64//usr/lib64/ocaml/stublibs + DLLDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-magic-0.7.3-18.mga9.aarch64//usr/lib64/ocaml/stublibs + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-magic-0.7.3-18.mga9.aarch64//usr/lib64/ocaml/stublibs + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-magic-0.7.3-18.mga9.aarch64//usr/lib64/ocaml/magic + make install make -C src install make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-magic-0.7.3/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-magic-0.7.3/src' make[2]: 'libmagic_stubs.a' is up to date. make[2]: 'magic.cma' is up to date. make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-magic-0.7.3/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-magic-0.7.3/src' make[2]: 'libmagic_stubs.a' is up to date. make[2]: 'magic.cmxa' is up to date. make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-magic-0.7.3/src' Installing library with ocamlfind ocamlfind install magic META magic.mli magic.cmi magic.cma magic.cmx magic.cmxa libmagic_stubs.a magic.a dllmagic_stubs.so Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-magic-0.7.3-18.mga9.aarch64//usr/lib64/ocaml/magic/magic.a Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-magic-0.7.3-18.mga9.aarch64//usr/lib64/ocaml/magic/libmagic_stubs.a Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-magic-0.7.3-18.mga9.aarch64//usr/lib64/ocaml/magic/magic.cmxa Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-magic-0.7.3-18.mga9.aarch64//usr/lib64/ocaml/magic/magic.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-magic-0.7.3-18.mga9.aarch64//usr/lib64/ocaml/magic/magic.cma Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-magic-0.7.3-18.mga9.aarch64//usr/lib64/ocaml/magic/magic.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-magic-0.7.3-18.mga9.aarch64//usr/lib64/ocaml/magic/magic.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-magic-0.7.3-18.mga9.aarch64//usr/lib64/ocaml/stublibs/dllmagic_stubs.so Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-magic-0.7.3-18.mga9.aarch64//usr/lib64/ocaml/stublibs/dllmagic_stubs.so.owner ocamlfind: [WARNING] You have installed DLLs but the directory /home/iurt/rpmbuild/BUILDROOT/ocaml-magic-0.7.3-18.mga9.aarch64/usr/lib64/ocaml/stublibs is not mentioned in ld.conf Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-magic-0.7.3-18.mga9.aarch64//usr/lib64/ocaml/magic/META Installation successful. make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-magic-0.7.3/src' + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.7.3-18.mga9 --unique-debug-suffix -0.7.3-18.mga9.aarch64 --unique-debug-src-base ocaml-magic-0.7.3-18.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/ocaml-magic-0.7.3 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-magic-0.7.3-18.mga9.aarch64/usr/lib64/ocaml/stublibs/dllmagic_stubs.so dwz: ./usr/lib64/ocaml/stublibs/dllmagic_stubs.so-0.7.3-18.mga9.aarch64.debug: Unknown debugging section .debug_line_str original debug info size: 32kB, size after compression: 32kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. 17 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-magic-0.7.3-18.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.yZMmzM + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-magic-0.7.3 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-magic-0.7.3-18.mga9.aarch64/usr/share/doc/ocaml-magic + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-magic-0.7.3-18.mga9.aarch64/usr/share/doc/ocaml-magic + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/ocaml-magic-0.7.3-18.mga9.aarch64/usr/share/doc/ocaml-magic + cp -pr README /home/iurt/rpmbuild/BUILDROOT/ocaml-magic-0.7.3-18.mga9.aarch64/usr/share/doc/ocaml-magic + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Magic) = 63f859d2fdb5780b0a851ad30d150145 ocaml-magic = 0.7.3-18.mga9 ocaml-magic(aarch-64) = 0.7.3-18.mga9 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) libmagic.so.1()(64bit) ocaml(CamlinternalFormatBasics) = b6c6694955e10001aed267571104a961 ocaml(Stdlib) = 4b04b4eda19aa722df365141895fb347 ocaml(Stdlib__buffer) = 9eaf2b1cd70e33601c152d1ce1bb8be9 ocaml(Stdlib__callback) = 21c02abb4cc9eea752b0e9ab3b1a0e6a ocaml(Stdlib__either) = 2555bf09b020b8887a4d8a645b0ed347 ocaml(Stdlib__list) = 88609ef3a3066dcf16ad7456f53122d2 ocaml(Stdlib__printf) = 6b41a35d77938603dd2ed0f7d80764f6 ocaml(Stdlib__seq) = 185075aa99b059ad4cae15cb411fcc0c ocaml(Stdlib__string) = 9f0e42299fccc5fb76df62d28ba67759 ocaml(Stdlib__uchar) = 82dadcd908dde621b8842c96ba644dc6 Processing files: ocaml-magic-devel-0.7.3-18.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.8uDkZe + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-magic-0.7.3 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-magic-0.7.3-18.mga9.aarch64/usr/share/doc/ocaml-magic-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-magic-0.7.3-18.mga9.aarch64/usr/share/doc/ocaml-magic-devel + cp -pr doc/ /home/iurt/rpmbuild/BUILDROOT/ocaml-magic-0.7.3-18.mga9.aarch64/usr/share/doc/ocaml-magic-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Magic) = 63f859d2fdb5780b0a851ad30d150145 ocaml-magic-devel = 0.7.3-18.mga9 ocaml-magic-devel(aarch-64) = 0.7.3-18.mga9 ocamlx(Magic) = b9b9a1bdba0fbc29ec3b1bc15757fff0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = b6c6694955e10001aed267571104a961 ocaml(Stdlib) = 4b04b4eda19aa722df365141895fb347 ocaml(Stdlib__buffer) = 9eaf2b1cd70e33601c152d1ce1bb8be9 ocaml(Stdlib__callback) = 21c02abb4cc9eea752b0e9ab3b1a0e6a ocaml(Stdlib__either) = 2555bf09b020b8887a4d8a645b0ed347 ocaml(Stdlib__list) = 88609ef3a3066dcf16ad7456f53122d2 ocaml(Stdlib__printf) = 6b41a35d77938603dd2ed0f7d80764f6 ocaml(Stdlib__seq) = 185075aa99b059ad4cae15cb411fcc0c ocaml(Stdlib__string) = 9f0e42299fccc5fb76df62d28ba67759 ocaml(Stdlib__uchar) = 82dadcd908dde621b8842c96ba644dc6 ocamlx(Stdlib) = 905355729c82ef4d2184c394a250f1a3 ocamlx(Stdlib__callback) = f51ffea73ea6512880e00974c161a04c ocamlx(Stdlib__list) = 53d7956dcffc648bb93ed4703fe49f2c ocamlx(Stdlib__printf) = 9c372b73f35fb3b53e15ee17339edabc ocamlx(Stdlib__string) = 0f51be4faacbfc99b4c9b3c427cf5bd8 Processing files: ocaml-magic-debugsource-0.7.3-18.mga9.aarch64 Provides: ocaml-magic-debugsource = 0.7.3-18.mga9 ocaml-magic-debugsource(aarch-64) = 0.7.3-18.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-magic-debuginfo-0.7.3-18.mga9.aarch64 Provides: debuginfo(build-id) = 6fd50d8f08f51fc154266d3e619ce01481a93399 ocaml-magic-debuginfo = 0.7.3-18.mga9 ocaml-magic-debuginfo(aarch-64) = 0.7.3-18.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-magic-debugsource(aarch-64) = 0.7.3-18.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-magic-0.7.3-18.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-magic-debuginfo-0.7.3-18.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-magic-debugsource-0.7.3-18.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-magic-0.7.3-18.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-magic-devel-0.7.3-18.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Apg6MB + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-magic-0.7.3 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-magic-0.7.3-18.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.svbQWT + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf ocaml-magic-0.7.3 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!