<86>Nov 16 06:52:42 userdel[2549752]: delete user 'rooter' <86>Nov 16 06:52:42 userdel[2549752]: removed group 'rooter' owned by 'rooter' <86>Nov 16 06:52:42 userdel[2549752]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 16 06:52:42 groupadd[2549818]: group added to /etc/group: name=rooter, GID=1865 <86>Nov 16 06:52:42 groupadd[2549818]: group added to /etc/gshadow: name=rooter <86>Nov 16 06:52:42 groupadd[2549818]: new group: name=rooter, GID=1865 <86>Nov 16 06:52:42 useradd[2549859]: new user: name=rooter, UID=1865, GID=1865, home=/root, shell=/bin/bash, from=none <86>Nov 16 06:52:42 userdel[2549923]: delete user 'builder' <86>Nov 16 06:52:42 userdel[2549923]: removed group 'builder' owned by 'builder' <86>Nov 16 06:52:42 userdel[2549923]: removed shadow group 'builder' owned by 'builder' <86>Nov 16 06:52:42 groupadd[2549977]: group added to /etc/group: name=builder, GID=1866 <86>Nov 16 06:52:42 groupadd[2549977]: group added to /etc/gshadow: name=builder <86>Nov 16 06:52:42 groupadd[2549977]: new group: name=builder, GID=1866 <86>Nov 16 06:52:42 useradd[2550024]: new user: name=builder, UID=1866, GID=1866, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/ocaml-bdb-4.3.21-alt10.src.rpm: The use of such a license name is ambiguous: GPL <13>Nov 16 06:52:53 rpmi: rpm-build-ocaml-1.6.3-alt1 sisyphus+356727.100.1.1 1725368784 installed <13>Nov 16 06:52:55 rpmi: ocaml-5.2.0-alt1 sisyphus+356727.140.13.1 1726230909 installed <13>Nov 16 06:52:55 rpmi: ocaml-runtime-5.2.0-alt1 sisyphus+356727.140.13.1 1726230909 installed <13>Nov 16 06:52:55 rpmi: libdb4.7-devel-4.7.25-alt13 sisyphus+341099.200.4.1 1709732039 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/ocaml-bdb-4.3.21-alt10.nosrc.rpm (w1.gzdio) Installing ocaml-bdb-4.3.21-alt10.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.34323 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ocamlbdb-4.3.21 + echo 'Source #0 (ocamlbdb-4.3.21.tar.gz):' Source #0 (ocamlbdb-4.3.21.tar.gz): + /usr/bin/gzip -dc /usr/src/RPM/SOURCES/ocamlbdb-4.3.21.tar.gz + /bin/tar -xf - + cd ocamlbdb-4.3.21 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.34323 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocamlbdb-4.3.21 + /usr/bin/subst s:BDB_DIR=/usr/local/BerkeleyDB.4.3/:BDB_DIR=/usr:g Makefile + /usr/bin/subst s:/usr/local/lib:/usr/lib:g Makefile + /usr/bin/subst s:-ldb-4.1:-ldb:g Makefile + make make: Entering directory '/usr/src/RPM/BUILD/ocamlbdb-4.3.21' cat bdb.src | perl extract_caml.pl > bdb.ml cpp -include /usr/include//db.h bdberrs.src | perl beginend.pl >> bdb.ml ocamlc -g -c bdb.ml cp bdb.src bdb_stubs.c gcc -Wall -g -I/usr/include/ -I/usr/lib/ocaml/ \ -L/usr/lib/ -c bdb_stubs.c __FILE__: In function 'unimplemented': __FILE__:46:2: error: implicit declaration of function 'raise_constant'; did you mean 'caml_raise_constant'? [-Wimplicit-function-declaration] __FILE__: In function 'raise_libfault': __FILE__:50:2: error: implicit declaration of function 'raise_with_string'; did you mean 'caml_raise_with_string'? [-Wimplicit-function-declaration] __FILE__: In function 'raise_error': __FILE__:113:3: error: implicit declaration of function 'raise_with_arg'; did you mean 'caml_raise_with_arg'? [-Wimplicit-function-declaration] __FILE__: In function 'caml_env_create': __FILE__:157:4: error: implicit declaration of function 'convert_flag_list'; did you mean 'caml_convert_flag_list'? [-Wimplicit-function-declaration] __FILE__:164:8: error: implicit declaration of function 'alloc'; did you mean 'valloc'? [-Wimplicit-function-declaration] __FILE__: In function 'caml_db_del': __FILE__:433:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] __FILE__:434:14: error: implicit declaration of function 'string_length'; did you mean 'caml_string_length'? [-Wimplicit-function-declaration] __FILE__: In function 'caml_db_get': __FILE__:481:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] __FILE__:502:8: error: implicit declaration of function 'alloc_string'; did you mean 'caml_alloc_string'? [-Wimplicit-function-declaration] In file included from /usr/lib/ocaml/caml/memory.h:29, from bdb_stubs.c:11: /usr/lib/ocaml/caml/mlvalues.h:332:24: warning: passing argument 1 of 'memmove' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 332 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ __FILE__:503:11: note: in expansion of macro 'String_val' In file included from bdb_stubs.c:9: /usr/include/string.h:47:29: note: expected 'void *' but argument is of type 'const char *' 47 | extern void *memmove (void *__dest, const void *__src, size_t __n) | ~~~~~~^~~~~~ __FILE__: In function 'caml_dbc_get': /usr/lib/ocaml/caml/mlvalues.h:332:24: warning: passing argument 1 of 'memmove' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 332 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ __FILE__:854:11: note: in expansion of macro 'String_val' /usr/include/string.h:47:29: note: expected 'void *' but argument is of type 'const char *' 47 | extern void *memmove (void *__dest, const void *__src, size_t __n) | ~~~~~~^~~~~~ /usr/lib/ocaml/caml/mlvalues.h:332:24: warning: passing argument 1 of 'memmove' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 332 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ __FILE__:856:11: note: in expansion of macro 'String_val' /usr/include/string.h:47:29: note: expected 'void *' but argument is of type 'const char *' 47 | extern void *memmove (void *__dest, const void *__src, size_t __n) | ~~~~~~^~~~~~ __FILE__: In function 'caml_txn_id': __FILE__:1032:14: error: implicit declaration of function 'copy_int32'; did you mean 'caml_copy_int32'? [-Wimplicit-function-declaration] /usr/lib/ocaml/caml/memory.h:415:29: note: in definition of macro 'CAMLreturnT' 415 | type caml__temp_result = (result); \ | ^~~~~~ __FILE__:1032:2: note: in expansion of macro 'CAMLreturn' make: *** [Makefile:24: bdb_stubs.o] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/ocamlbdb-4.3.21' error: Bad exit status from /usr/src/tmp/rpm-tmp.34323 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.34323 (%build) Command exited with non-zero status 1 0.13user 0.09system 0:00.22elapsed 104%CPU (0avgtext+0avgdata 16384maxresident)k 0inputs+0outputs (0major+13074minor)pagefaults 0swaps hsh-rebuild: rebuild of `ocaml-bdb-4.3.21-alt10.src.rpm' failed. Command exited with non-zero status 1 4.66user 3.75system 0:19.41elapsed 43%CPU (0avgtext+0avgdata 131428maxresident)k 37968inputs+0outputs (0major+204450minor)pagefaults 0swaps