Advertisement
Guest User

powertop-git makelog

a guest
Apr 10th, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.40 KB | None | 0 0
  1. ==> Connecting to GIT server....
  2. Cloning into 'powertop'...
  3. remote: Counting objects: 3346, done.
  4. remote: Compressing objects: 100% (852/852), done.
  5. remote: Total 3346 (delta 2539), reused 3289 (delta 2482)
  6. Receiving objects: 100% (3346/3346), 523.96 KiB | 212 KiB/s, done.
  7. Resolving deltas: 100% (2539/2539), done.
  8. ==> GIT checkout done or server timeout
  9. ==> Starting make...
  10. Cloning into '/tmp/yaourt-tmp-damien/aur-powertop-git/src/powertop-build'...
  11. done.
  12. gcc -o csstoh csstoh.c
  13. ./csstoh powertop.css css.h
  14.   CC  lib.cpp
  15.   CC  main.cpp
  16. main.cpp: In function ‘int main(int, char**)’:
  17. main.cpp:249:6: attention : variable ‘ret’ set but not used [-Wunused-but-set-variable]
  18.   CC  display.cpp
  19.   CC  report.cpp
  20.   CC  devlist.cpp
  21.   CC  cpu/cpu.cpp
  22. cpu/cpu.cpp: In function ‘void report_display_cpu_cstates()’:
  23. cpu/cpu.cpp:436:48: attention : trop d'arguments pour le format [-Wformat-extra-args]
  24. cpu/cpu.cpp:440:48: attention : trop d'arguments pour le format [-Wformat-extra-args]
  25.   CC  cpu/abstract_cpu.cpp
  26.   CC  cpu/cpu_linux.cpp
  27.   CC  cpu/cpu_core.cpp
  28.   CC  cpu/cpu_package.cpp
  29.   CC  cpu/intel_cpus.cpp
  30.   CC  perf/perf.cpp
  31.   CC  perf/perf_bundle.cpp
  32.   CC  process/process.cpp
  33.   CC  process/do_process.cpp
  34. process/do_process.cpp: In function ‘void report_summary()’:
  35. process/do_process.cpp:887:93: attention : trop d'arguments pour le format [-Wformat-extra-args]
  36.  CC  process/interrupt.cpp
  37.  CC  process/timer.cpp
  38.  CC  process/work.cpp
  39.  CC  process/powerconsumer.cpp
  40.  CC  process/device.cpp
  41.  CC  devices/device.cpp
  42.  CC  devices/backlight.cpp
  43.  CC  devices/usb.cpp
  44.  CC  devices/ahci.cpp
  45.  CC  devices/alsa.cpp
  46.  CC  devices/rfkill.cpp
  47.  CC  devices/i915-gpu.cpp
  48.  CC  devices/thinkpad-fan.cpp
  49.  CC  devices/network.cpp
  50.  CC  devices/thinkpad-light.cpp
  51.  CC  devices/runtime_pm.cpp
  52.  CC  measurement/measurement.cpp
  53.  CC  measurement/acpi.cpp
  54.  CC  measurement/extech.cpp
  55. measurement/extech.cpp: In member function ‘void extech_power_meter::measure()’:
  56. measurement/extech.cpp:289:6: attention : variable ‘ret’ set but not used [-Wunused-but-set-variable]
  57.  CC  measurement/power_supply.cpp
  58. measurement/power_supply.cpp: In member function ‘void power_supply::measure()’:
  59. measurement/power_supply.cpp:84:7: attention : variable ‘rate_units’ set but not used [-Wunused-but-set-variable]
  60. measurement/power_supply.cpp:85:7: attention : variable ‘capacity_units’ set but not used [-Wunused-but-set-variable]
  61. measurement/power_supply.cpp:86:7: attention : variable ‘voltage_units’ set but not used [-Wunused-but-set-variable]
  62.  CC  measurement/sysfs.cpp
  63.  CC  parameters/parameters.cpp
  64.  CC  parameters/learn.cpp
  65.  CC  parameters/persistent.cpp
  66.  CC  calibrate/calibrate.cpp
  67. calibrate/calibrate.cpp: In function ‘void idle_calibration()’:
  68. calibrate/calibrate.cpp:422:51: attention : ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
  69. calibrate/calibrate.cpp:424:50: attention : ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
  70. calibrate/calibrate.cpp: In function ‘void* burn_disk(void*)’:
  71. calibrate/calibrate.cpp:303:29: attention : ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
  72. calibrate/calibrate.cpp: In function ‘void backlight_calibration()’:
  73. calibrate/calibrate.cpp:414:51: attention : ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
  74. calibrate/calibrate.cpp:416:50: attention : ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
  75.  CC  tuning/tuning.cpp
  76. tuning/tuning.cpp: In function ‘void report_show_tunables()’:
  77. tuning/tuning.cpp:242:5: attention : suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
  78. tuning/tuning.cpp:272:5: attention : suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
  79.  CC  tuning/tunable.cpp
  80.  CC  tuning/sysfs.cpp
  81.  CC  tuning/usb.cpp
  82.  CC  tuning/runtime.cpp
  83.  CC  tuning/bluetooth.cpp
  84. tuning/bluetooth.cpp: In member function ‘virtual void bt_tunable::toggle()’:
  85. tuning/bluetooth.cpp:179:55: attention : ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
  86. tuning/bluetooth.cpp:182:54: attention : ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
  87.  CC  tuning/cpufreq.cpp
  88. tuning/cpufreq.cpp: In member function ‘virtual const char* cpufreq_tunable::toggle_script()’:
  89. tuning/cpufreq.cpp:160:8: attention : unused variable ‘file’ [-Wunused-variable]
  90. tuning/cpufreq.cpp: In member function ‘virtual void cpufreq_tunable::toggle()’:
  91. tuning/cpufreq.cpp:118:60: attention : ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
  92.  CC  tuning/ethernet.cpp
  93. cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -O2 -g -fno-omit-frame-pointer -fstack-protector -Wshadow -Wformat -D_FORTIFY_SOURCE=2 -DCONFIG_LIBNL20 -I/usr/include/libnl3   -Wall -O2 -g -fno-omit-frame-pointer  -c -o tuning/iw.o tuning/iw.c
  94.  CC  tuning/wifi.cpp
  95. g++ lib.o main.o display.o report.o devlist.o cpu/cpu.o cpu/abstract_cpu.o cpu/cpu_linux.o cpu/cpu_core.o cpu/cpu_package.o cpu/intel_cpus.o  cpu/cpudevice.cpp perf/perf.o perf/perf_bundle.o process/process.o process/do_process.o process/interrupt.o process/timer.o process/work.o process/powerconsumer.o process/device.o devices/device.o devices/backlight.o devices/usb.o devices/ahci.o devices/alsa.o devices/rfkill.o devices/i915-gpu.o devices/thinkpad-fan.o devices/network.o devices/thinkpad-light.o devices/runtime_pm.o measurement/measurement.o measurement/acpi.o measurement/extech.o measurement/power_supply.o measurement/sysfs.o parameters/parameters.o parameters/learn.o parameters/persistent.o calibrate/calibrate.o tuning/tuning.o tuning/tunable.o tuning/sysfs.o tuning/usb.o tuning/runtime.o tuning/bluetooth.o tuning/cpufreq.o tuning/ethernet.o tuning/iw.o tuning/wifi.o -lnl-genl -lnl-3   -lpthread -lncursesw -lpci -lz -lresolv -o powertop
  96. /usr/bin/ld: cannot find -lnl-genl
  97. collect2: erreur: ld a retourné 1 code d'état d'exécution
  98. make: *** [powertop] Erreur 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement