<86>Jan 26 09:13:03 userdel[17042]: delete user 'rooter' <86>Jan 26 09:13:03 userdel[17042]: removed group 'rooter' owned by 'rooter' <86>Jan 26 09:13:03 userdel[17042]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 26 09:13:03 groupadd[17057]: group added to /etc/group: name=rooter, GID=546 <86>Jan 26 09:13:03 groupadd[17057]: group added to /etc/gshadow: name=rooter <86>Jan 26 09:13:03 groupadd[17057]: new group: name=rooter, GID=546 <86>Jan 26 09:13:03 useradd[17075]: new user: name=rooter, UID=546, GID=546, home=/root, shell=/bin/bash <86>Jan 26 09:13:03 userdel[17090]: delete user 'builder' <86>Jan 26 09:13:03 userdel[17090]: removed group 'builder' owned by 'builder' <86>Jan 26 09:13:03 groupadd[17106]: group added to /etc/group: name=builder, GID=547 <86>Jan 26 09:13:03 groupadd[17106]: group added to /etc/gshadow: name=builder <86>Jan 26 09:13:03 groupadd[17106]: new group: name=builder, GID=547 <86>Jan 26 09:13:03 useradd[17119]: new user: name=builder, UID=547, GID=547, home=/usr/src, shell=/bin/bash <13>Jan 26 09:13:08 rpmi: ocaml4-runtime-4.03.0-alt2 1466835382 installed <13>Jan 26 09:13:08 rpmi: rpm-build-ocaml4-1.1.2-alt2 1466776390 installed <13>Jan 26 09:13:13 rpmi: ocaml4-4.03.0-alt2 1466835382 installed <13>Jan 26 09:13:13 rpmi: libsqlite3-3.15.2-alt1 1480432278 installed <13>Jan 26 09:13:13 rpmi: libsqlite3-devel-3.15.2-alt1 1480432278 installed <13>Jan 26 09:13:17 rpmi: ocaml4-camlp4-4.03.1-alt1 1466777327 installed <13>Jan 26 09:13:17 rpmi: ocaml4-ocamldoc-4.03.0-alt2 1466835382 installed <13>Jan 26 09:13:17 rpmi: zlib-devel-1.2.8-alt1 1371079011 installed <13>Jan 26 09:13:17 rpmi: libtinfo-devel-5.9-alt8 1456756589 installed Installing irextools-0.3-alt2.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.6838 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf irextools-0.3 + echo 'Source #0 (irextools-0.3.tar.gz):' Source #0 (irextools-0.3.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/irextools-0.3.tar.gz + /bin/tar -xf - + cd irextools-0.3 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.6838 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd irextools-0.3 + CFLAGS='-pipe -Wall -g -O2 -march=i586 -mtune=generic' + export CFLAGS + CXXFLAGS='-pipe -Wall -g -O2 -march=i586 -mtune=generic' + export CXXFLAGS + FFLAGS='-pipe -Wall -g -O2 -march=i586 -mtune=generic' + export FFLAGS + '[' -n '' ']' ++ printf %s '-pipe -Wall -g -O2 -march=i586 -mtune=generic' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' + ASFLAGS=' -march=i586 -mtune=generic' + export ASFLAGS + export lt_cv_deplibs_check_method=pass_all + lt_cv_deplibs_check_method=pass_all + readlink -e -- ./configure + xargs -ri dirname -- '{}' + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + sort -u + xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + ./configure --build=i586-alt-linux --host=i586-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --without-included-gettext configure: checking for ocaml compiler and tools... checking for ocamlc... /usr/bin/ocamlc checking for ocamlopt... /usr/bin/ocamlopt checking for ocamldoc... /usr/bin/ocamldoc checking for ocamlmktop... /usr/bin/ocamlmktop configure: checking for other tools... checking for tar... /bin/tar checking for bunzip2... /bin/bunzip2 checking for gunzip... /bin/gunzip checking for a BSD-compatible install... /bin/install -c checking for i586-alt-linux-gcc... i586-alt-linux-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i586-alt-linux-gcc accepts -g... yes checking for i586-alt-linux-gcc option to accept ISO C89... none needed checking for library containing sqlite3_open... -lsqlite3 configure: Trying to compile CamlPDF make[1]: Entering directory `/usr/src/RPM/BUILD/irextools-0.3/libs/camlpdf-0.3' ocamlc -c -cc "cc" -ccopt "-fPIC -pipe -Wall -g -O2 -march=i586 -mtune=generic \ -DPIC -DNATIVE_CODE \ -o zlibstubs.o " zlibstubs.c zlibstubs.c: In function 'camlzip_update_crc32': zlibstubs.c:171:28: error: 'uint32' undeclared (first use in this function) return copy_int32(crc32((uint32) Int32_val(crc), ^~~~~~ zlibstubs.c:171:28: note: each undeclared identifier is reported only once for each function it appears in zlibstubs.c:174:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ make[1]: *** [zlibstubs.o] Error 2 make[1]: Leaving directory `/usr/src/RPM/BUILD/irextools-0.3/libs/camlpdf-0.3' make: *** [native-code-library] Error 2 configure: error: failed See `config.log' for more details. configure: Trying to compile ocaml-sqlite3 configure: checking for ocaml compiler and tools... checking for ocamlc... ocamlc checking for ocamlopt... ocamlopt checking for ocamlfind... no checking for a BSD-compatible install... /bin/install -c configure: checking for C compiler... checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 configure: checking for C header files... checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes configure: checking libraries... configure: checking for sqlite3 library... checking for sqlite3_open in -lsqlite3... yes configure: checking for Sqlite header files... checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking sqlite3.h usability... yes checking sqlite3.h presence... yes checking for sqlite3.h... yes configure: checking for OCaml header files... configure: creating ./config.status config.status: creating Makefile configure: creating ./config.status config.status: creating Makefile config.status: creating META ocamlc -w A -warn-error A -c sqlite3.mli ocamlc -w A -warn-error A -pp camlp4o -c sqlite3.ml gcc -I/usr/lib/ocaml -pipe -Wall -g -O2 -march=i586 -mtune=generic -fPIC -Wall -pedantic -Werror -Wno-long-long -c -o sqlite3_stubs.o sqlite3_stubs.c ocamlmklib -o sqlite3 -oc sqlite3_stubs sqlite3.cmo sqlite3_stubs.o -L. -lsqlite3 -linkall ocamlfind ocamlmktop -o sqlite3top sqlite3.cma make: ocamlfind: Command not found make: *** [sqlite3top] Error 127 ocaml-sqlite3 build successful configure: checking result of CamlPDF compilation... File "conftest.ml", line 2, characters 18-37: Error: Unbound module Pdfdoc configure: error: compilation of CamlPDF test program failed See `config.log' for more details. error: Bad exit status from /usr/src/tmp/rpm-tmp.6838 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.6838 (%build) Command exited with non-zero status 1 2.89user 1.36system 0:03.99elapsed 106%CPU (0avgtext+0avgdata 28688maxresident)k 0inputs+0outputs (0major+229642minor)pagefaults 0swaps hsh-rebuild: rebuild of `irextools-0.3-alt2.src.rpm' failed. Command exited with non-zero status 1 30.95user 6.73system 0:37.52elapsed 100%CPU (0avgtext+0avgdata 134172maxresident)k 106584inputs+0outputs (0major+522554minor)pagefaults 0swaps