D: [iurt_root_command] chroot warning: %make is deprecated, use %make_build instead Installing /home/pterjan/rpmbuild/SRPMS/novacom-client-1.1.0-0.ff7641193a.7.mga9.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.vFPnUB + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf novacom-git-ff7641193a + /usr/bin/gzip -dc /home/pterjan/rpmbuild/SOURCES/novacom-git-ff7641193a.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd novacom-git-ff7641193a + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (novacom-makefile-fixes.patch):' Patch #0 (novacom-makefile-fixes.patch): + /usr/bin/patch --no-backup-if-mismatch -f -p1 --fuzz=0 patching file makefile + echo 'Patch #1 (novacom-remove-base64.patch):' Patch #1 (novacom-remove-base64.patch): + /usr/bin/patch --no-backup-if-mismatch -f -p1 --fuzz=0 patching file makefile Hunk #1 succeeded at 57 (offset 1 line). patching file src/main.c + rm -f src/base64.c src/base64.h + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.FYVG2g + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd novacom-git-ff7641193a + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j12 'LDFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' compiling -Wall -W -Wno-multichar -Wno-unused-parameter -Wno-unused-function -g -DBUILDVERSION="..local..pterjan@mageia..20220310..18:33:49" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables src/socket.c compiling -Wall -W -Wno-multichar -Wno-unused-parameter -Wno-unused-function -g -DBUILDVERSION="..local..pterjan@mageia..20220310..18:33:49" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables src/packet.c compiling -Wall -W -Wno-multichar -Wno-unused-parameter -Wno-unused-function -g -DBUILDVERSION="..local..pterjan@mageia..20220310..18:33:49" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables src/sha1.c compiling -Wall -W -Wno-multichar -Wno-unused-parameter -Wno-unused-function -g -DBUILDVERSION="..local..pterjan@mageia..20220310..18:33:49" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables src/tcprelay.c compiling -Wall -W -Wno-multichar -Wno-unused-parameter -Wno-unused-function -g -DBUILDVERSION="..local..pterjan@mageia..20220310..18:33:49" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables src/main.c src/main.c: In function 'prepare_cmd': src/main.c:503:69: warning: field precision specifier '.*' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] 503 | len = snprintf(command, sizeof(command), "%.*s%s", | ~~^~ | | | int 504 | sizeof(ctx.Message_Digest_Str), ctx.Message_Digest_Str, devsnid); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int src/main.c:516:63: warning: field precision specifier '.*' expects argument of type 'int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 516 | snprintf(command, sizeof(command), "%.*s dev://%s %s", cmdsize, cmd, devnduid, hash); | ~~^~ ~~~~~~~ | | | | int size_t {aka long unsigned int} src/main.c:484:29: warning: variable 'rc' set but not used [-Wunused-but-set-variable] 484 | int rc; | ^~ src/main.c: In function 'signal_to_pipe': src/main.c:216:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 216 | write(signalpipe[PIPE_WRITE], &signals, sizeof(sigset_t)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/main.c: In function 'data_xfer': src/main.c:614:41: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 614 | write(STDOUT_FILENO, rbuf, rsize); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/main.c:618:33: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 618 | write(STDERR_FILENO, rbuf, rsize); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/main.c:676:49: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 676 | write(signalpipe[PIPE_WRITE], &signals, sizeof(sigset_t)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/main.c: In function 'getpsw': src/main.c:458:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result] 458 | scanf("%64s", pwd); | ^~~~~~~~~~~~~~~~~~ src/main.c: In function 'data_xfer': src/main.c:637:31: warning: 'wsize' may be used uninitialized [-Wmaybe-uninitialized] 637 | err = send(fd, xwbuf + written, wsize - written, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/main.c:553:25: note: 'wsize' was declared here 553 | size_t written, wsize; | ^~~~~ linking build-novacom/novacom + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.V1rj8G + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/novacom-client-1.1.0-0.ff7641193a.7.mga9.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/novacom-client-1.1.0-0.ff7641193a.7.mga9.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/novacom-client-1.1.0-0.ff7641193a.7.mga9.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/novacom-client-1.1.0-0.ff7641193a.7.mga9.x86_64 + cd novacom-git-ff7641193a + '[' 1 -eq 1 ']' + mkdir -p /home/pterjan/rpmbuild/BUILDROOT/novacom-client-1.1.0-0.ff7641193a.7.mga9.x86_64/usr/bin + install -m 755 build-novacom/novacom /home/pterjan/rpmbuild/BUILDROOT/novacom-client-1.1.0-0.ff7641193a.7.mga9.x86_64/usr/bin + install -m 755 /home/pterjan/rpmbuild/SOURCES/novaterm /home/pterjan/rpmbuild/BUILDROOT/novacom-client-1.1.0-0.ff7641193a.7.mga9.x86_64/usr/bin + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 1.1.0-0.ff7641193a.7.mga9 --unique-debug-suffix -1.1.0-0.ff7641193a.7.mga9.x86_64 --unique-debug-src-base novacom-client-1.1.0-0.ff7641193a.7.mga9.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/novacom-git-ff7641193a extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/novacom-client-1.1.0-0.ff7641193a.7.mga9.x86_64/usr/bin/novacom dwz: ./usr/bin/novacom-1.1.0-0.ff7641193a.7.mga9.x86_64.debug: Unknown debugging section .debug_line_str original debug info size: 100kB, size after compression: 104kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. 114 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 0 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/bin/novaterm from /bin/sh to #!/usr/bin/sh Processing files: novacom-client-1.1.0-0.ff7641193a.7.mga9.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.v102gg + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd novacom-git-ff7641193a + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/novacom-client-1.1.0-0.ff7641193a.7.mga9.x86_64/usr/share/doc/novacom-client + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/novacom-client-1.1.0-0.ff7641193a.7.mga9.x86_64/usr/share/doc/novacom-client + cp -pr README.md /home/pterjan/rpmbuild/BUILDROOT/novacom-client-1.1.0-0.ff7641193a.7.mga9.x86_64/usr/share/doc/novacom-client + RPM_EC=0 ++ jobs -p + exit 0 Provides: novacom-client = 1.1.0-0.ff7641193a.7.mga9 novacom-client(x86-64) = 1.1.0-0.ff7641193a.7.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.15)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) Processing files: novacom-1.1.0-0.ff7641193a.7.mga9.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.SiDVv4 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd novacom-git-ff7641193a + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/novacom-client-1.1.0-0.ff7641193a.7.mga9.x86_64/usr/share/doc/novacom + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/novacom-client-1.1.0-0.ff7641193a.7.mga9.x86_64/usr/share/doc/novacom + cp -pr README.md /home/pterjan/rpmbuild/BUILDROOT/novacom-client-1.1.0-0.ff7641193a.7.mga9.x86_64/usr/share/doc/novacom + RPM_EC=0 ++ jobs -p + exit 0 Provides: novacom = 1.1.0-0.ff7641193a.7.mga9 novacom(x86-64) = 1.1.0-0.ff7641193a.7.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: novacom-client-debugsource-1.1.0-0.ff7641193a.7.mga9.x86_64 Provides: novacom-client-debugsource = 1.1.0-0.ff7641193a.7.mga9 novacom-client-debugsource(x86-64) = 1.1.0-0.ff7641193a.7.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: novacom-client-debuginfo-1.1.0-0.ff7641193a.7.mga9.x86_64 Provides: debuginfo(build-id) = 510f0253f95bac5aa692b4257b03a36f6e3334c8 novacom-client-debuginfo = 1.1.0-0.ff7641193a.7.mga9 novacom-client-debuginfo(x86-64) = 1.1.0-0.ff7641193a.7.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: novacom-client-debugsource(x86-64) = 1.1.0-0.ff7641193a.7.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/novacom-client-1.1.0-0.ff7641193a.7.mga9.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/novacom-1.1.0-0.ff7641193a.7.mga9.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/novacom-client-1.1.0-0.ff7641193a.7.mga9.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/novacom-client-debugsource-1.1.0-0.ff7641193a.7.mga9.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/novacom-client-debuginfo-1.1.0-0.ff7641193a.7.mga9.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.f9MINq + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd novacom-git-ff7641193a + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/novacom-client-1.1.0-0.ff7641193a.7.mga9.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.5dQ2xM + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf novacom-git-ff7641193a + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!