+ exec
+ rm -rf /rpmbuild
+ mkdir -p /rpmbuild
+ su -c 'rpmbuild -ba /builddir/build/SPECS/ocaml-mikmatch.spec            --define "debug_package %{nil}"            --undefine _annotated_build            --define "_missing_doc_files_terminate_build %{nil}"            --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d"            --define "_emacs_sitelispdir /usr/share/emacs/site-lisp"            --nocheck   ' mockbuild
warning: Macro expanded in comment on line 14: %{version}.tar.gz

warning: bogus date in %changelog: Wed Nov 18 2017 Richard W.M. Jones <rjones@redhat.com> - 1.0.9-0.10.git23f78d27
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.VEHiYI
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7
+ /usr/bin/gzip -dc /builddir/build/SOURCES/ocaml-mikmatch-23f78d27.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/bin/cat /builddir/build/SOURCES/mikmatch-23f78d27-safe-string.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.nia07j
+ umask 022
+ cd /builddir/build/BUILD
+ cd mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7
+ unset MAKEFLAGS
+ make all str pcre OCAMLFLAGS=-g
cd common && make
make[1]: Entering directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/common'
make[2]: Entering directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/common'
making ._d/select_lib.d from select_lib.ml
making ._d/regexp_ast.d from regexp_ast.ml
making ._d/constants.d from constants.ml
making ._d/charset.d from charset.ml
making ._d/messages.d from messages.ml
making ._d/global_def.d from global_def.ml
ocamlc -c -g -I /usr/lib64/ocaml/camlp4 global_def.mli
ocamlc -c -pp "camlp4orf " -g -I /usr/lib64/ocaml/camlp4 global_def.ml
ocamlc -c -g -I /usr/lib64/ocaml/camlp4 messages.ml
ocamlc -c -g -I /usr/lib64/ocaml/camlp4 charset.ml
File "charset.ml", line 37, characters 16-30:
Warning 3: deprecated: Char.lowercase
Use Char.lowercase_ascii instead.
File "charset.ml", line 38, characters 16-30:
Warning 3: deprecated: Char.uppercase
Use Char.uppercase_ascii instead.
ocamlc -c -pp "camlp4orf " -g -I /usr/lib64/ocaml/camlp4 constants.ml
ocamlc -c -g -I /usr/lib64/ocaml/camlp4 regexp_ast.ml
ocamlc -c -g -I /usr/lib64/ocaml/camlp4 select_lib.ml
make[2]: Leaving directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/common'
make[1]: Leaving directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/common'
cd pcre && make all-bc
make[1]: Entering directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/pcre'
ln -s ../common/mikmatch.mli mikmatch.mli
ln -s ../common/mikmatch.ml mikmatch.ml
ln -s ../common/match.ml match.ml
ln -s ../common/syntax_common.ml syntax_common.ml
ln -s ../common/mm_util.ml mm_util.ml
ln -s ../common/global_def.mli global_def.mli
ln -s ../common/global_def.ml global_def.ml
make RESULT=pa_mikmatch_pcre pabc bcl
make[2]: Entering directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/pcre'
make[3]: Entering directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/pcre'
making ._bcdi/global_def.di from global_def.mli
making ._d/syntax_pcre.d from syntax_pcre.ml
making ._d/syntax_common.d from syntax_common.ml
making ._d/pcre_lib.d from pcre_lib.ml
making ._d/match.d from match.ml
making ._d/global_def.d from global_def.ml
making ._d/mm_util.d from mm_util.ml
ocamlc -c -pp "camlp4orf " -g -I /usr/lib64/ocaml/camlp4 -I ../common mm_util.ml
File "mm_util.ml", line 49, characters 10-11:
Warning 11: this match case is unused.
ocamlc -c -g -I /usr/lib64/ocaml/camlp4 -I ../common global_def.mli
ocamlc -c -pp "camlp4orf " -g -I /usr/lib64/ocaml/camlp4 -I ../common global_def.ml
ocamlc -c -pp "camlp4orf " -g -I /usr/lib64/ocaml/camlp4 -I ../common match.ml
ocamlc -c -pp "camlp4orf " -g -I /usr/lib64/ocaml/camlp4 -I ../common pcre_lib.ml
ocamlc -c -pp "camlp4orf " -g -I /usr/lib64/ocaml/camlp4 -I ../common syntax_common.ml
ocamlc -c -pp "camlp4orf " -g -I /usr/lib64/ocaml/camlp4 -I ../common syntax_pcre.ml
ocamlc -pack -I /usr/lib64/ocaml/camlp4   -I ../common messages.cmo charset.cmo constants.cmo regexp_ast.cmo select_lib.cmo         \
			  -o pa_mikmatch_pcre.cmo mm_util.cmo global_def.cmo match.cmo pcre_lib.cmo syntax_common.cmo syntax_pcre.cmo
