<86>Apr 21 06:18:38 userdel[42374]: delete user 'rooter' <86>Apr 21 06:18:38 userdel[42374]: removed group 'rooter' owned by 'rooter' <86>Apr 21 06:18:38 userdel[42374]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 21 06:18:38 groupadd[42435]: group added to /etc/group: name=rooter, GID=699 <86>Apr 21 06:18:38 groupadd[42435]: group added to /etc/gshadow: name=rooter <86>Apr 21 06:18:38 groupadd[42435]: new group: name=rooter, GID=699 <86>Apr 21 06:18:38 useradd[42462]: new user: name=rooter, UID=699, GID=699, home=/root, shell=/bin/bash <86>Apr 21 06:18:38 userdel[42529]: delete user 'builder' <86>Apr 21 06:18:38 userdel[42529]: removed group 'builder' owned by 'builder' <86>Apr 21 06:18:38 userdel[42529]: removed shadow group 'builder' owned by 'builder' <86>Apr 21 06:18:38 groupadd[42579]: group added to /etc/group: name=builder, GID=700 <86>Apr 21 06:18:38 groupadd[42579]: group added to /etc/gshadow: name=builder <86>Apr 21 06:18:38 groupadd[42579]: new group: name=builder, GID=700 <86>Apr 21 06:18:38 useradd[42611]: new user: name=builder, UID=700, GID=700, home=/usr/src, shell=/bin/bash <13>Apr 21 06:18:41 rpmi: ocaml-runtime-4.04.2-alt1.M80P.1 1499834474 installed <13>Apr 21 06:18:41 rpmi: rpm-build-ocaml-1.3-alt1 1494941050 installed <13>Apr 21 06:18:46 rpmi: ocaml-4.04.2-alt1.M80P.1 1499834474 installed <13>Apr 21 06:18:46 rpmi: rpm-macros-ubt-0.2-alt1.M80P.1 1488269670 installed <13>Apr 21 06:18:46 rpmi: libgmp-devel-6.1.0-alt2.M80P.1 1494393179 installed <13>Apr 21 06:18:46 rpmi: ocaml-findlib-1.7.3-alt2.M80P.1 1499835339 installed <13>Apr 21 06:18:46 rpmi: ocaml-ocamldoc-4.04.2-alt1.M80P.1 1499834474 installed <13>Apr 21 06:18:46 rpmi: rpm-build-ubt-0.3.1-alt1.M80P.1 1513692283 installed Installing ocaml-zarith-1.5-alt1.M80P.1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.87538 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ocaml-zarith-1.5 + echo 'Source #0 (ocaml-zarith-1.5.tar):' Source #0 (ocaml-zarith-1.5.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-zarith-1.5.tar + cd ocaml-zarith-1.5 + /bin/chmod -c -Rf u+rwX,go-w . + sed -i 's|^asopt='\'''\''|asopt='\''-pipe -Wall -g -O2 -march=i586 -mtune=generic'\''|' configure + sed -i 's|-ccopt|-g &|;s|-shared|-linkall -g &|' project.mak + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.87538 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-zarith-1.5 + export 'CC=gcc -Wa,--noexecstack' + CC='gcc -Wa,--noexecstack' + export 'CFLAGS=-pipe -Wall -g -O2 -march=i586 -mtune=generic' + CFLAGS='-pipe -Wall -g -O2 -march=i586 -mtune=generic' + export OCAMLFLAGS=-g + OCAMLFLAGS=-g + export OCAMLOPTFLAGS=-g + OCAMLOPTFLAGS=-g + ./configure binary ocaml: found in /usr/bin binary ocamlc: found in /usr/bin binary ocamldep: found in /usr/bin binary ocamlmklib: found in /usr/bin binary ocamldoc: found in /usr/bin binary ar: found in /usr/bin binary perl: found in /usr/bin binary gcc: found in /usr/bin binary ocamlopt: found in /usr/bin checking compilation with gcc -Wa,--noexecstack -pipe -Wall -g -O2 -march=i586 -mtune=generic: working include caml/mlvalues.h: found library dynlink.cmxa: found binary ocamlfind: found in /usr/bin OCaml's word size is 32 binary uname: found in /bin include gmp.h: found library gmp: found OCaml extended comparison supported OCaml new hash functions available detected configuration: native-code: yes dynamic linking: yes asm path: i686 defines: -DZ_OCAML_HASH -DZ_OCAML_COMPARE_EXT -DHAS_GMP -DZ_ELF -DZ_DOT_LABEL_PREFIX libraries: -lgmp C options: -pipe -Wall -g -O2 -march=i586 -mtune=generic asm options -pipe -Wall -g -O2 -march=i586 -mtune=generic installation path: /usr/lib/ocaml installation method findlib configuration successful! now type "make" to build then type "make install" or "sudo make install" to install + make make: Entering directory `/usr/src/RPM/BUILD/ocaml-zarith-1.5' project.mak:138: depend: No such file or directory ./z_pp.pl i686 Name "main::extra" used only once: possible typo at ./z_pp.pl line 29. found assembly file caml_z_i686.S found abs found add found div found divexact found logand found lognot found logor found logxor found mul found neg found pred found rem found shift_left found shift_right found sub found succ ocamldep -native z.ml q.ml big_int_Z.ml z.mli q.mli big_int_Z.mli > depend make: Leaving directory `/usr/src/RPM/BUILD/ocaml-zarith-1.5' make: Entering directory `/usr/src/RPM/BUILD/ocaml-zarith-1.5' ocamlc -g -c z.mli ocamlc -g -c z.ml ocamlc -g -c q.mli ocamlc -g -c q.ml ocamlc -g -c big_int_Z.mli ocamlc -g -c big_int_Z.ml ocamlmklib -failsafe -o zarith z.cmo q.cmo big_int_Z.cmo -lgmp gcc -Wa,--noexecstack -DZ_OCAML_HASH -DZ_OCAML_COMPARE_EXT -DHAS_GMP -DZ_ELF -DZ_DOT_LABEL_PREFIX -pipe -Wall -g -O2 -march=i586 -mtune=generic -c -o caml_z_i686.o caml_z_i686.S ocamlc -g -ccopt "-I/usr/lib/ocaml -DZ_OCAML_HASH -DZ_OCAML_COMPARE_EXT -DHAS_GMP -DZ_ELF -DZ_DOT_LABEL_PREFIX -pipe -Wall -g -O2 -march=i586 -mtune=generic" -c caml_z.c ocamlmklib -failsafe -o zarith caml_z_i686.o caml_z.o -lgmp /usr/bin/ld: caml_z_i686.o: warning: relocation against `ml_z_logand' in readonly section `.text' /usr/bin/ld: warning: creating a DT_TEXTREL in a shared object. ocamlopt -g -c z.ml ocamlopt -g -c q.ml ocamlopt -g -c big_int_Z.ml ocamlmklib -failsafe -o zarith z.cmx q.cmx big_int_Z.cmx -lgmp ocamlopt -linkall -g -shared -o zarith.cmxs -I . zarith.cmxa -linkall /usr/bin/ld: zarith.a(z.o): warning: relocation in readonly section `.text' /usr/bin/ld: warning: creating a DT_TEXTREL in a shared object. make: Leaving directory `/usr/src/RPM/BUILD/ocaml-zarith-1.5' + make doc make: Entering directory `/usr/src/RPM/BUILD/ocaml-zarith-1.5' mkdir -p html ocamldoc -html -d html -charset utf8 z.mli q.mli big_int_Z.mli make: Leaving directory `/usr/src/RPM/BUILD/ocaml-zarith-1.5' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.37411 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocaml-zarith-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ocaml-zarith-buildroot + cd ocaml-zarith-1.5 + mkdir -p /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/stublibs/ + mkdir -p /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml + make install INSTALLDIR=/usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml make: Entering directory `/usr/src/RPM/BUILD/ocaml-zarith-1.5' ocamlfind install -destdir "/usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml" zarith META zarith.h zarith.cma libzarith.a z.mli q.mli big_int_Z.mli z.cmi q.cmi big_int_Z.cmi zarith.a zarith.cmxa z.cmx q.cmx big_int_Z.cmx zarith.cmxs dllzarith.so Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/zarith/zarith.cmxs Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/zarith/big_int_Z.cmx Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/zarith/q.cmx Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/zarith/z.cmx Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/zarith/zarith.cmxa Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/zarith/zarith.a Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/zarith/big_int_Z.cmi Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/zarith/q.cmi Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/zarith/z.cmi Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/zarith/big_int_Z.mli Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/zarith/q.mli Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/zarith/z.mli Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/zarith/libzarith.a Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/zarith/zarith.cma Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/zarith/zarith.h Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/stublibs/dllzarith.so Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/stublibs/dllzarith.so.owner ocamlfind: [WARNING] You have installed DLLs but the directory /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/stublibs is not mentioned in ld.conf Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/zarith/META make: Leaving directory `/usr/src/RPM/BUILD/ocaml-zarith-1.5' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ocaml-zarith-buildroot (auto) mode of './usr/lib/ocaml/zarith/zarith.cmxs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/ocaml/stublibs/dllzarith.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/ocaml-zarith-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/ocaml-zarith-buildroot (auto) Adjusting library links in /usr/src/tmp/ocaml-zarith-buildroot ./usr/lib: Verifying ELF objects in /usr/src/tmp/ocaml-zarith-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=relaxed,unresolved=normal) the file containing the function 'camlZ__testbit_1314' is not compiled with -fpic/-fPIC the file containing the function 'camlZ__signed_extract_1321' is not compiled with -fpic/-fPIC the file containing the function 'camlZ__log2_1325' is not compiled with -fpic/-fPIC the file containing the function 'camlZ__log2up_1327' is not compiled with -fpic/-fPIC the file containing the function 'camlZ__round_to_float_1329' is not compiled with -fpic/-fPIC the file containing the function 'camlZ__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__of_string_1349' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__compare_1371' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__to_string_1392' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__to_float_1404' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__add_1424' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__sub_1427' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__power_int_positive_int_1337' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__power_big_int_positive_int_1340' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__power_int_positive_big_int_1343' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__power_big_int_positive_big_int_1346' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__int_of_big_int_1371' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__int32_of_big_int_1376' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__nativeint_of_big_int_1378' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__int64_of_big_int_1380' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__entry' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry4' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry4_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry4_2' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry3' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry3_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry2' is not compiled with -fpic/-fPIC the file containing the function 'camlZ__ediv_rem_1291' is not compiled with -fpic/-fPIC the file containing the function 'camlZ__gcdext_1303' is not compiled with -fpic/-fPIC the file containing the function 'camlZ__to_float_1334' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__mk_1313' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__make_real_1316' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__make_1320' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__of_bigint_1324' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__of_int_1326' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__of_int32_1328' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__of_int64_1330' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__of_nativeint_1332' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__of_float_1343' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__neg_1416' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__abs_1418' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__mul_1430' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__inv_1433' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__div_1435' is not compiled with -fpic/-fPIC the file containing the function 'camlZ__min_1266' is not compiled with -fpic/-fPIC the file containing the function 'camlZ__max_1269' is not compiled with -fpic/-fPIC the file containing the function 'camlZ__leq_1272' is not compiled with -fpic/-fPIC the file containing the function 'camlZ__geq_1275' is not compiled with -fpic/-fPIC the file containing the function 'camlZ__lt_1278' is not compiled with -fpic/-fPIC the file containing the function 'camlZ__gt_1281' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__compare_big_int_1350' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__le_big_int_1352' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__ge_big_int_1355' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__lt_big_int_1358' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__gt_big_int_1361' is not compiled with -fpic/-fPIC the file containing the function 'camlZ__fun_1757' is not compiled with -fpic/-fPIC the file containing the function 'camlZ__fun_1751' is not compiled with -fpic/-fPIC the file containing the function 'camlZ__of_string_1285' is not compiled with -fpic/-fPIC the file containing the function 'camlZ__fun_1773' is not compiled with -fpic/-fPIC the file containing the function 'camlZ__fun_1767' is not compiled with -fpic/-fPIC the file containing the function 'camlZ__of_string_base_1288' is not compiled with -fpic/-fPIC the file containing the function 'camlZ__ediv_1296' is not compiled with -fpic/-fPIC the file containing the function 'camlZ__erem_1299' is not compiled with -fpic/-fPIC the file containing the function 'camlZ__lcm_1309' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__to_bigint_1394' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__to_int_1396' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__to_int32_1398' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__to_int64_1400' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__to_nativeint_1402' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__aors_1420' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__fun_1874' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__fun_1877' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__mul_2exp_1438' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__div_2exp_1441' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__minus_big_int_1313' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__abs_big_int_1314' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__add_big_int_1315' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__succ_big_int_1316' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__add_int_big_int_1317' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__sub_big_int_1320' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__pred_big_int_1321' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__mult_big_int_1322' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__mult_int_big_int_1323' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__square_big_int_1326' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__sqrt_big_int_1328' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__gcd_big_int_1332' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__power_1333' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__power_big_1334' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__big_int_of_int32_1373' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__big_int_of_nativeint_1374' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__big_int_of_int64_1375' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__and_big_int_1383' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__or_big_int_1384' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__xor_big_int_1385' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__shift_left_big_int_1386' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__shift_right_big_int_1387' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__shift_right_towards_zero_big_int_1388' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__extract_big_int_1389' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__classify_1358' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__sign_1366' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__sign_big_int_1349' is not compiled with -fpic/-fPIC the file containing the function 'camlZ__is_odd_1317' is not compiled with -fpic/-fPIC the file containing the function 'camlZ__is_even_1319' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__equal_1368' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__eq_big_int_1351' is not compiled with -fpic/-fPIC the file containing the function 'camlZ__print_1397' is not compiled with -fpic/-fPIC the file containing the function 'camlZ__output_1399' is not compiled with -fpic/-fPIC the file containing the function 'camlZ__sprint_1402' is not compiled with -fpic/-fPIC the file containing the function 'camlZ__bprint_1404' is not compiled with -fpic/-fPIC the file containing the function 'camlZ__pp_print_1426' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__is_real_1360' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__print_1444' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__output_1446' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__bprint_1451' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__pp_print_1473' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__of_ints_1334' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__big_int_of_int_1369' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__min_1374' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__max_1377' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__leq_1380' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__geq_1383' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__lt_1386' is not compiled with -fpic/-fPIC the file containing the function 'camlQ__gt_1389' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__num_digits_big_int_1366' is not compiled with -fpic/-fPIC the file containing the function 'camlBig_int_Z__is_int_big_int_1370' is not compiled with -fpic/-fPIC the file containing the function 'ml_as_z_neg' is not compiled with -fpic/-fPIC the file containing the function 'ml_as_z_abs' is not compiled with -fpic/-fPIC the file containing the function 'ml_as_z_succ' is not compiled with -fpic/-fPIC the file containing the function 'ml_as_z_pred' is not compiled with -fpic/-fPIC the file containing the function 'ml_as_z_add' is not compiled with -fpic/-fPIC the file containing the function 'ml_as_z_sub' is not compiled with -fpic/-fPIC the file containing the function 'ml_as_z_mul' is not compiled with -fpic/-fPIC the file containing the function 'ml_as_z_div' is not compiled with -fpic/-fPIC the file containing the function 'ml_as_z_divexact' is not compiled with -fpic/-fPIC the file containing the function 'ml_as_z_rem' is not compiled with -fpic/-fPIC the file containing the function 'ml_as_z_lognot' is not compiled with -fpic/-fPIC the file containing the function 'ml_as_z_logor' is not compiled with -fpic/-fPIC the file containing the function 'ml_as_z_logand' is not compiled with -fpic/-fPIC the file containing the function 'ml_as_z_logxor' is not compiled with -fpic/-fPIC the file containing the function 'ml_as_z_shift_left' is not compiled with -fpic/-fPIC the file containing the function 'ml_as_z_shift_right' is not compiled with -fpic/-fPIC verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: TEXTREL entry found: 0x00000000 verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_young_ptr verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_young_limit verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_c_call verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: camlPervasives__invalid_arg_1007 verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_int64_or verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_int64_to_float_unboxed verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_ldexp_float_unboxed verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: camlPervasives verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: camlPervasives__output_string_1203 verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: camlBuffer__resize_1232 verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: camlBytes__blit_string_1258 verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: camlFormat__pp_print_string_1485 verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_fresh_oo_id verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_alloc2 verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: camlCallback__register_exception_1260 verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_allocN verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_classify_float_unboxed verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_frexp_float verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_exn_Not_found verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_string_equal verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_raise_exn verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_exception_pointer verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: camlString__index_rec_1315 verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: camlPervasives__$5e_1117 verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: camlPervasives__failwith_1005 verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_backtrace_pos verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_exn_Invalid_argument verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_local_roots verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_int64_ops verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_named_value verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_deserialize_uint_1 verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_serialize_int_1 verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_string_length verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_alloc_small verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_copy_nativeint verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_copy_int32 verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_raise_zero_divide verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_copy_int64 verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_deserialize_uint_4 verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_invalid_argument verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_serialize_int_4 verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_register_custom_operations verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_raise_constant verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_copy_string verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_alloc_string verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_hash_mix_uint32 verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_alloc_custom verify-elf: WARNING: ./usr/lib/ocaml/zarith/zarith.cmxs: undefined symbol: caml_failwith the file containing the function 'ml_as_z_neg' is not compiled with -fpic/-fPIC the file containing the function 'ml_as_z_abs' is not compiled with -fpic/-fPIC the file containing the function 'ml_as_z_succ' is not compiled with -fpic/-fPIC the file containing the function 'ml_as_z_pred' is not compiled with -fpic/-fPIC the file containing the function 'ml_as_z_add' is not compiled with -fpic/-fPIC the file containing the function 'ml_as_z_sub' is not compiled with -fpic/-fPIC the file containing the function 'ml_as_z_mul' is not compiled with -fpic/-fPIC the file containing the function 'ml_as_z_div' is not compiled with -fpic/-fPIC the file containing the function 'ml_as_z_divexact' is not compiled with -fpic/-fPIC the file containing the function 'ml_as_z_rem' is not compiled with -fpic/-fPIC the file containing the function 'ml_as_z_lognot' is not compiled with -fpic/-fPIC the file containing the function 'ml_as_z_logor' is not compiled with -fpic/-fPIC the file containing the function 'ml_as_z_logand' is not compiled with -fpic/-fPIC the file containing the function 'ml_as_z_logxor' is not compiled with -fpic/-fPIC the file containing the function 'ml_as_z_shift_left' is not compiled with -fpic/-fPIC the file containing the function 'ml_as_z_shift_right' is not compiled with -fpic/-fPIC verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: TEXTREL entry found: 0x00000000 verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_local_roots verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_named_value verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_deserialize_uint_1 verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_serialize_int_1 verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_string_length verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_alloc_small verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_copy_nativeint verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_copy_int32 verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_raise_zero_divide verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_copy_int64 verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_deserialize_uint_4 verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_invalid_argument verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_serialize_int_4 verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_register_custom_operations verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_raise_constant verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_copy_string verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_alloc_string verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_hash_mix_uint32 verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_alloc_custom verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_failwith Hardlinking identical .pyc and .pyo files Processing files: ocaml-zarith-1.5-alt1.M80P.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.37411 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-zarith-1.5 + DOCDIR=/usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-1.5 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-1.5 + /bin/mkdir -p /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-1.5 + cp -prL Changes /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-1.5 + chmod -R go-w /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-1.5 + chmod -R a+rX /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-1.5 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TM3fJ4 find-provides: running scripts (alternatives,debuginfo,lib,ocaml,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.r2nCF5 find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Provides: ocaml-cmi(Big_int_Z) = 4.04-63E0F7CD, ocaml-cmi(Q) = 4.04-AC130D6E, ocaml-cmi(Z) = 4.04-D3739E9C, ocaml-cmx(Big_int_Z) = 4.04-3BE005EE, ocaml-cmx(Q) = 4.04-40A5024F, ocaml-cmx(Z) = 4.04-762B967C, ocaml-dll(zarith) Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libgmp.so.10 >= set:mhuSwyWTM9llNL76RZGjAN6bYnt3PWMuCgab6bYdyvGQeHZkViEw4ZEntEDWDaF6S2yO66wwpFq9yFEfN0, libgmp10, ocaml-cmi(Buffer) = 4.04-C932A669, ocaml-cmi(Callback) = 4.04-153A7D0A, ocaml-cmi(CamlinternalFormatBasics) = 4.04-CBD5F2D6, ocaml-cmi(Format) = 4.04-AED1D740, ocaml-cmi(Int32) = 4.04-F4400E9E, ocaml-cmi(Int64) = 4.04-B2B90560, ocaml-cmi(Obj) = 4.04-C4EF78F7, ocaml-cmi(Pervasives) = 4.04-EEF96F96, ocaml-cmi(String) = 4.04-609A5859, ocaml-cmx(Buffer) = 4.04-6BCCA450, ocaml-cmx(Callback) = 4.04-284EB2E9, ocaml-cmx(Format) = 4.04-1069EAED, ocaml-cmx(Int64) = 4.04-17A14779, ocaml-cmx(Pervasives) = 4.04-E3716313, ocaml-cmx(String) = 4.04-92673050, ocaml-runtime = 4.04, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kNsN4a Creating ocaml-zarith-debuginfo package Processing files: ocaml-zarith-devel-1.5-alt1.M80P.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.24687 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-zarith-1.5 + DOCDIR=/usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-devel-1.5 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-devel-1.5 + /bin/mkdir -p /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-devel-1.5 + cp -prL README.md html /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-devel-1.5 + chmod -R go-w /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-devel-1.5 + chmod -R a+rX /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-devel-1.5 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3NBpte find-provides: running scripts (alternatives,debuginfo,lib,ocaml,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1IXVZl find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: ocaml-zarith = 1.5-alt1.M80P.1, libgmp-devel, ocaml Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Qn70Nz Processing files: ocaml-zarith-debuginfo-1.5-alt1.M80P.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QGMDpQ find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xOUfJb find-requires: running scripts (debuginfo) Requires: ocaml-zarith = 1.5-alt1.M80P.1, debug(libc.so.6), debug(libgmp.so.10) Wrote: /usr/src/RPM/RPMS/i586/ocaml-zarith-1.5-alt1.M80P.1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/ocaml-zarith-devel-1.5-alt1.M80P.1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/ocaml-zarith-debuginfo-1.5-alt1.M80P.1.i586.rpm 3.50user 0.76system 0:11.74elapsed 36%CPU (0avgtext+0avgdata 39120maxresident)k 0inputs+0outputs (0major+298201minor)pagefaults 0swaps 12.19user 3.27system 0:23.88elapsed 64%CPU (0avgtext+0avgdata 122408maxresident)k 4408inputs+0outputs (0major+543394minor)pagefaults 0swaps