<86>Feb 18 00:59:20 userdel[3317653]: delete user 'rooter' <86>Feb 18 00:59:20 userdel[3317653]: removed group 'rooter' owned by 'rooter' <86>Feb 18 00:59:20 userdel[3317653]: removed shadow group 'rooter' owned by 'rooter' <86>Feb 18 00:59:20 groupadd[3317676]: group added to /etc/group: name=rooter, GID=1871 <86>Feb 18 00:59:20 groupadd[3317676]: group added to /etc/gshadow: name=rooter <86>Feb 18 00:59:20 groupadd[3317676]: new group: name=rooter, GID=1871 <86>Feb 18 00:59:20 useradd[3317691]: new user: name=rooter, UID=1871, GID=1871, home=/root, shell=/bin/bash <86>Feb 18 00:59:20 userdel[3317711]: delete user 'builder' <86>Feb 18 00:59:20 userdel[3317711]: removed group 'builder' owned by 'builder' <86>Feb 18 00:59:20 userdel[3317711]: removed shadow group 'builder' owned by 'builder' <86>Feb 18 00:59:20 groupadd[3317730]: group added to /etc/group: name=builder, GID=1872 <86>Feb 18 00:59:20 groupadd[3317730]: group added to /etc/gshadow: name=builder <86>Feb 18 00:59:20 groupadd[3317730]: new group: name=builder, GID=1872 <86>Feb 18 00:59:20 useradd[3317745]: new user: name=builder, UID=1872, GID=1872, home=/usr/src, shell=/bin/bash <13>Feb 18 00:59:22 rpmi: rpm-build-licenses-3.0.0-alt1 sisyphus+241804.100.1.1 1574868053 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 (w1.gzdio) 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.82257 + 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.82257 + 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 '' ']' ++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' + 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 -j16 --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] 282 | if (optarg == NULL || optarg == '\0') { | ^~ netstat-nat.c:282:28: note: did you mean to dereference the pointer? 282 | if (optarg == NULL || optarg == '\0') { | ^ netstat-nat.c:222:9: warning: unused variable 'facefound' [-Wunused-variable] 222 | int facefound, lastlen, len, sock; | ^~~~~~~~~ netstat-nat.c:221:19: warning: unused variable 'facename' [-Wunused-variable] 221 | 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] 527 | 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] 612 | search_first_hit("src=", line, srcip_f); | ^~~~~~~~~~~~~~~~ netstat-nat.c:614:5: warning: implicit declaration of function 'search_sec_hit' [-Wimplicit-function-declaration] 614 | search_sec_hit("src=", line, srcip_s); | ^~~~~~~~~~~~~~ netstat-nat.c:600:9: warning: unused variable 'count' [-Wunused-variable] 600 | int count = 0; | ^~~~~ netstat-nat.c: In function 'lookup_portname': netstat-nat.c:708:12: warning: unused variable 'port_size' [-Wunused-variable] 708 | size_t port_size; | ^~~~~~~~~ netstat-nat.c: In function 'lookup_hostname': netstat-nat.c:733:12: warning: unused variable 'r_host_size' [-Wunused-variable] 733 | 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] 754 | 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=] 815 | printf("Could not allocate memory (%i bytes); %s.\n -- Exiting.\n", bufsize, strerror(errno)); | ~^ ~~~~~~~ | | | | int size_t {aka long unsigned int} | %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=] 828 | printf("Could not allocate memory (%i bytes); %s.\n -- Exiting.\n", newbufsize, strerror(errno)); | ~^ ~~~~~~~~~~ | | | | int size_t {aka long unsigned int} | %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] 376 | fgets(line, sizeof(line), f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ At top level: netstat-nat.c:181:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] 181 | 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=] 470 | snprintf(buf2, sizeof(buf2), "%s:%s", buf, pa[index][3]); | ^ In file included from /usr/include/stdio.h:866, from netstat-nat.h:28, from netstat-nat.c:179: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 101) into a destination of size 100 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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=] 475 | snprintf(src , sizeof(src), "%-41s", buf2); | ^~~~~ ~~~~ In file included from /usr/include/stdio.h:866, from netstat-nat.h:28, from netstat-nat.c:179: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 42 and 100 bytes into a destination of size 50 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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=] 479 | snprintf(buf2, sizeof(buf2), "%s:%s", buf, pa[index][4]); | ^ In file included from /usr/include/stdio.h:866, from netstat-nat.h:28, from netstat-nat.c:179: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 101) into a destination of size 100 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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=] 484 | snprintf(dst, sizeof(dst), "%-41s", buf2); | ^~~~~ ~~~~ In file included from /usr/include/stdio.h:866, from netstat-nat.h:28, from netstat-nat.c:179: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 42 and 100 bytes into a destination of size 50 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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=] 489 | snprintf(buf2, sizeof(buf2), "%s:%s", buf, pa[index][7]); | ^ In file included from /usr/include/stdio.h:866, from netstat-nat.h:28, from netstat-nat.c:179: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 101) into a destination of size 100 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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=] 494 | snprintf(host, sizeof(dst), "%-41s", buf2); | ^~~~~ ~~~~ In file included from /usr/include/stdio.h:866, from netstat-nat.h:28, from netstat-nat.c:179: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 42 and 100 bytes into a destination of size 50 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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=] 440 | snprintf(buf2, sizeof(buf2), "%s:%s", buf, pa[index][3]); | ^ In file included from /usr/include/stdio.h:866, from netstat-nat.h:28, from netstat-nat.c:179: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 101) into a destination of size 100 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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=] 445 | snprintf(src, sizeof(src), "%-31s", buf2); | ^~~~~ ~~~~ In file included from /usr/include/stdio.h:866, from netstat-nat.h:28, from netstat-nat.c:179: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 32 and 100 bytes into a destination of size 50 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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=] 449 | snprintf(buf2, sizeof(buf2), "%s:%s", buf, pa[index][4]); | ^ In file included from /usr/include/stdio.h:866, from netstat-nat.h:28, from netstat-nat.c:179: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 101) into a destination of size 100 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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=] 454 | snprintf(dst, sizeof(dst), "%-31s", buf2); | ^~~~~ ~~~~ In file included from /usr/include/stdio.h:866, from netstat-nat.h:28, from netstat-nat.c:179: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 32 and 100 bytes into a destination of size 50 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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=] 459 | snprintf(buf2, sizeof(buf2), "%s:%s", buf, pa[index][7]); | ^ In file included from /usr/include/stdio.h:866, from netstat-nat.h:28, from netstat-nat.c:179: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 101) into a destination of size 100 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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=] 464 | snprintf(host, sizeof(dst), "%-31s", buf2); | ^~~~~ ~~~~ In file included from /usr/include/stdio.h:866, from netstat-nat.h:28, from netstat-nat.c:179: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 32 and 100 bytes into a destination of size 50 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.12074 + 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 + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd netstat-nat-1.4.9 + make 'INSTALL=/usr/libexec/rpm-build/install -p' DESTDIR=/usr/src/tmp/netstat-nat-buildroot install --silent --no-print-directory /usr/libexec/rpm-build/install -p 'netstat-nat' '/usr/src/tmp/netstat-nat-buildroot/usr/bin/netstat-nat' /usr/libexec/rpm-build/install -p -m 644 'INSTALL' '/usr/src/tmp/netstat-nat-buildroot/usr/share/doc/netstat-nat-1.4.9/INSTALL' /usr/libexec/rpm-build/install -p -m 644 'NEWS' '/usr/src/tmp/netstat-nat-buildroot/usr/share/doc/netstat-nat-1.4.9/NEWS' /usr/libexec/rpm-build/install -p -m 644 'README' '/usr/src/tmp/netstat-nat-buildroot/usr/share/doc/netstat-nat-1.4.9/README' /usr/libexec/rpm-build/install -p -m 644 'ChangeLog' '/usr/src/tmp/netstat-nat-buildroot/usr/share/doc/netstat-nat-1.4.9/ChangeLog' /usr/libexec/rpm-build/install -p -m 644 'AUTHORS' '/usr/src/tmp/netstat-nat-buildroot/usr/share/doc/netstat-nat-1.4.9/AUTHORS' /usr/libexec/rpm-build/install -p -m 644 'COPYING' '/usr/src/tmp/netstat-nat-buildroot/usr/share/doc/netstat-nat-1.4.9/COPYING' /usr/libexec/rpm-build/install -p -m 644 'NEWS' '/usr/src/tmp/netstat-nat-buildroot/usr/share/doc/netstat-nat-1.4.9/NEWS' /usr/libexec/rpm-build/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,gnuconfig) 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) Processing files: netstat-nat-1.4.9-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.12074 + 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.OJUnVz find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eOMZtA find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,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.ijupsC 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.3zqu0x find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LLum7y 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 (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/netstat-nat-debuginfo-1.4.9-alt1.qa1.x86_64.rpm (w2.lzdio) 0.78user 1.14system 0:07.72elapsed 25%CPU (0avgtext+0avgdata 35156maxresident)k 0inputs+0outputs (0major+360038minor)pagefaults 0swaps 3.35user 1.40system 0:14.35elapsed 33%CPU (0avgtext+0avgdata 128892maxresident)k 0inputs+0outputs (0major+215953minor)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 2024-02-18 00:59:32.547850284 +0000 @@ -8,3 +8,3 @@ /usr/share/doc/netstat-nat-1.4.9/README 100755 root:root -/usr/share/man/man1/netstat-nat.1.gz 100644 root:root +/usr/share/man/man1/netstat-nat.1.xz 100644 root:root Requires: /lib64/ld-linux-x86-64.so.2 @@ -17,3 +17,3 @@ Provides: netstat-nat = 1.4.9-alt1.qa1 -File: /usr/bin/netstat-nat 100755 root:root 79e3923331447be18bc0d03deb884527 +File: /usr/bin/netstat-nat 100755 root:root c66d05fac60d0e02d2befe735050feb2 File: /usr/share/doc/netstat-nat-1.4.9 40755 root:root @@ -25,3 +25,3 @@ File: /usr/share/doc/netstat-nat-1.4.9/README 100755 root:root 1deba08d3e34eddda4efed8cae417e7a -File: /usr/share/man/man1/netstat-nat.1.gz 100644 root:root e6181d87087814c153e0b5f84ed3b718 -RPMIdentity: 1cc4af5cdfe15065cf08aab45f00ca6c547145a89d9720a89acbf122d4732e3a059efc453e7e10654426d26f130c94d7c505e64bc26a14c948892718eda45b81 +File: /usr/share/man/man1/netstat-nat.1.xz 100644 root:root 0a051b6f0d9b497a71399e2a1c91d330 +RPMIdentity: 2d2cb35ecf19e1bc6867cc3dc07d7ad95fcfef479daf1c9dbefc99c5def107b3d7977b673a277072ae7d00f502743cde2f2f0fd07658316e2102a2dd90c9f32e --- netstat-nat-debuginfo-1.4.9-alt1.qa1.x86_64.rpm.repo 2013-04-16 19:34:58.000000000 +0000 +++ netstat-nat-debuginfo-1.4.9-alt1.qa1.x86_64.rpm.hasher 2024-02-18 00:59:32.638851689 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/e1 40755 root:root -/usr/lib/debug/.build-id/e1/1c9165480ad286a3748355a53a96b3c43a768a 120777 root:root ../../../../bin/netstat-nat -/usr/lib/debug/.build-id/e1/1c9165480ad286a3748355a53a96b3c43a768a.debug 120777 root:root ../../usr/bin/netstat-nat.debug +/usr/lib/debug/.build-id/31 40755 root:root +/usr/lib/debug/.build-id/31/1487d29be1918ac048c84ae4a157b67469db00 120777 root:root ../../../../bin/netstat-nat +/usr/lib/debug/.build-id/31/1487d29be1918ac048c84ae4a157b67469db00.debug 120777 root:root ../../usr/bin/netstat-nat.debug /usr/lib/debug/usr/bin/netstat-nat.debug 100644 root:root @@ -11,8 +11,8 @@ Provides: netstat-nat-debuginfo = 1.4.9-alt1.qa1 -File: /usr/lib/debug/.build-id/e1 40755 root:root -File: /usr/lib/debug/.build-id/e1/1c9165480ad286a3748355a53a96b3c43a768a 120777 root:root ../../../../bin/netstat-nat -File: /usr/lib/debug/.build-id/e1/1c9165480ad286a3748355a53a96b3c43a768a.debug 120777 root:root ../../usr/bin/netstat-nat.debug -File: /usr/lib/debug/usr/bin/netstat-nat.debug 100644 root:root f930cd38a6cec3d20186ab4497329367 +File: /usr/lib/debug/.build-id/31 40755 root:root +File: /usr/lib/debug/.build-id/31/1487d29be1918ac048c84ae4a157b67469db00 120777 root:root ../../../../bin/netstat-nat +File: /usr/lib/debug/.build-id/31/1487d29be1918ac048c84ae4a157b67469db00.debug 120777 root:root ../../usr/bin/netstat-nat.debug +File: /usr/lib/debug/usr/bin/netstat-nat.debug 100644 root:root 13ab12486474e1fe5172ef631628fd67 File: /usr/src/debug/netstat-nat-1.4.9 40755 root:root File: /usr/src/debug/netstat-nat-1.4.9/netstat-nat.c 100644 root:root 34755aff8f5715d29b3cb3defc49cfaa -RPMIdentity: 9de0e302782ce5983c02b82f61da201826c4b283d38f9b696da44b2bc49b0d6c82676e55b39597d7ab0c98639e49cbf408af5dd3f65dbc48e678f5eb098be843 +RPMIdentity: f8b47aad5aea5810905986d605dc2a6256294dae0a580894656c49aa267dedc2aab79902cff500b100ea8605e12918aa1244b9735e519ec873331fa6aa146c6b