<86>Aug 1 11:28:07 userdel[3075404]: delete user 'rooter' <86>Aug 1 11:28:07 userdel[3075404]: removed group 'rooter' owned by 'rooter' <86>Aug 1 11:28:07 userdel[3075404]: removed shadow group 'rooter' owned by 'rooter' <86>Aug 1 11:28:07 groupadd[3075409]: group added to /etc/group: name=rooter, GID=651 <86>Aug 1 11:28:07 groupadd[3075409]: group added to /etc/gshadow: name=rooter <86>Aug 1 11:28:07 groupadd[3075409]: new group: name=rooter, GID=651 <86>Aug 1 11:28:08 useradd[3075413]: new user: name=rooter, UID=651, GID=651, home=/root, shell=/bin/bash <86>Aug 1 11:28:08 userdel[3075419]: delete user 'builder' <86>Aug 1 11:28:08 userdel[3075419]: removed group 'builder' owned by 'builder' <86>Aug 1 11:28:08 userdel[3075419]: removed shadow group 'builder' owned by 'builder' <86>Aug 1 11:28:08 groupadd[3075424]: group added to /etc/group: name=builder, GID=652 <86>Aug 1 11:28:08 groupadd[3075424]: group added to /etc/gshadow: name=builder <86>Aug 1 11:28:08 groupadd[3075424]: new group: name=builder, GID=652 <86>Aug 1 11:28:08 useradd[3075428]: new user: name=builder, UID=652, GID=652, home=/usr/src, shell=/bin/bash <13>Aug 1 11:28:10 rpmi: rpm-macros-make-0.1-alt1 1299442795 installed <13>Aug 1 11:28:13 rpmi: libtinfo-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686226 installed <13>Aug 1 11:28:13 rpmi: libncurses-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686226 installed <13>Aug 1 11:28:13 rpmi: gcc-c++-common-1.4.23-alt1 sisyphus+221902.2500.4.1 1550596716 installed <13>Aug 1 11:28:14 rpmi: libstdc++8-devel-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587912 installed <13>Aug 1 11:28:15 rpmi: gcc8-c++-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587912 installed <13>Aug 1 11:28:15 rpmi: gcc-c++-8-alt2 p9+246536.100.3.1 1582643803 installed <13>Aug 1 11:28:15 rpmi: libncursesw-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686226 installed <13>Aug 1 11:28:15 rpmi: libuuid-devel-2.33.2-alt2 p9+254003.100.1.1 1593108043 installed <13>Aug 1 11:28:15 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.71165 + 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.71165 + 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.74572 + 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.38905 + 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.CsCqzZgASV. 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.CsCqzZgASV. 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.CsCqzZgASV. 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 -> dsQFWAQI) 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.CsCqzZgASV. 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.CsCqzZgASV. 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.CsCqzZgASV. 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 D010761B-1FB3-48C2-8ECA-5472DE9C10E9 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.CsCqzZgASV. 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.CsCqzZgASV. 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 -> dsQFWAQI) 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.CsCqzZgASV. 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.97705 + 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.c3WyGR 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.6s1yGU 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.iRMTfs 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.vDisXs 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.YgwJYK 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.zxQwjx Creating cgdisk-debuginfo package Processing files: fixparts-1.0.1-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.55892 + 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.q70fA6 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.2O5Hub 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.uUj74z 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.hwzRis find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CScSaE 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.yPzDLl find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.sUtpIn 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.bnRKhS find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.B13kkT 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) 35.24user 5.91system 1:06.75elapsed 61%CPU (0avgtext+0avgdata 79112maxresident)k 0inputs+0outputs (0major+918235minor)pagefaults 0swaps 46.04user 12.06system 1:22.56elapsed 70%CPU (0avgtext+0avgdata 118196maxresident)k 8inputs+0outputs (0major+1345676minor)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-08-01 11:29:27.396169549 +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: 8533f585f62f2678fee3dcc130d9528afd3a027b4f4fa2102afca40e7ed3c116fe0858fd991d561e9dae99c282dec71130bcb2182501c9f78967368e693e9477 +RPMIdentity: 8ef058b950d428d0339827bf4b34e3ac69927147cc4b35be21eca4e9ada0d199e78508239c8b47837509469d0f8998011250401afc657fd03cc2942c8311277d --- 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-08-01 11:29:27.949150209 +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: 1f943300ae02d5552916d0fb5fe39537f42ae86afa847f8a93429ac032e60fad02523f71fe3d8fcdc3d2f25dc492129421176d8f0dbf2d5f72792afb807d9a18 +RPMIdentity: f81ce4492a0958bac68b935a65ce1c9125cc3c67e412f9efd23176d979f4ee7899108ccea4b6c3ab1be2c185ed0edc85df355feeeb337858338eacd26a519cb6 --- 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-08-01 11:29:28.058146396 +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: 9589d3f5b2c2b9986662e2e4dae4b5574cae8025ce5da53704e719bdc69b625f38042018ef511c24bedc617ef9680e3b72a20cae77d1e147e60097b02b68bd7b +RPMIdentity: a1f6a8ce85b61115466f28db923f21629f1b222c996a3535982635f7fbc91c4ec741abee52d0998c9a508f72daacfdaf386795a4a9c6ac318a26967b718b7be2 --- 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-08-01 11:29:28.855118522 +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: ca397921fb4dce625b943e3955965d014a361f6eb531be111d3dff9f063109db3e8745338f226f21e010d5eefaf28a61c95a5be7a7b5fdf43f1e5f6ce69106f3 +RPMIdentity: 5e398a7535f9bc2721cb75fe4ca868817949bc5257333256055afe9cc3662f6ce309834b5860c2f9c56cf843303fb5d0a038f04a9a6545d748143441d22f7dda --- 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-08-01 11:29:28.986113940 +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: 4e9b202ce0267e66663464a6191ce66baac5a4e288fd06ee55b0d438dde572d89c2ca88e79655bc8acbd910999935ee385dfbf7877d04d918eabfeddec9e7dfc +RPMIdentity: 1edf20bcdb25dbf4a3096be949b4de787e1b25e6f7810646be464d276ea23526752ebf52fd725a7956057d5c1b814ebdee357c7d5de842d7ce84e11d9ca301b9 --- 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-08-01 11:29:29.492096243 +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: cbe6f30d8ab277e2e2fd6f1afd9a76eb41a64d0f06ae897843141a9c67c0fa242727aeadf2f528f506ff312e27eadf3d22d5fddf9cbc12b193982d15d2949290 +RPMIdentity: 1e4b3839a8bd56b0ed76afee3d8dc4d6e2f3f59e317be15132ea64ad52eec7f11f3c0715c134aa072f478def30022cde5f0e65121555d16105b275322c77deee