make[3]: Leaving directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/pcre'
make[3]: Entering directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/pcre'
ocamlc -a -I /usr/lib64/ocaml/camlp4   -I ../common messages.cmo charset.cmo constants.cmo regexp_ast.cmo select_lib.cmo         \
			  -o pa_mikmatch_pcre.cma  mm_util.cmo global_def.cmo match.cmo pcre_lib.cmo syntax_common.cmo syntax_pcre.cmo
make[3]: Leaving directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/pcre'
make[2]: Leaving directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/pcre'
ocamlc -c mikmatch.mli
ocamlc -a -o run_mikmatch_pcre.cma -I /usr/lib64/ocaml/pcre \
	mikmatch.ml run_mikmatch_pcre.ml
File "run_mikmatch_pcre.ml", line 96, characters 13-27:
Warning 3: deprecated: Char.lowercase
Use Char.lowercase_ascii instead.
File "run_mikmatch_pcre.ml", line 97, characters 13-27:
Warning 3: deprecated: Char.uppercase
Use Char.uppercase_ascii instead.
ocamlfind ocamlmktop -o mikmatch_pcre.top \
  -linkpkg -package camlp4.lib,pcre,unix \
  pa_mikmatch_pcre.cma run_mikmatch_pcre.cma
touch bytecode
make[1]: Leaving directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/pcre'
cd str && make
make[1]: Entering directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/str'
ln -s ../common/mikmatch.mli mikmatch.mli
ln -s ../common/mikmatch.ml mikmatch.ml
ln -s ../common/match.ml match.ml
ln -s ../common/syntax_common.ml syntax_common.ml
ln -s ../common/mm_util.ml mm_util.ml
ln -s ../common/global_def.mli global_def.mli
ln -s ../common/global_def.ml global_def.ml
make RESULT=pa_mikmatch_str pabc bcl
make[2]: Entering directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/str'
make[3]: Entering directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/str'
making ._bcdi/global_def.di from global_def.mli
making ._d/syntax_str.d from syntax_str.ml
making ._d/syntax_common.d from syntax_common.ml
making ._d/str_lib.d from str_lib.ml
making ._d/match.d from match.ml
making ._d/global_def.d from global_def.ml
making ._d/mm_util.d from mm_util.ml
ocamlc -c -pp "camlp4orf " -g -I /usr/lib64/ocaml/camlp4 -I ../common mm_util.ml
File "mm_util.ml", line 49, characters 10-11:
Warning 11: this match case is unused.
ocamlc -c -g -I /usr/lib64/ocaml/camlp4 -I ../common global_def.mli
ocamlc -c -pp "camlp4orf " -g -I /usr/lib64/ocaml/camlp4 -I ../common global_def.ml
ocamlc -c -pp "camlp4orf " -g -I /usr/lib64/ocaml/camlp4 -I ../common match.ml
ocamlc -c -pp "camlp4orf " -g -I /usr/lib64/ocaml/camlp4 -I ../common str_lib.ml
ocamlc -c -pp "camlp4orf " -g -I /usr/lib64/ocaml/camlp4 -I ../common syntax_common.ml
ocamlc -c -pp "camlp4orf " -g -I /usr/lib64/ocaml/camlp4 -I ../common syntax_str.ml
ocamlc -pack -I /usr/lib64/ocaml/camlp4   -I ../common messages.cmo charset.cmo constants.cmo regexp_ast.cmo select_lib.cmo         \
			  -o pa_mikmatch_str.cmo mm_util.cmo global_def.cmo match.cmo str_lib.cmo syntax_common.cmo syntax_str.cmo
