Advertisement
simo-reby

Untitled

Nov 25th, 2023
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.58 KB | None | 0 0
  1. Compiling lact-gui v0.5.0 (/home/simona/.cache/yay/lact/src/LACT-0.5.0/lact-gui)
  2. error: proc macro panicked
  3. --> lact-gui/src/app/info_row.rs:32:14
  4. |
  5. 32 | #[derive(CompositeTemplate, Default, Properties)]
  6. | ^^^^^^^^^^^^^^^^^
  7. |
  8. = help: message: called `Result::unwrap()` on an `Err` value: usage: blueprint-compiler [-h] [--version] command ...
  9.  
  10. positional arguments:
  11. command
  12. compile Compile blueprint files
  13. batch-compile
  14. Compile many blueprint files at once
  15. port Interactive porting tool
  16. lsp Run the language server (for internal use by IDEs)
  17. help Show this message
  18.  
  19. optional arguments:
  20. -h, --help show this help message and exit
  21. --version show program's version number and exit
  22.  
  23. = note: this error originates in the derive macro `CompositeTemplate` (in Nightly builds, run with -Z macro-backtrace for more info)
  24.  
  25. error: proc macro panicked
  26. --> lact-gui/src/app/page_section.rs:37:14
  27. |
  28. 37 | #[derive(CompositeTemplate, Default, Properties)]
  29. | ^^^^^^^^^^^^^^^^^
  30. |
  31. = help: message: called `Result::unwrap()` on an `Err` value: usage: blueprint-compiler [-h] [--version] command ...
  32.  
  33. positional arguments:
  34. command
  35. compile Compile blueprint files
  36. batch-compile
  37. Compile many blueprint files at once
  38. port Interactive porting tool
  39. lsp Run the language server (for internal use by IDEs)
  40. help Show this message
  41.  
  42. optional arguments:
  43. -h, --help show this help message and exit
  44. --version show program's version number and exit
  45.  
  46. = note: this error originates in the derive macro `CompositeTemplate` (in Nightly builds, run with -Z macro-backtrace for more info)
  47.  
  48. error: proc macro panicked
  49. --> lact-gui/src/app/root_stack/info_page/vulkan_info/feature_window/row.rs:31:14
  50. |
  51. 31 | #[derive(CompositeTemplate, Default, Properties)]
  52. | ^^^^^^^^^^^^^^^^^
  53. |
  54. = help: message: called `Result::unwrap()` on an `Err` value: usage: blueprint-compiler [-h] [--version] command ...
  55.  
  56. positional arguments:
  57. command
  58. compile Compile blueprint files
  59. batch-compile
  60. Compile many blueprint files at once
  61. port Interactive porting tool
  62. lsp Run the language server (for internal use by IDEs)
  63. help Show this message
  64.  
  65. optional arguments:
  66. -h, --help show this help message and exit
  67. --version show program's version number and exit
  68.  
  69. = note: this error originates in the derive macro `CompositeTemplate` (in Nightly builds, run with -Z macro-backtrace for more info)
  70.  
  71. error: proc macro panicked
  72. --> lact-gui/src/app/root_stack/info_page/vulkan_info/feature_window/mod.rs:38:14
  73. |
  74. 38 | #[derive(CompositeTemplate, Properties, Default)]
  75. | ^^^^^^^^^^^^^^^^^
  76. |
  77. = help: message: called `Result::unwrap()` on an `Err` value: usage: blueprint-compiler [-h] [--version] command ...
  78.  
  79. positional arguments:
  80. command
  81. compile Compile blueprint files
  82. batch-compile
  83. Compile many blueprint files at once
  84. port Interactive porting tool
  85. lsp Run the language server (for internal use by IDEs)
  86. help Show this message
  87.  
  88. optional arguments:
  89. -h, --help show this help message and exit
  90. --version show program's version number and exit
  91.  
  92. = note: this error originates in the derive macro `CompositeTemplate` (in Nightly builds, run with -Z macro-backtrace for more info)
  93.  
  94. error: proc macro panicked
  95. --> lact-gui/src/app/root_stack/oc_page/gpu_stats_section.rs:85:14
  96. |
  97. 85 | #[derive(CompositeTemplate, Default, Properties)]
  98. | ^^^^^^^^^^^^^^^^^
  99. |
  100. = help: message: called `Result::unwrap()` on an `Err` value: usage: blueprint-compiler [-h] [--version] command ...
  101.  
  102. positional arguments:
  103. command
  104. compile Compile blueprint files
  105. batch-compile
  106. Compile many blueprint files at once
  107. port Interactive porting tool
  108. lsp Run the language server (for internal use by IDEs)
  109. help Show this message
  110.  
  111. optional arguments:
  112. -h, --help show this help message and exit
  113. --version show program's version number and exit
  114.  
  115. = note: this error originates in the derive macro `CompositeTemplate` (in Nightly builds, run with -Z macro-backtrace for more info)
  116.  
  117. error: proc macro panicked
  118. --> lact-gui/src/app/root_stack/oc_page/power_cap_section.rs:44:14
  119. |
  120. 44 | #[derive(CompositeTemplate, Default, Properties)]
  121. | ^^^^^^^^^^^^^^^^^
  122. |
  123. = help: message: called `Result::unwrap()` on an `Err` value: usage: blueprint-compiler [-h] [--version] command ...
  124.  
  125. positional arguments:
  126. command
  127. compile Compile blueprint files
  128. batch-compile
  129. Compile many blueprint files at once
  130. port Interactive porting tool
  131. lsp Run the language server (for internal use by IDEs)
  132. help Show this message
  133.  
  134. optional arguments:
  135. -h, --help show this help message and exit
  136. --version show program's version number and exit
  137.  
  138. = note: this error originates in the derive macro `CompositeTemplate` (in Nightly builds, run with -Z macro-backtrace for more info)
  139.  
  140. error: proc macro panicked
  141. --> lact-gui/src/app/root_stack/oc_page/power_states/power_state_row.rs:37:14
  142. |
  143. 37 | #[derive(CompositeTemplate, Default, Properties)]
  144. | ^^^^^^^^^^^^^^^^^
  145. |
  146. = help: message: called `Result::unwrap()` on an `Err` value: usage: blueprint-compiler [-h] [--version] command ...
  147.  
  148. positional arguments:
  149. command
  150. compile Compile blueprint files
  151. batch-compile
  152. Compile many blueprint files at once
  153. port Interactive porting tool
  154. lsp Run the language server (for internal use by IDEs)
  155. help Show this message
  156.  
  157. optional arguments:
  158. -h, --help show this help message and exit
  159. --version show program's version number and exit
  160.  
  161. = note: this error originates in the derive macro `CompositeTemplate` (in Nightly builds, run with -Z macro-backtrace for more info)
  162.  
  163. error: proc macro panicked
  164. --> lact-gui/src/app/root_stack/oc_page/power_states/power_states_frame.rs:80:14
  165. |
  166. 80 | #[derive(CompositeTemplate, Default, Properties)]
  167. | ^^^^^^^^^^^^^^^^^
  168. |
  169. = help: message: called `Result::unwrap()` on an `Err` value: usage: blueprint-compiler [-h] [--version] command ...
  170.  
  171. positional arguments:
  172. command
  173. compile Compile blueprint files
  174. batch-compile
  175. Compile many blueprint files at once
  176. port Interactive porting tool
  177. lsp Run the language server (for internal use by IDEs)
  178. help Show this message
  179.  
  180. optional arguments:
  181. -h, --help show this help message and exit
  182. --version show program's version number and exit
  183.  
  184. = note: this error originates in the derive macro `CompositeTemplate` (in Nightly builds, run with -Z macro-backtrace for more info)
  185.  
  186. error: proc macro panicked
  187. --> lact-gui/src/app/root_stack/oc_page/power_states/power_states_list.rs:94:14
  188. |
  189. 94 | #[derive(CompositeTemplate, Default, Properties)]
  190. | ^^^^^^^^^^^^^^^^^
  191. |
  192. = help: message: called `Result::unwrap()` on an `Err` value: usage: blueprint-compiler [-h] [--version] command ...
  193.  
  194. positional arguments:
  195. command
  196. compile Compile blueprint files
  197. batch-compile
  198. Compile many blueprint files at once
  199. port Interactive porting tool
  200. lsp Run the language server (for internal use by IDEs)
  201. help Show this message
  202.  
  203. optional arguments:
  204. -h, --help show this help message and exit
  205. --version show program's version number and exit
  206.  
  207. = note: this error originates in the derive macro `CompositeTemplate` (in Nightly builds, run with -Z macro-backtrace for more info)
  208.  
  209. error: proc macro panicked
  210. --> lact-gui/src/app/root_stack/software_page.rs:48:14
  211. |
  212. 48 | #[derive(CompositeTemplate, Default, Properties)]
  213. | ^^^^^^^^^^^^^^^^^
  214. |
  215. = help: message: called `Result::unwrap()` on an `Err` value: usage: blueprint-compiler [-h] [--version] command ...
  216.  
  217. positional arguments:
  218. command
  219. compile Compile blueprint files
  220. batch-compile
  221. Compile many blueprint files at once
  222. port Interactive porting tool
  223. lsp Run the language server (for internal use by IDEs)
  224. help Show this message
  225.  
  226. optional arguments:
  227. -h, --help show this help message and exit
  228. --version show program's version number and exit
  229.  
  230. = note: this error originates in the derive macro `CompositeTemplate` (in Nightly builds, run with -Z macro-backtrace for more info)
  231.  
  232. error: could not compile `lact-gui` (lib) due to 10 previous errors
  233. warning: build failed, waiting for other jobs to finish...
  234. make: *** [Makefile:5: build-release] Error 101
  235. ==> ERRORE: Si รจ verificato un errore in build().
  236. L'operazione sta per essere interrotta...
  237. -> error making: lact-exit status 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement