<86>Apr 21 00:40:56 userdel[126900]: delete user 'rooter' <86>Apr 21 00:40:56 userdel[126900]: removed group 'rooter' owned by 'rooter' <86>Apr 21 00:40:56 groupadd[126931]: group added to /etc/group: name=rooter, GID=639 <86>Apr 21 00:40:56 groupadd[126931]: group added to /etc/gshadow: name=rooter <86>Apr 21 00:40:56 groupadd[126931]: new group: name=rooter, GID=639 <86>Apr 21 00:40:56 useradd[126965]: new user: name=rooter, UID=639, GID=639, home=/root, shell=/bin/bash <86>Apr 21 00:40:56 userdel[127000]: delete user 'builder' <86>Apr 21 00:40:56 userdel[127000]: removed group 'builder' owned by 'builder' <86>Apr 21 00:40:56 userdel[127000]: removed shadow group 'builder' owned by 'builder' <86>Apr 21 00:40:56 groupadd[127022]: group added to /etc/group: name=builder, GID=640 <86>Apr 21 00:40:56 groupadd[127022]: group added to /etc/gshadow: name=builder <86>Apr 21 00:40:56 groupadd[127022]: new group: name=builder, GID=640 <86>Apr 21 00:40:56 useradd[127041]: new user: name=builder, UID=640, GID=640, home=/usr/src, shell=/bin/bash Installing nbtscan-1.5.1-alt4.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.60224 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf nbtscan-1.5.1a + echo 'Source #0 (nbtscan-1.5.1.tar.gz):' Source #0 (nbtscan-1.5.1.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/nbtscan-1.5.1.tar.gz + /bin/tar -xf - + cd nbtscan-1.5.1a + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (nbtscan-1.5.1a-alt-warning.patch):' Patch #0 (nbtscan-1.5.1a-alt-warning.patch): + /usr/bin/patch -p1 patching file statusq.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.60224 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd nbtscan-1.5.1a + CFLAGS='-pipe -Wall -g -O2' + export CFLAGS + CXXFLAGS='-pipe -Wall -g -O2' + export CXXFLAGS + FFLAGS='-pipe -Wall -g -O2' + export FFLAGS + '[' -n '' ']' ++ printf %s '-pipe -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 -- '{}' + sort -u + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + 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 --without-included-gettext checking for x86_64-alt-linux-gcc... x86_64-alt-linux-gcc checking for C compiler default output... 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 a BSD-compatible install... /bin/install -c checking for socket in -lxnet... no checking for socket in -lsocket... no checking for inet_aton in -lresolv... yes checking how to run the C preprocessor... x86_64-alt-linux-gcc -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 sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for stdint.h... (cached) yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for x86_64-alt-linux-gcc option to accept ANSI C... none needed checking for an ANSI C-conforming const... yes checking whether time.h and sys/time.h may both be included... yes checking for snprintf... yes checking for inet_aton... yes checking for socket... yes checking build system type... x86_64-alt-linux-gnu checking host system type... x86_64-alt-linux-gnu checking target system type... x86_64-alt-linux-gnu configure: creating ./config.status config.status: creating Makefile + '[' -n '' ']' + NPROCS=8 + make -j8 make: Entering directory `/usr/src/RPM/BUILD/nbtscan-1.5.1a' x86_64-alt-linux-gcc -pipe -Wall -g -O2 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DHAVE_LIBRESOLV=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STDINT_H=1 -Dmy_uint8_t=uint8_t -Dmy_uint16_t=uint16_t -Dmy_uint32_t=uint32_t -DTIME_WITH_SYS_TIME=1 -DHAVE_SNPRINTF=1 -DHAVE_INET_ATON=1 -DHAVE_SOCKET=1 -DUNIX=1 -c nbtscan.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DHAVE_LIBRESOLV=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STDINT_H=1 -Dmy_uint8_t=uint8_t -Dmy_uint16_t=uint16_t -Dmy_uint32_t=uint32_t -DTIME_WITH_SYS_TIME=1 -DHAVE_SNPRINTF=1 -DHAVE_INET_ATON=1 -DHAVE_SOCKET=1 -DUNIX=1 -c statusq.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DHAVE_LIBRESOLV=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STDINT_H=1 -Dmy_uint8_t=uint8_t -Dmy_uint16_t=uint16_t -Dmy_uint32_t=uint32_t -DTIME_WITH_SYS_TIME=1 -DHAVE_SNPRINTF=1 -DHAVE_INET_ATON=1 -DHAVE_SOCKET=1 -DUNIX=1 -c range.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DHAVE_LIBRESOLV=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STDINT_H=1 -Dmy_uint8_t=uint8_t -Dmy_uint16_t=uint16_t -Dmy_uint32_t=uint32_t -DTIME_WITH_SYS_TIME=1 -DHAVE_SNPRINTF=1 -DHAVE_INET_ATON=1 -DHAVE_SOCKET=1 -DUNIX=1 -c list.c statusq.c:2:1: warning: "/*" within comment [-Wcomment] /* which contains the following license: * ^ list.c: In function 'in_list': list.c:102:13: warning: unused variable 'cmp' [-Wunused-variable] int cmp; ^ list.c: In function 'compare': list.c:53:1: warning: control reaches end of non-void function [-Wreturn-type] }; ^ nbtscan.c:19:1: warning: return type defaults to 'int' [-Wimplicit-int] print_banner() { ^ list.c: In function 'insert': list.c:98:1: warning: control reaches end of non-void function [-Wreturn-type] }; ^ nbtscan.c: In function 'd_print_hostinfo': nbtscan.c:95:5: warning: $ operand number used after format without operand number [-Wformat=] printf("Transaction ID: 0x%04x (%1$d)\n", hostinfo->header->transaction_id); ^ nbtscan.c:96:5: warning: $ operand number used after format without operand number [-Wformat=] printf("Flags: 0x%04x (%1$d)\n", hostinfo->header->flags); ^ nbtscan.c:97:5: warning: $ operand number used after format without operand number [-Wformat=] printf("Question count: 0x%04x (%1$d)\n", hostinfo->header->question_count); ^ nbtscan.c:98:5: warning: $ operand number used after format without operand number [-Wformat=] printf("Answer count: 0x%04x (%1$d)\n", hostinfo->header->answer_count); ^ nbtscan.c:99:5: warning: $ operand number used after format without operand number [-Wformat=] printf("Name service count: 0x%04x (%1$d)\n", hostinfo->header->name_service_count); ^ nbtscan.c:100:5: warning: $ operand number used after format without operand number [-Wformat=] printf("Additional record count: 0x%04x (%1$d)\n", hostinfo->header->additional_record_count); ^ nbtscan.c:102:5: warning: $ operand number used after format without operand number [-Wformat=] printf("Question type: 0x%04x (%1$d)\n", hostinfo->header->question_type); ^ nbtscan.c:103:5: warning: $ operand number used after format without operand number [-Wformat=] printf("Question class: 0x%04x (%1$d)\n", hostinfo->header->question_class); ^ nbtscan.c:104:5: warning: $ operand number used after format without operand number [-Wformat=] printf("Time to live: 0x%08x (%1$d)\n", hostinfo->header->ttl); ^ nbtscan.c:105:5: warning: $ operand number used after format without operand number [-Wformat=] printf("Rdata length: 0x%04x (%1$d)\n", hostinfo->header->rdata_length); ^ range.c: In function 'is_range1': nbtscan.c:106:5: warning: $ operand number used after format without operand number [-Wformat=] printf("Number of names: 0x%02x (%1$d)\n", hostinfo->header->number_of_names); ^ range.c:45:2: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if(separator=(char*)strchr(string,'/')) { ^ nbtscan.c:124:5: warning: $ operand number used after format without operand number [-Wformat=] printf("Version major: 0x%02x (%1$d)\n", hostinfo->footer->version_major); ^ nbtscan.c:125:5: warning: $ operand number used after format without operand number [-Wformat=] printf("Version minor: 0x%02x (%1$d)\n", hostinfo->footer->version_minor); ^ nbtscan.c:126:5: warning: $ operand number used after format without operand number [-Wformat=] printf("Duration: 0x%04x (%1$d)\n", hostinfo->footer->duration); ^ nbtscan.c:127:12: warning: unknown conversion type character 0x20 in format [-Wformat=] printf("FRMRs Received: 0x%04 (%1$d)\n", hostinfo->footer->frmps_received); ^ nbtscan.c:128:12: warning: unknown conversion type character 0x20 in format [-Wformat=] printf("FRMRs Transmitted: 0x%04 (%1$d)\n", hostinfo->footer->frmps_transmitted); ^ nbtscan.c:129:12: warning: unknown conversion type character 0x20 in format [-Wformat=] printf("IFrame Receive errors: 0x%04 (%1$d)\n", hostinfo->footer->iframe_receive_errors); ^ nbtscan.c:130:12: warning: unknown conversion type character 0x20 in format [-Wformat=] printf("Transmit aborts: 0x%04 (%1$d)\n", hostinfo->footer->transmit_aborts); ^ nbtscan.c:131:12: warning: unknown conversion type character 0x20 in format [-Wformat=] printf("Transmitted: 0x%08 (%1$d)\n", hostinfo->footer->transmitted); ^ range.c: In function 'is_range2': nbtscan.c:132:12: warning: unknown conversion type character 0x20 in format [-Wformat=] printf("Received: 0x%08 (%1$d)\n", hostinfo->footer->received); ^ nbtscan.c:133:12: warning: unknown conversion type character 0x20 in format [-Wformat=] printf("IFrame transmit errors: 0x%04 (%1$d)\n", hostinfo->footer->iframe_transmit_errors); ^ nbtscan.c:134:12: warning: unknown conversion type character 0x20 in format [-Wformat=] printf("No receive buffers: 0x%04 (%1$d)\n", hostinfo->footer->no_receive_buffer); ^ range.c:101:2: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if(separator = (char*)strchr(ip,'-')) { ^ nbtscan.c:135:12: warning: unknown conversion type character 0x20 in format [-Wformat=] printf("tl timeouts: 0x%04 (%1$d)\n", hostinfo->footer->tl_timeouts); ^ nbtscan.c:136:12: warning: unknown conversion type character 0x20 in format [-Wformat=] printf("ti timeouts: 0x%04 (%1$d)\n", hostinfo->footer->ti_timeouts); ^ nbtscan.c:137:12: warning: unknown conversion type character 0x20 in format [-Wformat=] printf("Free NCBS: 0x%04 (%1$d)\n", hostinfo->footer->free_ncbs); ^ nbtscan.c:138:12: warning: unknown conversion type character 0x20 in format [-Wformat=] printf("NCBS: 0x%04 (%1$d)\n", hostinfo->footer->ncbs); ^ nbtscan.c:139:12: warning: unknown conversion type character 0x20 in format [-Wformat=] printf("Max NCBS: 0x%04 (%1$d)\n", hostinfo->footer->max_ncbs); ^ nbtscan.c:140:12: warning: unknown conversion type character 0x20 in format [-Wformat=] printf("No transmit buffers: 0x%04 (%1$d)\n", hostinfo->footer->no_transmit_buffers); ^ nbtscan.c:141:12: warning: unknown conversion type character 0x20 in format [-Wformat=] printf("Max datagram: 0x%04 (%1$d)\n", hostinfo->footer->max_datagram); ^ nbtscan.c:142:12: warning: unknown conversion type character 0x20 in format [-Wformat=] printf("Pending sessions: 0x%04 (%1$d)\n", hostinfo->footer->pending_sessions); ^ nbtscan.c:143:12: warning: unknown conversion type character 0x20 in format [-Wformat=] printf("Max sessions: 0x%04 (%1$d)\n", hostinfo->footer->max_sessions); ^ nbtscan.c:144:12: warning: unknown conversion type character 0x20 in format [-Wformat=] printf("Packet sessions: 0x%04 (%1$d)\n", hostinfo->footer->packet_sessions); ^ nbtscan.c: In function 'v_print_hostinfo': nbtscan.c:171:31: warning: implicit declaration of function 'getnbservicename' [-Wimplicit-function-declaration] if(hr) printf("%s\n", (char*)getnbservicename(service, unique, name)); ^ nbtscan.c:171:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] if(hr) printf("%s\n", (char*)getnbservicename(service, unique, name)); ^ nbtscan.c:179:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] if(hr) printf("%s\n", (char*)getnbservicename(service, unique, name)); ^ nbtscan.c:153:9: warning: unused variable 'sname' [-Wunused-variable] char* sname; ^ nbtscan.c: In function 'l_print_hostinfo': nbtscan.c:258:7: warning: unused variable 'is_server' [-Wunused-variable] int is_server=0; ^ range.c: In function 'print_range': range.c:140:1: warning: control reaches end of non-void function [-Wreturn-type] }; ^ nbtscan.c: In function 'main': nbtscan.c:321:16: warning: implicit declaration of function 'getopt' [-Wimplicit-function-declaration] while ((ch = getopt(argc, argv, "vrdelqhm:s:t:b:f:")) != -1) ^ nbtscan.c:389:5: warning: statement with no effect [-Wunused-value] usage; ^ nbtscan.c:394:5: warning: statement with no effect [-Wunused-value] usage; ^ nbtscan.c:399:5: warning: statement with no effect [-Wunused-value] usage; ^ nbtscan.c:404:5: warning: statement with no effect [-Wunused-value] usage; ^ nbtscan.c:409:5: warning: statement with no effect [-Wunused-value] usage; ^ statusq.c:332:27: warning: missing braces around initializer [-Wmissing-braces] nb_service_t services[] = { ^ statusq.c:332:27: note: (near initialization for 'services') nbtscan.c:519:44: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness [-Wpointer-sign] (struct sockaddr*)&dest_sockaddr, &addr_size)) <= 0 ) { ^ In file included from /usr/include/sys/socket.h:280:0, from nbtscan.c:2: /usr/include/bits/socket2.h:64:1: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' recvfrom (int __fd, void *__restrict __buf, size_t __n, int __flags, ^ nbtscan.c:525:35: warning: implicit declaration of function 'parse_response' [-Wimplicit-function-declaration] hostinfo = (struct nb_host_info*)parse_response(buff, size); ^ nbtscan.c:525:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] hostinfo = (struct nb_host_info*)parse_response(buff, size); ^ statusq.c: In function 'send_query': statusq.c:125:1: warning: control reaches end of non-void function [-Wreturn-type] }; ^ nbtscan.c:572:12: warning: implicit declaration of function 'in_list' [-Wimplicit-function-declaration] if(!in_list(scanned, ntohl(next_in_addr->s_addr))) ^ nbtscan.c:573:10: warning: implicit declaration of function 'send_query' [-Wimplicit-function-declaration] send_query(sock, *next_in_addr, rtt_base); ^ nbtscan.c:619:7: warning: implicit declaration of function 'sleep' [-Wimplicit-function-declaration] sleep((transmit_started.tv_sec+rto)-now.tv_sec); ^ nbtscan.c:302:7: warning: unused variable 'sel' [-Wunused-variable] int sel, size; ^ nbtscan.c: In function 'print_banner': nbtscan.c:23:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ nbtscan.c: In function 'print_header': nbtscan.c:84:1: warning: control reaches end of non-void function [-Wreturn-type] }; ^ nbtscan.c: In function 'd_print_hostinfo': nbtscan.c:146:1: warning: control reaches end of non-void function [-Wreturn-type] }; ^ nbtscan.c: In function 'l_print_hostinfo': nbtscan.c:279:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ nbtscan.c: In function 'd_print_hostinfo': nbtscan.c:114:11: warning: array subscript is above array bounds [-Warray-bounds] name[16]=0; ^ nbtscan.c: In function 'v_print_hostinfo': nbtscan.c:167:11: warning: array subscript is above array bounds [-Warray-bounds] name[16]=0; ^ x86_64-alt-linux-gcc -pipe -Wall -g -O2 -o nbtscan nbtscan.o statusq.o range.o list.o -lresolv make: Leaving directory `/usr/src/RPM/BUILD/nbtscan-1.5.1a' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.69559 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/nbtscan-buildroot + : + /bin/rm -rf -- /usr/src/tmp/nbtscan-buildroot + cd nbtscan-1.5.1a + mkdir -p /usr/src/tmp/nbtscan-buildroot/usr/bin/ + install -m0755 nbtscan /usr/src/tmp/nbtscan-buildroot/usr/bin/ + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/nbtscan-buildroot (auto) Verifying and fixing files in /usr/src/tmp/nbtscan-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/nbtscan-buildroot (auto) Verifying ELF objects in /usr/src/tmp/nbtscan-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: nbtscan-1.5.1-alt4 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.69559 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd nbtscan-1.5.1a + DOCDIR=/usr/src/tmp/nbtscan-buildroot/usr/share/doc/nbtscan-1.5.1 + export DOCDIR + rm -rf /usr/src/tmp/nbtscan-buildroot/usr/share/doc/nbtscan-1.5.1 + /bin/mkdir -p /usr/src/tmp/nbtscan-buildroot/usr/share/doc/nbtscan-1.5.1 + cp -prL ChangeLog README /usr/src/tmp/nbtscan-buildroot/usr/share/doc/nbtscan-1.5.1 + chmod -R go-w /usr/src/tmp/nbtscan-buildroot/usr/share/doc/nbtscan-1.5.1 + chmod -R a+rX /usr/src/tmp/nbtscan-buildroot/usr/share/doc/nbtscan-1.5.1 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OFjgGC find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dpPafC find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.15)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(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.q4HGxE Creating nbtscan-debuginfo package Processing files: nbtscan-debuginfo-1.5.1-alt4 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zlDlGJ find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kOMfzR find-requires: running scripts (debuginfo) Requires: nbtscan = 1.5.1-alt4, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/nbtscan-1.5.1-alt4.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/nbtscan-debuginfo-1.5.1-alt4.x86_64.rpm 1.74user 0.87system 0:07.20elapsed 36%CPU (0avgtext+0avgdata 31588maxresident)k 0inputs+0outputs (0major+344276minor)pagefaults 0swaps 2.71user 2.55system 0:10.24elapsed 51%CPU (0avgtext+0avgdata 31588maxresident)k 0inputs+0outputs (0major+490647minor)pagefaults 0swaps