<86>Apr 27 08:53:59 userdel[182132]: delete user 'rooter' <86>Apr 27 08:53:59 userdel[182132]: removed group 'rooter' owned by 'rooter' <86>Apr 27 08:53:59 userdel[182132]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 27 08:53:59 groupadd[182204]: group added to /etc/group: name=rooter, GID=1877 <86>Apr 27 08:53:59 groupadd[182204]: group added to /etc/gshadow: name=rooter <86>Apr 27 08:53:59 groupadd[182204]: new group: name=rooter, GID=1877 <86>Apr 27 08:53:59 useradd[182255]: new user: name=rooter, UID=1877, GID=1877, home=/root, shell=/bin/bash, from=none <86>Apr 27 08:53:59 userdel[182336]: delete user 'builder' <86>Apr 27 08:53:59 userdel[182336]: removed group 'builder' owned by 'builder' <86>Apr 27 08:53:59 userdel[182336]: removed shadow group 'builder' owned by 'builder' <86>Apr 27 08:53:59 groupadd[182384]: group added to /etc/group: name=builder, GID=1878 <86>Apr 27 08:53:59 groupadd[182384]: group added to /etc/gshadow: name=builder <86>Apr 27 08:53:59 groupadd[182384]: new group: name=builder, GID=1878 <86>Apr 27 08:53:59 useradd[182434]: new user: name=builder, UID=1878, GID=1878, home=/usr/src, shell=/bin/bash, from=none /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>Apr 27 08:54:02 rpmi: libncurses6-6.3.20220618-alt4 sisyphus+327286.4600.14.1 1711486782 installed <13>Apr 27 08:54:02 rpmi: libtinfo-devel-6.3.20220618-alt4 sisyphus+327286.4600.14.1 1711486782 installed <13>Apr 27 08:54:03 rpmi: libncurses-devel-6.3.20220618-alt4 sisyphus+327286.4600.14.1 1711486782 installed <13>Apr 27 08:54:03 rpmi: libncursesw-devel-6.3.20220618-alt4 sisyphus+327286.4600.14.1 1711486782 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/powertop1-1.13-alt4.nosrc.rpm (w1.gzdio) Installing powertop1-1.13-alt4.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.70838 + 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/gzip -dc /usr/src/RPM/SOURCES/powertop-1.13.tar.gz + /bin/tar -xf - + 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.70838 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd powertop-1.13 + make -j16 'CC=gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' make: Entering directory '/usr/src/RPM/BUILD/powertop-1.13' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -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 -march=i586 -mtune=generic -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o cpufreq.o cpufreq.c cpufreq.c: In function 'activate_ondemand': cpufreq.c:42:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 42 | system("/sbin/modprobe cpufreq_ondemand > /dev/null 2>&1"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 -march=i586 -mtune=generic -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o process.o process.c process.c: In function 'do_kill': process.c:73:17: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 73 | system(line); | ^~~~~~~~~~~~ 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 -march=i586 -mtune=generic -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o xrandr.o xrandr.c xrandr.c: In function 'activate_noTV': xrandr.c:39:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 39 | system("xrandr --auto &> /dev/null"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xrandr.c:40:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 40 | system("xrandr --output TV --off &> /dev/null"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 -march=i586 -mtune=generic -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o misctips.o misctips.c misctips.c: In function 'noatime_on': misctips.c:172:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 172 | system("/bin/mount -o remount,noatime,nodiratime /"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 -march=i586 -mtune=generic -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 -march=i586 -mtune=generic -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o bluetooth.o bluetooth.c bluetooth.c: In function 'turn_bluetooth_off': bluetooth.c:96:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 96 | system("/usr/sbin/hciconfig hci0 down &> /dev/null"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bluetooth.c:97:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 97 | system("/sbin/rmmod hci_usb &> /dev/null"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bluetooth.c: In function 'suggest_bluetooth_off': bluetooth.c:142:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 142 | fgets(line,2048,file); | ^~~~~~~~~~~~~~~~~~~~~ bluetooth.c:144:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 144 | fgets(line, 2047, file); | ^~~~~~~~~~~~~~~~~~~~~~~ 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 -march=i586 -mtune=generic -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 -march=i586 -mtune=generic -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 -march=i586 -mtune=generic -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o wireless.o wireless.c wireless.c: In function 'activate_wireless_suggestion': wireless.c:271:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 271 | system(line); | ^~~~~~~~~~~~ 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 -march=i586 -mtune=generic -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 -march=i586 -mtune=generic -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 -march=i586 -mtune=generic -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 -march=i586 -mtune=generic -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o urbnum.o urbnum.c urbnum.c: In function 'count_usb_urbs': urbnum.c:159:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 159 | fgets(buffer, 4095, file); | ^~~~~~~~~~~~~~~~~~~~~~~~~ urbnum.c: In function 'update_urbnum': urbnum.c:77:25: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 77 | fgets(name, 4096, file); | ^~~~~~~~~~~~~~~~~~~~~~~ urbnum.c:84:25: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 84 | fgets(name, 4096, file); | ^~~~~~~~~~~~~~~~~~~~~~~ urbnum.c:104:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 104 | fgets(name, 4096, file); | ^~~~~~~~~~~~~~~~~~~~~~~ urbnum.c:111:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 111 | fgets(vendor, 4096, file); | ^~~~~~~~~~~~~~~~~~~~~~~~~ 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 -march=i586 -mtune=generic -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 -march=i586 -mtune=generic -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])); | ^ powertop.c: In function 'main': powertop.c:898:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 898 | system("/sbin/modprobe cpufreq_stats > /dev/null 2>&1"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 -march=i586 -mtune=generic -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 -march=i586 -mtune=generic -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o alsa-power.o alsa-power.c alsa-power.c: In function 'update_alsa_device': alsa-power.c:105:25: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 105 | fgets(name, 4096, file); | ^~~~~~~~~~~~~~~~~~~~~~~ alsa-power.c:112:25: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 112 | fgets(name, 4096, file); | ^~~~~~~~~~~~~~~~~~~~~~~ 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 -march=i586 -mtune=generic -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 -march=i586 -mtune=generic -O1 -g -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.13\" -c -o ahci-alpm.o ahci-alpm.c ahci-alpm.c: In function 'update_ahci_device': ahci-alpm.c:154:25: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 154 | fgets(name, 4096, file); | ^~~~~~~~~~~~~~~~~~~~~~~ ahci-alpm.c:162:25: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 162 | fgets(name, 4096, file); | ^~~~~~~~~~~~~~~~~~~~~~~ ahci-alpm.c:170:25: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 170 | fgets(name, 4096, file); | ^~~~~~~~~~~~~~~~~~~~~~~ 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 -march=i586 -mtune=generic -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) | ~~~~~~^~~~~~~~~ devicepm.c: In function 'update_devstats_pci': devicepm.c:173:25: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 173 | fgets(name, 4096, file); | ^~~~~~~~~~~~~~~~~~~~~~~ devicepm.c:180:25: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 180 | fgets(name, 4096, file); | ^~~~~~~~~~~~~~~~~~~~~~~ devicepm.c:209:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 209 | fgets(ptr->human_name, 4095, file); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ devicepm.c: In function 'update_devstats_spi': devicepm.c:231:25: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 231 | fgets(name, 4096, file); | ^~~~~~~~~~~~~~~~~~~~~~~ devicepm.c:238:25: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 238 | fgets(name, 4096, file); | ^~~~~~~~~~~~~~~~~~~~~~~ devicepm.c:257:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 257 | fgets(ptr->human_name, sizeof(ptr->human_name), file); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 -march=i586 -mtune=generic -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 -march=i586 -mtune=generic -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 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 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 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 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 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_TW.mo zh_TW.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' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.14223 + 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:/usr/bin:/bin:/usr/local/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) verify-elf: WARNING: ./usr/bin/powertop1: uses non-LFS functions: fcntl fopen mmap readdir stat Splitting links to aliased files under /{,s}bin in /usr/src/tmp/powertop1-buildroot Processing files: powertop1-1.13-alt4 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.343 + 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.ixSnlu 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.cguZPF find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,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.28), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.38), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libncursesw.so.6 >= set:niIFhgoPKpvHt69noAWcoWmL6IPax1sR7tQritnOZclRr8yb1, libtinfo.so.6 >= 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.BA0Iqi 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.Ofdk18 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gosVbf find-requires: running scripts (debuginfo) Requires: powertop1 = 1.13-alt4, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libncursesw.so.6), debug(libtinfo.so.6) Adding to powertop1-debuginfo a strict dependency on powertop1 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/i586/powertop1-1.13-alt4.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/powertop1-debuginfo-1.13-alt4.i586.rpm (w2.lzdio) 2.08user 2.19system 0:06.85elapsed 62%CPU (0avgtext+0avgdata 43088maxresident)k 0inputs+0outputs (0major+241149minor)pagefaults 0swaps /.out/powertop1-1.13-alt4.i586.rpm: license not found in '/usr/share/license' directory: only /.out/powertop1-debuginfo-1.13-alt4.i586.rpm: license not found in '/usr/share/license' directory: only 3.43user 2.78system 0:16.91elapsed 36%CPU (0avgtext+0avgdata 127032maxresident)k 48inputs+0outputs (0major+204760minor)pagefaults 0swaps --- powertop1-1.13-alt4.i586.rpm.repo 2023-09-04 22:17:56.000000000 +0000 +++ powertop1-1.13-alt4.i586.rpm.hasher 2024-04-27 08:54:12.900717443 +0000 @@ -23,3 +23,3 @@ Provides: powertop1 = 1.13-alt4:sisyphus+328735.300.1.1 -File: /usr/bin/powertop1 100755 root:root 8a0783e6cbc2fb1ae4dfa6b585ca16b7 +File: /usr/bin/powertop1 100755 root:root dede1930c03f5f6ebcef0aa9233a5aec File: /usr/share/doc/powertop1-1.13 40755 root:root @@ -28,2 +28,2 @@ File: /usr/share/man/man8/powertop1.8.xz 100644 root:root cc6349085eaccd7df31b3aca457529f5 -RPMIdentity: ab153f8196d21a7494c2e0a4ba35c486f27cf2a451f1fecbe8f94da0e1d0f0d8fd739be6e9b4af30535b448097489c1126409a7310ce15bd47ff3f7ecbd1e475 +RPMIdentity: ab42807f7f4239c5587e865ddb8b434220b1626bc1e0f57e10b2050280137710e65f47763b2ae42f652e4dc992018087f4ee8b35f3a09db9dde846a219187893 --- powertop1-debuginfo-1.13-alt4.i586.rpm.repo 2023-09-04 22:17:56.000000000 +0000 +++ powertop1-debuginfo-1.13-alt4.i586.rpm.hasher 2024-04-27 08:54:12.992718785 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/67 40755 root:root -/usr/lib/debug/.build-id/67/a2ea8cfaeff73be6e149e99fb0b0878477cbb3 120777 root:root ../../../../bin/powertop1 -/usr/lib/debug/.build-id/67/a2ea8cfaeff73be6e149e99fb0b0878477cbb3.debug 120777 root:root ../../usr/bin/powertop1.debug +/usr/lib/debug/.build-id/e6 40755 root:root +/usr/lib/debug/.build-id/e6/bafaf53cc89cbd94120a357df100ed4aa30b01 120777 root:root ../../../../bin/powertop1 +/usr/lib/debug/.build-id/e6/bafaf53cc89cbd94120a357df100ed4aa30b01.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:sisyphus+328735.300.1.1 -File: /usr/lib/debug/.build-id/67 40755 root:root -File: /usr/lib/debug/.build-id/67/a2ea8cfaeff73be6e149e99fb0b0878477cbb3 120777 root:root ../../../../bin/powertop1 -File: /usr/lib/debug/.build-id/67/a2ea8cfaeff73be6e149e99fb0b0878477cbb3.debug 120777 root:root ../../usr/bin/powertop1.debug -File: /usr/lib/debug/usr/bin/powertop1.debug 100644 root:root ccca3b721c9a9fc55d8e3605e07e774e +File: /usr/lib/debug/.build-id/e6 40755 root:root +File: /usr/lib/debug/.build-id/e6/bafaf53cc89cbd94120a357df100ed4aa30b01 120777 root:root ../../../../bin/powertop1 +File: /usr/lib/debug/.build-id/e6/bafaf53cc89cbd94120a357df100ed4aa30b01.debug 120777 root:root ../../usr/bin/powertop1.debug +File: /usr/lib/debug/usr/bin/powertop1.debug 100644 root:root 2b60c0f7e2d4c77c6561a68015a860be 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: 4e23caf5583428c22632448b13fec0c52c6d288dabae03a2b6521c8aa22bcdf081d1d204960511096ff104184729374174a768165ae69055fa74e28dd691f956 +RPMIdentity: 2a7d36a194660fbee05c0ac3a18fa98559e9515c56a60a806c2e2e9c4f98fb476e05fe2cda49bd084e118a7f223a2c0b485842d7a956db97739e5a873d310bc3