D: [iurt_root_command] chroot warning: line 36: It's not recommended to have unversioned Obsoletes: Obsoletes: lib64nbs1-devel warning: %make is deprecated, use %make_build instead Installing /home/iurt/rpmbuild/SRPMS/nbs-1.0-0.20040615.7.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.mpejbT + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf nbs-1.0-20040615 + /usr/bin/bzip2 -dc /home/iurt/rpmbuild/SOURCES/nbs-1.0-20040615.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd nbs-1.0-20040615 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (nbs-1.0-20040615-mdk.diff):' Patch #0 (nbs-1.0-20040615-mdk.diff): + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .mdk --fuzz=0 patching file Makefile + echo 'Patch #1 (nbs-1.0-20040615-socket_path.diff):' Patch #1 (nbs-1.0-20040615-socket_path.diff): + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .socket --fuzz=0 patching file nbs.h + cp /home/iurt/rpmbuild/SOURCES/nbsd.init nbsd.init + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.OXCK5T + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd nbs-1.0-20040615 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -fPIC -D_REENTRANT -D_NBS_PRIVATE -c -o nbscat.o nbscat.c nbscat.c: In function 'main': nbscat.c:54:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 54 | write(STDOUT_FILENO, h->data, h->length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -fPIC -D_REENTRANT -D_NBS_PRIVATE -c -o nbsd.o nbsd.c nbsd.c: In function 'audio_acquire': nbsd.c:218:16: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign] 218 | strncpy(ih.i.streamname, ns->name, sizeof(ih.i.streamname) - 1); | ~~~~^~~~~~~~~~~ | | | unsigned char * In file included from /usr/include/features.h:450, from /usr/include/fcntl.h:25, from nbsd.c:11: /usr/include/bits/string_fortified.h:103:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' 103 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src, | ^~~~~ nbsd.c:219:16: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign] 219 | strncpy(ih.i.appname, ns->app, sizeof(ih.i.appname) - 1); | ~~~~^~~~~~~~ | | | unsigned char * In file included from /usr/include/features.h:450, from /usr/include/fcntl.h:25, from nbsd.c:11: /usr/include/bits/string_fortified.h:103:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' 103 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src, | ^~~~~ nbsd.c: In function 'merge_stream': nbsd.c:292:29: warning: taking address of packed member of 'struct ' may result in an unaligned pointer value [-Waddress-of-packed-member] 292 | res = audio_dequeue(ns, h.s, samples); | ~^~ nbsd.c:301:28: warning: taking address of packed member of 'struct ' may result in an unaligned pointer value [-Waddress-of-packed-member] 301 | res = audio_dequeue(ns, h.s, samples); | ~^~ nbsd.c: In function 'new_connect': nbsd.c:363:45: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] 363 | s = accept(usock, (struct sockaddr *)&sun, &addrlen); | ^~~~~~~~ | | | int * In file included from nbsd.c:17: /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); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ nbsd.c: In function 'handle_network': nbsd.c:420:71: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness [-Wpointer-sign] 420 | res = recvfrom(sock, data, sizeof(data), 0, (struct sockaddr *)&sin, &addrlen); | ^~~~~~~~ | | | int * In file included from /usr/include/sys/socket.h:269, from nbsd.c:17: /usr/include/bits/socket2.h:65:49: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' 65 | __SOCKADDR_ARG __addr, socklen_t *__restrict __addr_len) | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ nbsd.c:450:25: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness [-Wpointer-sign] 450 | strncpy(ns->name, si->streamname, sizeof(ns->name) - 1); | ~~^~~~~~~~~~~~ | | | unsigned char * In file included from /usr/include/features.h:450, from /usr/include/fcntl.h:25, from nbsd.c:11: /usr/include/bits/string_fortified.h:103:1: note: expected 'const char * restrict' but argument is of type 'unsigned char *' 103 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src, | ^~~~~ nbsd.c:451:24: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness [-Wpointer-sign] 451 | strncpy(ns->app, si->appname, sizeof(ns->app) - 1); | ~~^~~~~~~~~ | | | unsigned char * In file included from /usr/include/features.h:450, from /usr/include/fcntl.h:25, from nbsd.c:11: /usr/include/bits/string_fortified.h:103:1: note: expected 'const char * restrict' but argument is of type 'unsigned char *' 103 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src, | ^~~~~ nbsd.c: In function 'check_command': nbsd.c:692:28: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness [-Wpointer-sign] 692 | strncpy(ns->name, nm->u.s.streamname, sizeof(ns->name) - 1); | ~~~~~~~^~~~~~~~~~~ | | | unsigned char * In file included from /usr/include/features.h:450, from /usr/include/fcntl.h:25, from nbsd.c:11: /usr/include/bits/string_fortified.h:103:1: note: expected 'const char * restrict' but argument is of type 'unsigned char *' 103 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src, | ^~~~~ nbsd.c:693:27: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness [-Wpointer-sign] 693 | strncpy(ns->app, nm->u.s.appname, sizeof(ns->app) - 1); | ~~~~~~~^~~~~~~~ | | | unsigned char * In file included from /usr/include/features.h:450, from /usr/include/fcntl.h:25, from nbsd.c:11: /usr/include/bits/string_fortified.h:103:1: note: expected 'const char * restrict' but argument is of type 'unsigned char *' 103 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src, | ^~~~~ nbsd.c: In function 'main': nbsd.c:946:3: warning: ignoring return value of 'daemon', declared with attribute warn_unused_result [-Wunused-result] 946 | daemon(0, 0); | ^~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -fPIC -D_REENTRANT -D_NBS_PRIVATE -c -o nbsclient.o nbsclient.c nbsclient.c: In function 'nbs_setup': nbsclient.c:97:19: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign] 97 | strncpy(setup.u.s.streamname, n->name, sizeof(setup.u.s.streamname) - 1); | ~~~~~~~~~^~~~~~~~~~~ | | | unsigned char * In file included from /usr/include/features.h:450, from /usr/include/fcntl.h:25, from nbsclient.c:10: /usr/include/bits/string_fortified.h:103:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' 103 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src, | ^~~~~ nbsclient.c:98:19: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign] 98 | strncpy(setup.u.s.appname, n->app, sizeof(setup.u.s.appname) - 1); | ~~~~~~~~~^~~~~~~~ | | | unsigned char * In file included from /usr/include/features.h:450, from /usr/include/fcntl.h:25, from nbsclient.c:10: /usr/include/bits/string_fortified.h:103:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' 103 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src, | ^~~~~ nbsclient.c: In function 'nbs_newstream': nbsclient.c:184:4: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] 184 | system("/usr/sbin/nbsd"); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:494, from nbsclient.c:13: In function 'strncpy', inlined from 'nbs_setup' at nbsclient.c:97:2: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 79 bytes from a string of length 79 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'nbs_setup' at nbsclient.c:98:2: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 15 bytes from a string of length 15 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -fPIC -D_REENTRANT -D_NBS_PRIVATE -o nbsclient.lo -c nbsclient.c nbsclient.c: In function 'nbs_setup': nbsclient.c:97:19: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign] 97 | strncpy(setup.u.s.streamname, n->name, sizeof(setup.u.s.streamname) - 1); | ~~~~~~~~~^~~~~~~~~~~ | | | unsigned char * In file included from /usr/include/features.h:450, from /usr/include/fcntl.h:25, from nbsclient.c:10: /usr/include/bits/string_fortified.h:103:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' 103 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src, | ^~~~~ nbsclient.c:98:19: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign] 98 | strncpy(setup.u.s.appname, n->app, sizeof(setup.u.s.appname) - 1); | ~~~~~~~~~^~~~~~~~ | | | unsigned char * In file included from /usr/include/features.h:450, from /usr/include/fcntl.h:25, from nbsclient.c:10: /usr/include/bits/string_fortified.h:103:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' 103 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src, | ^~~~~ nbsclient.c: In function 'nbs_newstream': nbsclient.c:184:4: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] 184 | system("/usr/sbin/nbsd"); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:494, from nbsclient.c:13: In function 'strncpy', inlined from 'nbs_setup' at nbsclient.c:97:2: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 79 bytes from a string of length 79 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'nbs_setup' at nbsclient.c:98:2: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 15 bytes from a string of length 15 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar rcs libnbs.a nbsclient.o ranlib libnbs.a gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -fPIC -D_REENTRANT -D_NBS_PRIVATE -shared -Wl,-soname,libnbs.so.1 -o libnbs.so.1.0 nbsclient.lo ln -snf libnbs.so.1.0 libnbs.so.1 ln -snf libnbs.so.1.0 libnbs.so gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -fPIC -D_REENTRANT -D_NBS_PRIVATE -o nbsd nbsd.o -L. -lnbs gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -fPIC -D_REENTRANT -D_NBS_PRIVATE -o nbscat nbscat.o -L. -lnbs + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.6rFQJT + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.7.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.7.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.7.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.7.mga8.aarch64 + cd nbs-1.0-20040615 + '[' 1 -eq 1 ']' + export DONT_GPRINTIFY=1 + DONT_GPRINTIFY=1 + install -d /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.7.mga8.aarch64/usr/include + install -d /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.7.mga8.aarch64/etc/rc.d/init.d + install -d /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.7.mga8.aarch64/var/lib/nbsd + install -d /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.7.mga8.aarch64/usr/lib64 + install -d /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.7.mga8.aarch64/usr/bin + install -d /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.7.mga8.aarch64/usr/sbin + install -m0755 libnbs.so.1.0 /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.7.mga8.aarch64/usr/lib64/ + ln -snf libnbs.so.1.0 /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.7.mga8.aarch64/usr/lib64/libnbs.so.1 + ln -snf libnbs.so.1.0 /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.7.mga8.aarch64/usr/lib64/libnbs.so + install -m0644 nbs.h /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.7.mga8.aarch64/usr/include/ + install -m0755 nbscat /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.7.mga8.aarch64/usr/bin/ + install -m0755 nbscat8k /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.7.mga8.aarch64/usr/bin/ + install -m0755 nbsd /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.7.mga8.aarch64/usr/sbin/ + install -m0755 nbsd.init /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.7.mga8.aarch64/etc/rc.d/init.d/nbsd + /usr/lib/rpm/find-debuginfo.sh -j16 --strict-build-id -m -i --build-id-seed 1.0-0.20040615.7.mga8 --unique-debug-suffix -1.0-0.20040615.7.mga8.aarch64 --unique-debug-src-base nbs-1.0-0.20040615.7.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/nbs-1.0-20040615 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.7.mga8.aarch64/usr/bin/nbscat explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.7.mga8.aarch64/usr/lib64/libnbs.so.1.0 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.7.mga8.aarch64/usr/sbin/nbsd extracting debug info from /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.7.mga8.aarch64/usr/sbin/nbsd extracting debug info from /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.7.mga8.aarch64/usr/lib64/libnbs.so.1.0 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.7.mga8.aarch64/usr/bin/nbscat original debug info size: 116kB, size after compression: 116kB /usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. 71 blocks + '[' -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 1 ']' + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/translate_menu + '[' -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/python 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/bin/nbscat8k from /bin/sh to #!/usr/bin/sh mangling shebang in /etc/rc.d/init.d/nbsd from /bin/sh to #!/usr/bin/sh Processing files: lib64nbs1-1.0-0.20040615.7.mga8.aarch64 Provides: lib64nbs1 = 1.0-0.20040615.7.mga8 lib64nbs1(aarch-64) = 1.0-0.20040615.7.mga8 libnbs.so.1()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) Processing files: lib64nbs-devel-1.0-0.20040615.7.mga8.aarch64 Provides: devel(libnbs(64bit)) lib64nbs-devel = 1.0-0.20040615.7.mga8 lib64nbs-devel(aarch-64) = 1.0-0.20040615.7.mga8 libnbs-devel = 1.0-0.20040615.7.mga8 nbs-devel = 1.0-0.20040615.7.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: lib64nbs1-devel Processing files: nbs-server-1.0-0.20040615.7.mga8.aarch64 Provides: nbs-server = 1.0-0.20040615.7.mga8 nbs-server(aarch-64) = 1.0-0.20040615.7.mga8 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh rpm-helper Requires(preun): /bin/sh rpm-helper Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libnbs.so.1()(64bit) Processing files: nbs-client-1.0-0.20040615.7.mga8.aarch64 Provides: nbs-client = 1.0-0.20040615.7.mga8 nbs-client(aarch-64) = 1.0-0.20040615.7.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libnbs.so.1()(64bit) Processing files: nbs-debugsource-1.0-0.20040615.7.mga8.aarch64 Provides: nbs-debugsource = 1.0-0.20040615.7.mga8 nbs-debugsource(aarch-64) = 1.0-0.20040615.7.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: nbs-debuginfo-1.0-0.20040615.7.mga8.aarch64 Provides: nbs-debuginfo = 1.0-0.20040615.7.mga8 nbs-debuginfo(aarch-64) = 1.0-0.20040615.7.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: nbs-debugsource(aarch-64) = 1.0-0.20040615.7.mga8 Processing files: lib64nbs1-debuginfo-1.0-0.20040615.7.mga8.aarch64 Provides: debuginfo(build-id) = e9da06bd534f4fe6dc15e97bd6d1fa6de3fe5663 lib64nbs1-debuginfo = 1.0-0.20040615.7.mga8 lib64nbs1-debuginfo(aarch-64) = 1.0-0.20040615.7.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: nbs-debugsource(aarch-64) = 1.0-0.20040615.7.mga8 Processing files: nbs-server-debuginfo-1.0-0.20040615.7.mga8.aarch64 Provides: debuginfo(build-id) = 771e9e2cb01b5633a617549e203db533f4a5e793 nbs-server-debuginfo = 1.0-0.20040615.7.mga8 nbs-server-debuginfo(aarch-64) = 1.0-0.20040615.7.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: nbs-debugsource(aarch-64) = 1.0-0.20040615.7.mga8 Processing files: nbs-client-debuginfo-1.0-0.20040615.7.mga8.aarch64 Provides: debuginfo(build-id) = 8d3a803043d45adc97bc3e2b317180f23fabf5b7 nbs-client-debuginfo = 1.0-0.20040615.7.mga8 nbs-client-debuginfo(aarch-64) = 1.0-0.20040615.7.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: nbs-debugsource(aarch-64) = 1.0-0.20040615.7.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.7.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64nbs1-1.0-0.20040615.7.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64nbs-devel-1.0-0.20040615.7.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/nbs-client-1.0-0.20040615.7.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/nbs-debuginfo-1.0-0.20040615.7.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/nbs-client-debuginfo-1.0-0.20040615.7.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/nbs-server-1.0-0.20040615.7.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64nbs1-debuginfo-1.0-0.20040615.7.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/nbs-server-debuginfo-1.0-0.20040615.7.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/nbs-debugsource-1.0-0.20040615.7.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.wccXyQ + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd nbs-1.0-20040615 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.7.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.cIWc2S + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf nbs-1.0-20040615 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!