Guest User

Untitled

a guest
Jul 12th, 2023
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.79 KB | None | 0 0
  1. (base) cnr07@opensuse-linux-gpc:~/btop-gpu> make
  2.  
  3. Building ROCm SMI static library...
  4. 37 were found since previous release
  5. Package version: 2.8.0.37-local-build-0-00e8b02
  6. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
  7. CMake ROCm SMI (Library)
  8. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
  9.  
  10. Build Configuration:
  11. --------Proj Src Dir: /home/cnr07/btop-gpu/lib/rocm_smi_lib
  12. Package version: 2.8.0.37-local-build-0-00e8b02
  13. SOVERSION: 2.8
  14. Doxygen or Latex is not found. Will not generate documents.
  15. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
  16. CMake OAM (Library)
  17. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
  18.  
  19. Build Configuration:
  20. --------Proj Src Dir: /home/cnr07/btop-gpu/lib/rocm_smi_lib
  21. Package version: 2.8.0.37-local-build-0-00e8b02
  22. fatal: No names found, cannot describe anything.
  23. SOVERSION: 1.0
  24. fatal: No names found, cannot describe anything.
  25. /usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/bin/ld: warning: -z noexecheap ignored
  26. /home/cnr07/btop-gpu/lib/rocm_smi_lib/rocm_smi/example/rocm_smi_example.cc: In function ‘rsmi_status_t test_set_compute_partitioning(uint32_t)’:
  27. /home/cnr07/btop-gpu/lib/rocm_smi_lib/rocm_smi/example/rocm_smi_example.cc:603:44: warning: the address of ‘originalComputePartition’ will never be NULL [-Waddress]
  28. 603 | << (((originalComputePartition == nullptr)
  29. | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  30. /home/cnr07/btop-gpu/lib/rocm_smi_lib/rocm_smi/example/rocm_smi_example.cc:591:8: note: ‘originalComputePartition’ declared here
  31. 591 | char originalComputePartition[buffer_len];
  32. | ^~~~~~~~~~~~~~~~~~~~~~~~
  33. /home/cnr07/btop-gpu/lib/rocm_smi_lib/rocm_smi/example/rocm_smi_example.cc:604:47: warning: the address of ‘originalComputePartition’ will never be NULL [-Waddress]
  34. 604 | || ((originalComputePartition != nullptr)
  35. | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  36. /home/cnr07/btop-gpu/lib/rocm_smi_lib/rocm_smi/example/rocm_smi_example.cc:591:8: note: ‘originalComputePartition’ declared here
  37. 591 | char originalComputePartition[buffer_len];
  38. | ^~~~~~~~~~~~~~~~~~~~~~~~
  39. /home/cnr07/btop-gpu/lib/rocm_smi_lib/rocm_smi/example/rocm_smi_example.cc: In function ‘rsmi_status_t test_set_nps_mode(uint32_t)’:
  40. /home/cnr07/btop-gpu/lib/rocm_smi_lib/rocm_smi/example/rocm_smi_example.cc:656:35: warning: the address of ‘originalNpsMode’ will never be NULL [-Waddress]
  41. 656 | << (((originalNpsMode == nullptr)
  42. | ~~~~~~~~~~~~~~~~^~~~~~~~~~
  43. /home/cnr07/btop-gpu/lib/rocm_smi_lib/rocm_smi/example/rocm_smi_example.cc:645:8: note: ‘originalNpsMode’ declared here
  44. 645 | char originalNpsMode[buffer_len];
  45. | ^~~~~~~~~~~~~~~
  46. /home/cnr07/btop-gpu/lib/rocm_smi_lib/rocm_smi/example/rocm_smi_example.cc:657:38: warning: the address of ‘originalNpsMode’ will never be NULL [-Waddress]
  47. 657 | || ((originalNpsMode != nullptr)
  48. | ~~~~~~~~~~~~~~~~^~~~~~~~~~
  49. /home/cnr07/btop-gpu/lib/rocm_smi_lib/rocm_smi/example/rocm_smi_example.cc:645:8: note: ‘originalNpsMode’ declared here
  50. 645 | char originalNpsMode[buffer_len];
  51. | ^~~~~~~~~~~~~~~
  52. /home/cnr07/btop-gpu/lib/rocm_smi_lib/rocm_smi/example/rocm_smi_example.cc: In function ‘int main()’:
  53. /home/cnr07/btop-gpu/lib/rocm_smi_lib/rocm_smi/example/rocm_smi_example.cc:726:47: warning: the address of ‘current_compute_partition’ will never be NULL [-Waddress]
  54. 726 | << (((current_compute_partition == nullptr)
  55. | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  56. /home/cnr07/btop-gpu/lib/rocm_smi_lib/rocm_smi/example/rocm_smi_example.cc:722:10: note: ‘current_compute_partition’ declared here
  57. 722 | char current_compute_partition[256];
  58. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  59. /home/cnr07/btop-gpu/lib/rocm_smi_lib/rocm_smi/example/rocm_smi_example.cc:727:50: warning: the address of ‘current_compute_partition’ will never be NULL [-Waddress]
  60. 727 | || ((current_compute_partition != nullptr)
  61. | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  62. /home/cnr07/btop-gpu/lib/rocm_smi_lib/rocm_smi/example/rocm_smi_example.cc:722:10: note: ‘current_compute_partition’ declared here
  63. 722 | char current_compute_partition[256];
  64. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  65. /home/cnr07/btop-gpu/lib/rocm_smi_lib/rocm_smi/example/rocm_smi_example.cc:742:30: warning: the address of ‘nps_mode’ will never be NULL [-Waddress]
  66. 742 | << (((nps_mode == nullptr)
  67. | ~~~~~~~~~^~~~~~~~~~
  68. /home/cnr07/btop-gpu/lib/rocm_smi_lib/rocm_smi/example/rocm_smi_example.cc:738:10: note: ‘nps_mode’ declared here
  69. 738 | char nps_mode[len];
  70. | ^~~~~~~~
  71. /home/cnr07/btop-gpu/lib/rocm_smi_lib/rocm_smi/example/rocm_smi_example.cc:743:33: warning: the address of ‘nps_mode’ will never be NULL [-Waddress]
  72. 743 | || ((nps_mode != nullptr)
  73. | ~~~~~~~~~^~~~~~~~~~
  74. /home/cnr07/btop-gpu/lib/rocm_smi_lib/rocm_smi/example/rocm_smi_example.cc:738:10: note: ‘nps_mode’ declared here
  75. 738 | char nps_mode[len];
  76. | ^~~~~~~~
  77. /home/cnr07/btop-gpu/lib/rocm_smi_lib/rocm_smi/example/rocm_smi_example.cc:803:49: warning: conversion from ‘uint64_t’ {aka ‘long unsigned int’} to ‘float’ may change value [-Wconversion]
  78. 803 | std::cout << (static_cast<float>(val_i64)/val_ui64) * 100;
  79. | ^~~~~~~~
  80. /usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/bin/ld: warning: -z noexecheap ignored
  81. /usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/bin/ld: warning: -z noexecheap ignored
  82. 100% -> rocm_smi/librocm_smi64.a (18MiB)
  83. ROCm SMI build complete in (06s)
  84.  
  85. Building btop++ (v1.2.13) Linux x86_64
  86. src/linux/btop_collect.cpp: In function ‘bool Gpu::Rsmi::init()’:
  87. src/linux/btop_collect.cpp:1256:25: error: ‘rsmi_status_t’ was not declared in this scope
  88. 1256 | rsmi_status_t result = rsmi_init(0);
  89. | ^~~~~~~~~~~~~
  90. src/linux/btop_collect.cpp:1257:29: error: ‘result’ was not declared in this scope
  91. 1257 | if (result != RSMI_STATUS_SUCCESS) {
  92. | ^~~~~~
  93. src/linux/btop_collect.cpp:1257:39: error: ‘RSMI_STATUS_SUCCESS’ was not declared in this scope
  94. 1257 | if (result != RSMI_STATUS_SUCCESS) {
  95. | ^~~~~~~~~~~~~~~~~~~
  96. src/linux/btop_collect.cpp:1263:25: error: ‘result’ was not declared in this scope
  97. 1263 | result = rsmi_num_monitor_devices(&device_count);
  98. | ^~~~~~
  99. src/linux/btop_collect.cpp:1263:34: error: ‘rsmi_num_monitor_devices’ was not declared in this scope
  100. 1263 | result = rsmi_num_monitor_devices(&device_count);
  101. | ^~~~~~~~~~~~~~~~~~~~~~~~
  102. src/linux/btop_collect.cpp:1264:39: error: ‘RSMI_STATUS_SUCCESS’ was not declared in this scope
  103. 1264 | if (result != RSMI_STATUS_SUCCESS) {
  104. | ^~~~~~~~~~~~~~~~~~~
  105. src/linux/btop_collect.cpp: In function ‘bool Gpu::Rsmi::shutdown()’:
  106. src/linux/btop_collect.cpp:1284:21: error: ‘rsmi_shut_down’ was not declared in this scope; did you mean ‘SYS_shutdown’?
  107. 1284 | if (rsmi_shut_down() == RSMI_STATUS_SUCCESS) {
  108. | ^~~~~~~~~~~~~~
  109. | SYS_shutdown
  110. src/linux/btop_collect.cpp:1284:41: error: ‘RSMI_STATUS_SUCCESS’ was not declared in this scope
  111. 1284 | if (rsmi_shut_down() == RSMI_STATUS_SUCCESS) {
  112. | ^~~~~~~~~~~~~~~~~~~
  113. src/linux/btop_collect.cpp: In function ‘bool Gpu::Rsmi::collect(Gpu::gpu_info*)’:
  114. src/linux/btop_collect.cpp:1297:25: error: ‘rsmi_status_t’ was not declared in this scope
  115. 1297 | rsmi_status_t result;
  116. | ^~~~~~~~~~~~~
  117. src/linux/btop_collect.cpp:1303:33: error: ‘result’ was not declared in this scope
  118. 1303 | result = rsmi_dev_name_get(i, name, NVML_DEVICE_NAME_BUFFER_SIZE);
  119. | ^~~~~~
  120. src/linux/btop_collect.cpp:1303:42: error: there are no arguments to ‘rsmi_dev_name_get’ that depend on a template parameter, so a declaration of ‘rsmi_dev_name_get’ must be available [-fpermissive]
  121. 1303 | result = rsmi_dev_name_get(i, name, NVML_DEVICE_NAME_BUFFER_SIZE);
  122. | ^~~~~~~~~~~~~~~~~
  123. src/linux/btop_collect.cpp:1303:42: note: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated)
  124. src/linux/btop_collect.cpp:1304:47: error: ‘RSMI_STATUS_SUCCESS’ was not declared in this scope
  125. 1304 | if (result != RSMI_STATUS_SUCCESS)
  126. | ^~~~~~~~~~~~~~~~~~~
  127. src/linux/btop_collect.cpp:1310:42: error: there are no arguments to ‘rsmi_dev_power_cap_get’ that depend on a template parameter, so a declaration of ‘rsmi_dev_power_cap_get’ must be available [-fpermissive]
  128. 1310 | result = rsmi_dev_power_cap_get(i, 0, &max_power);
  129. | ^~~~~~~~~~~~~~~~~~~~~~
  130. src/linux/btop_collect.cpp:1311:47: error: ‘RSMI_STATUS_SUCCESS’ was not declared in this scope
  131. 1311 | if (result != RSMI_STATUS_SUCCESS)
  132. | ^~~~~~~~~~~~~~~~~~~
  133. src/linux/btop_collect.cpp:1320:70: error: ‘RSMI_TEMP_TYPE_EDGE’ was not declared in this scope
  134. 1320 | result = rsmi_dev_temp_metric_get(i, RSMI_TEMP_TYPE_EDGE, RSMI_TEMP_MAX, &temp_max);
  135. | ^~~~~~~~~~~~~~~~~~~
  136. src/linux/btop_collect.cpp:1320:91: error: ‘RSMI_TEMP_MAX’ was not declared in this scope
  137. 1320 | result = rsmi_dev_temp_metric_get(i, RSMI_TEMP_TYPE_EDGE, RSMI_TEMP_MAX, &temp_max);
  138. | ^~~~~~~~~~~~~
  139. src/linux/btop_collect.cpp:1320:42: error: there are no arguments to ‘rsmi_dev_temp_metric_get’ that depend on a template parameter, so a declaration of ‘rsmi_dev_temp_metric_get’ must be available [-fpermissive]
  140. 1320 | result = rsmi_dev_temp_metric_get(i, RSMI_TEMP_TYPE_EDGE, RSMI_TEMP_MAX, &temp_max);
  141. | ^~~~~~~~~~~~~~~~~~~~~~~~
  142. src/linux/btop_collect.cpp:1321:47: error: ‘RSMI_STATUS_SUCCESS’ was not declared in this scope
  143. 1321 | if (result != RSMI_STATUS_SUCCESS)
  144. | ^~~~~~~~~~~~~~~~~~~
  145. src/linux/btop_collect.cpp:1329:41: error: ‘result’ was not declared in this scope
  146. 1329 | result = rsmi_dev_busy_percent_get(i, &utilization);
  147. | ^~~~~~
  148. src/linux/btop_collect.cpp:1329:50: error: there are no arguments to ‘rsmi_dev_busy_percent_get’ that depend on a template parameter, so a declaration of ‘rsmi_dev_busy_percent_get’ must be available [-fpermissive]
  149. 1329 | result = rsmi_dev_busy_percent_get(i, &utilization);
  150. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  151. src/linux/btop_collect.cpp:1330:47: error: ‘RSMI_STATUS_SUCCESS’ was not declared in this scope
  152. 1330 | if (result != RSMI_STATUS_SUCCESS) {
  153. | ^~~~~~~~~~~~~~~~~~~
  154. src/linux/btop_collect.cpp:1339:41: error: ‘result’ was not declared in this scope
  155. 1339 | result = rsmi_dev_memory_busy_percent_get(i, &utilization);
  156. | ^~~~~~
  157. src/linux/btop_collect.cpp:1339:50: error: there are no arguments to ‘rsmi_dev_memory_busy_percent_get’ that depend on a template parameter, so a declaration of ‘rsmi_dev_memory_busy_percent_get’ must be available [-fpermissive]
  158. 1339 | result = rsmi_dev_memory_busy_percent_get(i, &utilization);
  159. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  160. src/linux/btop_collect.cpp:1340:47: error: ‘RSMI_STATUS_SUCCESS’ was not declared in this scope
  161. 1340 | if (result != RSMI_STATUS_SUCCESS) {
  162. | ^~~~~~~~~~~~~~~~~~~
  163. src/linux/btop_collect.cpp:1348:41: error: ‘rsmi_frequencies_t’ was not declared in this scope
  164. 1348 | rsmi_frequencies_t frequencies;
  165. | ^~~~~~~~~~~~~~~~~~
  166. src/linux/btop_collect.cpp:1349:41: error: ‘result’ was not declared in this scope
  167. 1349 | result = rsmi_dev_gpu_clk_freq_get(i, RSMI_CLK_TYPE_SYS, &frequencies);
  168. | ^~~~~~
  169. src/linux/btop_collect.cpp:1349:79: error: ‘RSMI_CLK_TYPE_SYS’ was not declared in this scope
  170. 1349 | result = rsmi_dev_gpu_clk_freq_get(i, RSMI_CLK_TYPE_SYS, &frequencies);
  171. | ^~~~~~~~~~~~~~~~~
  172. src/linux/btop_collect.cpp:1349:99: error: ‘frequencies’ was not declared in this scope
  173. 1349 | result = rsmi_dev_gpu_clk_freq_get(i, RSMI_CLK_TYPE_SYS, &frequencies);
  174. | ^~~~~~~~~~~
  175. src/linux/btop_collect.cpp:1349:50: error: there are no arguments to ‘rsmi_dev_gpu_clk_freq_get’ that depend on a template parameter, so a declaration of ‘rsmi_dev_gpu_clk_freq_get’ must be available [-fpermissive]
  176. 1349 | result = rsmi_dev_gpu_clk_freq_get(i, RSMI_CLK_TYPE_SYS, &frequencies);
  177. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  178. src/linux/btop_collect.cpp:1350:47: error: ‘RSMI_STATUS_SUCCESS’ was not declared in this scope
  179. 1350 | if (result != RSMI_STATUS_SUCCESS) {
  180. | ^~~~~~~~~~~~~~~~~~~
  181. src/linux/btop_collect.cpp:1357:41: error: ‘rsmi_frequencies_t’ was not declared in this scope
  182. 1357 | rsmi_frequencies_t frequencies;
  183. | ^~~~~~~~~~~~~~~~~~
  184. src/linux/btop_collect.cpp:1358:41: error: ‘result’ was not declared in this scope
  185. 1358 | result = rsmi_dev_gpu_clk_freq_get(i, RSMI_CLK_TYPE_MEM, &frequencies);
  186. | ^~~~~~
  187. src/linux/btop_collect.cpp:1358:79: error: ‘RSMI_CLK_TYPE_MEM’ was not declared in this scope
  188. 1358 | result = rsmi_dev_gpu_clk_freq_get(i, RSMI_CLK_TYPE_MEM, &frequencies);
  189. | ^~~~~~~~~~~~~~~~~
  190. src/linux/btop_collect.cpp:1358:99: error: ‘frequencies’ was not declared in this scope
  191. 1358 | result = rsmi_dev_gpu_clk_freq_get(i, RSMI_CLK_TYPE_MEM, &frequencies);
  192. | ^~~~~~~~~~~
  193. src/linux/btop_collect.cpp:1358:50: error: there are no arguments to ‘rsmi_dev_gpu_clk_freq_get’ that depend on a template parameter, so a declaration of ‘rsmi_dev_gpu_clk_freq_get’ must be available [-fpermissive]
  194. 1358 | result = rsmi_dev_gpu_clk_freq_get(i, RSMI_CLK_TYPE_MEM, &frequencies);
  195. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  196. src/linux/btop_collect.cpp:1359:47: error: ‘RSMI_STATUS_SUCCESS’ was not declared in this scope
  197. 1359 | if (result != RSMI_STATUS_SUCCESS) {
  198. | ^~~~~~~~~~~~~~~~~~~
  199. src/linux/btop_collect.cpp:1368:33: error: ‘result’ was not declared in this scope
  200. 1368 | result = rsmi_dev_power_ave_get(i, 0, &power);
  201. | ^~~~~~
  202. src/linux/btop_collect.cpp:1368:42: error: there are no arguments to ‘rsmi_dev_power_ave_get’ that depend on a template parameter, so a declaration of ‘rsmi_dev_power_ave_get’ must be available [-fpermissive]
  203. 1368 | result = rsmi_dev_power_ave_get(i, 0, &power);
  204. | ^~~~~~~~~~~~~~~~~~~~~~
  205. src/linux/btop_collect.cpp:1369:47: error: ‘RSMI_STATUS_SUCCESS’ was not declared in this scope
  206. 1369 | if (result != RSMI_STATUS_SUCCESS) {
  207. | ^~~~~~~~~~~~~~~~~~~
  208. src/linux/btop_collect.cpp:1381:41: error: ‘result’ was not declared in this scope
  209. 1381 | result = rsmi_dev_temp_metric_get(i, RSMI_TEMP_TYPE_EDGE, RSMI_TEMP_CURRENT, &temp);
  210. | ^~~~~~
  211. src/linux/btop_collect.cpp:1381:78: error: ‘RSMI_TEMP_TYPE_EDGE’ was not declared in this scope
  212. 1381 | result = rsmi_dev_temp_metric_get(i, RSMI_TEMP_TYPE_EDGE, RSMI_TEMP_CURRENT, &temp);
  213. | ^~~~~~~~~~~~~~~~~~~
  214. src/linux/btop_collect.cpp:1381:99: error: ‘RSMI_TEMP_CURRENT’ was not declared in this scope
  215. 1381 | result = rsmi_dev_temp_metric_get(i, RSMI_TEMP_TYPE_EDGE, RSMI_TEMP_CURRENT, &temp);
  216. | ^~~~~~~~~~~~~~~~~
  217. src/linux/btop_collect.cpp:1381:50: error: there are no arguments to ‘rsmi_dev_temp_metric_get’ that depend on a template parameter, so a declaration of ‘rsmi_dev_temp_metric_get’ must be available [-fpermissive]
  218. 1381 | result = rsmi_dev_temp_metric_get(i, RSMI_TEMP_TYPE_EDGE, RSMI_TEMP_CURRENT, &temp);
  219. | ^~~~~~~~~~~~~~~~~~~~~~~~
  220. src/linux/btop_collect.cpp:1382:55: error: ‘RSMI_STATUS_SUCCESS’ was not declared in this scope
  221. 1382 | if (result != RSMI_STATUS_SUCCESS) {
  222. | ^~~~~~~~~~~~~~~~~~~
  223. src/linux/btop_collect.cpp:1392:41: error: ‘result’ was not declared in this scope
  224. 1392 | result = rsmi_dev_memory_total_get(i, RSMI_MEM_TYPE_VRAM, &total);
  225. | ^~~~~~
  226. src/linux/btop_collect.cpp:1392:79: error: ‘RSMI_MEM_TYPE_VRAM’ was not declared in this scope
  227. 1392 | result = rsmi_dev_memory_total_get(i, RSMI_MEM_TYPE_VRAM, &total);
  228. | ^~~~~~~~~~~~~~~~~~
  229. src/linux/btop_collect.cpp:1392:50: error: there are no arguments to ‘rsmi_dev_memory_total_get’ that depend on a template parameter, so a declaration of ‘rsmi_dev_memory_total_get’ must be available [-fpermissive]
  230. 1392 | result = rsmi_dev_memory_total_get(i, RSMI_MEM_TYPE_VRAM, &total);
  231. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  232. src/linux/btop_collect.cpp:1393:47: error: ‘RSMI_STATUS_SUCCESS’ was not declared in this scope
  233. 1393 | if (result != RSMI_STATUS_SUCCESS) {
  234. | ^~~~~~~~~~~~~~~~~~~
  235. src/linux/btop_collect.cpp:1401:41: error: ‘result’ was not declared in this scope
  236. 1401 | result = rsmi_dev_memory_usage_get(i, RSMI_MEM_TYPE_VRAM, &used);
  237. | ^~~~~~
  238. src/linux/btop_collect.cpp:1401:79: error: ‘RSMI_MEM_TYPE_VRAM’ was not declared in this scope
  239. 1401 | result = rsmi_dev_memory_usage_get(i, RSMI_MEM_TYPE_VRAM, &used);
  240. | ^~~~~~~~~~~~~~~~~~
  241. src/linux/btop_collect.cpp:1401:50: error: there are no arguments to ‘rsmi_dev_memory_usage_get’ that depend on a template parameter, so a declaration of ‘rsmi_dev_memory_usage_get’ must be available [-fpermissive]
  242. 1401 | result = rsmi_dev_memory_usage_get(i, RSMI_MEM_TYPE_VRAM, &used);
  243. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  244. src/linux/btop_collect.cpp:1402:47: error: ‘RSMI_STATUS_SUCCESS’ was not declared in this scope
  245. 1402 | if (result != RSMI_STATUS_SUCCESS) {
  246. | ^~~~~~~~~~~~~~~~~~~
  247. src/linux/btop_collect.cpp:1415:41: error: ‘result’ was not declared in this scope
  248. 1415 | result = rsmi_dev_pci_throughput_get(i, &tx, &rx, 0);
  249. | ^~~~~~
  250. src/linux/btop_collect.cpp:1415:50: error: there are no arguments to ‘rsmi_dev_pci_throughput_get’ that depend on a template parameter, so a declaration of ‘rsmi_dev_pci_throughput_get’ must be available [-fpermissive]
  251. 1415 | result = rsmi_dev_pci_throughput_get(i, &tx, &rx, 0);
  252. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  253. src/linux/btop_collect.cpp:1416:47: error: ‘RSMI_STATUS_SUCCESS’ was not declared in this scope
  254. 1416 | if (result != RSMI_STATUS_SUCCESS) {
  255. | ^~~~~~~~~~~~~~~~~~~
  256. src/linux/btop_collect.cpp: In instantiation of ‘bool Gpu::Rsmi::collect(Gpu::gpu_info*) [with bool is_init = true]’:
  257. src/linux/btop_collect.cpp:1276:21: required from here
  258. src/linux/btop_collect.cpp:1310:64: error: ‘rsmi_dev_power_cap_get’ was not declared in this scope
  259. 1310 | result = rsmi_dev_power_cap_get(i, 0, &max_power);
  260. | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  261. src/linux/btop_collect.cpp:1320:66: error: ‘rsmi_dev_temp_metric_get’ was not declared in this scope
  262. 1320 | result = rsmi_dev_temp_metric_get(i, RSMI_TEMP_TYPE_EDGE, RSMI_TEMP_MAX, &temp_max);
  263. | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  264. make: *** [Makefile:333: obj/linux/btop_collect.o] Error 1
  265. (base) cnr07@opensuse-linux-gpc:~/btop-gpu> export CXX=g++-11
  266. (base) cnr07@opensuse-linux-gpc:~/btop-gpu> echo $C
  267. $COLORTERM $COMP_KEY $COMPREPLY $COMP_WORDS $CONDA_PREFIX $CONDA_SHLVL $CSHEDIT
  268. $COLUMNS $COMP_LINE $COMP_TYPE $CONDA_DEFAULT_ENV $CONDA_PROMPT_MODIFIER $CONFIG_SITE $CXX
  269. $COMP_CWORD $COMP_POINT $COMP_WORDBREAKS $CONDA_EXE $CONDA_PYTHON_EXE $CPU
  270. (base) cnr07@opensuse-linux-gpc:~/btop-gpu> echo $CPU
  271. x86_64
  272. (base) cnr07@opensuse-linux-gpc:~/btop-gpu> alias gcc=gcc-11
  273. (base) cnr07@opensuse-linux-gpc:~/btop-gpu> alias g++=g++-11
  274. (base) cnr07@opensuse-linux-gpc:~/btop-gpu> make clean
  275. Removing: built objects...
  276. (base) cnr07@opensuse-linux-gpc:~/btop-gpu> make
  277.  
  278. Building ROCm SMI static library...
  279. 37 were found since previous release
  280. Package version: 2.8.0.37-local-build-0-00e8b02
  281. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
  282. CMake ROCm SMI (Library)
  283. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
  284.  
  285. Build Configuration:
  286. --------Proj Src Dir: /home/cnr07/btop-gpu/lib/rocm_smi_lib
  287. Package version: 2.8.0.37-local-build-0-00e8b02
  288. SOVERSION: 2.8
  289. Doxygen or Latex is not found. Will not generate documents.
  290. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
  291. CMake OAM (Library)
  292. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
  293.  
  294. Build Configuration:
  295. --------Proj Src Dir: /home/cnr07/btop-gpu/lib/rocm_smi_lib
  296. Package version: 2.8.0.37-local-build-0-00e8b02
  297. fatal: No names found, cannot describe anything.
  298. SOVERSION: 1.0
  299. fatal: No names found, cannot describe anything.
  300. 100% -> rocm_smi/librocm_smi64.a (18MiB)
  301. ROCm SMI build complete in (00s)
  302.  
  303. Building btop++ (v1.2.13) Linux x86_64
  304. src/linux/btop_collect.cpp: In function ‘bool Gpu::Rsmi::init()’:
  305. src/linux/btop_collect.cpp:1256:25: error: ‘rsmi_status_t’ was not declared in this scope
  306. 1256 | rsmi_status_t result = rsmi_init(0);
  307. | ^~~~~~~~~~~~~
  308. src/linux/btop_collect.cpp:1257:29: error: ‘result’ was not declared in this scope
  309. 1257 | if (result != RSMI_STATUS_SUCCESS) {
  310. | ^~~~~~
  311. src/linux/btop_collect.cpp:1257:39: error: ‘RSMI_STATUS_SUCCESS’ was not declared in this scope
  312. 1257 | if (result != RSMI_STATUS_SUCCESS) {
  313. | ^~~~~~~~~~~~~~~~~~~
  314. src/linux/btop_collect.cpp:1263:25: error: ‘result’ was not declared in this scope
  315. 1263 | result = rsmi_num_monitor_devices(&device_count);
  316. | ^~~~~~
  317. src/linux/btop_collect.cpp:1263:34: error: ‘rsmi_num_monitor_devices’ was not declared in this scope
  318. 1263 | result = rsmi_num_monitor_devices(&device_count);
  319. | ^~~~~~~~~~~~~~~~~~~~~~~~
  320. src/linux/btop_collect.cpp:1264:39: error: ‘RSMI_STATUS_SUCCESS’ was not declared in this scope
  321. 1264 | if (result != RSMI_STATUS_SUCCESS) {
  322. | ^~~~~~~~~~~~~~~~~~~
  323. src/linux/btop_collect.cpp: In function ‘bool Gpu::Rsmi::shutdown()’:
  324. src/linux/btop_collect.cpp:1284:21: error: ‘rsmi_shut_down’ was not declared in this scope; did you mean ‘SYS_shutdown’?
  325. 1284 | if (rsmi_shut_down() == RSMI_STATUS_SUCCESS) {
  326. | ^~~~~~~~~~~~~~
  327. | SYS_shutdown
  328. src/linux/btop_collect.cpp:1284:41: error: ‘RSMI_STATUS_SUCCESS’ was not declared in this scope
  329. 1284 | if (rsmi_shut_down() == RSMI_STATUS_SUCCESS) {
  330. | ^~~~~~~~~~~~~~~~~~~
  331. src/linux/btop_collect.cpp: In function ‘bool Gpu::Rsmi::collect(Gpu::gpu_info*)’:
  332. src/linux/btop_collect.cpp:1297:25: error: ‘rsmi_status_t’ was not declared in this scope
  333. 1297 | rsmi_status_t result;
  334. | ^~~~~~~~~~~~~
  335. src/linux/btop_collect.cpp:1303:33: error: ‘result’ was not declared in this scope
  336. 1303 | result = rsmi_dev_name_get(i, name, NVML_DEVICE_NAME_BUFFER_SIZE);
  337. | ^~~~~~
  338. src/linux/btop_collect.cpp:1303:42: error: there are no arguments to ‘rsmi_dev_name_get’ that depend on a template parameter, so a declaration of ‘rsmi_dev_name_get’ must be available [-fpermissive]
  339. 1303 | result = rsmi_dev_name_get(i, name, NVML_DEVICE_NAME_BUFFER_SIZE);
  340. | ^~~~~~~~~~~~~~~~~
  341. src/linux/btop_collect.cpp:1303:42: note: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated)
  342. src/linux/btop_collect.cpp:1304:47: error: ‘RSMI_STATUS_SUCCESS’ was not declared in this scope
  343. 1304 | if (result != RSMI_STATUS_SUCCESS)
  344. | ^~~~~~~~~~~~~~~~~~~
  345. src/linux/btop_collect.cpp:1310:42: error: there are no arguments to ‘rsmi_dev_power_cap_get’ that depend on a template parameter, so a declaration of ‘rsmi_dev_power_cap_get’ must be available [-fpermissive]
  346. 1310 | result = rsmi_dev_power_cap_get(i, 0, &max_power);
  347. | ^~~~~~~~~~~~~~~~~~~~~~
  348. src/linux/btop_collect.cpp:1311:47: error: ‘RSMI_STATUS_SUCCESS’ was not declared in this scope
  349. 1311 | if (result != RSMI_STATUS_SUCCESS)
  350. | ^~~~~~~~~~~~~~~~~~~
  351. src/linux/btop_collect.cpp:1320:70: error: ‘RSMI_TEMP_TYPE_EDGE’ was not declared in this scope
  352. 1320 | result = rsmi_dev_temp_metric_get(i, RSMI_TEMP_TYPE_EDGE, RSMI_TEMP_MAX, &temp_max);
  353. | ^~~~~~~~~~~~~~~~~~~
  354. src/linux/btop_collect.cpp:1320:91: error: ‘RSMI_TEMP_MAX’ was not declared in this scope
  355. 1320 | result = rsmi_dev_temp_metric_get(i, RSMI_TEMP_TYPE_EDGE, RSMI_TEMP_MAX, &temp_max);
  356. | ^~~~~~~~~~~~~
  357. src/linux/btop_collect.cpp:1320:42: error: there are no arguments to ‘rsmi_dev_temp_metric_get’ that depend on a template parameter, so a declaration of ‘rsmi_dev_temp_metric_get’ must be available [-fpermissive]
  358. 1320 | result = rsmi_dev_temp_metric_get(i, RSMI_TEMP_TYPE_EDGE, RSMI_TEMP_MAX, &temp_max);
  359. | ^~~~~~~~~~~~~~~~~~~~~~~~
  360. src/linux/btop_collect.cpp:1321:47: error: ‘RSMI_STATUS_SUCCESS’ was not declared in this scope
  361. 1321 | if (result != RSMI_STATUS_SUCCESS)
  362. | ^~~~~~~~~~~~~~~~~~~
  363. src/linux/btop_collect.cpp:1329:41: error: ‘result’ was not declared in this scope
  364. 1329 | result = rsmi_dev_busy_percent_get(i, &utilization);
  365. | ^~~~~~
  366. src/linux/btop_collect.cpp:1329:50: error: there are no arguments to ‘rsmi_dev_busy_percent_get’ that depend on a template parameter, so a declaration of ‘rsmi_dev_busy_percent_get’ must be available [-fpermissive]
  367. 1329 | result = rsmi_dev_busy_percent_get(i, &utilization);
  368. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  369. src/linux/btop_collect.cpp:1330:47: error: ‘RSMI_STATUS_SUCCESS’ was not declared in this scope
  370. 1330 | if (result != RSMI_STATUS_SUCCESS) {
  371. | ^~~~~~~~~~~~~~~~~~~
  372. src/linux/btop_collect.cpp:1339:41: error: ‘result’ was not declared in this scope
  373. 1339 | result = rsmi_dev_memory_busy_percent_get(i, &utilization);
  374. | ^~~~~~
  375. src/linux/btop_collect.cpp:1339:50: error: there are no arguments to ‘rsmi_dev_memory_busy_percent_get’ that depend on a template parameter, so a declaration of ‘rsmi_dev_memory_busy_percent_get’ must be available [-fpermissive]
  376. 1339 | result = rsmi_dev_memory_busy_percent_get(i, &utilization);
  377. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  378. src/linux/btop_collect.cpp:1340:47: error: ‘RSMI_STATUS_SUCCESS’ was not declared in this scope
  379. 1340 | if (result != RSMI_STATUS_SUCCESS) {
  380. | ^~~~~~~~~~~~~~~~~~~
  381. src/linux/btop_collect.cpp:1348:41: error: ‘rsmi_frequencies_t’ was not declared in this scope
  382. 1348 | rsmi_frequencies_t frequencies;
  383. | ^~~~~~~~~~~~~~~~~~
  384. src/linux/btop_collect.cpp:1349:41: error: ‘result’ was not declared in this scope
  385. 1349 | result = rsmi_dev_gpu_clk_freq_get(i, RSMI_CLK_TYPE_SYS, &frequencies);
  386. | ^~~~~~
  387. src/linux/btop_collect.cpp:1349:79: error: ‘RSMI_CLK_TYPE_SYS’ was not declared in this scope
  388. 1349 | result = rsmi_dev_gpu_clk_freq_get(i, RSMI_CLK_TYPE_SYS, &frequencies);
  389. | ^~~~~~~~~~~~~~~~~
  390. src/linux/btop_collect.cpp:1349:99: error: ‘frequencies’ was not declared in this scope
  391. 1349 | result = rsmi_dev_gpu_clk_freq_get(i, RSMI_CLK_TYPE_SYS, &frequencies);
  392. | ^~~~~~~~~~~
  393. src/linux/btop_collect.cpp:1349:50: error: there are no arguments to ‘rsmi_dev_gpu_clk_freq_get’ that depend on a template parameter, so a declaration of ‘rsmi_dev_gpu_clk_freq_get’ must be available [-fpermissive]
  394. 1349 | result = rsmi_dev_gpu_clk_freq_get(i, RSMI_CLK_TYPE_SYS, &frequencies);
  395. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  396. src/linux/btop_collect.cpp:1350:47: error: ‘RSMI_STATUS_SUCCESS’ was not declared in this scope
  397. 1350 | if (result != RSMI_STATUS_SUCCESS) {
  398. | ^~~~~~~~~~~~~~~~~~~
  399. src/linux/btop_collect.cpp:1357:41: error: ‘rsmi_frequencies_t’ was not declared in this scope
  400. 1357 | rsmi_frequencies_t frequencies;
  401. | ^~~~~~~~~~~~~~~~~~
  402. src/linux/btop_collect.cpp:1358:41: error: ‘result’ was not declared in this scope
  403. 1358 | result = rsmi_dev_gpu_clk_freq_get(i, RSMI_CLK_TYPE_MEM, &frequencies);
  404. | ^~~~~~
  405. src/linux/btop_collect.cpp:1358:79: error: ‘RSMI_CLK_TYPE_MEM’ was not declared in this scope
  406. 1358 | result = rsmi_dev_gpu_clk_freq_get(i, RSMI_CLK_TYPE_MEM, &frequencies);
  407. | ^~~~~~~~~~~~~~~~~
  408. src/linux/btop_collect.cpp:1358:99: error: ‘frequencies’ was not declared in this scope
  409. 1358 | result = rsmi_dev_gpu_clk_freq_get(i, RSMI_CLK_TYPE_MEM, &frequencies);
  410. | ^~~~~~~~~~~
  411. src/linux/btop_collect.cpp:1358:50: error: there are no arguments to ‘rsmi_dev_gpu_clk_freq_get’ that depend on a template parameter, so a declaration of ‘rsmi_dev_gpu_clk_freq_get’ must be available [-fpermissive]
  412. 1358 | result = rsmi_dev_gpu_clk_freq_get(i, RSMI_CLK_TYPE_MEM, &frequencies);
  413. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  414. src/linux/btop_collect.cpp:1359:47: error: ‘RSMI_STATUS_SUCCESS’ was not declared in this scope
  415. 1359 | if (result != RSMI_STATUS_SUCCESS) {
  416. | ^~~~~~~~~~~~~~~~~~~
  417. src/linux/btop_collect.cpp:1368:33: error: ‘result’ was not declared in this scope
  418. 1368 | result = rsmi_dev_power_ave_get(i, 0, &power);
  419. | ^~~~~~
  420. src/linux/btop_collect.cpp:1368:42: error: there are no arguments to ‘rsmi_dev_power_ave_get’ that depend on a template parameter, so a declaration of ‘rsmi_dev_power_ave_get’ must be available [-fpermissive]
  421. 1368 | result = rsmi_dev_power_ave_get(i, 0, &power);
  422. | ^~~~~~~~~~~~~~~~~~~~~~
  423. src/linux/btop_collect.cpp:1369:47: error: ‘RSMI_STATUS_SUCCESS’ was not declared in this scope
  424. 1369 | if (result != RSMI_STATUS_SUCCESS) {
  425. | ^~~~~~~~~~~~~~~~~~~
  426. src/linux/btop_collect.cpp:1381:41: error: ‘result’ was not declared in this scope
  427. 1381 | result = rsmi_dev_temp_metric_get(i, RSMI_TEMP_TYPE_EDGE, RSMI_TEMP_CURRENT, &temp);
  428. | ^~~~~~
  429. src/linux/btop_collect.cpp:1381:78: error: ‘RSMI_TEMP_TYPE_EDGE’ was not declared in this scope
  430. 1381 | result = rsmi_dev_temp_metric_get(i, RSMI_TEMP_TYPE_EDGE, RSMI_TEMP_CURRENT, &temp);
  431. | ^~~~~~~~~~~~~~~~~~~
  432. src/linux/btop_collect.cpp:1381:99: error: ‘RSMI_TEMP_CURRENT’ was not declared in this scope
  433. 1381 | result = rsmi_dev_temp_metric_get(i, RSMI_TEMP_TYPE_EDGE, RSMI_TEMP_CURRENT, &temp);
  434. | ^~~~~~~~~~~~~~~~~
  435. src/linux/btop_collect.cpp:1381:50: error: there are no arguments to ‘rsmi_dev_temp_metric_get’ that depend on a template parameter, so a declaration of ‘rsmi_dev_temp_metric_get’ must be available [-fpermissive]
  436. 1381 | result = rsmi_dev_temp_metric_get(i, RSMI_TEMP_TYPE_EDGE, RSMI_TEMP_CURRENT, &temp);
  437. | ^~~~~~~~~~~~~~~~~~~~~~~~
  438. src/linux/btop_collect.cpp:1382:55: error: ‘RSMI_STATUS_SUCCESS’ was not declared in this scope
  439. 1382 | if (result != RSMI_STATUS_SUCCESS) {
  440. | ^~~~~~~~~~~~~~~~~~~
  441. src/linux/btop_collect.cpp:1392:41: error: ‘result’ was not declared in this scope
  442. 1392 | result = rsmi_dev_memory_total_get(i, RSMI_MEM_TYPE_VRAM, &total);
  443. | ^~~~~~
  444. src/linux/btop_collect.cpp:1392:79: error: ‘RSMI_MEM_TYPE_VRAM’ was not declared in this scope
  445. 1392 | result = rsmi_dev_memory_total_get(i, RSMI_MEM_TYPE_VRAM, &total);
  446. | ^~~~~~~~~~~~~~~~~~
  447. src/linux/btop_collect.cpp:1392:50: error: there are no arguments to ‘rsmi_dev_memory_total_get’ that depend on a template parameter, so a declaration of ‘rsmi_dev_memory_total_get’ must be available [-fpermissive]
  448. 1392 | result = rsmi_dev_memory_total_get(i, RSMI_MEM_TYPE_VRAM, &total);
  449. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  450. src/linux/btop_collect.cpp:1393:47: error: ‘RSMI_STATUS_SUCCESS’ was not declared in this scope
  451. 1393 | if (result != RSMI_STATUS_SUCCESS) {
  452. | ^~~~~~~~~~~~~~~~~~~
  453. src/linux/btop_collect.cpp:1401:41: error: ‘result’ was not declared in this scope
  454. 1401 | result = rsmi_dev_memory_usage_get(i, RSMI_MEM_TYPE_VRAM, &used);
  455. | ^~~~~~
  456. src/linux/btop_collect.cpp:1401:79: error: ‘RSMI_MEM_TYPE_VRAM’ was not declared in this scope
  457. 1401 | result = rsmi_dev_memory_usage_get(i, RSMI_MEM_TYPE_VRAM, &used);
  458. | ^~~~~~~~~~~~~~~~~~
  459. src/linux/btop_collect.cpp:1401:50: error: there are no arguments to ‘rsmi_dev_memory_usage_get’ that depend on a template parameter, so a declaration of ‘rsmi_dev_memory_usage_get’ must be available [-fpermissive]
  460. 1401 | result = rsmi_dev_memory_usage_get(i, RSMI_MEM_TYPE_VRAM, &used);
  461. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  462. src/linux/btop_collect.cpp:1402:47: error: ‘RSMI_STATUS_SUCCESS’ was not declared in this scope
  463. 1402 | if (result != RSMI_STATUS_SUCCESS) {
  464. | ^~~~~~~~~~~~~~~~~~~
  465. src/linux/btop_collect.cpp:1415:41: error: ‘result’ was not declared in this scope
  466. 1415 | result = rsmi_dev_pci_throughput_get(i, &tx, &rx, 0);
  467. | ^~~~~~
  468. src/linux/btop_collect.cpp:1415:50: error: there are no arguments to ‘rsmi_dev_pci_throughput_get’ that depend on a template parameter, so a declaration of ‘rsmi_dev_pci_throughput_get’ must be available [-fpermissive]
  469. 1415 | result = rsmi_dev_pci_throughput_get(i, &tx, &rx, 0);
  470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  471. src/linux/btop_collect.cpp:1416:47: error: ‘RSMI_STATUS_SUCCESS’ was not declared in this scope
  472. 1416 | if (result != RSMI_STATUS_SUCCESS) {
  473. | ^~~~~~~~~~~~~~~~~~~
  474. src/linux/btop_collect.cpp: In instantiation of ‘bool Gpu::Rsmi::collect(Gpu::gpu_info*) [with bool is_init = true]’:
  475. src/linux/btop_collect.cpp:1276:21: required from here
  476. src/linux/btop_collect.cpp:1310:64: error: ‘rsmi_dev_power_cap_get’ was not declared in this scope
  477. 1310 | result = rsmi_dev_power_cap_get(i, 0, &max_power);
  478. | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  479. src/linux/btop_collect.cpp:1320:66: error: ‘rsmi_dev_temp_metric_get’ was not declared in this scope
  480. 1320 | result = rsmi_dev_temp_metric_get(i, RSMI_TEMP_TYPE_EDGE, RSMI_TEMP_MAX, &temp_max);
  481. | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  482. make: *** [Makefile:333: obj/linux/btop_collect.o] Error 1
  483. make: *** Waiting for unfinished jobs....
  484. 10% -> obj/btop_shared.o (1.7MiB) (03s)
  485. 20% -> obj/btop_theme.o (1.4MiB) (03s)
  486. 40% -> obj/btop_input.o (1.4MiB) (03s)
  487. 40% -> obj/btop_config.o (1.5MiB) (03s)
  488. 50% -> obj/btop_draw.o (2.5MiB) (04s)
  489. 70% -> obj/btop_tools.o (2.2MiB) (04s)
  490. 70% -> obj/btop.o (2.9MiB) (04s)
  491. 80% -> obj/btop_menu.o (2.0MiB) (04s)
  492. (base) cnr07@opensuse-linux-gpc:~/btop-gpu> sudo make install
  493. [sudo] password for root:
  494. Installing binary to: /usr/local/bin/btop
  495. cp: cannot stat 'bin/btop': No such file or directory
  496. chmod: cannot access '/usr/local/bin/btop': No such file or directory
  497. Installing doc to: /usr/local/share/btop
  498. Installing themes to: /usr/local/share/btop/themes
  499. Installing desktop entry to: /usr/local/share/applications/btop.desktop
  500. Installing PNG icon to: /usr/local/share/icons/hicolor/48x48/apps/btop.png
  501. Installing SVG icon to: /usr/local/share/icons/hicolor/scalable/apps/btop.svg
  502. (base) cnr07@opensuse-linux-gpc:~/btop-gpu>
  503.  
Advertisement
Add Comment
Please, Sign In to add comment