make[3]: Leaving directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/str'
make[3]: Entering directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/str'
ocamlc -a -I /usr/lib64/ocaml/camlp4   -I ../common messages.cmo charset.cmo constants.cmo regexp_ast.cmo select_lib.cmo         \
			  -o pa_mikmatch_str.cma  mm_util.cmo global_def.cmo match.cmo str_lib.cmo syntax_common.cmo syntax_str.cmo
make[3]: Leaving directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/str'
make[2]: Leaving directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/str'
ocamlc -c mikmatch.mli
ocamlc -a -o run_mikmatch_str.cma \
	mikmatch.ml run_mikmatch_str.ml
File "run_mikmatch_str.ml", line 8, characters 13-27:
Warning 3: deprecated: Char.lowercase
Use Char.lowercase_ascii instead.
File "run_mikmatch_str.ml", line 9, characters 13-27:
Warning 3: deprecated: Char.uppercase
Use Char.uppercase_ascii instead.
ocamlopt -a -o run_mikmatch_str.cmxa \
	mikmatch.ml run_mikmatch_str.ml
File "run_mikmatch_str.ml", line 8, characters 13-27:
Warning 3: deprecated: Char.lowercase
Use Char.lowercase_ascii instead.
File "run_mikmatch_str.ml", line 9, characters 13-27:
Warning 3: deprecated: Char.uppercase
Use Char.uppercase_ascii instead.
make[1]: Leaving directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/str'
cd pcre && make
make[1]: Entering directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/pcre'
make RESULT=pa_mikmatch_pcre pabc bcl
make[2]: Entering directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/pcre'
make[3]: Entering directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/pcre'
make[3]: 'pa_mikmatch_pcre.cmo' is up to date.
make[3]: Leaving directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/pcre'
make[3]: Entering directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/pcre'
make[3]: 'pa_mikmatch_pcre.cma' is up to date.
make[3]: Leaving directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/pcre'
make[2]: Leaving directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/pcre'
ocamlc -c mikmatch.mli
ocamlc -a -o run_mikmatch_pcre.cma -I /usr/lib64/ocaml/pcre \
	mikmatch.ml run_mikmatch_pcre.ml
File "run_mikmatch_pcre.ml", line 96, characters 13-27:
Warning 3: deprecated: Char.lowercase
Use Char.lowercase_ascii instead.
File "run_mikmatch_pcre.ml", line 97, characters 13-27:
Warning 3: deprecated: Char.uppercase
Use Char.uppercase_ascii instead.
ocamlfind ocamlmktop -o mikmatch_pcre.top \
  -linkpkg -package camlp4.lib,pcre,unix \
  pa_mikmatch_pcre.cma run_mikmatch_pcre.cma
ocamlc -c mikmatch.mli
ocamlopt -a -o run_mikmatch_pcre.cmxa -I /usr/lib64/ocaml/pcre \
	mikmatch.ml run_mikmatch_pcre.ml
File "run_mikmatch_pcre.ml", line 96, characters 13-27:
Warning 3: deprecated: Char.lowercase
Use Char.lowercase_ascii instead.
File "run_mikmatch_pcre.ml", line 97, characters 13-27:
Warning 3: deprecated: Char.uppercase
Use Char.uppercase_ascii instead.
touch bytecode
touch nativecode
make[1]: Leaving directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/pcre'
+ make opt
cd common && make
make[1]: Entering directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/common'
make[2]: Entering directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/common'
make[2]: Nothing to be done for 'nolink'.
make[2]: Leaving directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/common'
make[1]: Leaving directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/common'
cd pcre && make all-nc
make[1]: Entering directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/pcre'
make RESULT=pa_mikmatch_pcre pabc bcl
make[2]: Entering directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/pcre'
make[3]: Entering directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/pcre'
make[3]: 'pa_mikmatch_pcre.cmo' is up to date.
make[3]: Leaving directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/pcre'
make[3]: Entering directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/pcre'
make[3]: 'pa_mikmatch_pcre.cma' is up to date.
make[3]: Leaving directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/pcre'
make[2]: Leaving directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/pcre'
ocamlc -c mikmatch.mli
ocamlopt -a -o run_mikmatch_pcre.cmxa -I /usr/lib64/ocaml/pcre \
	mikmatch.ml run_mikmatch_pcre.ml
