==> Synchronizing chroot copy [/chroot/x86_64/root] -> [build]...done ==> Making package: sbd 1.36-6 (Fri Feb 19 14:43:02 2021) ==> Retrieving sources... -> Found sbd-1.36.tar.gz ==> Validating source files with sha512sums... sbd-1.36.tar.gz ... Passed Host and machine ids are equal (27f8a8a2107e4714a5587b00f7368723): refusing to link journals ==> Making package: sbd 1.36-6 (Fri 19 Feb 2021 02:43:07 PM EST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found sbd-1.36.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting sbd-1.36.tar.gz with bsdtar ==> Starting build()... rm -f sbd sbd.exe *.o core gcc -Wall -Wshadow -O2 -o sbd pel.c aes.c sha1.c doexec.c sbd.c -s In file included from doexec.c:4: doexec_unix.h: In function ‘doexec’: doexec_unix.h:164:52: warning: pointer targets in passing argument 2 of ‘pel_recv_msg’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 164 | if (pel_recv_msg(socketfd, buf, &cnt) != PEL_SUCCESS) { | ^~~ | | | char * In file included from doexec_unix.h:33, from doexec.c:4: pel.h:27:50: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 27 | int pel_recv_msg( int sockfd, unsigned char *msg, int *length ); | ~~~~~~~~~~~~~~~^~~ In file included from doexec.c:4: doexec_unix.h:199:52: warning: pointer targets in passing argument 2 of ‘pel_send_msg’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 199 | if (pel_send_msg(socketfd, buf, cnt) != PEL_SUCCESS) { | ^~~ | | | char * In file included from doexec_unix.h:33, from doexec.c:4: pel.h:26:50: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 26 | int pel_send_msg( int sockfd, unsigned char *msg, int length ); | ~~~~~~~~~~~~~~~^~~ In file included from sbd.c:234: misc.h: In function ‘get_revision’: misc.h:150:28: warning: pointer targets in passing argument 1 of ‘strstr’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 150 | if (!(idstart = strstr(string, Id_string))) { | ^~~~~~ | | | unsigned char * In file included from sbd.c:84: /usr/include/string.h:334:34: note: expected ‘const char *’ but argument is of type ‘unsigned char *’ 334 | extern char *strstr (const char *__haystack, const char *__needle) | ~~~~~~~~~~~~^~~~~~~~~~ In file included from sbd.c:235: readwrite.h: In function ‘readwrite’: readwrite.h:223:50: warning: pointer targets in passing argument 2 of ‘pel_send_msg’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 223 | if (pel_send_msg(peersd, stackbuf, strlen(stackbuf)) != PEL_SUCCESS) { | ^~~~~~~~ | | | char * In file included from sbd.c:233: pel.h:26:50: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 26 | int pel_send_msg( int sockfd, unsigned char *msg, int length ); | ~~~~~~~~~~~~~~~^~~ In file included from sbd.c:235: readwrite.h:230:46: warning: pointer targets in passing argument 2 of ‘pel_send_msg’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 230 | if (pel_send_msg(peersd, buf, cnt) != PEL_SUCCESS) { | ^~~ | | | char * In file included from sbd.c:233: pel.h:26:50: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 26 | int pel_send_msg( int sockfd, unsigned char *msg, int length ); | ~~~~~~~~~~~~~~~^~~ In file included from sbd.c:235: readwrite.h:250:46: warning: pointer targets in passing argument 2 of ‘pel_recv_msg’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 250 | if (pel_recv_msg(peersd, buf, &cnt) != PEL_SUCCESS) { | ^~~ | | | char * In file included from sbd.c:233: pel.h:27:50: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 27 | int pel_recv_msg( int sockfd, unsigned char *msg, int *length ); | ~~~~~~~~~~~~~~~^~~ In file included from sbd.c:250: socket_code.h: In function ‘sbd_listen’: socket_code.h:206:58: warning: pointer targets in passing argument 3 of ‘accept’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 206 | if ((clisd = accept(sd, (struct sockaddr*) &cliAddr, &clilen)) < 0) { | ^~~~~~~ | | | int * In file included from sbd.c:74: /usr/include/sys/socket.h:233:28: note: expected ‘socklen_t * restrict’ {aka ‘unsigned int * restrict’} but argument is of type ‘int *’ 233 | socklen_t *__restrict __addr_len); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ In file included from sbd.c:250: socket_code.h:250:61: warning: pointer targets in passing argument 3 of ‘getsockname’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 250 | if (getsockname(clisd, (struct sockaddr*) &gsnAddr, &gsnlen)) { | ^~~~~~~ | | | int * In file included from sbd.c:74: /usr/include/sys/socket.h:117:26: note: expected ‘socklen_t * restrict’ {aka ‘unsigned int * restrict’} but argument is of type ‘int *’ 117 | socklen_t *__restrict __len) __THROW; | ~~~~~~~~~~~~~~~~~~~~~~^~~~~ ==> Entering fakeroot environment... ==> Starting package()... ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "sbd"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: sbd 1.36-6 (Fri 19 Feb 2021 02:43:15 PM EST) ==> Cleaning up...