<86>Dec 6 04:36:09 userdel[3602839]: delete user 'rooter' <86>Dec 6 04:36:09 userdel[3602839]: removed group 'rooter' owned by 'rooter' <86>Dec 6 04:36:09 userdel[3602839]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 6 04:36:09 groupadd[3602854]: group added to /etc/group: name=rooter, GID=699 <86>Dec 6 04:36:09 groupadd[3602854]: group added to /etc/gshadow: name=rooter <86>Dec 6 04:36:09 groupadd[3602854]: new group: name=rooter, GID=699 <86>Dec 6 04:36:09 useradd[3602868]: new user: name=rooter, UID=699, GID=699, home=/root, shell=/bin/bash <86>Dec 6 04:36:09 userdel[3602883]: delete user 'builder' <86>Dec 6 04:36:09 userdel[3602883]: removed group 'builder' owned by 'builder' <86>Dec 6 04:36:09 userdel[3602883]: removed shadow group 'builder' owned by 'builder' <86>Dec 6 04:36:09 groupadd[3602892]: group added to /etc/group: name=builder, GID=700 <86>Dec 6 04:36:09 groupadd[3602892]: group added to /etc/gshadow: name=builder <86>Dec 6 04:36:09 groupadd[3602892]: new group: name=builder, GID=700 <86>Dec 6 04:36:09 useradd[3602897]: new user: name=builder, UID=700, GID=700, home=/usr/src, shell=/bin/bash <13>Dec 6 04:36:11 rpmi: rpm-build-licenses-2.0.5-alt2 1454794749 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/netstat-nat-1.4.9-alt1.qa1.nosrc.rpm Installing netstat-nat-1.4.9-alt1.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.51710 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf netstat-nat-1.4.9 + echo 'Source #0 (netstat-nat-1.4.9.tar.gz):' Source #0 (netstat-nat-1.4.9.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/netstat-nat-1.4.9.tar.gz + /bin/tar -xf - + cd netstat-nat-1.4.9 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.60099 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd netstat-nat-1.4.9 + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export FFLAGS + FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export FCFLAGS + '[' -n '' ']' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' ++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2' + ASFLAGS= + export ASFLAGS + export lt_cv_deplibs_check_method=pass_all + lt_cv_deplibs_check_method=pass_all + readlink -e -- ./configure + xargs -ri dirname -- '{}' + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + sort -u + xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + ./configure --build=x86_64-alt-linux --host=x86_64-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --disable-silent-rules --without-included-gettext checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for x86_64-alt-linux-gcc... x86_64-alt-linux-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-alt-linux-gcc accepts -g... yes checking for x86_64-alt-linux-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of x86_64-alt-linux-gcc... none checking for a BSD-compatible install... /bin/install -c checking how to run the C preprocessor... x86_64-alt-linux-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... 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 stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking for unistd.h... (cached) yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking for strings.h... (cached) yes checking net/if.h usability... yes checking net/if.h presence... yes checking for net/if.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make -j8 --silent --no-print-directory netstat-nat.c: In function 'main': netstat-nat.c:282:35: warning: comparison between pointer and zero character constant [-Wpointer-compare] if (optarg == NULL || optarg == '\0') { ^~ netstat-nat.c:282:28: note: did you mean to dereference the pointer? if (optarg == NULL || optarg == '\0') { ^ netstat-nat.c:222:9: warning: unused variable 'facefound' [-Wunused-variable] int facefound, lastlen, len, sock; ^~~~~~~~~ netstat-nat.c:221:19: warning: unused variable 'facename' [-Wunused-variable] char *ifbuf, *facename, *ptr; ^~~~~~~~ netstat-nat.c: In function 'get_protocol': netstat-nat.c:527:9: warning: implicit declaration of function 'string_search' [-Wimplicit-function-declaration] if (string_search(line, "tcp")) { ^~~~~~~~~~~~~ netstat-nat.c: In function 'process_entry': netstat-nat.c:612:5: warning: implicit declaration of function 'search_first_hit' [-Wimplicit-function-declaration] search_first_hit("src=", line, srcip_f); ^~~~~~~~~~~~~~~~ netstat-nat.c:614:5: warning: implicit declaration of function 'search_sec_hit' [-Wimplicit-function-declaration] search_sec_hit("src=", line, srcip_s); ^~~~~~~~~~~~~~ netstat-nat.c:600:9: warning: unused variable 'count' [-Wunused-variable] int count = 0; ^~~~~ netstat-nat.c: In function 'lookup_portname': netstat-nat.c:708:12: warning: unused variable 'port_size' [-Wunused-variable] size_t port_size; ^~~~~~~~~ netstat-nat.c: In function 'lookup_hostname': netstat-nat.c:733:12: warning: unused variable 'r_host_size' [-Wunused-variable] size_t r_host_size; ^~~~~~~~~~~ netstat-nat.c: In function 'lookup_ip': netstat-nat.c:754:20: warning: variable 'ip_addr' set but not used [-Wunused-but-set-variable] struct in_addr ip_addr; ^~~~~~~ netstat-nat.c: In function 'xcalloc': netstat-nat.c:815:38: warning: format '%i' expects argument of type 'int', but argument 2 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] printf("Could not allocate memory (%i bytes); %s.\n -- Exiting.\n", bufsize, strerror(errno)); ~^ ~~~~~~~ %li netstat-nat.c: In function 'xrealloc': netstat-nat.c:828:38: warning: format '%i' expects argument of type 'int', but argument 2 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] printf("Could not allocate memory (%i bytes); %s.\n -- Exiting.\n", newbufsize, strerror(errno)); ~^ ~~~~~~~~~~ %li netstat-nat.c: In function 'main': netstat-nat.c:376:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(line, sizeof(line), f); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ At top level: netstat-nat.c:181:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] static char const rcsid[] = "$Id: netstat-nat.c,v 1.32 2007/11/24 13:18:48 danny Exp $"; ^~~~~ netstat-nat.c: In function 'main': netstat-nat.c:470:45: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] snprintf(buf2, sizeof(buf2), "%s:%s", buf, pa[index][3]); ^ In file included from /usr/include/stdio.h:862, from netstat-nat.h:28, from netstat-nat.c:179: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 101) into a destination of size 100 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ netstat-nat.c:475:42: warning: '%-41s' directive output may be truncated writing between 41 and 99 bytes into a region of size 50 [-Wformat-truncation=] snprintf(src , sizeof(src), "%-41s", buf2); ^~~~~ ~~~~ In file included from /usr/include/stdio.h:862, from netstat-nat.h:28, from netstat-nat.c:179: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 42 and 100 bytes into a destination of size 50 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ netstat-nat.c:479:45: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] snprintf(buf2, sizeof(buf2), "%s:%s", buf, pa[index][4]); ^ In file included from /usr/include/stdio.h:862, from netstat-nat.h:28, from netstat-nat.c:179: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 101) into a destination of size 100 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ netstat-nat.c:484:41: warning: '%-41s' directive output may be truncated writing between 41 and 99 bytes into a region of size 50 [-Wformat-truncation=] snprintf(dst, sizeof(dst), "%-41s", buf2); ^~~~~ ~~~~ In file included from /usr/include/stdio.h:862, from netstat-nat.h:28, from netstat-nat.c:179: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 42 and 100 bytes into a destination of size 50 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ netstat-nat.c:489:53: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] snprintf(buf2, sizeof(buf2), "%s:%s", buf, pa[index][7]); ^ In file included from /usr/include/stdio.h:862, from netstat-nat.h:28, from netstat-nat.c:179: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 101) into a destination of size 100 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ netstat-nat.c:494:32: warning: '%-41s' directive output may be truncated writing between 41 and 99 bytes into a region of size 50 [-Wformat-truncation=] snprintf(host, sizeof(dst), "%-41s", buf2); ^~~~~ ~~~~ In file included from /usr/include/stdio.h:862, from netstat-nat.h:28, from netstat-nat.c:179: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 42 and 100 bytes into a destination of size 50 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ netstat-nat.c:440:52: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] snprintf(buf2, sizeof(buf2), "%s:%s", buf, pa[index][3]); ^ In file included from /usr/include/stdio.h:862, from netstat-nat.h:28, from netstat-nat.c:179: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 101) into a destination of size 100 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ netstat-nat.c:445:42: warning: '%-31s' directive output may be truncated writing between 31 and 99 bytes into a region of size 50 [-Wformat-truncation=] snprintf(src, sizeof(src), "%-31s", buf2); ^~~~~ ~~~~ In file included from /usr/include/stdio.h:862, from netstat-nat.h:28, from netstat-nat.c:179: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 32 and 100 bytes into a destination of size 50 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ netstat-nat.c:449:52: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] snprintf(buf2, sizeof(buf2), "%s:%s", buf, pa[index][4]); ^ In file included from /usr/include/stdio.h:862, from netstat-nat.h:28, from netstat-nat.c:179: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 101) into a destination of size 100 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ netstat-nat.c:454:34: warning: '%-31s' directive output may be truncated writing between 31 and 99 bytes into a region of size 50 [-Wformat-truncation=] snprintf(dst, sizeof(dst), "%-31s", buf2); ^~~~~ ~~~~ In file included from /usr/include/stdio.h:862, from netstat-nat.h:28, from netstat-nat.c:179: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 32 and 100 bytes into a destination of size 50 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ netstat-nat.c:459:53: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] snprintf(buf2, sizeof(buf2), "%s:%s", buf, pa[index][7]); ^ In file included from /usr/include/stdio.h:862, from netstat-nat.h:28, from netstat-nat.c:179: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 101) into a destination of size 100 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ netstat-nat.c:464:32: warning: '%-31s' directive output may be truncated writing between 31 and 99 bytes into a region of size 50 [-Wformat-truncation=] snprintf(host, sizeof(dst), "%-31s", buf2); ^~~~~ ~~~~ In file included from /usr/include/stdio.h:862, from netstat-nat.h:28, from netstat-nat.c:179: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 32 and 100 bytes into a destination of size 50 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.38212 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/netstat-nat-buildroot + : + /bin/rm -rf -- /usr/src/tmp/netstat-nat-buildroot + cd netstat-nat-1.4.9 + make 'INSTALL=/bin/install -p' DESTDIR=/usr/src/tmp/netstat-nat-buildroot install --silent --no-print-directory /bin/install -p 'netstat-nat' '/usr/src/tmp/netstat-nat-buildroot/usr/bin/netstat-nat' /bin/install -p -m 644 'INSTALL' '/usr/src/tmp/netstat-nat-buildroot/usr/share/doc/netstat-nat-1.4.9/INSTALL' /bin/install -p -m 644 'NEWS' '/usr/src/tmp/netstat-nat-buildroot/usr/share/doc/netstat-nat-1.4.9/NEWS' /bin/install -p -m 644 'README' '/usr/src/tmp/netstat-nat-buildroot/usr/share/doc/netstat-nat-1.4.9/README' /bin/install -p -m 644 'ChangeLog' '/usr/src/tmp/netstat-nat-buildroot/usr/share/doc/netstat-nat-1.4.9/ChangeLog' /bin/install -p -m 644 'AUTHORS' '/usr/src/tmp/netstat-nat-buildroot/usr/share/doc/netstat-nat-1.4.9/AUTHORS' /bin/install -p -m 644 'COPYING' '/usr/src/tmp/netstat-nat-buildroot/usr/share/doc/netstat-nat-1.4.9/COPYING' /bin/install -p -m 644 'NEWS' '/usr/src/tmp/netstat-nat-buildroot/usr/share/doc/netstat-nat-1.4.9/NEWS' /bin/install -p -m 644 './netstat-nat.1' '/usr/src/tmp/netstat-nat-buildroot/usr/share/man/man1/netstat-nat.1' + ln -sf /usr/share/license/GPL-2 COPYING + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/netstat-nat-buildroot (auto) Verifying and fixing files in /usr/src/tmp/netstat-nat-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/netstat-nat-buildroot/ (default) Compressing files in /usr/src/tmp/netstat-nat-buildroot (auto) Verifying ELF objects in /usr/src/tmp/netstat-nat-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: netstat-nat-1.4.9-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.32792 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd netstat-nat-1.4.9 + DOCDIR=/usr/src/tmp/netstat-nat-buildroot/usr/share/doc/netstat-nat-1.4.9 + export DOCDIR + rm -rf /usr/src/tmp/netstat-nat-buildroot/usr/share/doc/netstat-nat-1.4.9 + /bin/mkdir -p /usr/src/tmp/netstat-nat-buildroot/usr/share/doc/netstat-nat-1.4.9 + cp -prL AUTHORS ChangeLog INSTALL NEWS README /usr/src/tmp/netstat-nat-buildroot/usr/share/doc/netstat-nat-1.4.9 + chmod -R go-w /usr/src/tmp/netstat-nat-buildroot/usr/share/doc/netstat-nat-1.4.9 + chmod -R a+rX /usr/src/tmp/netstat-nat-buildroot/usr/share/doc/netstat-nat-1.4.9 + cp -prL -d COPYING /usr/src/tmp/netstat-nat-buildroot/usr/share/doc/netstat-nat-1.4.9 + chmod -R go-w /usr/src/tmp/netstat-nat-buildroot/usr/share/doc/netstat-nat-1.4.9 + chmod -R a+rX /usr/src/tmp/netstat-nat-buildroot/usr/share/doc/netstat-nat-1.4.9 + exit 0 warning: absolute symlink: /usr/src/tmp/netstat-nat-buildroot/usr/share/doc/netstat-nat-1.4.9/COPYING -> /usr/share/license/GPL-2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xBeKJA find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Dqtudz find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lb8lQA Creating netstat-nat-debuginfo package Processing files: netstat-nat-debuginfo-1.4.9-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ZHkNzF find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JRXPpN find-requires: running scripts (debuginfo) Requires: netstat-nat = 1.4.9-alt1.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/netstat-nat-1.4.9-alt1.qa1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/netstat-nat-debuginfo-1.4.9-alt1.qa1.x86_64.rpm 2.96user 0.90system 0:09.45elapsed 40%CPU (0avgtext+0avgdata 36492maxresident)k 0inputs+0outputs (0major+410670minor)pagefaults 0swaps 7.14user 3.35system 0:16.65elapsed 63%CPU (0avgtext+0avgdata 117532maxresident)k 0inputs+0outputs (0major+708057minor)pagefaults 0swaps --- netstat-nat-1.4.9-alt1.qa1.x86_64.rpm.repo 2013-04-16 19:34:58.000000000 +0000 +++ netstat-nat-1.4.9-alt1.qa1.x86_64.rpm.hasher 2020-12-06 04:36:24.876952057 +0000 @@ -8,3 +8,3 @@ /usr/share/doc/netstat-nat-1.4.9/README 100755 -/usr/share/man/man1/netstat-nat.1.gz 100644 +/usr/share/man/man1/netstat-nat.1.xz 100644 Requires: /lib64/ld-linux-x86-64.so.2