<86>Oct 29 14:13:29 userdel[2754924]: delete user 'rooter' <86>Oct 29 14:13:29 userdel[2754924]: removed group 'rooter' owned by 'rooter' <86>Oct 29 14:13:29 userdel[2754924]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 29 14:13:29 groupadd[2754940]: group added to /etc/group: name=rooter, GID=1877 <86>Oct 29 14:13:29 groupadd[2754940]: group added to /etc/gshadow: name=rooter <86>Oct 29 14:13:29 groupadd[2754940]: new group: name=rooter, GID=1877 <86>Oct 29 14:13:29 useradd[2754954]: new user: name=rooter, UID=1877, GID=1877, home=/root, shell=/bin/bash, from=none <86>Oct 29 14:13:29 userdel[2754982]: delete user 'builder' <86>Oct 29 14:13:29 userdel[2754982]: removed group 'builder' owned by 'builder' <86>Oct 29 14:13:29 userdel[2754982]: removed shadow group 'builder' owned by 'builder' <86>Oct 29 14:13:29 groupadd[2755024]: group added to /etc/group: name=builder, GID=1878 <86>Oct 29 14:13:29 groupadd[2755024]: group added to /etc/gshadow: name=builder <86>Oct 29 14:13:29 groupadd[2755024]: new group: name=builder, GID=1878 <86>Oct 29 14:13:29 useradd[2755044]: new user: name=builder, UID=1878, GID=1878, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/lstorrent-0.0.1-alt1.src.rpm: license not found in '/usr/share/license' directory: GPL2+ Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/lstorrent-0.0.1-alt1.nosrc.rpm (w1.gzdio) Installing lstorrent-0.0.1-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.9768 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf lstorrent + echo 'Source #0 (lstorrent.tar):' Source #0 (lstorrent.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/lstorrent.tar + cd lstorrent + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.9768 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd lstorrent + make make: Entering directory '/usr/src/RPM/BUILD/lstorrent' gcc -O3 *.c -o test In file included from bdecode.c:26: bdecode.c: In function 'decode_num': ui.h:12:17: error: implicit declaration of function 'oops_message' [-Wimplicit-function-declaration] 12 | #define oops(a) oops_message(a,__FILE__,__LINE__); | ^~~~~~~~~~~~ bdecode.c:43:9: note: in expansion of macro 'oops' 43 | oops(err_internal); | ^~~~ bdecode.c:53:14: error: implicit declaration of function 'isdigit' [-Wimplicit-function-declaration] 53 | if (!isdigit(CUR)){ | ^~~~~~~ bdecode.c:27:1: note: include '' or provide a declaration of 'isdigit' 26 | #include "ui.h" +++ |+#include 27 | bdecode.c: In function 'decode_string': bdecode.c:97:18: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 97 | printf("%d\n",str_len); | ~^ ~~~~~~~ | | | | int size_t {aka long unsigned int} | %ld bdecode.c:112:5: error: implicit declaration of function 'safe' [-Wimplicit-function-declaration] 112 | safe(retval); | ^~~~ debug.c:10:1: error: return type defaults to 'int' [-Wimplicit-int] 10 | space(int tabs){ | ^~~~~ debug.c:17:1: error: return type defaults to 'int' [-Wimplicit-int] 17 | safe(char* a){ | ^~~~ debug.c: In function 'print_dict': debug.c:48:34: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 48 | printf("str[%d]",strlen(d->str)); | ~^ ~~~~~~~~~~~~~~ | | | | int size_t {aka long unsigned int} | %ld debug.c: In function 'print_list': debug.c:88:34: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 88 | printf("str[%d]",strlen(list->values[lc].str)); | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | int size_t {aka long unsigned int} | %ld functions.c: In function 'print_file': functions.c:47:9: error: 'return' with no value, in function returning non-void [-Wreturn-mismatch] 47 | return; | ^~~~~~ functions.c:39:7: note: declared here 39 | void* print_file(char* root_dir, list_t* path, int mode,char finish){ | ^~~~~~~~~~ lstorrent.c: In function 'main': lstorrent.c:57:17: warning: format not a string literal and no format arguments [-Wformat-security] 57 | printf(err_nomem); | ^~~~~~ In file included from types.c:24: types.c: In function 'add_to_dict': ui.h:12:17: error: implicit declaration of function 'oops_message' [-Wimplicit-function-declaration] 12 | #define oops(a) oops_message(a,__FILE__,__LINE__); | ^~~~~~~~~~~~ types.c:33:9: note: in expansion of macro 'oops' 33 | oops(err_nomem); | ^~~~ make: *** [Makefile:2: all] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/lstorrent' error: Bad exit status from /usr/src/tmp/rpm-tmp.9768 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.9768 (%build) Command exited with non-zero status 1 0.08user 0.09system 0:00.18elapsed 101%CPU (0avgtext+0avgdata 27192maxresident)k 0inputs+0outputs (0major+16684minor)pagefaults 0swaps hsh-rebuild: rebuild of `lstorrent-0.0.1-alt1.src.rpm' failed. Command exited with non-zero status 1 0.58user 1.83system 0:04.59elapsed 52%CPU (0avgtext+0avgdata 12396maxresident)k 0inputs+0outputs (0major+86668minor)pagefaults 0swaps