D: [iurt_root_command] chroot warning: Package ocaml-creal: invalid utf-8 encoding in Description: Creal is an exact real arithmetic library for Objective Caml. This module implements exact real arithmetic, following Valérie Ménissier-Morain Ph.D. thesis (http://www-calfor.lip6.fr/~vmm/). A real x is represented as a function giving, for any n, an approximation zn/4^n of x such that |zn/4^n - x| < 1, where zn is an arbitrary precision integer (of type Gmp.Z.t). Coercions from type int, Gmp.Z.t, Gmp.Q.t, basic operations (addition, subtraction, multiplication, division, power, square root) and transcendental functions (sin, cos, tan, log, exp, arcsin, arccos, etc.) and a few constants (pi, e) are provided. A small reverse-polish calculator is provided to test the library. Written by Jean-Christophe Filliâtre. - Invalid or incomplete multibyte or wide character Installing /home/pterjan/rpmbuild/SRPMS/ocaml-creal-0.7-11.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.RiRRx6 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf creal-0.7 + /usr/bin/gzip -dc /home/pterjan/rpmbuild/SOURCES/creal-0.7.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd creal-0.7 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + chmod 644 README CHANGES cmpf.mli cr.mli creal.mli creal_pp.mli gmp_pp.mli mlgmp/gmp.mli + perl -pi -e 's/\015$//' README + cp /home/pterjan/rpmbuild/SOURCES/ocaml-creal-META META + sed -i -e s:@VERSION@:0.7:g META + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.8iOeSs + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd creal-0.7 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4' + export FFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + export LDFLAGS + CONFIGURE_TOP=. + /usr/lib/rpm/mageia/force-as-needed-for-shared-lib-in-libtool Forcing -Wl,--as-needed in configure/libtool to workaround libtool bug (cf http://lists.gnu.org/archive/html/libtool-patches/2004-06/msg00002.html) + /usr/lib/rpm/mageia/drop-ld-no-undefined-for-shared-lib-modules-in-libtool + /usr/lib/rpm/mageia/fix-libtool-ltmain-from-overlinking + /usr/lib/rpm/mageia/fix-libtool-from-moving-options-after-libs . + /usr/lib/rpm/mageia/fix-dlsearch-path-in-libtool-for-multilib . lib64 + '[' -f ./configure.in -o -f ./configure.ac ']' + CONFIGURE_XPATH='--x-includes=/usr/include --x-libraries=/usr/lib64' + ./configure --build=x86_64-mageia-linux-gnu --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --x-includes=/usr/include --x-libraries=/usr/lib64 creating cache ./config.cache checking for ocamlc... ocamlc ocaml version is 4.02.3 ocaml library path is /usr/lib64/ocaml checking for ocamlopt... ocamlopt checking ocamlopt version... ok checking for ocamlc.opt... ocamlc.opt checking ocamlc.opt version... ok checking for ocamlopt.opt... ocamlopt.opt checking ocamlc.opt version... ok checking for ocamldep... ocamldep checking for ocamllex... ocamllex checking for ocamlyacc... ocamlyacc updating cache ./config.cache creating ./config.status creating Makefile creating creal.spec + make 'OCAMLOPT=ocamlopt -g' ocamlc.opt -ccopt "-o mlgmp/mlgmp_z.o" -c mlgmp/mlgmp_z.c In file included from mlgmp/mlgmp_z.c:11:0: mlgmp/config.h:61:29: error: unknown type name 'int32'; did you mean 'int32_t'? extern void serialize_int_4(int32 i); ^~~~~ int32_t mlgmp/config.h:64:8: error: unknown type name 'uint32' extern uint32 deserialize_uint_4(void); ^~~~~~ mlgmp/config.h:65:8: error: unknown type name 'int32' extern int32 deserialize_sint_4(void); ^~~~~ In file included from mlgmp/mlgmp_z.c:13:0: mlgmp/conversions.c:68:0: warning: ignoring #pragma inline [-Wunknown-pragmas] #pragma inline(Int_option_val, mpz_val, alloc_mpz, alloc_init_mpz) mlgmp/conversions.c:92:0: warning: ignoring #pragma inline [-Wunknown-pragmas] #pragma inline(mpq_val, alloc_mpq, alloc_init_mpq) In file included from /usr/lib64/ocaml/caml/mlvalues.h:18:0, from mlgmp/mlgmp_z.c:1: mlgmp/mlgmp_z.c: In function '_mlgmp_z_serialize': /usr/lib64/ocaml/caml/compatibility.h:89:25: warning: implicit declaration of function 'caml_serialize_int_4'; did you mean 'caml_deserialize_sint_4'? [-Wimplicit-function-declaration] #define serialize_int_4 caml_serialize_int_4 ^ mlgmp/mlgmp_z.c:767:3: note: in expansion of macro 'serialize_int_4' serialize_int_4(len); ^~~~~~~~~~~~~~~ make: *** [Makefile:227: mlgmp/mlgmp_z.o] Error 2 error: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.8iOeSs (%build) RPM build errors: Package ocaml-creal: invalid utf-8 encoding in Description: Creal is an exact real arithmetic library for Objective Caml. This module implements exact real arithmetic, following Valérie Ménissier-Morain Ph.D. thesis (http://www-calfor.lip6.fr/~vmm/). A real x is represented as a function giving, for any n, an approximation zn/4^n of x such that |zn/4^n - x| < 1, where zn is an arbitrary precision integer (of type Gmp.Z.t). Coercions from type int, Gmp.Z.t, Gmp.Q.t, basic operations (addition, subtraction, multiplication, division, power, square root) and transcendental functions (sin, cos, tan, log, exp, arcsin, arccos, etc.) and a few constants (pi, e) are provided. A small reverse-polish calculator is provided to test the library. Written by Jean-Christophe Filliâtre. - Invalid or incomplete multibyte or wide character Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.8iOeSs (%build) I: [iurt_root_command] ERROR: chroot