File "run_mikmatch_pcre.ml", line 96, characters 13-27:
Warning 3: deprecated: Char.lowercase
Use Char.lowercase_ascii instead.
File "run_mikmatch_pcre.ml", line 97, characters 13-27:
Warning 3: deprecated: Char.uppercase
Use Char.uppercase_ascii instead.
touch nativecode
make[1]: Leaving directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/pcre'
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.IjiS34
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64 '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64
++ dirname /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64
+ cd mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7
+ export DESTDIR=/builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64
+ DESTDIR=/builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64
+ export OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/lib64/ocaml
+ OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/lib64/ocaml
+ mkdir -p /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/lib64/ocaml /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/lib64/ocaml/stublibs
+ make install-str install-pcre
cd str && make install
make[1]: Entering directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/str'

Installing library with ocamlfind
ocamlfind install  mikmatch_str META pa_mikmatch_str.cma pa_mikmatch_str.cmo pa_mikmatch_str.cmi run_mikmatch_str.cma run_mikmatch_str.cmo run_mikmatch_str.cmi mikmatch.cmi mikmatch.cmo mikmatch.cmx mikmatch.mli run_mikmatch_str.cmxa run_mikmatch_str.cmx run_mikmatch_str.a run_mikmatch_str.o
Installed /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/lib64/ocaml/mikmatch_str/run_mikmatch_str.o
Installed /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/lib64/ocaml/mikmatch_str/run_mikmatch_str.a
Installed /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/lib64/ocaml/mikmatch_str/run_mikmatch_str.cmx
Installed /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/lib64/ocaml/mikmatch_str/run_mikmatch_str.cmxa
Installed /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/lib64/ocaml/mikmatch_str/mikmatch.mli
Installed /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/lib64/ocaml/mikmatch_str/mikmatch.cmx
Installed /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/lib64/ocaml/mikmatch_str/mikmatch.cmo
Installed /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/lib64/ocaml/mikmatch_str/mikmatch.cmi
Installed /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/lib64/ocaml/mikmatch_str/run_mikmatch_str.cmi
Installed /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/lib64/ocaml/mikmatch_str/run_mikmatch_str.cmo
Installed /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/lib64/ocaml/mikmatch_str/run_mikmatch_str.cma
Installed /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/lib64/ocaml/mikmatch_str/pa_mikmatch_str.cmi
Installed /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/lib64/ocaml/mikmatch_str/pa_mikmatch_str.cmo
Installed /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/lib64/ocaml/mikmatch_str/pa_mikmatch_str.cma
Installed /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/lib64/ocaml/mikmatch_str/META

Installation successful.
make[1]: Leaving directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/str'
cd pcre && make install
make[1]: Entering directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/pcre'
if test -f nativecode; \
then \
	make "LIBINSTALL_FILES=pa_mikmatch_pcre.cma pa_mikmatch_pcre.cmo pa_mikmatch_pcre.cmi run_mikmatch_pcre.cmi mikmatch.cmi mikmatch.mli run_mikmatch_pcre.cma run_mikmatch_pcre.cmo  run_mikmatch_pcre.cmxa run_mikmatch_pcre.cmx run_mikmatch_pcre.a run_mikmatch_pcre.o mikmatch.cmx" libinstall;\
else \
	make "LIBINSTALL_FILES=pa_mikmatch_pcre.cma pa_mikmatch_pcre.cmo pa_mikmatch_pcre.cmi run_mikmatch_pcre.cmi mikmatch.cmi mikmatch.mli run_mikmatch_pcre.cma run_mikmatch_pcre.cmo " libinstall; \
