Advertisement
Guest User

Untitled

a guest
Jun 13th, 2012
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.55 KB | None | 0 0
  1. root@vaio:~/powertop# make
  2. make all-recursive
  3. make[1]: Entering directory `/root/powertop'
  4. Making all in pevent
  5. make[2]: Entering directory `/root/powertop/pevent'
  6. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT parse-events.lo -MD -MP -MF .deps/parse-events.Tpo -c -o parse-events.lo parse-events.c
  7. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT parse-events.lo -MD -MP -MF .deps/parse-events.Tpo -c parse-events.c -fPIC -DPIC -o .libs/parse-events.o
  8. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT parse-events.lo -MD -MP -MF .deps/parse-events.Tpo -c parse-events.c -o parse-events.o >/dev/null 2>&1
  9. mv -f .deps/parse-events.Tpo .deps/parse-events.Plo
  10. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT parse-filter.lo -MD -MP -MF .deps/parse-filter.Tpo -c -o parse-filter.lo parse-filter.c
  11. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT parse-filter.lo -MD -MP -MF .deps/parse-filter.Tpo -c parse-filter.c -fPIC -DPIC -o .libs/parse-filter.o
  12. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT parse-filter.lo -MD -MP -MF .deps/parse-filter.Tpo -c parse-filter.c -o parse-filter.o >/dev/null 2>&1
  13. mv -f .deps/parse-filter.Tpo .deps/parse-filter.Plo
  14. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT trace-seq.lo -MD -MP -MF .deps/trace-seq.Tpo -c -o trace-seq.lo trace-seq.c
  15. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT trace-seq.lo -MD -MP -MF .deps/trace-seq.Tpo -c trace-seq.c -fPIC -DPIC -o .libs/trace-seq.o
  16. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT trace-seq.lo -MD -MP -MF .deps/trace-seq.Tpo -c trace-seq.c -o trace-seq.o >/dev/null 2>&1
  17. mv -f .deps/trace-seq.Tpo .deps/trace-seq.Plo
  18. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT parse-utils.lo -MD -MP -MF .deps/parse-utils.Tpo -c -o parse-utils.lo parse-utils.c
  19. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT parse-utils.lo -MD -MP -MF .deps/parse-utils.Tpo -c parse-utils.c -fPIC -DPIC -o .libs/parse-utils.o
  20. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT parse-utils.lo -MD -MP -MF .deps/parse-utils.Tpo -c parse-utils.c -o parse-utils.o >/dev/null 2>&1
  21. mv -f .deps/parse-utils.Tpo .deps/parse-utils.Plo
  22. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libparseevent.la parse-events.lo parse-filter.lo trace-seq.lo parse-utils.lo -lpthread -lncursesw
  23. libtool: link: ar cru .libs/libparseevent.a .libs/parse-events.o .libs/parse-filter.o .libs/trace-seq.o .libs/parse-utils.o
  24. libtool: link: ranlib .libs/libparseevent.a
  25. libtool: link: ( cd ".libs" && rm -f "libparseevent.la" && ln -s "../libparseevent.la" "libparseevent.la" )
  26. make[2]: Leaving directory `/root/powertop/pevent'
  27. Making all in src
  28. make[2]: Entering directory `/root/powertop/src'
  29. depbase=`echo csstoh.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  30. gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT csstoh.o -MD -MP -MF $depbase.Tpo -c -o csstoh.o csstoh.c &&\
  31. mv -f $depbase.Tpo $depbase.Po
  32. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -lpthread -lncursesw -lpci -lnl -lz -o csstoh csstoh.o -lpthread -lncursesw
  33. libtool: link: gcc -g -O2 -o csstoh csstoh.o -lpci -lnl -lz -lpthread -lncursesw
  34. ./csstoh powertop.css css.h
  35. make all-am
  36. make[3]: Entering directory `/root/powertop/src'
  37. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT parameters/powertop-persistent.o -MD -MP -MF parameters/.deps/powertop-persistent.Tpo -c -o parameters/powertop-persistent.o `test -f 'parameters/persistent.cpp' || echo './'`parameters/persistent.cpp
  38. mv -f parameters/.deps/powertop-persistent.Tpo parameters/.deps/powertop-persistent.Po
  39. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT parameters/powertop-learn.o -MD -MP -MF parameters/.deps/powertop-learn.Tpo -c -o parameters/powertop-learn.o `test -f 'parameters/learn.cpp' || echo './'`parameters/learn.cpp
  40. mv -f parameters/.deps/powertop-learn.Tpo parameters/.deps/powertop-learn.Po
  41. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT parameters/powertop-parameters.o -MD -MP -MF parameters/.deps/powertop-parameters.Tpo -c -o parameters/powertop-parameters.o `test -f 'parameters/parameters.cpp' || echo './'`parameters/parameters.cpp
  42. mv -f parameters/.deps/powertop-parameters.Tpo parameters/.deps/powertop-parameters.Po
  43. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT powertop-display.o -MD -MP -MF .deps/powertop-display.Tpo -c -o powertop-display.o `test -f 'display.cpp' || echo './'`display.cpp
  44. mv -f .deps/powertop-display.Tpo .deps/powertop-display.Po
  45. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT cpu/powertop-cpu_core.o -MD -MP -MF cpu/.deps/powertop-cpu_core.Tpo -c -o cpu/powertop-cpu_core.o `test -f 'cpu/cpu_core.cpp' || echo './'`cpu/cpu_core.cpp
  46. mv -f cpu/.deps/powertop-cpu_core.Tpo cpu/.deps/powertop-cpu_core.Po
  47. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT cpu/powertop-cpudevice.o -MD -MP -MF cpu/.deps/powertop-cpudevice.Tpo -c -o cpu/powertop-cpudevice.o `test -f 'cpu/cpudevice.cpp' || echo './'`cpu/cpudevice.cpp
  48. mv -f cpu/.deps/powertop-cpudevice.Tpo cpu/.deps/powertop-cpudevice.Po
  49. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT cpu/powertop-cpu.o -MD -MP -MF cpu/.deps/powertop-cpu.Tpo -c -o cpu/powertop-cpu.o `test -f 'cpu/cpu.cpp' || echo './'`cpu/cpu.cpp
  50. mv -f cpu/.deps/powertop-cpu.Tpo cpu/.deps/powertop-cpu.Po
  51. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT cpu/powertop-cpu_linux.o -MD -MP -MF cpu/.deps/powertop-cpu_linux.Tpo -c -o cpu/powertop-cpu_linux.o `test -f 'cpu/cpu_linux.cpp' || echo './'`cpu/cpu_linux.cpp
  52. mv -f cpu/.deps/powertop-cpu_linux.Tpo cpu/.deps/powertop-cpu_linux.Po
  53. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT cpu/powertop-abstract_cpu.o -MD -MP -MF cpu/.deps/powertop-abstract_cpu.Tpo -c -o cpu/powertop-abstract_cpu.o `test -f 'cpu/abstract_cpu.cpp' || echo './'`cpu/abstract_cpu.cpp
  54. mv -f cpu/.deps/powertop-abstract_cpu.Tpo cpu/.deps/powertop-abstract_cpu.Po
  55. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT cpu/powertop-cpu_package.o -MD -MP -MF cpu/.deps/powertop-cpu_package.Tpo -c -o cpu/powertop-cpu_package.o `test -f 'cpu/cpu_package.cpp' || echo './'`cpu/cpu_package.cpp
  56. mv -f cpu/.deps/powertop-cpu_package.Tpo cpu/.deps/powertop-cpu_package.Po
  57. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT cpu/powertop-intel_cpus.o -MD -MP -MF cpu/.deps/powertop-intel_cpus.Tpo -c -o cpu/powertop-intel_cpus.o `test -f 'cpu/intel_cpus.cpp' || echo './'`cpu/intel_cpus.cpp
  58. mv -f cpu/.deps/powertop-intel_cpus.Tpo cpu/.deps/powertop-intel_cpus.Po
  59. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT powertop-devlist.o -MD -MP -MF .deps/powertop-devlist.Tpo -c -o powertop-devlist.o `test -f 'devlist.cpp' || echo './'`devlist.cpp
  60. mv -f .deps/powertop-devlist.Tpo .deps/powertop-devlist.Po
  61. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT powertop-lib.o -MD -MP -MF .deps/powertop-lib.Tpo -c -o powertop-lib.o `test -f 'lib.cpp' || echo './'`lib.cpp
  62. mv -f .deps/powertop-lib.Tpo .deps/powertop-lib.Po
  63. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT powertop-report.o -MD -MP -MF .deps/powertop-report.Tpo -c -o powertop-report.o `test -f 'report.cpp' || echo './'`report.cpp
  64. mv -f .deps/powertop-report.Tpo .deps/powertop-report.Po
  65. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT process/powertop-process.o -MD -MP -MF process/.deps/powertop-process.Tpo -c -o process/powertop-process.o `test -f 'process/process.cpp' || echo './'`process/process.cpp
  66. mv -f process/.deps/powertop-process.Tpo process/.deps/powertop-process.Po
  67. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT process/powertop-processdevice.o -MD -MP -MF process/.deps/powertop-processdevice.Tpo -c -o process/powertop-processdevice.o `test -f 'process/processdevice.cpp' || echo './'`process/processdevice.cpp
  68. mv -f process/.deps/powertop-processdevice.Tpo process/.deps/powertop-processdevice.Po
  69. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT process/powertop-powerconsumer.o -MD -MP -MF process/.deps/powertop-powerconsumer.Tpo -c -o process/powertop-powerconsumer.o `test -f 'process/powerconsumer.cpp' || echo './'`process/powerconsumer.cpp
  70. mv -f process/.deps/powertop-powerconsumer.Tpo process/.deps/powertop-powerconsumer.Po
  71. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT process/powertop-timer.o -MD -MP -MF process/.deps/powertop-timer.Tpo -c -o process/powertop-timer.o `test -f 'process/timer.cpp' || echo './'`process/timer.cpp
  72. mv -f process/.deps/powertop-timer.Tpo process/.deps/powertop-timer.Po
  73. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT process/powertop-work.o -MD -MP -MF process/.deps/powertop-work.Tpo -c -o process/powertop-work.o `test -f 'process/work.cpp' || echo './'`process/work.cpp
  74. mv -f process/.deps/powertop-work.Tpo process/.deps/powertop-work.Po
  75. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT process/powertop-do_process.o -MD -MP -MF process/.deps/powertop-do_process.Tpo -c -o process/powertop-do_process.o `test -f 'process/do_process.cpp' || echo './'`process/do_process.cpp
  76. process/do_process.cpp:189:13: warning: ‘void dbg_printf_pevent_info(event_format*, record*)’ defined but not used [-Wunused-function]
  77. mv -f process/.deps/powertop-do_process.Tpo process/.deps/powertop-do_process.Po
  78. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT process/powertop-interrupt.o -MD -MP -MF process/.deps/powertop-interrupt.Tpo -c -o process/powertop-interrupt.o `test -f 'process/interrupt.cpp' || echo './'`process/interrupt.cpp
  79. mv -f process/.deps/powertop-interrupt.Tpo process/.deps/powertop-interrupt.Po
  80. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT perf/powertop-perf.o -MD -MP -MF perf/.deps/powertop-perf.Tpo -c -o perf/powertop-perf.o `test -f 'perf/perf.cpp' || echo './'`perf/perf.cpp
  81. mv -f perf/.deps/powertop-perf.Tpo perf/.deps/powertop-perf.Po
  82. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT perf/powertop-perf_bundle.o -MD -MP -MF perf/.deps/powertop-perf_bundle.Tpo -c -o perf/powertop-perf_bundle.o `test -f 'perf/perf_bundle.cpp' || echo './'`perf/perf_bundle.cpp
  83. mv -f perf/.deps/powertop-perf_bundle.Tpo perf/.deps/powertop-perf_bundle.Po
  84. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT devices/powertop-i915-gpu.o -MD -MP -MF devices/.deps/powertop-i915-gpu.Tpo -c -o devices/powertop-i915-gpu.o `test -f 'devices/i915-gpu.cpp' || echo './'`devices/i915-gpu.cpp
  85. mv -f devices/.deps/powertop-i915-gpu.Tpo devices/.deps/powertop-i915-gpu.Po
  86. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT devices/powertop-device.o -MD -MP -MF devices/.deps/powertop-device.Tpo -c -o devices/powertop-device.o `test -f 'devices/device.cpp' || echo './'`devices/device.cpp
  87. mv -f devices/.deps/powertop-device.Tpo devices/.deps/powertop-device.Po
  88. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT devices/powertop-alsa.o -MD -MP -MF devices/.deps/powertop-alsa.Tpo -c -o devices/powertop-alsa.o `test -f 'devices/alsa.cpp' || echo './'`devices/alsa.cpp
  89. mv -f devices/.deps/powertop-alsa.Tpo devices/.deps/powertop-alsa.Po
  90. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT devices/powertop-runtime_pm.o -MD -MP -MF devices/.deps/powertop-runtime_pm.Tpo -c -o devices/powertop-runtime_pm.o `test -f 'devices/runtime_pm.cpp' || echo './'`devices/runtime_pm.cpp
  91. mv -f devices/.deps/powertop-runtime_pm.Tpo devices/.deps/powertop-runtime_pm.Po
  92. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT devices/powertop-thinkpad-fan.o -MD -MP -MF devices/.deps/powertop-thinkpad-fan.Tpo -c -o devices/powertop-thinkpad-fan.o `test -f 'devices/thinkpad-fan.cpp' || echo './'`devices/thinkpad-fan.cpp
  93. mv -f devices/.deps/powertop-thinkpad-fan.Tpo devices/.deps/powertop-thinkpad-fan.Po
  94. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT devices/powertop-usb.o -MD -MP -MF devices/.deps/powertop-usb.Tpo -c -o devices/powertop-usb.o `test -f 'devices/usb.cpp' || echo './'`devices/usb.cpp
  95. mv -f devices/.deps/powertop-usb.Tpo devices/.deps/powertop-usb.Po
  96. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT devices/powertop-ahci.o -MD -MP -MF devices/.deps/powertop-ahci.Tpo -c -o devices/powertop-ahci.o `test -f 'devices/ahci.cpp' || echo './'`devices/ahci.cpp
  97. mv -f devices/.deps/powertop-ahci.Tpo devices/.deps/powertop-ahci.Po
  98. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT devices/powertop-thinkpad-light.o -MD -MP -MF devices/.deps/powertop-thinkpad-light.Tpo -c -o devices/powertop-thinkpad-light.o `test -f 'devices/thinkpad-light.cpp' || echo './'`devices/thinkpad-light.cpp
  99. mv -f devices/.deps/powertop-thinkpad-light.Tpo devices/.deps/powertop-thinkpad-light.Po
  100. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT devices/powertop-rfkill.o -MD -MP -MF devices/.deps/powertop-rfkill.Tpo -c -o devices/powertop-rfkill.o `test -f 'devices/rfkill.cpp' || echo './'`devices/rfkill.cpp
  101. mv -f devices/.deps/powertop-rfkill.Tpo devices/.deps/powertop-rfkill.Po
  102. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT devices/powertop-backlight.o -MD -MP -MF devices/.deps/powertop-backlight.Tpo -c -o devices/powertop-backlight.o `test -f 'devices/backlight.cpp' || echo './'`devices/backlight.cpp
  103. mv -f devices/.deps/powertop-backlight.Tpo devices/.deps/powertop-backlight.Po
  104. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT devices/powertop-network.o -MD -MP -MF devices/.deps/powertop-network.Tpo -c -o devices/powertop-network.o `test -f 'devices/network.cpp' || echo './'`devices/network.cpp
  105. mv -f devices/.deps/powertop-network.Tpo devices/.deps/powertop-network.Po
  106. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT tuning/powertop-bluetooth.o -MD -MP -MF tuning/.deps/powertop-bluetooth.Tpo -c -o tuning/powertop-bluetooth.o `test -f 'tuning/bluetooth.cpp' || echo './'`tuning/bluetooth.cpp
  107. tuning/bluetooth.cpp: In member function ‘virtual void bt_tunable::toggle()’:
  108. tuning/bluetooth.cpp:179:55: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
  109. tuning/bluetooth.cpp:182:54: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
  110. mv -f tuning/.deps/powertop-bluetooth.Tpo tuning/.deps/powertop-bluetooth.Po
  111. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT tuning/powertop-cpufreq.o -MD -MP -MF tuning/.deps/powertop-cpufreq.Tpo -c -o tuning/powertop-cpufreq.o `test -f 'tuning/cpufreq.cpp' || echo './'`tuning/cpufreq.cpp
  112. tuning/cpufreq.cpp: In member function ‘virtual void cpufreq_tunable::toggle()’:
  113. tuning/cpufreq.cpp:118:60: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
  114. mv -f tuning/.deps/powertop-cpufreq.Tpo tuning/.deps/powertop-cpufreq.Po
  115. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT tuning/powertop-tuning.o -MD -MP -MF tuning/.deps/powertop-tuning.Tpo -c -o tuning/powertop-tuning.o `test -f 'tuning/tuning.cpp' || echo './'`tuning/tuning.cpp
  116. mv -f tuning/.deps/powertop-tuning.Tpo tuning/.deps/powertop-tuning.Po
  117. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT tuning/powertop-tuningusb.o -MD -MP -MF tuning/.deps/powertop-tuningusb.Tpo -c -o tuning/powertop-tuningusb.o `test -f 'tuning/tuningusb.cpp' || echo './'`tuning/tuningusb.cpp
  118. mv -f tuning/.deps/powertop-tuningusb.Tpo tuning/.deps/powertop-tuningusb.Po
  119. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT tuning/powertop-ethernet.o -MD -MP -MF tuning/.deps/powertop-ethernet.Tpo -c -o tuning/powertop-ethernet.o `test -f 'tuning/ethernet.cpp' || echo './'`tuning/ethernet.cpp
  120. mv -f tuning/.deps/powertop-ethernet.Tpo tuning/.deps/powertop-ethernet.Po
  121. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT tuning/powertop-tunable.o -MD -MP -MF tuning/.deps/powertop-tunable.Tpo -c -o tuning/powertop-tunable.o `test -f 'tuning/tunable.cpp' || echo './'`tuning/tunable.cpp
  122. mv -f tuning/.deps/powertop-tunable.Tpo tuning/.deps/powertop-tunable.Po
  123. gcc -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT tuning/powertop-iw.o -MD -MP -MF tuning/.deps/powertop-iw.Tpo -c -o tuning/powertop-iw.o `test -f 'tuning/iw.c' || echo './'`tuning/iw.c
  124. mv -f tuning/.deps/powertop-iw.Tpo tuning/.deps/powertop-iw.Po
  125. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT tuning/powertop-wifi.o -MD -MP -MF tuning/.deps/powertop-wifi.Tpo -c -o tuning/powertop-wifi.o `test -f 'tuning/wifi.cpp' || echo './'`tuning/wifi.cpp
  126. mv -f tuning/.deps/powertop-wifi.Tpo tuning/.deps/powertop-wifi.Po
  127. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT tuning/powertop-tuningsysfs.o -MD -MP -MF tuning/.deps/powertop-tuningsysfs.Tpo -c -o tuning/powertop-tuningsysfs.o `test -f 'tuning/tuningsysfs.cpp' || echo './'`tuning/tuningsysfs.cpp
  128. mv -f tuning/.deps/powertop-tuningsysfs.Tpo tuning/.deps/powertop-tuningsysfs.Po
  129. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT tuning/powertop-runtime.o -MD -MP -MF tuning/.deps/powertop-runtime.Tpo -c -o tuning/powertop-runtime.o `test -f 'tuning/runtime.cpp' || echo './'`tuning/runtime.cpp
  130. mv -f tuning/.deps/powertop-runtime.Tpo tuning/.deps/powertop-runtime.Po
  131. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT calibrate/powertop-calibrate.o -MD -MP -MF calibrate/.deps/powertop-calibrate.Tpo -c -o calibrate/powertop-calibrate.o `test -f 'calibrate/calibrate.cpp' || echo './'`calibrate/calibrate.cpp
  132. calibrate/calibrate.cpp: In function ‘void idle_calibration()’:
  133. calibrate/calibrate.cpp:416:51: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
  134. calibrate/calibrate.cpp:418:50: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
  135. calibrate/calibrate.cpp: In function ‘void* burn_disk(void*)’:
  136. calibrate/calibrate.cpp:297:29: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
  137. calibrate/calibrate.cpp: In function ‘void backlight_calibration()’:
  138. calibrate/calibrate.cpp:408:51: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
  139. calibrate/calibrate.cpp:410:50: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
  140. mv -f calibrate/.deps/powertop-calibrate.Tpo calibrate/.deps/powertop-calibrate.Po
  141. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT measurement/powertop-measurement.o -MD -MP -MF measurement/.deps/powertop-measurement.Tpo -c -o measurement/powertop-measurement.o `test -f 'measurement/measurement.cpp' || echo './'`measurement/measurement.cpp
  142. mv -f measurement/.deps/powertop-measurement.Tpo measurement/.deps/powertop-measurement.Po
  143. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT measurement/powertop-power_supply.o -MD -MP -MF measurement/.deps/powertop-power_supply.Tpo -c -o measurement/powertop-power_supply.o `test -f 'measurement/power_supply.cpp' || echo './'`measurement/power_supply.cpp
  144. mv -f measurement/.deps/powertop-power_supply.Tpo measurement/.deps/powertop-power_supply.Po
  145. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT measurement/powertop-acpi.o -MD -MP -MF measurement/.deps/powertop-acpi.Tpo -c -o measurement/powertop-acpi.o `test -f 'measurement/acpi.cpp' || echo './'`measurement/acpi.cpp
  146. mv -f measurement/.deps/powertop-acpi.Tpo measurement/.deps/powertop-acpi.Po
  147. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT measurement/powertop-sysfs.o -MD -MP -MF measurement/.deps/powertop-sysfs.Tpo -c -o measurement/powertop-sysfs.o `test -f 'measurement/sysfs.cpp' || echo './'`measurement/sysfs.cpp
  148. mv -f measurement/.deps/powertop-sysfs.Tpo measurement/.deps/powertop-sysfs.Po
  149. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT measurement/powertop-extech.o -MD -MP -MF measurement/.deps/powertop-extech.Tpo -c -o measurement/powertop-extech.o `test -f 'measurement/extech.cpp' || echo './'`measurement/extech.cpp
  150. measurement/extech.cpp: In member function ‘void extech_power_meter::measure()’:
  151. measurement/extech.cpp:290:19: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
  152. mv -f measurement/.deps/powertop-extech.Tpo measurement/.deps/powertop-extech.Po
  153. g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -DLOCALEDIR=\"/usr/local/share/locale\" -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -MT powertop-main.o -MD -MP -MF .deps/powertop-main.Tpo -c -o powertop-main.o `test -f 'main.cpp' || echo './'`main.cpp
  154. main.cpp: In function ‘void one_measurement(int, char*)’:
  155. main.cpp:181:6: warning: variable ‘tmp’ set but not used [-Wunused-but-set-variable]
  156. main.cpp: In function ‘void out_of_memory()’:
  157. main.cpp:232:72: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  158. main.cpp: In function ‘int main(int, char**)’:
  159. main.cpp:461:39: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  160. mv -f .deps/powertop-main.Tpo .deps/powertop-main.Po
  161. /bin/bash ../libtool --tag=CXX --mode=link g++ -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -lpthread -lncursesw -lpci -lnl -lz -o powertop parameters/powertop-persistent.o parameters/powertop-learn.o parameters/powertop-parameters.o powertop-display.o cpu/powertop-cpu_core.o cpu/powertop-cpudevice.o cpu/powertop-cpu.o cpu/powertop-cpu_linux.o cpu/powertop-abstract_cpu.o cpu/powertop-cpu_package.o cpu/powertop-intel_cpus.o powertop-devlist.o powertop-lib.o powertop-report.o process/powertop-process.o process/powertop-processdevice.o process/powertop-powerconsumer.o process/powertop-timer.o process/powertop-work.o process/powertop-do_process.o process/powertop-interrupt.o perf/powertop-perf.o perf/powertop-perf_bundle.o devices/powertop-i915-gpu.o devices/powertop-device.o devices/powertop-alsa.o devices/powertop-runtime_pm.o devices/powertop-thinkpad-fan.o devices/powertop-usb.o devices/powertop-ahci.o devices/powertop-thinkpad-light.o devices/powertop-rfkill.o devices/powertop-backlight.o devices/powertop-network.o tuning/powertop-bluetooth.o tuning/powertop-cpufreq.o tuning/powertop-tuning.o tuning/powertop-tuningusb.o tuning/powertop-ethernet.o tuning/powertop-tunable.o tuning/powertop-iw.o tuning/powertop-wifi.o tuning/powertop-tuningsysfs.o tuning/powertop-runtime.o calibrate/powertop-calibrate.o measurement/powertop-measurement.o measurement/powertop-power_supply.o measurement/powertop-acpi.o measurement/powertop-sysfs.o measurement/powertop-extech.o powertop-main.o ../pevent/libparseevent.la -lpthread -lncursesw
  162. libtool: link: g++ -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat -g -O2 -o powertop parameters/powertop-persistent.o parameters/powertop-learn.o parameters/powertop-parameters.o powertop-display.o cpu/powertop-cpu_core.o cpu/powertop-cpudevice.o cpu/powertop-cpu.o cpu/powertop-cpu_linux.o cpu/powertop-abstract_cpu.o cpu/powertop-cpu_package.o cpu/powertop-intel_cpus.o powertop-devlist.o powertop-lib.o powertop-report.o process/powertop-process.o process/powertop-processdevice.o process/powertop-powerconsumer.o process/powertop-timer.o process/powertop-work.o process/powertop-do_process.o process/powertop-interrupt.o perf/powertop-perf.o perf/powertop-perf_bundle.o devices/powertop-i915-gpu.o devices/powertop-device.o devices/powertop-alsa.o devices/powertop-runtime_pm.o devices/powertop-thinkpad-fan.o devices/powertop-usb.o devices/powertop-ahci.o devices/powertop-thinkpad-light.o devices/powertop-rfkill.o devices/powertop-backlight.o devices/powertop-network.o tuning/powertop-bluetooth.o tuning/powertop-cpufreq.o tuning/powertop-tuning.o tuning/powertop-tuningusb.o tuning/powertop-ethernet.o tuning/powertop-tunable.o tuning/powertop-iw.o tuning/powertop-wifi.o tuning/powertop-tuningsysfs.o tuning/powertop-runtime.o calibrate/powertop-calibrate.o measurement/powertop-measurement.o measurement/powertop-power_supply.o measurement/powertop-acpi.o measurement/powertop-sysfs.o measurement/powertop-extech.o powertop-main.o -lpci -lnl -lz ../pevent/.libs/libparseevent.a -lpthread -lncursesw
  163. make[3]: Leaving directory `/root/powertop/src'
  164. make[2]: Leaving directory `/root/powertop/src'
  165. Making all in po
  166. make[2]: Entering directory `/root/powertop/po'
  167. test ! -f ./powertop.pot || \
  168. test -z "hu_HU.gmo id_ID.gmo zh_TW.gmo" || make hu_HU.gmo id_ID.gmo zh_TW.gmo
  169. make[3]: Entering directory `/root/powertop/po'
  170. rm -f hu_HU.gmo && : -c --statistics --verbose -o hu_HU.gmo hu_HU.po
  171. mv: cannot stat `t-hu_HU.gmo': No such file or directory
  172. make[3]: *** [hu_HU.gmo] Error 1
  173. make[3]: Leaving directory `/root/powertop/po'
  174. make[2]: *** [stamp-po] Error 2
  175. make[2]: Leaving directory `/root/powertop/po'
  176. make[1]: *** [all-recursive] Error 1
  177. make[1]: Leaving directory `/root/powertop'
  178. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement