D: [iurt_root_command] chroot
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
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.8.mga9.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.EF14tc
+ 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 -f -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 -f -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.jXzZiR
+ 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:25: 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:37: 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:473,
                 from /usr/include/fcntl.h:25,
                 from nbsd.c:11:
/usr/include/bits/string_fortified.h:92:1: note: expected 'char * restrict' but argument is of type 'unsigned char *'
   92 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
      | ^~~~~
nbsd.c:219:37: 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:473,
                 from /usr/include/fcntl.h:25,
                 from nbsd.c:11:
/usr/include/bits/string_fortified.h:92:1: note: expected 'char * restrict' but argument is of type 'unsigned char *'
   92 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
      | ^~~~~
nbsd.c: In function 'merge_stream':
nbsd.c:292:50: warning: taking address of packed member of 'struct <anonymous>' may result in an unaligned pointer value [-Waddress-of-packed-member]
  292 |                         res = audio_dequeue(ns, h.s, samples);
      |                                                 ~^~
nbsd.c:301:42: warning: taking address of packed member of 'struct <anonymous>' 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:52: 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:42: 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:78: 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:67:56: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *'
   67 |           __SOCKADDR_ARG __addr, socklen_t *__restrict __addr_len)
      |                                  ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
nbsd.c:450:53: 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:473,
                 from /usr/include/fcntl.h:25,
                 from nbsd.c:11:
/usr/include/bits/string_fortified.h:92:1: note: expected 'const char * restrict' but argument is of type 'unsigned char *'
   92 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
      | ^~~~~
nbsd.c:451:52: 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:473,
                 from /usr/include/fcntl.h:25,
                 from nbsd.c:11:
/usr/include/bits/string_fortified.h:92:1: note: expected 'const char * restrict' but argument is of type 'unsigned char *'
   92 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
      | ^~~~~
nbsd.c: In function 'check_command':
nbsd.c:692:42: 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:473,
                 from /usr/include/fcntl.h:25,
                 from nbsd.c:11:
/usr/include/bits/string_fortified.h:92:1: note: expected 'const char * restrict' but argument is of type 'unsigned char *'
   92 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
      | ^~~~~
nbsd.c:693:41: 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:473,
                 from /usr/include/fcntl.h:25,
                 from nbsd.c:11:
/usr/include/bits/string_fortified.h:92:1: note: expected 'const char * restrict' but argument is of type 'unsigned char *'
   92 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
      | ^~~~~
nbsd.c: In function 'main':
nbsd.c:946:17: 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:26: 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:473,
                 from /usr/include/fcntl.h:25,
                 from nbsclient.c:10:
/usr/include/bits/string_fortified.h:92:1: note: expected 'char * restrict' but argument is of type 'unsigned char *'
   92 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
      | ^~~~~
nbsclient.c:98:26: 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:473,
                 from /usr/include/fcntl.h:25,
                 from nbsclient.c:10:
/usr/include/bits/string_fortified.h:92:1: note: expected 'char * restrict' but argument is of type 'unsigned char *'
   92 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
      | ^~~~~
nbsclient.c: In function 'nbs_newstream':
nbsclient.c:184:25: 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:519,
                 from nbsclient.c:13:
In function 'strncpy',
    inlined from 'nbs_setup' at nbsclient.c:97:2:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output may be truncated copying 79 bytes from a string of length 79 [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
    inlined from 'nbs_setup' at nbsclient.c:98:2:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output may be truncated copying 15 bytes from a string of length 15 [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__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:26: 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:473,
                 from /usr/include/fcntl.h:25,
                 from nbsclient.c:10:
/usr/include/bits/string_fortified.h:92:1: note: expected 'char * restrict' but argument is of type 'unsigned char *'
   92 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
      | ^~~~~
nbsclient.c:98:26: 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:473,
                 from /usr/include/fcntl.h:25,
                 from nbsclient.c:10:
/usr/include/bits/string_fortified.h:92:1: note: expected 'char * restrict' but argument is of type 'unsigned char *'
   92 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
      | ^~~~~
nbsclient.c: In function 'nbs_newstream':
nbsclient.c:184:25: 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:519,
                 from nbsclient.c:13:
In function 'strncpy',
    inlined from 'nbs_setup' at nbsclient.c:97:2:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output may be truncated copying 79 bytes from a string of length 79 [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
    inlined from 'nbs_setup' at nbsclient.c:98:2:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output may be truncated copying 15 bytes from a string of length 15 [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__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.uUqPMO
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.8.mga9.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.8.mga9.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.8.mga9.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.8.mga9.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.8.mga9.aarch64/usr/include
+ install -d /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.8.mga9.aarch64/etc/rc.d/init.d
+ install -d /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.8.mga9.aarch64/var/lib/nbsd
+ install -d /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.8.mga9.aarch64/usr/lib64
+ install -d /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.8.mga9.aarch64/usr/bin
+ install -d /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.8.mga9.aarch64/usr/sbin
+ install -m0755 libnbs.so.1.0 /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.8.mga9.aarch64/usr/lib64/
+ ln -snf libnbs.so.1.0 /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.8.mga9.aarch64/usr/lib64/libnbs.so.1
+ ln -snf libnbs.so.1.0 /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.8.mga9.aarch64/usr/lib64/libnbs.so
+ install -m0644 nbs.h /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.8.mga9.aarch64/usr/include/
+ install -m0755 nbscat /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.8.mga9.aarch64/usr/bin/
+ install -m0755 nbscat8k /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.8.mga9.aarch64/usr/bin/
+ install -m0755 nbsd /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.8.mga9.aarch64/usr/sbin/
+ install -m0755 nbsd.init /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.8.mga9.aarch64/etc/rc.d/init.d/nbsd
+ /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.0-0.20040615.8.mga9 --unique-debug-suffix -1.0-0.20040615.8.mga9.aarch64 --unique-debug-src-base nbs-1.0-0.20040615.8.mga9.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

extracting debug info from /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.8.mga9.aarch64/usr/lib64/libnbs.so.1.0
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.8.mga9.aarch64/usr/bin/nbscat
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.8.mga9.aarch64/usr/sbin/nbsd
dwz: ./usr/bin/nbscat-1.0-0.20040615.8.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/lib64/libnbs.so.1.0-1.0-0.20040615.8.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/sbin/nbsd-1.0-0.20040615.8.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: Too few files for multifile optimization
original debug info size: 76kB, size after compression: 76kB
/usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 3 CRC32s did match.
71 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 1 ']'
+ '[' -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 /etc/rc.d/init.d/nbsd from /bin/sh to #!/usr/bin/sh
mangling shebang in /usr/bin/nbscat8k from /bin/sh to #!/usr/bin/sh
Processing files: lib64nbs1-1.0-0.20040615.8.mga9.aarch64
Provides: lib64nbs1 = 1.0-0.20040615.8.mga9 lib64nbs1(aarch-64) = 1.0-0.20040615.8.mga9 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.8.mga9.aarch64
Provides: devel(libnbs(64bit)) lib64nbs-devel = 1.0-0.20040615.8.mga9 lib64nbs-devel(aarch-64) = 1.0-0.20040615.8.mga9 libnbs-devel = 1.0-0.20040615.8.mga9 nbs-devel = 1.0-0.20040615.8.mga9
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.8.mga9.aarch64
Provides: nbs-server = 1.0-0.20040615.8.mga9 nbs-server(aarch-64) = 1.0-0.20040615.8.mga9
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.8.mga9.aarch64
Provides: nbs-client = 1.0-0.20040615.8.mga9 nbs-client(aarch-64) = 1.0-0.20040615.8.mga9
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.8.mga9.aarch64
Provides: nbs-debugsource = 1.0-0.20040615.8.mga9 nbs-debugsource(aarch-64) = 1.0-0.20040615.8.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: lib64nbs1-debuginfo-1.0-0.20040615.8.mga9.aarch64
Provides: debuginfo(build-id) = 94f1af8de6ce44ce72c40fcb7472f516f3957134 lib64nbs1-debuginfo = 1.0-0.20040615.8.mga9 lib64nbs1-debuginfo(aarch-64) = 1.0-0.20040615.8.mga9
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.8.mga9
Processing files: nbs-server-debuginfo-1.0-0.20040615.8.mga9.aarch64
Provides: debuginfo(build-id) = f63fd3995627fefaeebe2f29268db76642b9d42a nbs-server-debuginfo = 1.0-0.20040615.8.mga9 nbs-server-debuginfo(aarch-64) = 1.0-0.20040615.8.mga9
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.8.mga9
Processing files: nbs-client-debuginfo-1.0-0.20040615.8.mga9.aarch64
Provides: debuginfo(build-id) = c7f2de398210f96c7917cfd24d2d8db09dcd2274 nbs-client-debuginfo = 1.0-0.20040615.8.mga9 nbs-client-debuginfo(aarch-64) = 1.0-0.20040615.8.mga9
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.8.mga9
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/nbs-1.0-0.20040615.8.mga9.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/nbs-client-1.0-0.20040615.8.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64nbs-devel-1.0-0.20040615.8.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/nbs-server-1.0-0.20040615.8.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64nbs1-1.0-0.20040615.8.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/nbs-server-debuginfo-1.0-0.20040615.8.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/nbs-debugsource-1.0-0.20040615.8.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/nbs-client-debuginfo-1.0-0.20040615.8.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64nbs1-debuginfo-1.0-0.20040615.8.mga9.aarch64.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.XjRvHM
+ 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.8.mga9.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ySKzkb
+ 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!