<86>Jul 25 13:29:18 userdel[2748602]: delete user 'rooter' <86>Jul 25 13:29:18 userdel[2748602]: removed group 'rooter' owned by 'rooter' <86>Jul 25 13:29:18 userdel[2748602]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 25 13:29:18 groupadd[2748610]: group added to /etc/group: name=rooter, GID=630 <86>Jul 25 13:29:18 groupadd[2748610]: group added to /etc/gshadow: name=rooter <86>Jul 25 13:29:18 groupadd[2748610]: new group: name=rooter, GID=630 <86>Jul 25 13:29:18 useradd[2748620]: new user: name=rooter, UID=630, GID=630, home=/root, shell=/bin/bash <86>Jul 25 13:29:18 userdel[2748629]: delete user 'builder' <86>Jul 25 13:29:18 userdel[2748629]: removed group 'builder' owned by 'builder' <86>Jul 25 13:29:18 userdel[2748629]: removed shadow group 'builder' owned by 'builder' <86>Jul 25 13:29:18 groupadd[2748639]: group added to /etc/group: name=builder, GID=631 <86>Jul 25 13:29:18 groupadd[2748639]: group added to /etc/gshadow: name=builder <86>Jul 25 13:29:18 groupadd[2748639]: new group: name=builder, GID=631 <86>Jul 25 13:29:18 useradd[2748646]: new user: name=builder, UID=631, GID=631, home=/usr/src, shell=/bin/bash <13>Jul 25 13:29:20 rpmi: rpm-macros-make-0.1-alt1 1299442795 installed <13>Jul 25 13:29:22 rpmi: libtinfo-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686226 installed <13>Jul 25 13:29:22 rpmi: libncurses-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686226 installed <13>Jul 25 13:29:22 rpmi: gcc-c++-common-1.4.23-alt1 sisyphus+221902.2500.4.1 1550596716 installed <13>Jul 25 13:29:23 rpmi: libstdc++8-devel-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587912 installed <13>Jul 25 13:29:24 rpmi: gcc8-c++-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587912 installed <13>Jul 25 13:29:24 rpmi: gcc-c++-8-alt2 p9+246536.100.3.1 1582643803 installed <13>Jul 25 13:29:24 rpmi: libncursesw-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686226 installed <13>Jul 25 13:29:24 rpmi: libuuid-devel-2.33.2-alt2 p9+254003.100.1.1 1593108043 installed <13>Jul 25 13:29:24 rpmi: libpopt-devel-1:1.16-alt1 1500322986 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/gptfdisk-1.0.1-alt1.nosrc.rpm (w1.gzdio) Installing gptfdisk-1.0.1-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.50290 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf gptfdisk-1.0.1 + echo 'Source #0 (gptfdisk-1.0.1.tar):' Source #0 (gptfdisk-1.0.1.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/gptfdisk-1.0.1.tar + cd gptfdisk-1.0.1 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.62118 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd gptfdisk-1.0.1 + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export FFLAGS + make make: Entering directory '/usr/src/RPM/BUILD/gptfdisk-1.0.1' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o crc32.o crc32.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o support.o support.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o guid.o guid.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o gptpart.o gptpart.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o mbrpart.o mbrpart.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o basicmbr.o basicmbr.cc basicmbr.cc: In member function 'uint64_t BasicMBRData::GetFirstSector(int)': basicmbr.cc:1502:6: warning: this 'else' clause does not guard... [-Wmisleading-indentation] } else ^~~~ basicmbr.cc:1504:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' return retval; ^~~~~~ basicmbr.cc: In member function 'uint64_t BasicMBRData::GetLength(int)': basicmbr.cc:1514:6: warning: this 'else' clause does not guard... [-Wmisleading-indentation] } else ^~~~ basicmbr.cc:1516:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' return retval; ^~~~~~ g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o mbr.o mbr.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o gpt.o gpt.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o bsd.o bsd.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o parttypes.o parttypes.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o attributes.o attributes.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o diskio.o diskio.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o diskio-unix.o diskio-unix.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o cgdisk.o cgdisk.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o gptcurses.o gptcurses.cc g++ crc32.o support.o guid.o gptpart.o mbrpart.o basicmbr.o mbr.o gpt.o bsd.o parttypes.o attributes.o diskio.o diskio-unix.o cgdisk.o gptcurses.o -luuid -lncursesw -o cgdisk g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o gdisk.o gdisk.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o gpttext.o gpttext.cc g++ crc32.o support.o guid.o gptpart.o mbrpart.o basicmbr.o mbr.o gpt.o bsd.o parttypes.o attributes.o diskio.o diskio-unix.o gdisk.o gpttext.o -luuid -o gdisk g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o sgdisk.o sgdisk.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o gptcl.o gptcl.cc gptcl.cc: In member function 'int GPTDataCL::DoOptions(int, char**)': gptcl.cc:158:10: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ((WhichWasUsed() == use_mbr) || (WhichWasUsed() == use_bsd)) ^~ gptcl.cc:160:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' sSize = GetBlockSize(); ^~~~~ g++ crc32.o support.o guid.o gptpart.o mbrpart.o basicmbr.o mbr.o gpt.o bsd.o parttypes.o attributes.o diskio.o diskio-unix.o sgdisk.o gptcl.o -luuid -lpopt -o sgdisk g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o fixparts.o fixparts.cc g++ support.o diskio.o diskio-unix.o basicmbr.o mbrpart.o fixparts.o -o fixparts make: Leaving directory '/usr/src/RPM/BUILD/gptfdisk-1.0.1' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.12128 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/gptfdisk-buildroot + : + /bin/rm -rf -- /usr/src/tmp/gptfdisk-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd gptfdisk-1.0.1 + mkdir -p /usr/src/tmp/gptfdisk-buildroot/usr/sbin /usr/src/tmp/gptfdisk-buildroot/usr/share/man/man8 + install -pm755 cgdisk gdisk sgdisk fixparts /usr/src/tmp/gptfdisk-buildroot/usr/sbin/ + install -pm644 cgdisk.8 fixparts.8 gdisk.8 sgdisk.8 /usr/src/tmp/gptfdisk-buildroot/usr/share/man/man8/ + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/gptfdisk-buildroot (auto) Verifying and fixing files in /usr/src/tmp/gptfdisk-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/gptfdisk-buildroot/ (default) Compressing files in /usr/src/tmp/gptfdisk-buildroot (auto) Verifying ELF objects in /usr/src/tmp/gptfdisk-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.9797 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd gptfdisk-1.0.1 + ./gdisk_test.sh **SUCCESS** Temp disk sucessfully created **Testing gdisk binary** GPT fdisk (gdisk) version 1.0.1 Partition table scan: MBR: not present BSD: not present APM: not present GPT: not present Creating new GPT entries. Command (? for help): This option deletes all partitions and creates a new protective MBR. Proceed? (Y/N): Command (? for help): Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING PARTITIONS!! Do you want to proceed? (Y/N): OK; writing new GUID partition table (GPT) to /usr/src/tmp/tmp.2S6PskTUNc. Warning: The kernel is still using the old partition table. The new table will be used at the next reboot or after you run partprobe(8) or kpartx(8) The operation has completed successfully. **SUCCESS** Create new empty GPT table GPT fdisk (gdisk) version 1.0.1 Partition table scan: MBR: protective BSD: not present APM: not present GPT: present Found valid GPT with protective MBR; using GPT. Command (? for help): Partition number (1-128, default 1): First sector (34-131038, default = 2048) or {+-}size{KMGTP}: Last sector (2048-131038, default = 131038) or {+-}size{KMGTP}: Current type is 'Linux filesystem' Hex code or GUID (L to show codes, Enter = 8300): Changed type of partition to 'Linux filesystem' Command (? for help): Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING PARTITIONS!! Do you want to proceed? (Y/N): OK; writing new GUID partition table (GPT) to /usr/src/tmp/tmp.2S6PskTUNc. Warning: The kernel is still using the old partition table. The new table will be used at the next reboot or after you run partprobe(8) or kpartx(8) The operation has completed successfully. **SUCCESS** Create new partition GPT fdisk (gdisk) version 1.0.1 Partition table scan: MBR: protective BSD: not present APM: not present GPT: present Found valid GPT with protective MBR; using GPT. Command (? for help): Using 1 Enter name: Command (? for help): Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING PARTITIONS!! Do you want to proceed? (Y/N): OK; writing new GUID partition table (GPT) to /usr/src/tmp/tmp.2S6PskTUNc. Warning: The kernel is still using the old partition table. The new table will be used at the next reboot or after you run partprobe(8) or kpartx(8) The operation has completed successfully. **SUCCESS** Change partition 1 name (Linux filesystem -> jdHraAQF) GPT fdisk (gdisk) version 1.0.1 Partition table scan: MBR: protective BSD: not present APM: not present GPT: present Found valid GPT with protective MBR; using GPT. Command (? for help): Using 1 Current type is 'Linux filesystem' Hex code or GUID (L to show codes, Enter = 8300): Changed type of partition to 'Linux swap' Command (? for help): Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING PARTITIONS!! Do you want to proceed? (Y/N): OK; writing new GUID partition table (GPT) to /usr/src/tmp/tmp.2S6PskTUNc. Warning: The kernel is still using the old partition table. The new table will be used at the next reboot or after you run partprobe(8) or kpartx(8) The operation has completed successfully. **SUCCESS** Change partition 1 type (8300 -> 8200) GPT fdisk (gdisk) version 1.0.1 Partition table scan: MBR: protective BSD: not present APM: not present GPT: present Found valid GPT with protective MBR; using GPT. Command (? for help): Enter backup filename to save: The operation has completed successfully. Command (? for help): **SUCCESS** GPT data backuped sucessfully GPT fdisk (gdisk) version 1.0.1 Partition table scan: MBR: protective BSD: not present APM: not present GPT: present Found valid GPT with protective MBR; using GPT. Command (? for help): Using 1 Command (? for help): Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING PARTITIONS!! Do you want to proceed? (Y/N): OK; writing new GUID partition table (GPT) to /usr/src/tmp/tmp.2S6PskTUNc. Warning: The kernel is still using the old partition table. The new table will be used at the next reboot or after you run partprobe(8) or kpartx(8) The operation has completed successfully. **SUCCESS** Delete partition 1 GPT fdisk (gdisk) version 1.0.1 Partition table scan: MBR: protective BSD: not present APM: not present GPT: present Found valid GPT with protective MBR; using GPT. Command (? for help): Recovery/transformation command (? for help): b use backup GPT header (rebuilding main) c load backup partition table from disk (rebuilding main) d use main GPT header (rebuilding backup) e load main partition table from disk (rebuilding backup) f load MBR and build fresh GPT from it g convert GPT into MBR and exit h make hybrid MBR i show detailed information on a partition l load partition data from a backup file m return to main menu o print protective MBR data p print the partition table q quit without saving changes t transform BSD disklabel partition v verify disk w write table to disk and exit x extra functionality (experts only) ? print this menu Recovery/transformation command (? for help): Enter backup filename to load: Recovery/transformation command (? for help): Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING PARTITIONS!! Do you want to proceed? (Y/N): OK; writing new GUID partition table (GPT) to /usr/src/tmp/tmp.2S6PskTUNc. Warning: The kernel is still using the old partition table. The new table will be used at the next reboot or after you run partprobe(8) or kpartx(8) The operation has completed successfully. **SUCCESS** Restore the GPT backup GPT fdisk (gdisk) version 1.0.1 Partition table scan: MBR: protective BSD: not present APM: not present GPT: present Found valid GPT with protective MBR; using GPT. Command (? for help): Expert command (? for help): Enter the disk's unique GUID ('R' to randomize): The new disk GUID is A7A3B551-4EA9-4A50-B948-EE4339D75449 Expert command (? for help): Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING PARTITIONS!! Do you want to proceed? (Y/N): OK; writing new GUID partition table (GPT) to /usr/src/tmp/tmp.2S6PskTUNc. Warning: The kernel is still using the old partition table. The new table will be used at the next reboot or after you run partprobe(8) or kpartx(8) The operation has completed successfully. **SUCCESS** GUID of disk has been sucessfully changed GPT fdisk (gdisk) version 1.0.1 Partition table scan: MBR: protective BSD: not present APM: not present GPT: present Found valid GPT with protective MBR; using GPT. Command (? for help): Expert command (? for help): About to wipe out GPT on /usr/src/tmp/tmp.2S6PskTUNc. Proceed? (Y/N): Warning: The kernel is still using the old partition table. The new table will be used at the next reboot or after you run partprobe(8) or kpartx(8) GPT data structures destroyed! You may now partition the disk using fdisk or other utilities. Blank out MBR? (Y/N): **SUCCESS** Wipe GPT table Creating new GPT entries. **SUCCESS** EOF successfully exit gdisk **Testing sgdisk binary** Creating new GPT entries. Warning: The kernel is still using the old partition table. The new table will be used at the next reboot or after you run partprobe(8) or kpartx(8) The operation has completed successfully. **SUCCESS** Create new empty GPT table Setting name! partNum is 0 REALLY setting name! Warning: The kernel is still using the old partition table. The new table will be used at the next reboot or after you run partprobe(8) or kpartx(8) The operation has completed successfully. **SUCCESS** Create new partition Setting name! partNum is 0 REALLY setting name! Warning: The kernel is still using the old partition table. The new table will be used at the next reboot or after you run partprobe(8) or kpartx(8) The operation has completed successfully. **SUCCESS** Change partition 1 name (Linux filesystem -> jdHraAQF) Warning: The kernel is still using the old partition table. The new table will be used at the next reboot or after you run partprobe(8) or kpartx(8) The operation has completed successfully. **SUCCESS** Change partition 1 type (8300 -> 8200) The operation has completed successfully. **SUCCESS** GPT data backuped sucessfully Warning: The kernel is still using the old partition table. The new table will be used at the next reboot or after you run partprobe(8) or kpartx(8) The operation has completed successfully. **SUCCESS** Delete partition 1 GPT fdisk (gdisk) version 1.0.1 Partition table scan: MBR: protective BSD: not present APM: not present GPT: present Found valid GPT with protective MBR; using GPT. Command (? for help): Recovery/transformation command (? for help): b use backup GPT header (rebuilding main) c load backup partition table from disk (rebuilding main) d use main GPT header (rebuilding backup) e load main partition table from disk (rebuilding backup) f load MBR and build fresh GPT from it g convert GPT into MBR and exit h make hybrid MBR i show detailed information on a partition l load partition data from a backup file m return to main menu o print protective MBR data p print the partition table q quit without saving changes t transform BSD disklabel partition v verify disk w write table to disk and exit x extra functionality (experts only) ? print this menu Recovery/transformation command (? for help): Enter backup filename to load: Recovery/transformation command (? for help): Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING PARTITIONS!! Do you want to proceed? (Y/N): OK; writing new GUID partition table (GPT) to /usr/src/tmp/tmp.2S6PskTUNc. Warning: The kernel is still using the old partition table. The new table will be used at the next reboot or after you run partprobe(8) or kpartx(8) The operation has completed successfully. **SUCCESS** Restore the GPT backup Warning: The kernel is still using the old partition table. The new table will be used at the next reboot or after you run partprobe(8) or kpartx(8) The operation has completed successfully. **SUCCESS** GUID of disk has been sucessfully changed Warning: The kernel is still using the old partition table. The new table will be used at the next reboot or after you run partprobe(8) or kpartx(8) GPT data structures destroyed! You may now partition the disk using fdisk or other utilities. **SUCCESS** Wipe GPT table Creating new GPT entries. **SUCCESS** EOF successfully exit gdisk + exit 0 Processing files: gdisk-1.0.1-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.82877 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd gptfdisk-1.0.1 + DOCDIR=/usr/src/tmp/gptfdisk-buildroot/usr/share/doc/gdisk-1.0.1 + export DOCDIR + rm -rf /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/gdisk-1.0.1 + /bin/mkdir -p /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/gdisk-1.0.1 + cp -prL NEWS COPYING README /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/gdisk-1.0.1 + chmod -R go-w /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/gdisk-1.0.1 + chmod -R a+rX /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/gdisk-1.0.1 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9C2qmG 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.dwrIfp find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libgcc_s.so.1(GCC_3.0), libgcc_s.so.1(GLIBC_2.0), libm.so.6(GLIBC_2.1), libpopt.so.0 >= set:jf2V8yc3PpzQIPh6TG0Zd5, libpopt.so.0(LIBPOPT_0), libstdc++.so.6(CXXABI_1.3), libstdc++.so.6(CXXABI_1.3.9), libstdc++.so.6(GLIBCXX_3.4), libstdc++.so.6(GLIBCXX_3.4.11), libstdc++.so.6(GLIBCXX_3.4.20), libstdc++.so.6(GLIBCXX_3.4.21), libstdc++.so.6(GLIBCXX_3.4.9), libuuid.so.1 >= set:ihyT5, libuuid.so.1(UUID_1.0), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.efK2Ap Creating gdisk-debuginfo package Processing files: cgdisk-1.0.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.RohJGv 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.JtmUzO find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libgcc_s.so.1(GCC_3.0), libgcc_s.so.1(GLIBC_2.0), libm.so.6(GLIBC_2.1), libncursesw.so.5 >= set:mhsnoAWeV1f07S3uXKTmSedkABcuVTVwex7FeVxyWJDXtAT4, libstdc++.so.6(CXXABI_1.3), libstdc++.so.6(CXXABI_1.3.9), libstdc++.so.6(GLIBCXX_3.4), libstdc++.so.6(GLIBCXX_3.4.11), libstdc++.so.6(GLIBCXX_3.4.20), libstdc++.so.6(GLIBCXX_3.4.21), libstdc++.so.6(GLIBCXX_3.4.9), libtinfo.so.5 >= set:lhTW9x8fJ24DZlJ7gNnATaVQ1, libuuid.so.1 >= set:ihyT5, libuuid.so.1(UUID_1.0), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.W0GsVo Creating cgdisk-debuginfo package Processing files: fixparts-1.0.1-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.17521 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd gptfdisk-1.0.1 + DOCDIR=/usr/src/tmp/gptfdisk-buildroot/usr/share/doc/fixparts-1.0.1 + export DOCDIR + rm -rf /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/fixparts-1.0.1 + /bin/mkdir -p /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/fixparts-1.0.1 + cp -prL NEWS COPYING README /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/fixparts-1.0.1 + chmod -R go-w /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/fixparts-1.0.1 + chmod -R a+rX /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/fixparts-1.0.1 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.E5SKRt 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.wmz2qE find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.4), libgcc_s.so.1(GCC_3.0), libgcc_s.so.1(GLIBC_2.0), libstdc++.so.6(CXXABI_1.3), libstdc++.so.6(CXXABI_1.3.9), libstdc++.so.6(GLIBCXX_3.4), libstdc++.so.6(GLIBCXX_3.4.11), libstdc++.so.6(GLIBCXX_3.4.21), libstdc++.so.6(GLIBCXX_3.4.9), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.HknBT1 Creating fixparts-debuginfo package Processing files: gdisk-debuginfo-1.0.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7R1iCG find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MImDRC find-requires: running scripts (debuginfo) Requires: gdisk = 1.0.1-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libgcc_s.so.1), debug(libm.so.6), debug(libpopt.so.0), debug(libstdc++.so.6), debug(libuuid.so.1) Processing files: cgdisk-debuginfo-1.0.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ttKWcF find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.nqXVjT find-requires: running scripts (debuginfo) Requires: cgdisk = 1.0.1-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libgcc_s.so.1), debug(libm.so.6), debug(libncursesw.so.5), debug(libstdc++.so.6), debug(libtinfo.so.5), debug(libuuid.so.1) Processing files: fixparts-debuginfo-1.0.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.GxFXPz find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QVutwD find-requires: running scripts (debuginfo) Requires: fixparts = 1.0.1-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libgcc_s.so.1), debug(libstdc++.so.6) Wrote: /usr/src/RPM/RPMS/i586/gdisk-1.0.1-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/cgdisk-1.0.1-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/fixparts-1.0.1-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/gdisk-debuginfo-1.0.1-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/cgdisk-debuginfo-1.0.1-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/fixparts-debuginfo-1.0.1-alt1.i586.rpm (w2.lzdio) 24.17user 3.42system 0:54.95elapsed 50%CPU (0avgtext+0avgdata 79252maxresident)k 0inputs+0outputs (0major+919094minor)pagefaults 0swaps 30.67user 5.95system 1:05.31elapsed 56%CPU (0avgtext+0avgdata 117836maxresident)k 8inputs+0outputs (0major+1355137minor)pagefaults 0swaps --- cgdisk-1.0.1-alt1.i586.rpm.repo 2016-01-11 17:15:32.000000000 +0000 +++ cgdisk-1.0.1-alt1.i586.rpm.hasher 2021-07-25 13:30:21.853719417 +0000 @@ -15,2 +15,3 @@ Requires: libstdc++.so.6(CXXABI_1.3) +Requires: libstdc++.so.6(CXXABI_1.3.9) Requires: libstdc++.so.6(GLIBCXX_3.4) @@ -26,4 +27,4 @@ Provides: cgdisk = 1.0.1-alt1 -File: /usr/sbin/cgdisk 100755 root:root fe2e50da8bd1197803d8f203f5ffeb76 +File: /usr/sbin/cgdisk 100755 root:root 4bb93eb0400429474c34d37394098f0d File: /usr/share/man/man8/cgdisk.8.xz 100644 root:root 037e85ef8fe92f6c441e95e655453fc8 -RPMIdentity: b53ef0e4605238f21194355eb22a70fa +RPMIdentity: fe5b06937c75c98776c79d0e0be25e52 --- cgdisk-debuginfo-1.0.1-alt1.i586.rpm.repo 2016-01-11 17:15:32.000000000 +0000 +++ cgdisk-debuginfo-1.0.1-alt1.i586.rpm.hasher 2021-07-25 13:30:21.925718936 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/54 40755 root:root -/usr/lib/debug/.build-id/54/5499d9bf2b37a71f488b812f631ab09759ca37 120777 root:root ../../../../sbin/cgdisk -/usr/lib/debug/.build-id/54/5499d9bf2b37a71f488b812f631ab09759ca37.debug 120777 root:root ../../usr/sbin/cgdisk.debug +/usr/lib/debug/.build-id/f6 40755 root:root +/usr/lib/debug/.build-id/f6/0b8424562292b8353fbaada8237d64a441baef 120777 root:root ../../../../sbin/cgdisk +/usr/lib/debug/.build-id/f6/0b8424562292b8353fbaada8237d64a441baef.debug 120777 root:root ../../usr/sbin/cgdisk.debug /usr/lib/debug/usr/sbin/cgdisk.debug 100644 root:root @@ -44,6 +44,6 @@ Provides: cgdisk-debuginfo = 1.0.1-alt1 -File: /usr/lib/debug/.build-id/54 40755 root:root -File: /usr/lib/debug/.build-id/54/5499d9bf2b37a71f488b812f631ab09759ca37 120777 root:root ../../../../sbin/cgdisk -File: /usr/lib/debug/.build-id/54/5499d9bf2b37a71f488b812f631ab09759ca37.debug 120777 root:root ../../usr/sbin/cgdisk.debug -File: /usr/lib/debug/usr/sbin/cgdisk.debug 100644 root:root 359d86f6a038beb769ea38a04bb76334 +File: /usr/lib/debug/.build-id/f6 40755 root:root +File: /usr/lib/debug/.build-id/f6/0b8424562292b8353fbaada8237d64a441baef 120777 root:root ../../../../sbin/cgdisk +File: /usr/lib/debug/.build-id/f6/0b8424562292b8353fbaada8237d64a441baef.debug 120777 root:root ../../usr/sbin/cgdisk.debug +File: /usr/lib/debug/usr/sbin/cgdisk.debug 100644 root:root 3561b45371561450c932060c360d7417 File: /usr/src/debug/gptfdisk-1.0.1 40755 root:root @@ -77,2 +77,2 @@ File: /usr/src/debug/gptfdisk-1.0.1/support.h 100644 root:root a1b5a2a240d85c2e93e7b1b7c5b735b5 -RPMIdentity: 0b4c8a3634c8f5edcf13c7837808ed49 +RPMIdentity: 874e317c5cbf79e478ad85b07f76ae2f --- fixparts-1.0.1-alt1.i586.rpm.repo 2016-01-11 17:15:32.000000000 +0000 +++ fixparts-1.0.1-alt1.i586.rpm.hasher 2021-07-25 13:30:21.979718574 +0000 @@ -15,2 +15,3 @@ Requires: libstdc++.so.6(CXXABI_1.3) +Requires: libstdc++.so.6(CXXABI_1.3.9) Requires: libstdc++.so.6(GLIBCXX_3.4) @@ -22,3 +23,3 @@ Provides: fixparts = 1.0.1-alt1 -File: /usr/sbin/fixparts 100755 root:root ccdca854302df1e05ef75d2546db592a +File: /usr/sbin/fixparts 100755 root:root a56c15baeb57c809e100e81e655c04e2 File: /usr/share/doc/fixparts-1.0.1 40755 root:root @@ -28,2 +29,2 @@ File: /usr/share/man/man8/fixparts.8.xz 100644 root:root dfd4b0002527e2c7ec78897908b594ac -RPMIdentity: 0a156f669a9d584cfd968daaeb2f0572 +RPMIdentity: 810e72364d4f4ae7eb70100c8010d5c2 --- fixparts-debuginfo-1.0.1-alt1.i586.rpm.repo 2016-01-11 17:15:32.000000000 +0000 +++ fixparts-debuginfo-1.0.1-alt1.i586.rpm.hasher 2021-07-25 13:30:22.047718119 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/c7 40755 root:root -/usr/lib/debug/.build-id/c7/ed7421cc25dbca5096a30af09a5fb4357ac347 120777 root:root ../../../../sbin/fixparts -/usr/lib/debug/.build-id/c7/ed7421cc25dbca5096a30af09a5fb4357ac347.debug 120777 root:root ../../usr/sbin/fixparts.debug +/usr/lib/debug/.build-id/be 40755 root:root +/usr/lib/debug/.build-id/be/b7b3e9af4c6f1912d2421213870fef87c70400 120777 root:root ../../../../sbin/fixparts +/usr/lib/debug/.build-id/be/b7b3e9af4c6f1912d2421213870fef87c70400.debug 120777 root:root ../../usr/sbin/fixparts.debug /usr/lib/debug/usr/sbin/fixparts.debug 100644 root:root @@ -27,6 +27,6 @@ Provides: fixparts-debuginfo = 1.0.1-alt1 -File: /usr/lib/debug/.build-id/c7 40755 root:root -File: /usr/lib/debug/.build-id/c7/ed7421cc25dbca5096a30af09a5fb4357ac347 120777 root:root ../../../../sbin/fixparts -File: /usr/lib/debug/.build-id/c7/ed7421cc25dbca5096a30af09a5fb4357ac347.debug 120777 root:root ../../usr/sbin/fixparts.debug -File: /usr/lib/debug/usr/sbin/fixparts.debug 100644 root:root 17e8eebd972015a77d425c33ac7df226 +File: /usr/lib/debug/.build-id/be 40755 root:root +File: /usr/lib/debug/.build-id/be/b7b3e9af4c6f1912d2421213870fef87c70400 120777 root:root ../../../../sbin/fixparts +File: /usr/lib/debug/.build-id/be/b7b3e9af4c6f1912d2421213870fef87c70400.debug 120777 root:root ../../usr/sbin/fixparts.debug +File: /usr/lib/debug/usr/sbin/fixparts.debug 100644 root:root 0490e4171dc467d109b0946824b38238 File: /usr/src/debug/gptfdisk-1.0.1 40755 root:root @@ -47,2 +47,2 @@ File: /usr/src/debug/gptfdisk-1.0.1/support.h 100644 root:root a1b5a2a240d85c2e93e7b1b7c5b735b5 -RPMIdentity: 0e4d3b3815fb873596394b1a93347a0d +RPMIdentity: 044e0d75b05ef547c452137c369524a3 --- gdisk-1.0.1-alt1.i586.rpm.repo 2016-01-11 17:15:32.000000000 +0000 +++ gdisk-1.0.1-alt1.i586.rpm.hasher 2021-07-25 13:30:22.101717757 +0000 @@ -18,3 +18,3 @@ Requires: libm.so.6(GLIBC_2.1) -Requires: libpopt.so.0 >= set:iedoCt6p2iL3MC8ooCg4 +Requires: libpopt.so.0 >= set:jf2V8yc3PpzQIPh6TG0Zd5 Requires: rpmlib(SetVersions) @@ -22,2 +22,3 @@ Requires: libstdc++.so.6(CXXABI_1.3) +Requires: libstdc++.so.6(CXXABI_1.3.9) Requires: libstdc++.so.6(GLIBCXX_3.4) @@ -32,4 +33,4 @@ Provides: gdisk = 1.0.1-alt1 -File: /usr/sbin/gdisk 100755 root:root dc690b78e913ddffd77d03f516b628d2 -File: /usr/sbin/sgdisk 100755 root:root 3b8adae282a3f83792065e38d99eab1b +File: /usr/sbin/gdisk 100755 root:root 444d8c49fd503ee1c6c46a05866ae55b +File: /usr/sbin/sgdisk 100755 root:root ce525f7829025e628e11f76f55e1e217 File: /usr/share/doc/gdisk-1.0.1 40755 root:root @@ -40,2 +41,2 @@ File: /usr/share/man/man8/sgdisk.8.xz 100644 root:root 67922f1f122e8cb91b62707b8ccfab0c -RPMIdentity: e852f5fd6845c91a9a9369415e97bd8e +RPMIdentity: a82defb3534806dac0c60abf8269dd37 --- gdisk-debuginfo-1.0.1-alt1.i586.rpm.repo 2016-01-11 17:15:32.000000000 +0000 +++ gdisk-debuginfo-1.0.1-alt1.i586.rpm.hasher 2021-07-25 13:30:22.176717256 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/5f 40755 root:root -/usr/lib/debug/.build-id/5f/a456ddeac36a2d46937b01e72b723ebc426aab 120777 root:root ../../../../sbin/gdisk -/usr/lib/debug/.build-id/5f/a456ddeac36a2d46937b01e72b723ebc426aab.debug 120777 root:root ../../usr/sbin/gdisk.debug -/usr/lib/debug/.build-id/c9 40755 root:root -/usr/lib/debug/.build-id/c9/d402fdf03a4e2e2307f41ded11b86481c52025 120777 root:root ../../../../sbin/sgdisk -/usr/lib/debug/.build-id/c9/d402fdf03a4e2e2307f41ded11b86481c52025.debug 120777 root:root ../../usr/sbin/sgdisk.debug +/usr/lib/debug/.build-id/db 40755 root:root +/usr/lib/debug/.build-id/db/830e98c68149970e7d45324395fde0834c657b 120777 root:root ../../../../sbin/sgdisk +/usr/lib/debug/.build-id/db/830e98c68149970e7d45324395fde0834c657b.debug 120777 root:root ../../usr/sbin/sgdisk.debug +/usr/lib/debug/.build-id/dc 40755 root:root +/usr/lib/debug/.build-id/dc/3c4c503252a899e299b0a91875f2139afca6dc 120777 root:root ../../../../sbin/gdisk +/usr/lib/debug/.build-id/dc/3c4c503252a899e299b0a91875f2139afca6dc.debug 120777 root:root ../../usr/sbin/gdisk.debug /usr/lib/debug/usr/sbin/gdisk.debug 100644 root:root @@ -50,10 +50,10 @@ Provides: gdisk-debuginfo = 1.0.1-alt1 -File: /usr/lib/debug/.build-id/5f 40755 root:root -File: /usr/lib/debug/.build-id/5f/a456ddeac36a2d46937b01e72b723ebc426aab 120777 root:root ../../../../sbin/gdisk -File: /usr/lib/debug/.build-id/5f/a456ddeac36a2d46937b01e72b723ebc426aab.debug 120777 root:root ../../usr/sbin/gdisk.debug -File: /usr/lib/debug/.build-id/c9 40755 root:root -File: /usr/lib/debug/.build-id/c9/d402fdf03a4e2e2307f41ded11b86481c52025 120777 root:root ../../../../sbin/sgdisk -File: /usr/lib/debug/.build-id/c9/d402fdf03a4e2e2307f41ded11b86481c52025.debug 120777 root:root ../../usr/sbin/sgdisk.debug -File: /usr/lib/debug/usr/sbin/gdisk.debug 100644 root:root a095aa3476f79ec7c59ce72ac14dbe60 -File: /usr/lib/debug/usr/sbin/sgdisk.debug 100644 root:root f38cefa7dad1d70d8ee2393b0a2819d9 +File: /usr/lib/debug/.build-id/db 40755 root:root +File: /usr/lib/debug/.build-id/db/830e98c68149970e7d45324395fde0834c657b 120777 root:root ../../../../sbin/sgdisk +File: /usr/lib/debug/.build-id/db/830e98c68149970e7d45324395fde0834c657b.debug 120777 root:root ../../usr/sbin/sgdisk.debug +File: /usr/lib/debug/.build-id/dc 40755 root:root +File: /usr/lib/debug/.build-id/dc/3c4c503252a899e299b0a91875f2139afca6dc 120777 root:root ../../../../sbin/gdisk +File: /usr/lib/debug/.build-id/dc/3c4c503252a899e299b0a91875f2139afca6dc.debug 120777 root:root ../../usr/sbin/gdisk.debug +File: /usr/lib/debug/usr/sbin/gdisk.debug 100644 root:root 9903290b13220b6dbf45a79b2c68016e +File: /usr/lib/debug/usr/sbin/sgdisk.debug 100644 root:root 79acce7af736d505e41111703608719f File: /usr/src/debug/gptfdisk-1.0.1 40755 root:root @@ -90,2 +90,2 @@ File: /usr/src/debug/gptfdisk-1.0.1/support.h 100644 root:root a1b5a2a240d85c2e93e7b1b7c5b735b5 -RPMIdentity: bcc6566ed0639d25cbc2e36435adc739 +RPMIdentity: 0d533e8591e39d9ac1313a8486ad3875