<86>Dec 25 00:36:24 userdel[2065676]: delete user 'rooter' <86>Dec 25 00:36:24 userdel[2065676]: removed group 'rooter' owned by 'rooter' <86>Dec 25 00:36:24 userdel[2065676]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 25 00:36:24 groupadd[2065686]: group added to /etc/group: name=rooter, GID=642 <86>Dec 25 00:36:24 groupadd[2065686]: group added to /etc/gshadow: name=rooter <86>Dec 25 00:36:24 groupadd[2065686]: new group: name=rooter, GID=642 <86>Dec 25 00:36:24 useradd[2065695]: new user: name=rooter, UID=642, GID=642, home=/root, shell=/bin/bash <86>Dec 25 00:36:24 userdel[2065710]: delete user 'builder' <86>Dec 25 00:36:24 userdel[2065710]: removed group 'builder' owned by 'builder' <86>Dec 25 00:36:24 userdel[2065710]: removed shadow group 'builder' owned by 'builder' <86>Dec 25 00:36:24 groupadd[2065732]: group added to /etc/group: name=builder, GID=643 <86>Dec 25 00:36:24 groupadd[2065732]: group added to /etc/gshadow: name=builder <86>Dec 25 00:36:24 groupadd[2065732]: new group: name=builder, GID=643 <86>Dec 25 00:36:24 useradd[2065738]: new user: name=builder, UID=643, GID=643, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/powertop1-1.13-alt4.src.rpm: license not found in '/usr/share/license' directory: only warning: user mike does not exist - using root warning: group mike does not exist - using root warning: user mike does not exist - using root warning: group mike does not exist - using root warning: user mike does not exist - using root warning: group mike does not exist - using root <13>Dec 25 00:36:26 rpmi: libncurses-6.3.20211106-alt1 sisyphus+289273.100.1.1 1636477028 installed <13>Dec 25 00:36:26 rpmi: libtinfo-devel-6.3.20211106-alt1 sisyphus+289273.100.1.1 1636477028 installed <13>Dec 25 00:36:26 rpmi: libncurses-devel-6.3.20211106-alt1 sisyphus+289273.100.1.1 1636477028 installed <13>Dec 25 00:36:26 rpmi: libncursesw-devel-6.3.20211106-alt1 sisyphus+289273.100.1.1 1636477028 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/powertop1-1.13-alt4.nosrc.rpm (w1.gzdio) Installing powertop1-1.13-alt4.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.2993 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf powertop-1.13 + echo 'Source #0 (powertop-1.13.tar.gz):' Source #0 (powertop-1.13.tar.gz): + /bin/tar -xf - + /bin/gzip -dc /usr/src/RPM/SOURCES/powertop-1.13.tar.gz + cd powertop-1.13 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (powertop-1.13-kconfig.patch):' Patch #0 (powertop-1.13-kconfig.patch): + /usr/bin/patch -p1 patching file powertop.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.2993 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd powertop-1.13 + make -j8 'CC=gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o config.o config.c make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o misctips.o misctips.c make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o process.o process.c make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o powertop.o powertop.c powertop.c: In function 'push_line': powertop.c:100:43: warning: argument to 'sizeof' in 'memset' call is the same pointer type 'struct line *' as the destination; expected 'struct line' or an explicit length [-Wsizeof-pointer-memaccess] 100 | memset(&lines[linehead], 0, sizeof(&lines[0])); | ^ powertop.c: In function 'push_line_pid': powertop.c:123:43: warning: argument to 'sizeof' in 'memset' call is the same pointer type 'struct line *' as the destination; expected 'struct line' or an explicit length [-Wsizeof-pointer-memaccess] 123 | memset(&lines[linehead], 0, sizeof(&lines[0])); | ^ make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o display.o display.c make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o suggestions.o suggestions.c make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o cpufreq.o cpufreq.c make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o sata.o sata.c make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o bluetooth.o bluetooth.c make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o wireless.o wireless.c make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o xrandr.o xrandr.c make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o ethernet.o ethernet.c make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o urbnum.o urbnum.c make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o intelcstates.o intelcstates.c make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o usb.o usb.c usb.c: In function 'activate_usb_autosuspend': usb.c:41:13: warning: variable 'len' set but not used [-Wunused-but-set-variable] 41 | int len; | ^~~ usb.c: In function 'suggest_usb_autosuspend': usb.c:77:13: warning: variable 'len' set but not used [-Wunused-but-set-variable] 77 | int len; | ^~~ make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o cpufreqstats.o cpufreqstats.c make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o perf.o perf.c make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o dmesg.o dmesg.c make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o wifi-new.o wifi-new.c make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o alsa-power.o alsa-power.c make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o ahci-alpm.o ahci-alpm.c make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o devicepm.o devicepm.c devicepm.c: In function 'update_devstats_spi': devicepm.c:217:51: warning: unused parameter 'shortname' [-Wunused-parameter] 217 | static void update_devstats_spi(char *path, char *shortname) | ~~~~~~^~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" powertop.o config.o process.o misctips.o bluetooth.o display.o suggestions.o wireless.o cpufreq.o sata.o xrandr.o ethernet.o cpufreqstats.o usb.o urbnum.o intelcstates.o wifi-new.o perf.o alsa-power.o ahci-alpm.o dmesg.o devicepm.o -lncursesw -o powertop make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' make[1]: Entering directory '/usr/src/RPM/BUILD/powertop-1.13/po' msgfmt -o de.mo de.po make[1]: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13/po' make[1]: Entering directory '/usr/src/RPM/BUILD/powertop-1.13/po' msgfmt -o es.mo es.po make[1]: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13/po' make[1]: Entering directory '/usr/src/RPM/BUILD/powertop-1.13/po' msgfmt -o fi.mo fi.po make[1]: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13/po' make[1]: Entering directory '/usr/src/RPM/BUILD/powertop-1.13/po' msgfmt -o fr.mo fr.po make[1]: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13/po' make[1]: Entering directory '/usr/src/RPM/BUILD/powertop-1.13/po' msgfmt -o hu.mo hu.po make[1]: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13/po' make[1]: Entering directory '/usr/src/RPM/BUILD/powertop-1.13/po' msgfmt -o id.mo id.po make[1]: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13/po' make[1]: Entering directory '/usr/src/RPM/BUILD/powertop-1.13/po' msgfmt -o it.mo it.po make[1]: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13/po' make[1]: Entering directory '/usr/src/RPM/BUILD/powertop-1.13/po' msgfmt -o ja.mo ja.po make[1]: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13/po' make[1]: Entering directory '/usr/src/RPM/BUILD/powertop-1.13/po' msgfmt -o nl.mo nl.po make[1]: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13/po' make[1]: Entering directory '/usr/src/RPM/BUILD/powertop-1.13/po' msgfmt -o pl.mo pl.po make[1]: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13/po' make[1]: Entering directory '/usr/src/RPM/BUILD/powertop-1.13/po' msgfmt -o pt_BR.mo pt_BR.po make[1]: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13/po' make[1]: Entering directory '/usr/src/RPM/BUILD/powertop-1.13/po' msgfmt -o ro.mo ro.po make[1]: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13/po' make[1]: Entering directory '/usr/src/RPM/BUILD/powertop-1.13/po' msgfmt -o ru.mo ru.po make[1]: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13/po' make[1]: Entering directory '/usr/src/RPM/BUILD/powertop-1.13/po' msgfmt -o zh_CN.mo zh_CN.po make[1]: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13/po' make[1]: Entering directory '/usr/src/RPM/BUILD/powertop-1.13/po' msgfmt -o zh_TW.mo zh_TW.po make[1]: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13/po' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.28661 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/powertop1-buildroot + : + /bin/rm -rf -- /usr/src/tmp/powertop1-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd powertop-1.13 + make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/powertop1-buildroot make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gzip -c powertop.8 > powertop.8.gz mkdir -p /usr/src/tmp/powertop1-buildroot/usr/bin cp powertop /usr/src/tmp/powertop1-buildroot/usr/bin mkdir -p /usr/src/tmp/powertop1-buildroot/usr/share/man/man8 cp powertop.8.gz /usr/src/tmp/powertop1-buildroot/usr/share/man/man8 make[1]: Entering directory '/usr/src/RPM/BUILD/powertop-1.13/po' mkdir -p /usr/src/tmp/powertop1-buildroot/usr/share/locale/de/LC_MESSAGES/ cp -f de.mo /usr/src/tmp/powertop1-buildroot/usr/share/locale/de/LC_MESSAGES/powertop.mo mkdir -p /usr/src/tmp/powertop1-buildroot/usr/share/locale/es/LC_MESSAGES/ cp -f es.mo /usr/src/tmp/powertop1-buildroot/usr/share/locale/es/LC_MESSAGES/powertop.mo mkdir -p /usr/src/tmp/powertop1-buildroot/usr/share/locale/fi/LC_MESSAGES/ cp -f fi.mo /usr/src/tmp/powertop1-buildroot/usr/share/locale/fi/LC_MESSAGES/powertop.mo mkdir -p /usr/src/tmp/powertop1-buildroot/usr/share/locale/fr/LC_MESSAGES/ cp -f fr.mo /usr/src/tmp/powertop1-buildroot/usr/share/locale/fr/LC_MESSAGES/powertop.mo mkdir -p /usr/src/tmp/powertop1-buildroot/usr/share/locale/hu/LC_MESSAGES/ cp -f hu.mo /usr/src/tmp/powertop1-buildroot/usr/share/locale/hu/LC_MESSAGES/powertop.mo mkdir -p /usr/src/tmp/powertop1-buildroot/usr/share/locale/id/LC_MESSAGES/ cp -f id.mo /usr/src/tmp/powertop1-buildroot/usr/share/locale/id/LC_MESSAGES/powertop.mo mkdir -p /usr/src/tmp/powertop1-buildroot/usr/share/locale/it/LC_MESSAGES/ cp -f it.mo /usr/src/tmp/powertop1-buildroot/usr/share/locale/it/LC_MESSAGES/powertop.mo mkdir -p /usr/src/tmp/powertop1-buildroot/usr/share/locale/ja/LC_MESSAGES/ cp -f ja.mo /usr/src/tmp/powertop1-buildroot/usr/share/locale/ja/LC_MESSAGES/powertop.mo mkdir -p /usr/src/tmp/powertop1-buildroot/usr/share/locale/nl/LC_MESSAGES/ cp -f nl.mo /usr/src/tmp/powertop1-buildroot/usr/share/locale/nl/LC_MESSAGES/powertop.mo mkdir -p /usr/src/tmp/powertop1-buildroot/usr/share/locale/pl/LC_MESSAGES/ cp -f pl.mo /usr/src/tmp/powertop1-buildroot/usr/share/locale/pl/LC_MESSAGES/powertop.mo mkdir -p /usr/src/tmp/powertop1-buildroot/usr/share/locale/pt_BR/LC_MESSAGES/ cp -f pt_BR.mo /usr/src/tmp/powertop1-buildroot/usr/share/locale/pt_BR/LC_MESSAGES/powertop.mo mkdir -p /usr/src/tmp/powertop1-buildroot/usr/share/locale/ro/LC_MESSAGES/ cp -f ro.mo /usr/src/tmp/powertop1-buildroot/usr/share/locale/ro/LC_MESSAGES/powertop.mo mkdir -p /usr/src/tmp/powertop1-buildroot/usr/share/locale/ru/LC_MESSAGES/ cp -f ru.mo /usr/src/tmp/powertop1-buildroot/usr/share/locale/ru/LC_MESSAGES/powertop.mo mkdir -p /usr/src/tmp/powertop1-buildroot/usr/share/locale/zh_CN/LC_MESSAGES/ cp -f zh_CN.mo /usr/src/tmp/powertop1-buildroot/usr/share/locale/zh_CN/LC_MESSAGES/powertop.mo mkdir -p /usr/src/tmp/powertop1-buildroot/usr/share/locale/zh_TW/LC_MESSAGES/ cp -f zh_TW.mo /usr/src/tmp/powertop1-buildroot/usr/share/locale/zh_TW/LC_MESSAGES/powertop.mo make[1]: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13/po' make: Leaving directory '/usr/src/RPM/BUILD/powertop-1.13' + mv /usr/src/tmp/powertop1-buildroot/usr/bin/powertop /usr/src/tmp/powertop1-buildroot/usr/bin/powertop1 + mv /usr/src/tmp/powertop1-buildroot/usr/share/man/man8/powertop.8.gz /usr/src/tmp/powertop1-buildroot/usr/share/man/man8/powertop1.8.gz + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/powertop1-buildroot (auto) Verifying and fixing files in /usr/src/tmp/powertop1-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/powertop1-buildroot/ (default) Compressing files in /usr/src/tmp/powertop1-buildroot (auto) Verifying ELF objects in /usr/src/tmp/powertop1-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: powertop1-1.13-alt4 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.99540 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd powertop-1.13 + DOCDIR=/usr/src/tmp/powertop1-buildroot/usr/share/doc/powertop1-1.13 + export DOCDIR + rm -rf /usr/src/tmp/powertop1-buildroot/usr/share/doc/powertop1-1.13 + /bin/mkdir -p /usr/src/tmp/powertop1-buildroot/usr/share/doc/powertop1-1.13 + cp -prL Changelog README /usr/src/tmp/powertop1-buildroot/usr/share/doc/powertop1-1.13 + chmod -R go-w /usr/src/tmp/powertop1-buildroot/usr/share/doc/powertop1-1.13 + chmod -R a+rX /usr/src/tmp/powertop1-buildroot/usr/share/doc/powertop1-1.13 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QJ9YOr find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1eX81I find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(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), libncursesw.so.5()(64bit) >= set:mhWilR7fWJiaHgHwsfHAWNEvJ1Ht6Asx8RlZqZIZsWR0Sp5, libtinfo.so.5()(64bit) >= set:lidI5NFvUWw7R0, 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.42aM4u Creating powertop1-debuginfo package Processing files: powertop1-debuginfo-1.13-alt4 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.RWERZL find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.tgfpnH find-requires: running scripts (debuginfo) Requires: powertop1 = 1.13-alt4, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libncursesw.so.5), debug64(libtinfo.so.5) warning: Installed (but unpackaged) file(s) found: /usr/share/locale/de/LC_MESSAGES/powertop.mo /usr/share/locale/es/LC_MESSAGES/powertop.mo /usr/share/locale/fi/LC_MESSAGES/powertop.mo /usr/share/locale/fr/LC_MESSAGES/powertop.mo /usr/share/locale/hu/LC_MESSAGES/powertop.mo /usr/share/locale/id/LC_MESSAGES/powertop.mo /usr/share/locale/it/LC_MESSAGES/powertop.mo /usr/share/locale/ja/LC_MESSAGES/powertop.mo /usr/share/locale/nl/LC_MESSAGES/powertop.mo /usr/share/locale/pl/LC_MESSAGES/powertop.mo /usr/share/locale/pt_BR/LC_MESSAGES/powertop.mo /usr/share/locale/ro/LC_MESSAGES/powertop.mo /usr/share/locale/ru/LC_MESSAGES/powertop.mo /usr/share/locale/zh_CN/LC_MESSAGES/powertop.mo /usr/share/locale/zh_TW/LC_MESSAGES/powertop.mo Wrote: /usr/src/RPM/RPMS/x86_64/powertop1-1.13-alt4.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/powertop1-debuginfo-1.13-alt4.x86_64.rpm (w2.lzdio) 2.86user 1.69system 0:07.75elapsed 58%CPU (0avgtext+0avgdata 44496maxresident)k 0inputs+0outputs (0major+256012minor)pagefaults 0swaps /.out/powertop1-1.13-alt4.x86_64.rpm: license not found in '/usr/share/license' directory: only /.out/powertop1-debuginfo-1.13-alt4.x86_64.rpm: license not found in '/usr/share/license' directory: only 6.57user 6.32system 0:15.23elapsed 84%CPU (0avgtext+0avgdata 104404maxresident)k 0inputs+0outputs (30254major+508604minor)pagefaults 0swaps --- powertop1-1.13-alt4.x86_64.rpm.repo 2015-01-28 16:44:31.000000000 +0000 +++ powertop1-1.13-alt4.x86_64.rpm.hasher 2021-12-25 00:36:37.273120659 +0000 @@ -4,3 +4,3 @@ /usr/share/doc/powertop1-1.13/README 100644 root:root -/usr/share/man/man8/powertop1.8.gz 100644 root:root +/usr/share/man/man8/powertop1.8.xz 100644 root:root Requires: /lib64/ld-linux-x86-64.so.2 @@ -8,5 +8,7 @@ Requires: libc.so.6(GLIBC_2.3)(64bit) +Requires: libc.so.6(GLIBC_2.33)(64bit) +Requires: libc.so.6(GLIBC_2.34)(64bit) Requires: libc.so.6(GLIBC_2.4)(64bit) Requires: libc.so.6(GLIBC_2.7)(64bit) -Requires: libncursesw.so.5()(64bit) >= set:mitFqR7tQrBkuxmjKDniZ1zulH69noAWkZqZ9Z9RH1XI2 +Requires: libncursesw.so.5()(64bit) >= set:mhWilR7fWJiaHgHwsfHAWNEvJ1Ht6Asx8RlZqZIZsWR0Sp5 Requires: rpmlib(SetVersions) @@ -16,3 +18,3 @@ Provides: powertop1 = 1.13-alt4 -File: /usr/bin/powertop1 100755 root:root 8f8d1a62460e1444a39be79ddc35a657 +File: /usr/bin/powertop1 100755 root:root 8d0370d1f35b78223d32e474bc2aa368 File: /usr/share/doc/powertop1-1.13 40755 root:root @@ -20,3 +22,3 @@ File: /usr/share/doc/powertop1-1.13/README 100644 root:root 9801b8b4a77f64023d38cbda15e6a002 -File: /usr/share/man/man8/powertop1.8.gz 100644 root:root 4efcfc862d0a9f7456240b1a585ebfb3 -RPMIdentity: 048f52bcb1e6e8091d81fa10b84cab9067a03a5af2ac63c39ba23d59545f13c1cf886d84ca99dd36095e95cd159e4ed6a7e8695df3a301cb6269f67eba99e0f8 +File: /usr/share/man/man8/powertop1.8.xz 100644 root:root cc6349085eaccd7df31b3aca457529f5 +RPMIdentity: cf1b7dd3a553803b4edcd83fa036d3707b0172114818d6387a1dde80b3105da7ae8443f4e46524569c2f3887639a47493402ebdf7f2eca4f20155cc114ab4a03 --- powertop1-debuginfo-1.13-alt4.x86_64.rpm.repo 2015-01-28 16:44:31.000000000 +0000 +++ powertop1-debuginfo-1.13-alt4.x86_64.rpm.hasher 2021-12-25 00:36:37.386121877 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/7c 40755 root:root -/usr/lib/debug/.build-id/7c/b4feadb2e86991f44d7079ecaec70dd12b88a2 120777 root:root ../../../../bin/powertop1 -/usr/lib/debug/.build-id/7c/b4feadb2e86991f44d7079ecaec70dd12b88a2.debug 120777 root:root ../../usr/bin/powertop1.debug +/usr/lib/debug/.build-id/02 40755 root:root +/usr/lib/debug/.build-id/02/3891c75b2b68b6933137badea84d37b9e59bf5 120777 root:root ../../../../bin/powertop1 +/usr/lib/debug/.build-id/02/3891c75b2b68b6933137badea84d37b9e59bf5.debug 120777 root:root ../../usr/bin/powertop1.debug /usr/lib/debug/usr/bin/powertop1.debug 100644 root:root @@ -36,6 +36,6 @@ Provides: powertop1-debuginfo = 1.13-alt4 -File: /usr/lib/debug/.build-id/7c 40755 root:root -File: /usr/lib/debug/.build-id/7c/b4feadb2e86991f44d7079ecaec70dd12b88a2 120777 root:root ../../../../bin/powertop1 -File: /usr/lib/debug/.build-id/7c/b4feadb2e86991f44d7079ecaec70dd12b88a2.debug 120777 root:root ../../usr/bin/powertop1.debug -File: /usr/lib/debug/usr/bin/powertop1.debug 100644 root:root 5c08b7d9d04051088649eeeaf8820aee +File: /usr/lib/debug/.build-id/02 40755 root:root +File: /usr/lib/debug/.build-id/02/3891c75b2b68b6933137badea84d37b9e59bf5 120777 root:root ../../../../bin/powertop1 +File: /usr/lib/debug/.build-id/02/3891c75b2b68b6933137badea84d37b9e59bf5.debug 120777 root:root ../../usr/bin/powertop1.debug +File: /usr/lib/debug/usr/bin/powertop1.debug 100644 root:root 95d6f87453bc9a915044c911eab1d07d File: /usr/src/debug/powertop-1.13 40755 root:root @@ -65,2 +65,2 @@ File: /usr/src/debug/powertop-1.13/xrandr.c 100644 root:root 61baa0bfb411498dcda9958c72fb46da -RPMIdentity: 89abde28127f2183ccb53286a5b3030f10163a50f2ccac6c6adabb6114aacbae559b511e42a08a5975af240ba057193554668521af588700d055365837004f8b +RPMIdentity: 59eedb5b0330c65cbbbb6d7c0e8a6a2383d71e94ddcc235529cb84d28197a98eb51772e77c50c3549105344961aff91b67a97fc2ed84e24fe7a90377e02e1277