D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/ocaml-rtime-0.9.3-10.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.3xA7nt + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf rtime-0.9.3 + /usr/bin/bzip2 -dc /home/pterjan/rpmbuild/SOURCES/rtime-0.9.3.tbz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd rtime-0.9.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.3RTlqk + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd rtime-0.9.3 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + ocaml setup.ml -configure File "/Users/dbuenzli/.odb/install-oasis/oasis-0.3.0/src/oasis/OASISString.ml", line 118, characters 8-26: Warning 3: deprecated: String.set Use Bytes.set instead. File "/Users/dbuenzli/.odb/install-oasis/oasis-0.3.0/src/oasis/OASISLibrary.ml", line 402, characters 6-24: Warning 3: deprecated: Lazy.lazy_from_fun Use Lazy.from_fun instead. Configuration: ocamlfind: ........................................... /usr/bin/ocamlfind ocamlc: .............................................. /usr/bin/ocamlc.opt ocamlopt: ............................................ /usr/bin/ocamlopt.opt ocamlbuild: .......................................... /usr/bin/ocamlbuild Package name: ........................................ rtime Package version: ..................................... 0.9.3 os_type: ............................................. Unix system: .............................................. linux architecture: ........................................ amd64 ccomp_type: .......................................... cc ocaml_version: ....................................... 4.02.3 standard_library_default: ............................ /usr/lib64/ocaml standard_library: .................................... /usr/lib64/ocaml standard_runtime: .................................... /usr/bin/ocamlrun bytecomp_c_compiler: ................................. gcc -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC native_c_compiler: ................................... gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT model: ............................................... default ext_obj: ............................................. .o ext_asm: ............................................. .s ext_lib: ............................................. .a ext_dll: ............................................. .so default_executable_name: ............................. a.out systhread_supported: ................................. true Install architecture-independent files dir: .......... /usr/local Install architecture-dependent files in dir: ......... $prefix User executables: .................................... $exec_prefix/bin System admin executables: ............................ $exec_prefix/sbin Program executables: ................................. $exec_prefix/libexec Read-only single-machine data: ....................... $prefix/etc Modifiable architecture-independent data: ............ $prefix/com Modifiable single-machine data: ...................... $prefix/var Object code libraries: ............................... $exec_prefix/lib Read-only arch-independent data root: ................ $prefix/share Read-only architecture-independent data: ............. $datarootdir Info documentation: .................................. $datarootdir/info Locale-dependent data: ............................... $datarootdir/locale Man documentation: ................................... $datarootdir/man Documentation root: .................................. $datarootdir/doc/$pkg_name HTML documentation: .................................. $docdir DVI documentation: ................................... $docdir PDF documentation: ................................... $docdir PS documentation: .................................... $docdir findlib_version: ..................................... 1.6.1 is_native: ........................................... true suffix_program: ...................................... Remove a file.: ...................................... rm -f Remove a directory.: ................................. rm -rf Turn ocaml debug flag on: ............................ true Turn ocaml profile flag on: .......................... false Compiler support generation of .cmxs.: ............... true OCamlbuild additional flags: ......................... Create documentations: ............................... true Compile tests executable and library and run them: ... false pkg_react: ........................................... /usr/lib64/ocaml/react pkg_unix: ............................................ /usr/lib64/ocaml pkg_threads: ......................................... /usr/lib64/ocaml ocamldoc: ............................................ /usr/bin/ocamldoc + ocaml setup.ml -build File "/Users/dbuenzli/.odb/install-oasis/oasis-0.3.0/src/oasis/OASISString.ml", line 118, characters 8-26: Warning 3: deprecated: String.set Use Bytes.set instead. File "/Users/dbuenzli/.odb/install-oasis/oasis-0.3.0/src/oasis/OASISLibrary.ml", line 402, characters 6-24: Warning 3: deprecated: Lazy.lazy_from_fun Use Lazy.from_fun instead. /usr/bin/ocamlopt.opt unix.cmxa -I /usr/lib64/ocaml/ocamlbuild /usr/lib64/ocaml/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /usr/lib64/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild ocamlfind ocamldep -package react -modules src/rtime.mli > src/rtime.mli.depends ocamlfind ocamlc -c -g -package react -I src -o src/rtime.cmi src/rtime.mli ocamlfind ocamldep -package react -modules src/rtime.ml > src/rtime.ml.depends ocamlfind ocamlc -c -g -package react -I src -o src/rtime.cmo src/rtime.ml ocamlfind ocamlc -a src/rtime.cmo -o src/rtime.cma ocamlfind ocamlopt -c -g -package react -I src -o src/rtime.cmx src/rtime.ml ocamlfind ocamlopt -a src/rtime.cmx -o src/rtime.cmxa ocamlfind ocamlopt -shared src/rtime.cmx -o src/rtime.cmxs ocamlfind ocamldep -package unix -package threads -package react -modules test/examples.ml > test/examples.ml.depends ocamlfind ocamlc -c -g -I src -package unix -package threads -package react -thread -I test -I src -o test/examples.cmo test/examples.ml ocamlfind ocamlopt -c -g -I src -package unix -package threads -package react -thread -I test -I src -o test/examples.cmx test/examples.ml ocamlfind ocamlopt -g -linkpkg -package unix -package threads -package react -thread src/rtime.cmxa test/examples.cmx -o test/examples.native ocamlfind ocamldep -package unix -package threads -package react -modules test/test.ml > test/test.ml.depends ocamlfind ocamlc -c -g -I src -package unix -package threads -package react -thread -I test -I src -o test/test.cmo test/test.ml ocamlfind ocamlopt -c -g -I src -package unix -package threads -package react -thread -I test -I src -o test/test.cmx test/test.ml ocamlfind ocamlopt -g -linkpkg -package unix -package threads -package react -thread src/rtime.cmxa test/examples.cmx test/test.cmx -o test/test.native + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ppb8Dg + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/ocaml-rtime-0.9.3-10.mga7.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/ocaml-rtime-0.9.3-10.mga7.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/ocaml-rtime-0.9.3-10.mga7.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/ocaml-rtime-0.9.3-10.mga7.x86_64 + cd rtime-0.9.3 + '[' 1 -eq 1 ']' + export OCAMLFIND_DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/ocaml-rtime-0.9.3-10.mga7.x86_64//usr/lib64/ocaml + OCAMLFIND_DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/ocaml-rtime-0.9.3-10.mga7.x86_64//usr/lib64/ocaml + mkdir -p /home/pterjan/rpmbuild/BUILDROOT/ocaml-rtime-0.9.3-10.mga7.x86_64//usr/lib64/ocaml + ocaml setup.ml -install --prefix /usr --libdir /usr/lib64 --libexecdir /usr/libexec --exec-prefix /usr --bindir /usr/bin --mandir /usr/share/man --datadir /usr/share --destdir /home/pterjan/rpmbuild/BUILDROOT/ocaml-rtime-0.9.3-10.mga7.x86_64 File "/Users/dbuenzli/.odb/install-oasis/oasis-0.3.0/src/oasis/OASISString.ml", line 118, characters 8-26: Warning 3: deprecated: String.set Use Bytes.set instead. File "/Users/dbuenzli/.odb/install-oasis/oasis-0.3.0/src/oasis/OASISLibrary.ml", line 402, characters 6-24: Warning 3: deprecated: Lazy.lazy_from_fun Use Lazy.from_fun instead. Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-rtime-0.9.3-10.mga7.x86_64//usr/lib64/ocaml/rtime/rtime.mli Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-rtime-0.9.3-10.mga7.x86_64//usr/lib64/ocaml/rtime/rtime.cma Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-rtime-0.9.3-10.mga7.x86_64//usr/lib64/ocaml/rtime/rtime.cmxa Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-rtime-0.9.3-10.mga7.x86_64//usr/lib64/ocaml/rtime/rtime.a Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-rtime-0.9.3-10.mga7.x86_64//usr/lib64/ocaml/rtime/rtime.cmxs Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-rtime-0.9.3-10.mga7.x86_64//usr/lib64/ocaml/rtime/rtime.cmi Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-rtime-0.9.3-10.mga7.x86_64//usr/lib64/ocaml/rtime/rtime.cmx Installed /home/pterjan/rpmbuild/BUILDROOT/ocaml-rtime-0.9.3-10.mga7.x86_64//usr/lib64/ocaml/rtime/META + /usr/lib/rpm/find-debuginfo.sh -j8 -m -i --build-id-seed 0.9.3-10.mga7 --unique-debug-suffix -0.9.3-10.mga7.x86_64 --unique-debug-src-base ocaml-rtime-0.9.3-10.mga7.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/rtime-0.9.3 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/ocaml-rtime-0.9.3-10.mga7.x86_64/usr/lib64/ocaml/rtime/rtime.cmxs /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 16 blocks + '[' -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/translate_menu + '[' -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_elf_files + '[' 1 -eq 1 ']' + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink Processing files: ocaml-rtime-0.9.3-10.mga7.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.nfKa6f + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd rtime-0.9.3 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/ocaml-rtime-0.9.3-10.mga7.x86_64/usr/share/doc/ocaml-rtime + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/ocaml-rtime-0.9.3-10.mga7.x86_64/usr/share/doc/ocaml-rtime + cp -pr README /home/pterjan/rpmbuild/BUILDROOT/ocaml-rtime-0.9.3-10.mga7.x86_64/usr/share/doc/ocaml-rtime + cp -pr CHANGES /home/pterjan/rpmbuild/BUILDROOT/ocaml-rtime-0.9.3-10.mga7.x86_64/usr/share/doc/ocaml-rtime + exit 0 Provides: ocaml(Rtime) = 47fbaaae2c779879a62ee48d2c061b16 ocaml-rtime = 0.9.3-10.mga7 ocaml-rtime(x86-64) = 0.9.3-10.mga7 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) ocaml(Array) = ae800d8cf9903f1d36856950940430e6 ocaml(CamlinternalFormatBasics) = 8b069fca1e4d9316b588e5554f38bb24 ocaml(Pervasives) = 0d015a5a2136659b0de431be7f1545be ocaml(React) = f550e843508f73e08d3e1cbd66c7eb26 ocaml(runtime) = 4.02.3 Processing files: ocaml-rtime-devel-0.9.3-10.mga7.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ZHXy4f + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd rtime-0.9.3 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/ocaml-rtime-0.9.3-10.mga7.x86_64/usr/share/doc/ocaml-rtime-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/ocaml-rtime-0.9.3-10.mga7.x86_64/usr/share/doc/ocaml-rtime-devel + cp -pr doc/ /home/pterjan/rpmbuild/BUILDROOT/ocaml-rtime-0.9.3-10.mga7.x86_64/usr/share/doc/ocaml-rtime-devel + cp -pr test/ /home/pterjan/rpmbuild/BUILDROOT/ocaml-rtime-0.9.3-10.mga7.x86_64/usr/share/doc/ocaml-rtime-devel + exit 0 Provides: ocaml-rtime-devel = 0.9.3-10.mga7 ocaml-rtime-devel(x86-64) = 0.9.3-10.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-rtime-debugsource-0.9.3-10.mga7.x86_64 Provides: ocaml-rtime-debugsource = 0.9.3-10.mga7 ocaml-rtime-debugsource(x86-64) = 0.9.3-10.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-rtime-debuginfo-0.9.3-10.mga7.x86_64 Provides: debuginfo(build-id) = b4660cb12e59caef1fed068882c2ee1859ec8a2e ocaml-rtime-debuginfo = 0.9.3-10.mga7 ocaml-rtime-debuginfo(x86-64) = 0.9.3-10.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-rtime-debugsource(x86-64) = 0.9.3-10.mga7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/ocaml-rtime-0.9.3-10.mga7.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-rtime-0.9.3-10.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-rtime-devel-0.9.3-10.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-rtime-debugsource-0.9.3-10.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-rtime-debuginfo-0.9.3-10.mga7.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.vEVVzg + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd rtime-0.9.3 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/ocaml-rtime-0.9.3-10.mga7.x86_64 + exit 0 Executing(--clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.pE6R6g + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf rtime-0.9.3 + exit 0 D: [iurt_root_command] Success!