fi
make[2]: Entering directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/pcre'

Installing library with ocamlfind
ocamlfind install  mikmatch_pcre META pa_mikmatch_pcre.cma pa_mikmatch_pcre.cmo pa_mikmatch_pcre.cmi run_mikmatch_pcre.cmi mikmatch.cmi mikmatch.mli run_mikmatch_pcre.cma run_mikmatch_pcre.cmo  run_mikmatch_pcre.cmxa run_mikmatch_pcre.cmx run_mikmatch_pcre.a run_mikmatch_pcre.o mikmatch.cmx
Installed /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/lib64/ocaml/mikmatch_pcre/mikmatch.cmx
Installed /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/lib64/ocaml/mikmatch_pcre/run_mikmatch_pcre.o
Installed /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/lib64/ocaml/mikmatch_pcre/run_mikmatch_pcre.a
Installed /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/lib64/ocaml/mikmatch_pcre/run_mikmatch_pcre.cmx
Installed /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/lib64/ocaml/mikmatch_pcre/run_mikmatch_pcre.cmxa
Installed /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/lib64/ocaml/mikmatch_pcre/run_mikmatch_pcre.cmo
Installed /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/lib64/ocaml/mikmatch_pcre/run_mikmatch_pcre.cma
Installed /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/lib64/ocaml/mikmatch_pcre/mikmatch.mli
Installed /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/lib64/ocaml/mikmatch_pcre/mikmatch.cmi
Installed /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/lib64/ocaml/mikmatch_pcre/run_mikmatch_pcre.cmi
Installed /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/lib64/ocaml/mikmatch_pcre/pa_mikmatch_pcre.cmi
Installed /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/lib64/ocaml/mikmatch_pcre/pa_mikmatch_pcre.cmo
Installed /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/lib64/ocaml/mikmatch_pcre/pa_mikmatch_pcre.cma
Installed /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/lib64/ocaml/mikmatch_pcre/META

