D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/chntpw-1.0-7.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.UcSt6E + umask 022 + cd /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build + test -d /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.aIUl9H + umask 022 + cd /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build + rm -rf chntpw-140201 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/chntpw-source-140201.zip + STATUS=0 + '[' 0 -ne 0 ']' + cd chntpw-140201 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cp -p /home/pterjan/rpmbuild/SOURCES/chntpw-README.Dist README.Dist + sed -e 's/\r$//' WinReg.txt + touch -c -r WinReg.txt WinReg.txt.eol + mv WinReg.txt.eol WinReg.txt + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/chntpw-140201-debian-port_to_gcrypt.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/chntpw-140201-debian-get_abs_path.patch + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/chntpw-140201-debian-correct_test_open_syscall.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/chntpw-140201-debian-detect_failure_to_write_key.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/chntpw-140201-debian-no_deref_null.patch + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/chntpw-140201-debian-improve_robustness.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/chntpw-140201-hexdump-pointer-type.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ALASta + umask 022 + cd /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build + cd chntpw-140201 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + make CC=gcc 'EXTRA_CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' chntpw cpnt reged gcc -c -DUSELIBGCRYPT -g -I. -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full chntpw.c chntpw.c: In function 'handle_syskey': chntpw.c:872:31: warning: iteration 11 invokes undefined behavior [-Waggressive-loop-optimizations] 872 | ff->syskeyflags1[i] = 0; | ~~~~~~~~~~~~~~~~~~~~^~~ chntpw.c:871:23: note: within this loop 871 | for (i = 0; i < 0x3b; i++) { | ~~^~~~~~ gcc -c -DUSELIBGCRYPT -g -I. -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ntreg.c ntreg.c: In function 'parse_nk': ntreg.c:546:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 546 | printf("%04x type = 0x%02x %s\n", D_OFFS(type) ,key->type, | ~~~^ | | | unsigned int | %04lx ntreg.c:548:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 548 | printf("%04x timestamp skipped\n", D_OFFS(timestamp) ); | ~~~^ | | | unsigned int | %04lx ntreg.c:549:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 549 | printf("%04x parent key offset = 0x%0x\n", D_OFFS(ofs_parent) ,key->ofs_parent + 0x1000); | ~~~^ | | | unsigned int | %04lx ntreg.c:550:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 550 | printf("%04x number of subkeys = %d\n", D_OFFS(no_subkeys),key->no_subkeys); | ~~~^ | | | unsigned int | %04lx ntreg.c:551:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 551 | printf("%04x lf-record offset = 0x%0x\n",D_OFFS(ofs_lf),key->ofs_lf + 0x1000); | ~~~^ | | | unsigned int | %04lx ntreg.c:552:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 552 | printf("%04x number of values = %d\n", D_OFFS(no_values),key->no_values); | ~~~^ | | | unsigned int | %04lx ntreg.c:553:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 553 | printf("%04x val-list offset = 0x%0x\n",D_OFFS(ofs_vallist),key->ofs_vallist + 0x1000); | ~~~^ | | | unsigned int | %04lx ntreg.c:554:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 554 | printf("%04x sk-record offset = 0x%0x\n",D_OFFS(ofs_sk),key->ofs_sk + 0x1000); | ~~~^ | | | unsigned int | %04lx ntreg.c:555:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 555 | printf("%04x classname offset = 0x%0x\n",D_OFFS(ofs_classnam),key->ofs_classnam + 0x1000); | ~~~^ | | | unsigned int | %04lx ntreg.c:557:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 557 | printf("%04x dummy3 = 0x%0x (%d)\n",D_OFFS(dummy3),key->dummy3,key->dummy3); | ~~~^ | | | unsigned int | %04lx ntreg.c:558:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 558 | printf("%04x dummy4 = 0x%0x (%d)\n",D_OFFS(dummy4),key->dummy4,key->dummy4); | ~~~^ | | | unsigned int | %04lx ntreg.c:559:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 559 | printf("%04x dummy5 = 0x%0x (%d)\n",D_OFFS(dummy5),key->dummy5,key->dummy5); | ~~~^ | | | unsigned int | %04lx ntreg.c:560:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 560 | printf("%04x dummy6 = 0x%0x (%d)\n",D_OFFS(dummy6),key->dummy6,key->dummy6); | ~~~^ | | | unsigned int | %04lx ntreg.c:561:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 561 | printf("%04x dummy7 = 0x%0x (%d)\n",D_OFFS(dummy7),key->dummy7,key->dummy7); | ~~~^ | | | unsigned int | %04lx ntreg.c:563:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 563 | printf("%04x name length = %d\n", D_OFFS(len_name),key->len_name); | ~~~^ | | | unsigned int | %04lx ntreg.c:564:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 564 | printf("%04x classname length = %d\n", D_OFFS(len_classnam),key->len_classnam); | ~~~^ | | | unsigned int | %04lx ntreg.c:566:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 566 | printf("%04x Key name: <",D_OFFS(keyname) ); | ~~~^ | | | unsigned int | %04lx ntreg.c: In function 'parse_vk': ntreg.c:584:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 584 | printf("%04x name length = %d (0x%0x)\n", D_OFFS(len_name), | ~~~^ | | | unsigned int | %04lx ntreg.c:586:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 586 | printf("%04x length of data = %d (0x%0x)\n", D_OFFS(len_data), | ~~~^ | | | unsigned int | %04lx ntreg.c:588:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 588 | printf("%04x data offset = 0x%0x\n",D_OFFS(ofs_data),key->ofs_data + 0x1000); | ~~~^ | | | unsigned int | %04lx ntreg.c:589:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 589 | printf("%04x value type = 0x%0x %s\n", D_OFFS(val_type), key->val_type, | ~~~^ | | | unsigned int | %04lx ntreg.c:592:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 592 | printf("%04x flag = 0x%0x\n",D_OFFS(flag),key->flag); | ~~~^ | | | unsigned int | %04lx ntreg.c:593:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 593 | printf("%04x *unused?* = 0x%0x\n",D_OFFS(dummy1),key->dummy1); | ~~~^ | | | unsigned int | %04lx ntreg.c:595:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 595 | printf("%04x Key name: <",D_OFFS(keyname) ); | ~~~^ | | | unsigned int | %04lx ntreg.c: In function 'parse_sk': ntreg.c:613:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 613 | printf("%04x *unused?* = %d\n" , D_OFFS(dummy1), key->dummy1 ); | ~~~^ | | | unsigned int | %04lx ntreg.c:614:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 614 | printf("%04x Offset to prev sk = 0x%0x\n", D_OFFS(ofs_prevsk), key->ofs_prevsk + 0x1000); | ~~~^ | | | unsigned int | %04lx ntreg.c:615:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 615 | printf("%04x Offset to next sk = 0x%0x\n", D_OFFS(ofs_nextsk), key->ofs_nextsk + 0x1000); | ~~~^ | | | unsigned int | %04lx ntreg.c:616:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 616 | printf("%04x Usage counter = %d (0x%0x)\n", D_OFFS(no_usage), | ~~~^ | | | unsigned int | %04lx ntreg.c:618:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 618 | printf("%04x Security data len = %d (0x%0x)\n", D_OFFS(len_sk), | ~~~^ | | | unsigned int | %04lx ntreg.c: In function 'parse_lf': ntreg.c:637:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 637 | printf("%04x number of keys = %d\n", D_OFFS(no_keys), key->no_keys ); | ~~~^ | | | unsigned int | %04lx ntreg.c:640:16: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 640 | printf("%04x %3d Offset: 0x%0x - <%c%c%c%c>\n", | ~~~^ | | | unsigned int | %04lx ntreg.c: In function 'parse_lh': ntreg.c:665:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 665 | printf("%04x number of keys = %d\n", D_OFFS(no_keys), key->no_keys ); | ~~~^ | | | unsigned int | %04lx ntreg.c:668:16: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 668 | printf("%04x %3d Offset: 0x%0x - \n", | ~~~^ | | | unsigned int | %04lx ntreg.c: In function 'parse_li': ntreg.c:692:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 692 | printf("%04x number of keys = %d\n", D_OFFS(no_keys), key->no_keys ); | ~~~^ | | | unsigned int | %04lx ntreg.c:695:16: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 695 | printf("%04x %3d Offset: 0x%0x\n", | ~~~^ | | | unsigned int | %04lx ntreg.c: In function 'parse_ri': ntreg.c:717:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 717 | printf("%04x number of subindices = %d\n", D_OFFS(no_lis), key->no_lis ); | ~~~^ | | | unsigned int | %04lx ntreg.c:720:16: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 720 | printf("%04x %3d Offset: 0x%0x\n", | ~~~^ | | | unsigned int | %04lx ntreg.c: In function 'parse_db': ntreg.c:739:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 739 | printf("%04x number of parts = %d\n", D_OFFS(no_part), key->no_part ); | ~~~^ | | | unsigned int | %04lx ntreg.c:741:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] 741 | printf("%04x Data list at offset: 0x%0x\n", | ~~~^ | | | unsigned int | %04lx ntreg.c: In function 'alloc_val_data': ntreg.c:2155:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2155 | datablk = vkofs + (int32_t)&(vkkey->ofs_data) - (int32_t)vkkey; | ^ ntreg.c:2155:53: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2155 | datablk = vkofs + (int32_t)&(vkkey->ofs_data) - (int32_t)vkkey; | ^ ntreg.c: In function 'openHive': ntreg.c:4260:63: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] 4260 | "file is too small; got %d bytes while expecting %d or more\n", | ~^ | | | int | %ld 4261 | r, sizeof (*hdesc)); | ~~~~~~~~~~~~~~~ | | | long unsigned int ntreg.c: In function 'fmyinput': ntreg.c:233:4: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 233 | fgets(ibuf,maxlen+1,stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ntreg.c: In function 'free_block': ntreg.c:1236:14: warning: 'prev' may be used uninitialized [-Wmaybe-uninitialized] 1236 | prevsz = get_int(hdesc->buffer+prev); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ntreg.c:1176:24: note: 'prev' was declared here 1176 | int pofs,vofs,seglen,prev,next,nextsz,prevsz,size; | ^~~~ ntreg.c: In function 'trav_path': ntreg.c:1734:58: warning: 'adjust' may be used uninitialized [-Wmaybe-uninitialized] 1734 | return(trav_path(hdesc, newnkofs, path+plen+adjust, type)); | ^ ntreg.c:1597:43: note: 'adjust' was declared here 1597 | int newnkofs, plen, i, lfofs, vlistofs, adjust, r, ricnt, subs; | ^~~~~~ ntreg.c: In function 'import_reg': ntreg.c:3946:18: warning: 'valstr' may be used uninitialized [-Wmaybe-uninitialized] 3946 | valstr = realloc(valstr, strlen(valstr) + l + 3); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ntreg.c:3891:11: note: 'valstr' was declared here 3891 | char *valstr, *key, *walstr = NULL; | ^~~~~~ ntreg.c: In function 'openHive': ntreg.c:4356:29: warning: 'p' may be used uninitialized [-Wmaybe-uninitialized] 4356 | hdesc->lastbin = pofs - p->ofs_next; /* Compensate for loop that added at end above */ | ~^~~~~~~~~~ ntreg.c:4185:21: note: 'p' was declared here 4185 | struct hbin_page *p; | ^ gcc -c -DUSELIBGCRYPT -g -I. -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full edlib.c gcc -c -DUSELIBGCRYPT -g -I. -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full libsam.c libsam.c: In function 'sam_put_grp_members_sid': libsam.c:531:56: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'void *' [-Wformat=] 531 | if (gverbose) printf(" copying : %d len %x, at %x\n",i,sarray[i].len, sidptr); | ~^ ~~~~~~ | | | | unsigned int void * | %p libsam.c: In function 'sam_get_grp_members_sid': libsam.c:467:12: warning: pointer 'c' used after 'free' [-Wuse-after-free] 467 | return(cd->grp_members); | ~~~^~~~~~~~~~~~~~ libsam.c:459:5: note: call to 'free' here 459 | free(c); | ^~~~~~~ In function 'sam_get_grp_members_sid', inlined from 'sam_add_user_to_grp' at libsam.c:908:13: libsam.c:467:12: warning: pointer 'c' used after 'free' [-Wuse-after-free] 467 | return(cd->grp_members); | ~~~^~~~~~~~~~~~~~ libsam.c:459:5: note: call to 'free' here 459 | free(c); | ^~~~~~~ In function 'sam_get_grp_members_sid', inlined from 'sam_remove_user_from_grp' at libsam.c:1097:13: libsam.c:467:12: warning: pointer 'c' used after 'free' [-Wuse-after-free] 467 | return(cd->grp_members); | ~~~^~~~~~~~~~~~~~ libsam.c:459:5: note: call to 'free' here 459 | free(c); | ^~~~~~~ gcc -DUSELIBGCRYPT -g -I. -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -o chntpw chntpw.o ntreg.o edlib.o libsam.o -lgcrypt -lgpg-error gcc -c -DUSELIBGCRYPT -g -I. -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full cpnt.c gcc -DUSELIBGCRYPT -g -I. -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -o cpnt cpnt.o -lgcrypt -lgpg-error gcc -c -DUSELIBGCRYPT -g -I. -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full reged.c In file included from /usr/include/stdio.h:970, from reged.c:33: In function 'fprintf', inlined from 'main' at reged.c:218:23: /usr/include/bits/stdio2.h:111:10: warning: 'ch' may be used uninitialized [-Wmaybe-uninitialized] 111 | return __fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 112 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ reged.c: In function 'main': reged.c:89:9: note: 'ch' was declared here 89 | FILE *ch; | ^~ gcc -DUSELIBGCRYPT -g -I. -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -o reged reged.o ntreg.o edlib.o + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.0SwRd2 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build + mkdir /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build/BUILDROOT + cd chntpw-140201 + '[' 1 -eq 1 ']' + mkdir -p /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build/BUILDROOT/usr/bin + cp chntpw /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build/BUILDROOT/usr/bin + cp cpnt /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build/BUILDROOT/usr/bin + cp reged /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build/BUILDROOT/usr/bin + mkdir -p /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build/BUILDROOT/usr/share/man/man8/ + cp -p /home/pterjan/rpmbuild/SOURCES/chntpw-chntpw.8 /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build/BUILDROOT/usr/share/man/man8/chntpw.8 + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 1.0-7.mga10 --unique-debug-suffix -1.0-7.mga10.x86_64 --unique-debug-src-base chntpw-1.0-7.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build/chntpw-140201 find-debuginfo: starting Extracting debug info from 3 files DWARF-compressing 3 files sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. Creating .debug symlinks for symlinks to ELF files Copying sources found by 'debugedit -l' to /usr/src/debug/chntpw-1.0-7.mga10.x86_64 find-debuginfo: done + /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 '' ']' + /usr/share/spec-helper/gprintify + '[' -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 Warning: unused libraries in /usr/bin/chntpw: libgpg-error.so.0 Warning: unused libraries in /usr/bin/cpnt: libgpg-error.so.0 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Reading /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build/SPECPARTS/rpm-debuginfo.specpart Processing files: chntpw-1.0-7.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.sUMhiK + umask 022 + cd /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build + cd chntpw-140201 + DOCDIR=/home/pterjan/rpmbuild/BUILD/chntpw-1.0-build/BUILDROOT/usr/share/doc/chntpw + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build/BUILDROOT/usr/share/doc/chntpw + cp -pr /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build/chntpw-140201/GPL.txt /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build/BUILDROOT/usr/share/doc/chntpw + cp -pr /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build/chntpw-140201/LGPL.txt /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build/BUILDROOT/usr/share/doc/chntpw + cp -pr /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build/chntpw-140201/README.txt /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build/BUILDROOT/usr/share/doc/chntpw + cp -pr /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build/chntpw-140201/regedit.txt /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build/BUILDROOT/usr/share/doc/chntpw + cp -pr /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build/chntpw-140201/WinReg.txt /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build/BUILDROOT/usr/share/doc/chntpw + cp -pr /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build/chntpw-140201/HISTORY.txt /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build/BUILDROOT/usr/share/doc/chntpw + cp -pr /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build/chntpw-140201/README.Dist /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build/BUILDROOT/usr/share/doc/chntpw + RPM_EC=0 ++ jobs -p + exit 0 Provides: chntpw = 1.0-7.mga10 chntpw(x86-64) = 1.0-7.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(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.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libgcrypt.so.20()(64bit) libgpg-error.so.0()(64bit) Processing files: chntpw-debugsource-1.0-7.mga10.x86_64 Provides: chntpw-debugsource = 1.0-7.mga10 chntpw-debugsource(x86-64) = 1.0-7.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: chntpw-debuginfo-1.0-7.mga10.x86_64 Provides: chntpw-debuginfo = 1.0-7.mga10 chntpw-debuginfo(x86-64) = 1.0-7.mga10 debuginfo(build-id) = b6252bd18bed9ca0619018d2572886d3e6179d7f debuginfo(build-id) = ea06570809566effa22d5685d68629d6bf2a7f6f debuginfo(build-id) = f803b397fa040b1d928cce127f8e38910a90cc49 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: chntpw-debugsource(x86-64) = 1.0-7.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/chntpw-1.0-7.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/chntpw-debugsource-1.0-7.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/chntpw-debuginfo-1.0-7.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.zGWmZT + umask 022 + cd /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build + test -d /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build + rm -rf /home/pterjan/rpmbuild/BUILD/chntpw-1.0-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!