+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/scanssh.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.4d1GPu + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf scanssh-scanssh-2.1.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/scanssh-2.1.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd scanssh-scanssh-2.1.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #1 (scanssh-2.1.1-autotools.patch):' Patch #1 (scanssh-2.1.1-autotools.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file configure patching file configure.in + sed -i -e '/^CFLAGS =.*$/d' Makefile.am Makefile.in + touch -r aclocal.m4 configure configure.in Makefile.am Makefile.in + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.nVgpl5 + umask 022 + cd /builddir/build/BUILD + cd scanssh-scanssh-2.1.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + '[' 1 = 1 ']' + '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']' ++ find . -name ltmain.sh + ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes /builddir/build/BUILD/scanssh-scanssh-2.1.1/missing: Unknown `--is-lightweight' option Try `/builddir/build/BUILD/scanssh-scanssh-2.1.1/missing --help' for more information configure: WARNING: 'missing' script is too old or missing checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking for riscv64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 checking for style of include used by make... GNU checking dependency style of gcc... none checking for socket in -lsocket... no checking for gethostbyname in -lnsl... no checking for inet_aton... yes checking for inet_pton... yes checking for strsep... yes checking for getaddrinfo... yes checking for getnameinfo... yes checking for strlcpy... no checking for strlcat... no checking for arc4random... no checking for MD5Update... no checking for warnx... yes checking for libpcap... yes checking for dnet-config... /usr/bin/dnet-config checking whether libdnet is a libdumbnet... no checking for working addr_pton in libdnet... yes checking for libevent... yes checking for bufferevent in libevent... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/wait.h that is POSIX.1 compatible... yes 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 fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for fd_mask in sys/select.h... yes checking for pid_t... yes checking for size_t... yes checking for u_int64_t... yes checking for u_int32_t... yes checking for u_int16_t... yes checking for u_int8_t... yes checking whether time.h and sys/time.h may both be included... yes checking for struct sockaddr_storage in sys/socket.h... yes checking for struct addrinfo in netdb.h... yes checking for timeradd in sys/time.h... yes checking for byte order of raw socket I/O... good byte order checking for sin_len in struct sockaddr_in... no checking for sa_family_t... yes checking for socklen_t... yes checking for NI_NUMERICHOST... yes checking for NI_MAXSERV... yes checking return type of signal handlers... void checking for gettimeofday... yes checking for select... yes checking for socket... yes checking for strdup... yes checking for strerror... yes checking for strtol... yes checking for seteuid... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands + make -j4 make all-am make[1]: Entering directory '/builddir/build/BUILD/scanssh-scanssh-2.1.1' gcc -DHAVE_CONFIG_H -I. -I./ -I./compat -I/usr/include -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c scanssh.c gcc -DHAVE_CONFIG_H -I. -I./ -I./compat -I/usr/include -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c atomicio.c gcc -DHAVE_CONFIG_H -I. -I./ -I./compat -I/usr/include -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c exclude.c gcc -DHAVE_CONFIG_H -I. -I./ -I./compat -I/usr/include -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c connecter.c gcc -DHAVE_CONFIG_H -I. -I./ -I./compat -I/usr/include -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c xmalloc.c xmalloc.c: In function 'xstrdup': xmalloc.c:72:2: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration] strlcpy(cp, str, len); ^~~~~~~ strncpy gcc -DHAVE_CONFIG_H -I. -I./ -I./compat -I/usr/include -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c interface.c connecter.c: In function 'ssh_process_line': connecter.c:236:13: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] char *p = EVBUFFER_DATA(input); ^~~~~~~~~~~~~ connecter.c:253:5: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] p = EVBUFFER_DATA(input); ^ scanssh.c: In function 'generate_random': scanssh.c:792:19: warning: pointer targets in passing argument 2 of 'MD5Update' differ in signedness [-Wpointer-sign] MD5Update(&ctx, seed, strlen(seed)); ^~~~ In file included from scanssh.c:56:0: ./compat/md5.h:20:6: note: expected 'const unsigned char *' but argument is of type 'char *' void MD5Update(struct MD5Context *context, unsigned char const *buf, unsigned len); ^~~~~~~~~ scanssh.c: In function 'ports_parse': scanssh.c:1405:2: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration] strlcpy(buf, argument, sizeof(buf)); ^~~~~~~ strncpy scanssh.c: In function 'main': scanssh.c:1180:9: warning: ignoring return value of 'seteuid', declared with attribute warn_unused_result [-Wunused-result] seteuid(getuid()); ^~~~~~~~~~~~~~~~~ scanssh.c:1182:9: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] setuid(getuid()); ^~~~~~~~~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I./ -I./compat -I/usr/include -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c socks.c interface.c: In function 'interface_new': interface.c:104:2: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration] strlcpy(inter->if_ent.intf_name, dev, sizeof(inter->if_ent.intf_name)); ^~~~~~~ strncpy interface.c: In function 'interface_expandips': interface.c:254:8: warning: implicit declaration of function 'strlcat'; did you mean 'strncat'? [-Wimplicit-function-declaration] if (strlcat(filter, " or ", sizeof(filter)) >= sizeof(filter)) ^~~~~~~ strncat socks.c: In function 'socks_bufferanalyse': socks.c:190:36: warning: pointer targets in passing argument 2 of 'evbuffer_find' differ in signedness [-Wpointer-sign] while ((p = evbuffer_find(input, "\n", 1)) != NULL) { ^~~~ In file included from /usr/include/event.h:72:0, from socks.c:47: /usr/include/event2/buffer_compat.h:107:16: note: expected 'const unsigned char *' but argument is of type 'char *' unsigned char *evbuffer_find(struct evbuffer *buffer, const unsigned char *what, size_t len); ^~~~~~~~~~~~~ socks.c:190:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] while ((p = evbuffer_find(input, "\n", 1)) != NULL) { ^ socks.c:196:15: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] if (strlen(EVBUFFER_DATA(input)) == 0) { ^~~~~~~~~~~~~ In file included from socks.c:43:0: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'unsigned char *' extern size_t strlen (const char *__s) ^~~~~~ socks.c:211:27: warning: pointer targets in passing argument 2 of 'evbuffer_find' differ in signedness [-Wpointer-sign] if (evbuffer_find(input, "\r\n", 2) == NULL) ^~~~~~ In file included from /usr/include/event.h:72:0, from socks.c:47: /usr/include/event2/buffer_compat.h:107:16: note: expected 'const unsigned char *' but argument is of type 'char *' unsigned char *evbuffer_find(struct evbuffer *buffer, const unsigned char *what, size_t len); ^~~~~~~~~~~~~ socks.c:214:27: warning: pointer targets in passing argument 2 of 'evbuffer_find' differ in signedness [-Wpointer-sign] if (evbuffer_find(input, socks->word, strlen(socks->word)) != NULL) { ^~~~~ In file included from /usr/include/event.h:72:0, from socks.c:47: /usr/include/event2/buffer_compat.h:107:16: note: expected 'const unsigned char *' but argument is of type 'char *' unsigned char *evbuffer_find(struct evbuffer *buffer, const unsigned char *what, size_t len); ^~~~~~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I./ -I./compat -I/usr/include -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c http.c gcc -DHAVE_CONFIG_H -I. -I./ -I./compat -I/usr/include -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c telnet.c gcc -DHAVE_CONFIG_H -I. -I./ -I./compat -I/usr/include -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c strlcpy.c http.c: In function 'http_getheaders': http.c:94:35: warning: pointer targets in passing argument 2 of 'evbuffer_find' differ in signedness [-Wpointer-sign] while ((p = evbuffer_find(input, "\n", 1)) != NULL) { ^~~~ In file included from /usr/include/event.h:72:0, from http.c:46: /usr/include/event2/buffer_compat.h:107:16: note: expected 'const unsigned char *' but argument is of type 'char *' unsigned char *evbuffer_find(struct evbuffer *buffer, const unsigned char *what, size_t len); ^~~~~~~~~~~~~ http.c:94:12: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] while ((p = evbuffer_find(input, "\n", 1)) != NULL) { ^ http.c:100:14: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] if (strlen(EVBUFFER_DATA(input)) == 0) { ^~~~~~~~~~~~~ In file included from http.c:43:0: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'unsigned char *' extern size_t strlen (const char *__s) ^~~~~~ http.c:111:22: warning: pointer targets in passing argument 1 of 'http_response' differ in signedness [-Wpointer-sign] if (http_response(EVBUFFER_DATA(input)) == -1) { ^~~~~~~~~~~~~ http.c:78:1: note: expected 'char *' but argument is of type 'unsigned char *' http_response(char *line) ^~~~~~~~~~~~~ http.c: In function 'http_bufferanalyse': http.c:140:28: warning: pointer targets in passing argument 2 of 'evbuffer_find' differ in signedness [-Wpointer-sign] if (evbuffer_find(input, "\r\n", 2) == NULL) ^~~~~~ In file included from /usr/include/event.h:72:0, from http.c:46: /usr/include/event2/buffer_compat.h:107:16: note: expected 'const unsigned char *' but argument is of type 'char *' unsigned char *evbuffer_find(struct evbuffer *buffer, const unsigned char *what, size_t len); ^~~~~~~~~~~~~ http.c: In function 'http_makeconnect': http.c:177:6: warning: too many arguments for format [-Wformat-extra-args] "CONNECT %s:80 HTTP/1.0\r\n" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I./ -I./compat -I/usr/include -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c strlcat.c gcc -DHAVE_CONFIG_H -I. -I./ -I./compat -I/usr/include -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c arc4random.c gcc -DHAVE_CONFIG_H -I. -I./ -I./compat -I/usr/include -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c md5.c telnet.c: In function 'telnet_makeconnect': telnet.c:80:18: warning: pointer targets in passing argument 2 of 'evbuffer_find' differ in signedness [-Wpointer-sign] #define CCPROXY "CCProxy Telnet>" ^ telnet.c:95:27: note: in expansion of macro 'CCPROXY' if (evbuffer_find(input, CCPROXY, strlen(CCPROXY)) != NULL) { ^~~~~~~ In file included from /usr/include/event.h:72:0, from telnet.c:47: /usr/include/event2/buffer_compat.h:107:16: note: expected 'const unsigned char *' but argument is of type 'char *' unsigned char *evbuffer_find(struct evbuffer *buffer, const unsigned char *what, size_t len); ^~~~~~~~~~~~~ telnet.c:81:18: warning: pointer targets in passing argument 2 of 'evbuffer_find' differ in signedness [-Wpointer-sign] #define GATEWAY1 "host_name:port" ^ telnet.c:102:34: note: in expansion of macro 'GATEWAY1' } else if (evbuffer_find(input, GATEWAY1, strlen(GATEWAY1)) != NULL) { ^~~~~~~~ In file included from /usr/include/event.h:72:0, from telnet.c:47: /usr/include/event2/buffer_compat.h:107:16: note: expected 'const unsigned char *' but argument is of type 'char *' unsigned char *evbuffer_find(struct evbuffer *buffer, const unsigned char *what, size_t len); ^~~~~~~~~~~~~ telnet.c:82:18: warning: pointer targets in passing argument 2 of 'evbuffer_find' differ in signedness [-Wpointer-sign] #define GATEWAY2 "host[:port]:" ^ telnet.c:109:34: note: in expansion of macro 'GATEWAY2' } else if (evbuffer_find(input, GATEWAY2, strlen(GATEWAY2)) != NULL) { ^~~~~~~~ In file included from /usr/include/event.h:72:0, from telnet.c:47: /usr/include/event2/buffer_compat.h:107:16: note: expected 'const unsigned char *' but argument is of type 'char *' unsigned char *evbuffer_find(struct evbuffer *buffer, const unsigned char *what, size_t len); ^~~~~~~~~~~~~ telnet.c:83:18: warning: pointer targets in passing argument 2 of 'evbuffer_find' differ in signedness [-Wpointer-sign] #define WINGATE "WinGate>" ^ telnet.c:120:34: note: in expansion of macro 'WINGATE' } else if (evbuffer_find(input, WINGATE, strlen(WINGATE)) != NULL) { ^~~~~~~ In file included from /usr/include/event.h:72:0, from telnet.c:47: /usr/include/event2/buffer_compat.h:107:16: note: expected 'const unsigned char *' but argument is of type 'char *' unsigned char *evbuffer_find(struct evbuffer *buffer, const unsigned char *what, size_t len); ^~~~~~~~~~~~~ telnet.c: In function 'telnet_readcb': telnet.c:179:8: warning: pointer targets in passing argument 3 of 'printres' differ in signedness [-Wpointer-sign] EVBUFFER_DATA(input)); ^~~~~~~~~~~~~ In file included from telnet.c:50:0: scanssh.h:134:6: note: expected 'char *' but argument is of type 'unsigned char *' void printres(struct argument *, uint16_t, char *); ^~~~~~~~ telnet.c:187:28: warning: pointer targets in passing argument 2 of 'evbuffer_find' differ in signedness [-Wpointer-sign] if (evbuffer_find(input, state->connect_wait, ^~~~~ In file included from /usr/include/event.h:72:0, from telnet.c:47: /usr/include/event2/buffer_compat.h:107:16: note: expected 'const unsigned char *' but argument is of type 'char *' unsigned char *evbuffer_find(struct evbuffer *buffer, const unsigned char *what, size_t len); ^~~~~~~~~~~~~ arc4random.c: In function 'arc4random': arc4random.c:19:11: warning: implicit declaration of function 'time' [-Wimplicit-function-declaration] srandom(time(NULL)); ^~~~ md5.c: In function 'MD5Update': md5.c:104:4: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy(p, buf, len); ^~~~~~ md5.c:104:4: warning: incompatible implicit declaration of built-in function 'memcpy' md5.c:104:4: note: include '' or provide a declaration of 'memcpy' md5.c:107:3: warning: incompatible implicit declaration of built-in function 'memcpy' memcpy(p, buf, t); ^~~~~~ md5.c:107:3: note: include '' or provide a declaration of 'memcpy' md5.c:116:3: warning: incompatible implicit declaration of built-in function 'memcpy' memcpy(ctx->in, buf, 64); ^~~~~~ md5.c:116:3: note: include '' or provide a declaration of 'memcpy' md5.c:124:2: warning: incompatible implicit declaration of built-in function 'memcpy' memcpy(ctx->in, buf, len); ^~~~~~ md5.c:124:2: note: include '' or provide a declaration of 'memcpy' md5.c: In function 'MD5Final': md5.c:153:3: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration] memset(p, 0, count); ^~~~~~ md5.c:153:3: warning: incompatible implicit declaration of built-in function 'memset' md5.c:153:3: note: include '' or provide a declaration of 'memset' md5.c:160:3: warning: incompatible implicit declaration of built-in function 'memset' memset(p, 0, count-8); ^~~~~~ md5.c:160:3: note: include '' or provide a declaration of 'memset' md5.c:172:2: warning: incompatible implicit declaration of built-in function 'memset' memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */ ^~~~~~ md5.c:172:2: note: include '' or provide a declaration of 'memset' md5.c:172:23: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */ ^ gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o scanssh scanssh.o atomicio.o exclude.o connecter.o xmalloc.o interface.o socks.o http.o telnet.o strlcpy.o strlcat.o arc4random.o md5.o -L/usr/lib -lpcap -L/usr/lib -levent -ldnet -ldnet -L/usr/lib -levent make[1]: Leaving directory '/builddir/build/BUILD/scanssh-scanssh-2.1.1' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.cj0wBD + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/scanssh-2.1.1-12.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/scanssh-2.1.1-12.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/scanssh-2.1.1-12.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/scanssh-2.1.1-12.fc28.riscv64 + cd scanssh-scanssh-2.1.1 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/scanssh-2.1.1-12.fc28.riscv64 'INSTALL=/usr/bin/install -p' make[1]: Entering directory '/builddir/build/BUILD/scanssh-scanssh-2.1.1' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/scanssh-2.1.1-12.fc28.riscv64/usr/bin' /usr/bin/install -p scanssh '/builddir/build/BUILDROOT/scanssh-2.1.1-12.fc28.riscv64/usr/bin' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/scanssh-2.1.1-12.fc28.riscv64/usr/share/man/man1' /usr/bin/install -p -m 644 scanssh.1 '/builddir/build/BUILDROOT/scanssh-2.1.1-12.fc28.riscv64/usr/share/man/man1' make[1]: Leaving directory '/builddir/build/BUILD/scanssh-scanssh-2.1.1' + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: scanssh-2.1.1-12.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.UtPpjd + umask 022 + cd /builddir/build/BUILD + cd scanssh-scanssh-2.1.1 + DOCDIR=/builddir/build/BUILDROOT/scanssh-2.1.1-12.fc28.riscv64/usr/share/doc/scanssh + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/scanssh-2.1.1-12.fc28.riscv64/usr/share/doc/scanssh + cp -pr README.md /builddir/build/BUILDROOT/scanssh-2.1.1-12.fc28.riscv64/usr/share/doc/scanssh + exit 0 Provides: scanssh = 2.1.1-12.fc28 scanssh(riscv-64) = 2.1.1-12.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libdnet.so.1()(64bit) libevent-2.1.so.6()(64bit) libpcap.so.1()(64bit) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/scanssh-2.1.1-12.fc28.riscv64 Wrote: /builddir/build/SRPMS/scanssh-2.1.1-12.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/scanssh-2.1.1-12.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ltsIWg + umask 022 + cd /builddir/build/BUILD + cd scanssh-scanssh-2.1.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/scanssh-2.1.1-12.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync ++ sleep 5 Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff