D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/ocaml-bjack-0.1.4-13.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.1VccLo + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf ocaml-bjack-0.1.4 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/ocaml-bjack-0.1.4.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ocaml-bjack-0.1.4 + /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.ISN8rp + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-bjack-0.1.4 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + ./configure --libdir=/usr/lib64 configuring ocaml-bjack 0.1.4 checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking that calling user is not root... ok checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for ar... ar checking for ocamlc... ocamlc OCaml version is 4.10.0 checking if ocaml compiler supports first-class modules... yes OCaml library path is /usr/lib64/ocaml checking for ocamlopt... ocamlopt checking for ocamlc.opt... ocamlc.opt checking for ocamlopt.opt... ocamlopt.opt checking for ocaml... ocaml checking for ocamldep... ocamldep checking for ocamlmktop... ocamlmktop checking for ocamlmklib... ocamlmklib checking for ocamldoc... ocamldoc checking for ocamlbuild... no checking for camlidl... no checking for ocamllex... ocamllex checking for ocamllex.opt... ocamllex.opt checking for ocamlyacc... ocamlyacc checking for camlp4... no checking for camlp4boot... no checking for camlp4o... no checking for camlp4of... no checking for camlp4oof... no checking for camlp4orf... no checking for camlp4prof... no checking for camlp4r... no checking for camlp4rf... no checking for ocamlfind... ocamlfind checking for caml/threads.h... no checking for gcc option to produce PIC... -fPIC checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking whether pkg-config knows about jack... ok checking whether pkg-config knows about samplerate >= 0.0.15... ok configure: creating ./config.status config.status: creating Makefile config.status: creating src/META config.status: creating src/Makefile + make all make -C src all make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-bjack-0.1.4/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-bjack-0.1.4/src' making ._bcdi/bjack.di from bjack.mli making ._d/bjack.d from bjack.ml ocamlc.opt -c -cc "gcc" -ccopt "-fPIC -g -O2 -Wall -DCAML_NAME_SPACE \ -DPIC -fPIC \ -o jack_stubs.o " jack_stubs.c In file included from /usr/lib64/ocaml/caml/alloc.h:24, from jack_stubs.c:46: jack_stubs.c: In function 'caml_bjack_priv_value_int': /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)) | ^ jack_stubs.c:81:13: note: in expansion of macro 'String_val' 81 | char *s = String_val(name); | ^~~~~~~~~~ jack_stubs.c: In function 'caml_bjack_open': /usr/lib64/ocaml/caml/mlvalues.h:265:24: warning: passing argument 4 of 'JACK_Open' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ jack_stubs.c:149:57: note: in expansion of macro 'String_val' 149 | int errnum = JACK_Open(drv,Int_val(bit_per_sample),&r,String_val(name),String_val(server), | ^~~~~~~~~~ In file included from jack_stubs.c:41: jack_wrapper.h:166:45: note: expected 'char *' but argument is of type 'const char *' 166 | unsigned long *rate, char *client_name, char *server_name, | ~~~~~~^~~~~~~~~~~ In file included from /usr/lib64/ocaml/caml/alloc.h:24, from jack_stubs.c:46: /usr/lib64/ocaml/caml/mlvalues.h:265:24: warning: passing argument 5 of 'JACK_Open' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ jack_stubs.c:149:74: note: in expansion of macro 'String_val' 149 | int errnum = JACK_Open(drv,Int_val(bit_per_sample),&r,String_val(name),String_val(server), | ^~~~~~~~~~ In file included from jack_stubs.c:41: jack_wrapper.h:166:64: note: expected 'char *' but argument is of type 'const char *' 166 | unsigned long *rate, char *client_name, char *server_name, | ~~~~~~^~~~~~~~~~~ In file included from /usr/lib64/ocaml/caml/alloc.h:24, from jack_stubs.c:46: jack_stubs.c: In function 'caml_bjack_read': /usr/lib64/ocaml/caml/mlvalues.h:265:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ jack_stubs.c:236:10: note: in expansion of macro 'String_val' 236 | memcpy(String_val(ans),buf,ret); | ^~~~~~~~~~ In file included from jack_stubs.c:44: /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *' 43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src, | ~~~~~~~~~~~~~~~~~^~~~~~ ocamlc.opt -c -cc "gcc" -ccopt "-fPIC -g -O2 -Wall -DCAML_NAME_SPACE \ -DPIC -fPIC \ -o jack_wrapper.o " jack_wrapper.c jack_wrapper.c: In function 'getDriver': jack_wrapper.c:107:29: warning: macro expands to multiple statements [-Wmultistatement-macros] 107 | #define ERR(format,args...) fprintf(OUTFILE, "ERR: %s::%s(%d) "format, __FILE__,__FUNCTION__,__LINE__,##args); \ | ^~~~~~~ jack_wrapper.c:180:5: note: in expansion of macro 'ERR' 180 | ERR("lock returned an error\n"); | ^~~ jack_wrapper.c:179:3: note: some parts of macro expansion are not guarded by this 'if' clause 179 | if(pthread_mutex_lock(&drv->mutex) != 0) | ^~ jack_wrapper.c: In function 'releaseDriver': jack_wrapper.c:107:29: warning: macro expands to multiple statements [-Wmultistatement-macros] 107 | #define ERR(format,args...) fprintf(OUTFILE, "ERR: %s::%s(%d) "format, __FILE__,__FUNCTION__,__LINE__,##args); \ | ^~~~~~~ jack_wrapper.c:215:5: note: in expansion of macro 'ERR' 215 | ERR("lock returned an error\n"); | ^~~ jack_wrapper.c:214:3: note: some parts of macro expansion are not guarded by this 'if' clause 214 | if(pthread_mutex_unlock(&drv->mutex) != 0) | ^~ jack_wrapper.c: In function 'JACK_callback': jack_wrapper.c:107:29: warning: macro expands to multiple statements [-Wmultistatement-macros] 107 | #define ERR(format,args...) fprintf(OUTFILE, "ERR: %s::%s(%d) "format, __FILE__,__FUNCTION__,__LINE__,##args); \ | ^~~~~~~ jack_wrapper.c:380:5: note: in expansion of macro 'ERR' 380 | ERR("client is closed, this is weird...\n"); | ^~~ jack_wrapper.c:379:3: note: some parts of macro expansion are not guarded by this 'if' clause 379 | if(!drv->client) | ^~ jack_wrapper.c: In function 'JACK_CloseDevice': jack_wrapper.c:107:29: warning: macro expands to multiple statements [-Wmultistatement-macros] 107 | #define ERR(format,args...) fprintf(OUTFILE, "ERR: %s::%s(%d) "format, __FILE__,__FUNCTION__,__LINE__,##args); \ | ^~~~~~~ jack_wrapper.c:961:9: note: in expansion of macro 'ERR' 961 | ERR("jack_client_close() failed returning an error code of %d\n", | ^~~ jack_wrapper.c:960:7: note: some parts of macro expansion are not guarded by this 'if' clause 960 | if(errorCode) | ^~ jack_wrapper.c: In function 'JACK_Open': jack_wrapper.c:1172:5: warning: 'jack_port_get_total_latency' is deprecated [-Wdeprecated-declarations] 1172 | periods = jack_port_get_total_latency(drv->client, | ^~~~~~~ In file included from jack_wrapper.h:38, from jack_wrapper.c:41: /usr/include/jack/jack.h:1238:16: note: declared here 1238 | jack_nframes_t jack_port_get_total_latency (jack_client_t *client, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ jack_wrapper.c:1180:5: warning: 'jack_port_get_total_latency' is deprecated [-Wdeprecated-declarations] 1180 | periods = jack_port_get_total_latency(drv->client, | ^~~~~~~ In file included from jack_wrapper.h:38, from jack_wrapper.c:41: /usr/include/jack/jack.h:1238:16: note: declared here 1238 | jack_nframes_t jack_port_get_total_latency (jack_client_t *client, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ jack_wrapper.c: In function 'JACK_GetPosition': jack_wrapper.c:1697:9: warning: variable 'type_str' set but not used [-Wunused-but-set-variable] 1697 | char *type_str = "UNKNOWN type"; | ^~~~~~~~ jack_wrapper.c: In function 'JACK_GetJackOutputLatency': jack_wrapper.c:1924:5: warning: 'jack_port_get_total_latency' is deprecated [-Wdeprecated-declarations] 1924 | return_val = jack_port_get_total_latency(drv->client, drv->output_port[0]); | ^~~~~~~~~~ In file included from jack_wrapper.h:38, from jack_wrapper.c:41: /usr/include/jack/jack.h:1238:16: note: declared here 1238 | jack_nframes_t jack_port_get_total_latency (jack_client_t *client, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ jack_wrapper.c: In function 'JACK_GetJackInputLatency': jack_wrapper.c:1938:5: warning: 'jack_port_get_total_latency' is deprecated [-Wdeprecated-declarations] 1938 | return_val = jack_port_get_total_latency(drv->client, drv->input_port[0]); | ^~~~~~~~~~ In file included from jack_wrapper.h:38, from jack_wrapper.c:41: /usr/include/jack/jack.h:1238:16: note: declared here 1238 | jack_nframes_t jack_port_get_total_latency (jack_client_t *client, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ar rcs libbjack_stubs.a jack_stubs.o jack_wrapper.o ocamlc.opt -c -thread bjack.mli ocamlc.opt -c -thread bjack.ml ocamlmklib \ -o bjack_stubs jack_stubs.o jack_wrapper.o -ljack -lsamplerate \ ocamlc.opt -a -dllib dllbjack_stubs.so \ -cclib -lbjack_stubs -cclib -ljack -cclib -lsamplerate -o bjack.cma bjack.cmo make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-bjack-0.1.4/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-bjack-0.1.4/src' making ._ncdi/bjack.di from bjack.mli make[2]: 'libbjack_stubs.a' is up to date. ocamlopt.opt -c -thread bjack.ml ocamlopt.opt -a -cclib -lbjack_stubs -cclib -ljack -cclib -lsamplerate \ -o bjack.cmxa bjack.cmx make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-bjack-0.1.4/src' make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-bjack-0.1.4/src' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.kJJw2o + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-bjack-0.1.4-13.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-bjack-0.1.4-13.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-bjack-0.1.4-13.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-bjack-0.1.4-13.mga8.x86_64 + cd ocaml-bjack-0.1.4 + '[' 1 -eq 1 ']' + export DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-bjack-0.1.4-13.mga8.x86_64 + DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-bjack-0.1.4-13.mga8.x86_64 + export OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-bjack-0.1.4-13.mga8.x86_64//usr/lib64/ocaml + OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-bjack-0.1.4-13.mga8.x86_64//usr/lib64/ocaml + export DLLDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-bjack-0.1.4-13.mga8.x86_64//usr/lib64/ocaml/stublibs + DLLDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-bjack-0.1.4-13.mga8.x86_64//usr/lib64/ocaml/stublibs + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-bjack-0.1.4-13.mga8.x86_64//usr/lib64/ocaml/stublibs + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-bjack-0.1.4-13.mga8.x86_64//usr/lib64/ocaml/bjack + make install make -C src install make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-bjack-0.1.4/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-bjack-0.1.4/src' make[2]: 'libbjack_stubs.a' is up to date. make[2]: 'bjack.cma' is up to date. make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-bjack-0.1.4/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-bjack-0.1.4/src' make[2]: 'libbjack_stubs.a' is up to date. make[2]: 'bjack.cmxa' is up to date. make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-bjack-0.1.4/src' Installing library with ocamlfind ocamlfind install bjack META bjack.mli bjack.cmi bjack.cma bjack.cmxa bjack.cmx bjack.a libbjack_stubs.a dllbjack_stubs.so Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-bjack-0.1.4-13.mga8.x86_64//usr/lib64/ocaml/bjack/libbjack_stubs.a Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-bjack-0.1.4-13.mga8.x86_64//usr/lib64/ocaml/bjack/bjack.a Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-bjack-0.1.4-13.mga8.x86_64//usr/lib64/ocaml/bjack/bjack.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-bjack-0.1.4-13.mga8.x86_64//usr/lib64/ocaml/bjack/bjack.cmxa Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-bjack-0.1.4-13.mga8.x86_64//usr/lib64/ocaml/bjack/bjack.cma Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-bjack-0.1.4-13.mga8.x86_64//usr/lib64/ocaml/bjack/bjack.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-bjack-0.1.4-13.mga8.x86_64//usr/lib64/ocaml/bjack/bjack.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-bjack-0.1.4-13.mga8.x86_64//usr/lib64/ocaml/stublibs/dllbjack_stubs.so Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-bjack-0.1.4-13.mga8.x86_64//usr/lib64/ocaml/stublibs/dllbjack_stubs.so.owner ocamlfind: [WARNING] You have installed DLLs but the directory /home/iurt/rpmbuild/BUILDROOT/ocaml-bjack-0.1.4-13.mga8.x86_64/usr/lib64/ocaml/stublibs is not mentioned in ld.conf Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-bjack-0.1.4-13.mga8.x86_64//usr/lib64/ocaml/bjack/META Installation successful. make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-bjack-0.1.4/src' + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 0.1.4-13.mga8 --unique-debug-suffix -0.1.4-13.mga8.x86_64 --unique-debug-src-base ocaml-bjack-0.1.4-13.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/ocaml-bjack-0.1.4 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/ocaml-bjack-0.1.4-13.mga8.x86_64/usr/lib64/ocaml/stublibs/dllbjack_stubs.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-bjack-0.1.4-13.mga8.x86_64/usr/lib64/ocaml/stublibs/dllbjack_stubs.so original debug info size: 120kB, size after compression: 120kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 164 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-bjack-0.1.4-13.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.IA6cYm + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-bjack-0.1.4 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-bjack-0.1.4-13.mga8.x86_64/usr/share/doc/ocaml-bjack + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-bjack-0.1.4-13.mga8.x86_64/usr/share/doc/ocaml-bjack + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/ocaml-bjack-0.1.4-13.mga8.x86_64/usr/share/doc/ocaml-bjack + cp -pr CHANGES /home/iurt/rpmbuild/BUILDROOT/ocaml-bjack-0.1.4-13.mga8.x86_64/usr/share/doc/ocaml-bjack + cp -pr README /home/iurt/rpmbuild/BUILDROOT/ocaml-bjack-0.1.4-13.mga8.x86_64/usr/share/doc/ocaml-bjack + cp -pr TIPS /home/iurt/rpmbuild/BUILDROOT/ocaml-bjack-0.1.4-13.mga8.x86_64/usr/share/doc/ocaml-bjack + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Bjack) = 07e2f75127034cf94894b66eeaed9bee ocaml-bjack = 0.1.4-13.mga8 ocaml-bjack(x86-64) = 0.1.4-13.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.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libjack.so.0()(64bit) libsamplerate.so.0()(64bit) libsamplerate.so.0(libsamplerate.so.0.0)(64bit) ocaml(CamlinternalFormatBasics) = f562e7b79dbe1bb1591060d6b4e854cf ocaml(Stdlib) = aea3513d44d604b62eaff79ad12007b3 ocaml(Stdlib__callback) = 05f106bfa8c02f2eefb8a3e3c18411af ocaml(Stdlib__list) = 13989ef6fbcb7235b257d3df9a80253a ocaml(Stdlib__seq) = c5f4ef3f36de5f47b7041eed1deb9679 Processing files: ocaml-bjack-devel-0.1.4-13.mga8.x86_64 Provides: ocaml(Bjack) = 07e2f75127034cf94894b66eeaed9bee ocaml-bjack-devel = 0.1.4-13.mga8 ocaml-bjack-devel(x86-64) = 0.1.4-13.mga8 ocamlx(Bjack) = 23405f755f7d2da19a1cc53c70f13f0c 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 ocaml(Stdlib__list) = 13989ef6fbcb7235b257d3df9a80253a ocaml(Stdlib__seq) = c5f4ef3f36de5f47b7041eed1deb9679 ocamlx(Stdlib) = 6b88613cf2b6620d6f11cd8a342880fc ocamlx(Stdlib__callback) = 6f6b40fcf5f20c4ef361f7a516fc4327 ocamlx(Stdlib__list) = e3a5f633b69d62d35929d9e3f6c26a20 Processing files: ocaml-bjack-debugsource-0.1.4-13.mga8.x86_64 Provides: ocaml-bjack-debugsource = 0.1.4-13.mga8 ocaml-bjack-debugsource(x86-64) = 0.1.4-13.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-bjack-debuginfo-0.1.4-13.mga8.x86_64 Provides: debuginfo(build-id) = ec76ef12c8b7f2837c6033ab9167c1af06220444 ocaml-bjack-debuginfo = 0.1.4-13.mga8 ocaml-bjack-debuginfo(x86-64) = 0.1.4-13.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-bjack-debugsource(x86-64) = 0.1.4-13.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-bjack-0.1.4-13.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-bjack-debuginfo-0.1.4-13.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-bjack-0.1.4-13.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-bjack-debugsource-0.1.4-13.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-bjack-devel-0.1.4-13.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.EA3O2o + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-bjack-0.1.4 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-bjack-0.1.4-13.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.bcXrUq + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf ocaml-bjack-0.1.4 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!