<86>Oct 29 15:19:30 userdel[30612]: delete user 'rooter' <86>Oct 29 15:19:30 userdel[30612]: removed group 'rooter' owned by 'rooter' <86>Oct 29 15:19:30 userdel[30612]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 29 15:19:30 groupadd[30629]: group added to /etc/group: name=rooter, GID=1820 <86>Oct 29 15:19:30 groupadd[30629]: group added to /etc/gshadow: name=rooter <86>Oct 29 15:19:30 groupadd[30629]: new group: name=rooter, GID=1820 <86>Oct 29 15:19:30 useradd[30648]: new user: name=rooter, UID=1820, GID=1820, home=/root, shell=/bin/bash, from=none <86>Oct 29 15:19:30 userdel[30676]: delete user 'builder' <86>Oct 29 15:19:30 userdel[30676]: removed group 'builder' owned by 'builder' <86>Oct 29 15:19:30 userdel[30676]: removed shadow group 'builder' owned by 'builder' <86>Oct 29 15:19:30 groupadd[30698]: group added to /etc/group: name=builder, GID=1821 <86>Oct 29 15:19:30 groupadd[30698]: group added to /etc/gshadow: name=builder <86>Oct 29 15:19:30 groupadd[30698]: new group: name=builder, GID=1821 <86>Oct 29 15:19:30 useradd[30714]: new user: name=builder, UID=1821, GID=1821, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/inputpipe-0.0.0-alt1.svn11919.qa1.src.rpm: The use of such a license name is ambiguous: GPL Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/inputpipe-0.0.0-alt1.svn11919.qa1.nosrc.rpm (w1.gzdio) Installing inputpipe-0.0.0-alt1.svn11919.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.53292 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf inputpipe-0.0.0 + echo 'Source #0 (inputpipe-0.0.0.tar):' Source #0 (inputpipe-0.0.0.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/inputpipe-0.0.0.tar + cd inputpipe-0.0.0 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.53292 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd inputpipe-0.0.0 + make -j16 make: Entering directory '/usr/src/RPM/BUILD/inputpipe-0.0.0' cc -I uinput -I src -g -c -o src/packet.o src/packet.c src/packet.c: In function 'packet_socket_delete': src/packet.c:94:5: error: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] 94 | close(self->read_fd); | ^~~~~ | pclose src/packet.c: In function 'packet_socket_flush': src/packet.c:129:3: error: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration] 129 | write(self->write_fd, self->write_buffer.data, size); | ^~~~~ | fwrite src/packet.c:132:3: error: implicit declaration of function 'fsync' [-Wimplicit-function-declaration] 132 | fsync(self->write_fd); | ^~~~~ make: *** [: src/packet.o] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/inputpipe-0.0.0' make: *** Waiting for unfinished jobs.... make: Entering directory '/usr/src/RPM/BUILD/inputpipe-0.0.0' cc -I uinput -I src -g -c -o src/server.o src/server.c src/server.c: In function 'client_delete': src/server.c:190:5: error: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] 190 | close(self->uinput_fd); | ^~~~~ | pclose src/server.c: In function 'client_poll': src/server.c:210:9: error: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] 210 | if (read(self->uinput_fd, &ev, sizeof(ev)) == sizeof(ev)) | ^~~~ | fread src/server.c: In function 'client_received_packet': src/server.c:269:7: error: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration] 269 | write(self->uinput_fd, &ev, sizeof(ev)); | ^~~~~ | fwrite src/server.c: In function 'main': src/server.c:753:25: error: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] 753 | config_tcp_port = atoi(optarg); | ^~~~ make: *** [: src/server.o] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/inputpipe-0.0.0' make: Entering directory '/usr/src/RPM/BUILD/inputpipe-0.0.0' cc -I uinput -I src -g -c -o src/client.o src/client.c src/client.c: In function 'server_new': src/client.c:166:18: error: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] 166 | self->port = atoi(p+1); | ^~~~ src/client.c:181:5: error: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] 181 | close(fd); | ^~~~~ | pclose src/client.c: In function 'evdev_send_event': src/client.c:361:12: error: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] 361 | retval = read(self->fd, &ev, sizeof(ev)); | ^~~~ | fread src/client.c: In function 'connection_received_packet': src/client.c:525:9: error: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration] 525 | write(self->evdev.fd, &ev, sizeof(ev)); | ^~~~~ | fwrite src/client.c: In function 'event_loop': src/client.c:692:7: error: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 692 | exit(1); | ^~~~ src/client.c:46:1: note: include '' or provide a declaration of 'exit' 45 | #include "packet.h" +++ |+#include 46 | src/client.c:692:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 692 | exit(1); | ^~~~ src/client.c:692:7: note: include '' or provide a declaration of 'exit' src/client.c: In function 'hotplug_poll': src/client.c:724:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 724 | exit(1); | ^~~~ src/client.c:724:5: note: include '' or provide a declaration of 'exit' src/client.c: In function 'led_name_to_number': src/client.c:845:3: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 845 | exit(1); | ^~~~ src/client.c:845:3: note: include '' or provide a declaration of 'exit' make: *** [: src/client.o] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/inputpipe-0.0.0' error: Bad exit status from /usr/src/tmp/rpm-tmp.53292 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.53292 (%build) Command exited with non-zero status 1 0.05user 0.10system 0:00.09elapsed 168%CPU (0avgtext+0avgdata 19448maxresident)k 0inputs+0outputs (0major+12439minor)pagefaults 0swaps hsh-rebuild: rebuild of `inputpipe-0.0.0-alt1.svn11919.qa1.src.rpm' failed. Command exited with non-zero status 1 0.53user 1.90system 0:04.58elapsed 53%CPU (0avgtext+0avgdata 12328maxresident)k 0inputs+0outputs (0major+85681minor)pagefaults 0swaps