Installation successful.
make[2]: Leaving directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/pcre'
make[1]: Leaving directory '/builddir/build/BUILD/mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7/pcre'
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/redhat/brp-ldconfig
/sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
+ /usr/lib/rpm/brp-compress
+ /usr/lib/rpm/brp-strip /usr/bin/strip
+ /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
+ /usr/lib/rpm/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Processing files: ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.TjXrHx
+ umask 022
+ cd /builddir/build/BUILD
+ cd mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7
+ DOCDIR=/builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/share/doc/ocaml-mikmatch
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/share/doc/ocaml-mikmatch
+ cp -pr LICENSE /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/share/doc/ocaml-mikmatch
+ exit 0
Provides: ocaml(Mikmatch) = 69c6c6cfd5167294858a6b46fbaef8d9 ocaml(Run_mikmatch_pcre) = 622345b408e3d6256362729554e13044 ocaml(Run_mikmatch_str) = 924b77ab624dea7c1d3edcda6534985a ocaml-mikmatch = 1.0.9-0.10.git23f78d27.fc28 ocaml-mikmatch(riscv-64) = 1.0.9-0.10.git23f78d27.fc28
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: ocaml(Arg) = 8a984750e16559fb57a4021121f21559 ocaml(Array) = 0fba23558da789bd0ef7ad786bdc90e6 ocaml(Buffer) = 9c9b3639d23d7746c571cdf04646eb29 ocaml(Bytes) = b0d8deb18827702df0887113ba3c0110 ocaml(CamlinternalBigarray) = 4ff98b0650eef9c38ee9c9930e0c3e9b ocaml(CamlinternalFormatBasics) = 79ae8c0eb753af6b441fe05456c7970b ocaml(CamlinternalLazy) = 82ff65fd3ba766b66b963761d8f6b333 ocaml(CamlinternalOO) = 69dec6b14920fcc456f3cbd10764333e ocaml(Camlp4) = 01d1c18e6a937554ea342fbbfe805bb7 ocaml(Camlp4_config) = f065b67e6da2b40fc22477af2688aae1 ocaml(Char) = 4918635b8796d0ab0d5c593b942f8df7 ocaml(Complex) = cd4856c93f21942683ce190142e88396 ocaml(Filename) = 4c2454d1aec88f5851f077478f232f2f ocaml(Format) = 1a17539924469551f027475153d4d3b5 ocaml(Hashtbl) = 0a88e320f172d3413ba0d5e0f9c70ccd ocaml(Int32) = dbc028028ad4d59759d36dd6c0796919 ocaml(Int64) = f1c602b12ea723a45bbe6143f116a991 ocaml(Lazy) = 4bf082b428b11a15971c831a1c768bda ocaml(Lexing) = 0971650cdf1fa8e506e733e9a5da2628 ocaml(List) = 7a6b1f92720df765cf38d67f920844fe ocaml(Location) = 7453466315e9009549dd74621eea0d3b ocaml(Longident) = 91f9af52ab5161ed3399272c57599564 ocaml(Map) = 8b8de381501aa7862270c15619322ee7 ocaml(Nativeint) = 7b210723c1ccafec90ff1578ad7e5996 ocaml(Obj) = 8a1a1ebb4979c1cf4966cc2e706bd0f9 ocaml(Pcre) = a219eac5b4d2f931461e318608f9ea08 ocaml(Pervasives) = 9b04ecdc97e5102c1d342892ef7ad9a2 ocaml(Printexc) = 1b461321ebcc8e419f24eb531c5ac7ac ocaml(Printf) = e5dfd0ca6436c8abad976fc9e914999a ocaml(Queue) = 63b55df0e31ad91e82a1c6659c8dca09 ocaml(Set) = 28a12def19edf36c317c30fafcc03d6d ocaml(Str) = 702cbdf6aef59ea727e6090656cefc94 ocaml(Stream) = 90ec282c811d56f0cb641c602c7a92fd ocaml(String) = e6a69bfe22781c3a43e5dc04b6d1728a ocaml(Sys) = 3fe6d98e0634486be22d9de07aa0709a ocaml(Uchar) = 596c497318b5c3057b47b9d6747ef5d1 ocaml(Unix) = 053326e853ce10e1fadf8d891f08f891 ocaml(Warnings) = d9584a6414ffa4dac0b7bd3c56f2b1dc ocaml(runtime) = 4.06.0
Processing files: ocaml-mikmatch-devel-1.0.9-0.10.git23f78d27.fc28.riscv64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.5gQLjL
+ umask 022
+ cd /builddir/build/BUILD
+ cd mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7
+ DOCDIR=/builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/share/doc/ocaml-mikmatch-devel
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/share/doc/ocaml-mikmatch-devel
+ cp -pr LICENSE /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/share/doc/ocaml-mikmatch-devel
+ cp -pr README.md /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/share/doc/ocaml-mikmatch-devel
+ cp -pr Changes /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/share/doc/ocaml-mikmatch-devel
+ cp -pr VERSION /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64/usr/share/doc/ocaml-mikmatch-devel
+ exit 0
Provides: ocaml-mikmatch-devel = 1.0.9-0.10.git23f78d27.fc28 ocaml-mikmatch-devel(riscv-64) = 1.0.9-0.10.git23f78d27.fc28
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64
Wrote: /builddir/build/SRPMS/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.src.rpm
Wrote: /builddir/build/RPMS/riscv64/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64.rpm
Wrote: /builddir/build/RPMS/riscv64/ocaml-mikmatch-devel-1.0.9-0.10.git23f78d27.fc28.riscv64.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.XJtSfM
+ umask 022
+ cd /builddir/build/BUILD
+ cd mikmatch-23f78d273dbcc4c1b0a38beddffb0e0f3991d8a7
+ /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-mikmatch-1.0.9-0.10.git23f78d27.fc28.riscv64
+ exit 0
+ touch /buildok
+ cleanup
+ set +e
+ sync
+ sleep 5
+ sync
+ poweroff
Terminated
++ cleanup
++ set +e
++ sync
Terminated
+++ cleanup
+++ set +e
+++ sync
+++ sleep 5
+++ sync
+++ poweroff