Advertisement
hakonhagland

build-vte-error-ubuntu-24-10

Apr 27th, 2025
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.61 KB | None | 0 0
  1. $ ninja -C _build
  2. ninja: Entering directory `_build'
  3. [23/317] Generating subprojects/simdutf/amalgamate with a custom command
  4. SCRIPTPATH=/home/hakon/test/vte/subprojects/simdutf/singleheader PROJECTPATH=/home/hakon/test/vte/subprojects/simdutf
  5. We are about to amalgamate all simdutf files into one source file.
  6. See https://www.sqlite.org/amalgamation.html and https://en.wikipedia.org/wiki/Single_Compilation_Unit for rationale.
  7. timestamp is 2025-03-17 16:13:41 -0400
  8. Creating /home/hakon/test/vte/_build/subprojects/simdutf/simdutf.h
  9. Creating /home/hakon/test/vte/_build/subprojects/simdutf/simdutf.cpp
  10. Creating /home/hakon/test/vte/_build/subprojects/simdutf/amalgamation_demo.cpp
  11. Creating /home/hakon/test/vte/_build/subprojects/simdutf/README.md
  12. Done with all files generation.
  13. Files have been written to directory: /home/hakon/test/vte/_build/subprojects/simdutf
  14. [134/317] Compiling C++ object src/libvte-2.91.so.0.8100.0.p/vte.cc.o
  15. ../src/vte.cc: In member function ‘bool vte::terminal::Terminal::match_rowcol_to_offset(vte::grid::column_t, vte::grid::row_t, gsize*, gsize*, gsize*)’:
  16. ../src/vte.cc:1073:36: warning: unused variable ‘c’ [-Wunused-variable]
  17. 1073 | auto const c = g_utf8_get_char (match_contents + offset);
  18. | ^
  19. ../src/vte.cc:1138:44: warning: variable ‘_sattr’ set but not used [-Wunused-but-set-variable]
  20. 1138 | struct _VteCharAttributes *_sattr, *_eattr;
  21. | ^~~~~~
  22. ../src/vte.cc:1138:53: warning: variable ‘_eattr’ set but not used [-Wunused-but-set-variable]
  23. 1138 | struct _VteCharAttributes *_sattr, *_eattr;
  24. | ^~~~~~
  25. ../src/vte.cc: In member function ‘bool vte::terminal::Terminal::match_check_pcre(pcre2_match_data_8*, pcre2_match_context_8*, const vte::base::Regex*, uint32_t, gsize, gsize, gsize, char**, gsize*, gsize*, gsize*, gsize*)’:
  26. ../src/vte.cc:1227:52: warning: variable ‘_sattr’ set but not used [-Wunused-but-set-variable]
  27. 1227 | struct _VteCharAttributes *_sattr, *_eattr;
  28. | ^~~~~~
  29. ../src/vte.cc:1227:61: warning: variable ‘_eattr’ set but not used [-Wunused-but-set-variable]
  30. 1227 | struct _VteCharAttributes *_sattr, *_eattr;
  31. | ^~~~~~
  32. ../src/vte.cc: In member function ‘char* vte::terminal::Terminal::match_check_internal_pcre(vte::grid::column_t, vte::grid::row_t, const MatchRegex**, size_t*, size_t*)’:
  33. ../src/vte.cc:1338:52: warning: variable ‘_sattr’ set but not used [-Wunused-but-set-variable]
  34. 1338 | struct _VteCharAttributes *_sattr, *_eattr;
  35. | ^~~~~~
  36. ../src/vte.cc:1338:61: warning: variable ‘_eattr’ set but not used [-Wunused-but-set-variable]
  37. 1338 | struct _VteCharAttributes *_sattr, *_eattr;
  38. | ^~~~~~
  39. [157/317] Compiling C++ object src/libvte-2.91-gtk4.so.0.p/vteaccess-gtk4.cc.o
  40. ../src/vteaccess-gtk4.cc: In function ‘GBytes* vte_accessible_text_get_contents_at(GtkAccessibleText*, guint, GtkAccessibleTextGranularity, guint*, guint*)’:
  41. ../src/vteaccess-gtk4.cc:504:39: warning: comparison of unsigned expression in ‘>= 0’ is always true [-Wtype-limits]
  42. 504 | while (offset >= 0 &&
  43. | ~~~~~~~^~~~
  44. ../src/vteaccess-gtk4.cc:513:31: warning: comparison of unsigned expression in ‘>= 0’ is always true [-Wtype-limits]
  45. 513 | while (*start >= 0 &&
  46. | ~~~~~~~^~~~
  47. [294/317] Generating bindings/gir/Vte-2.91.gir with a custom command (wrapped by meson to set env)
  48. ../src/vtegtk.cc:2831: Error: Vte: identifier not found on the first line:
  49. * SECTION: Terminal properties
  50. ^
  51. ../src/vteuuid.cc:229: Warning: Vte: invalid "optional" annotation: only valid for out and inout parameters
  52. ../src/vtegtk.cc:7793: Warning: Vte: vte_terminal_get_enable_legacy_osc777: unknown parameter 'enable' in documentation comment
  53. ../src/vte/vtepty.h:109: Warning: Vte: Couldn't find 'spawn_with_fds_finish' for the corresponding async function: 'spawn_with_fds_async'
  54. [297/317] Generating bindings/vala/vte-2.91.vapi with a custom command
  55. Vte-2.91.gir:4101.7-4101.41: warning: Signal `Vte.Terminal.termprops_changed' conflicts with method of the same name
  56. [307/317] Compiling C++ object src/libvte-2.91-gtk4.so.0.p/vte.cc.o
  57. ../src/vte.cc: In member function ‘bool vte::terminal::Terminal::match_rowcol_to_offset(vte::grid::column_t, vte::grid::row_t, gsize*, gsize*, gsize*)’:
  58. ../src/vte.cc:1073:36: warning: unused variable ‘c’ [-Wunused-variable]
  59. 1073 | auto const c = g_utf8_get_char (match_contents + offset);
  60. | ^
  61. ../src/vte.cc:1138:44: warning: variable ‘_sattr’ set but not used [-Wunused-but-set-variable]
  62. 1138 | struct _VteCharAttributes *_sattr, *_eattr;
  63. | ^~~~~~
  64. ../src/vte.cc:1138:53: warning: variable ‘_eattr’ set but not used [-Wunused-but-set-variable]
  65. 1138 | struct _VteCharAttributes *_sattr, *_eattr;
  66. | ^~~~~~
  67. ../src/vte.cc: In member function ‘bool vte::terminal::Terminal::match_check_pcre(pcre2_match_data_8*, pcre2_match_context_8*, const vte::base::Regex*, uint32_t, gsize, gsize, gsize, char**, gsize*, gsize*, gsize*, gsize*)’:
  68. ../src/vte.cc:1227:52: warning: variable ‘_sattr’ set but not used [-Wunused-but-set-variable]
  69. 1227 | struct _VteCharAttributes *_sattr, *_eattr;
  70. | ^~~~~~
  71. ../src/vte.cc:1227:61: warning: variable ‘_eattr’ set but not used [-Wunused-but-set-variable]
  72. 1227 | struct _VteCharAttributes *_sattr, *_eattr;
  73. | ^~~~~~
  74. ../src/vte.cc: In member function ‘char* vte::terminal::Terminal::match_check_internal_pcre(vte::grid::column_t, vte::grid::row_t, const MatchRegex**, size_t*, size_t*)’:
  75. ../src/vte.cc:1338:52: warning: variable ‘_sattr’ set but not used [-Wunused-but-set-variable]
  76. 1338 | struct _VteCharAttributes *_sattr, *_eattr;
  77. | ^~~~~~
  78. ../src/vte.cc:1338:61: warning: variable ‘_eattr’ set but not used [-Wunused-but-set-variable]
  79. 1338 | struct _VteCharAttributes *_sattr, *_eattr;
  80. | ^~~~~~
  81. [311/317] Generating bindings/gir/Vte-3.91.gir with a custom command (wrapped by meson to set env)
  82. ../src/vtegtk.cc:2831: Error: Vte: identifier not found on the first line:
  83. * SECTION: Terminal properties
  84. ^
  85. ../src/vteuuid.cc:229: Warning: Vte: invalid "optional" annotation: only valid for out and inout parameters
  86. ../src/vtegtk.cc:7793: Warning: Vte: vte_terminal_get_enable_legacy_osc777: unknown parameter 'enable' in documentation comment
  87. ../src/vte/vtepty.h:109: Warning: Vte: Couldn't find 'spawn_with_fds_finish' for the corresponding async function: 'spawn_with_fds_async'
  88. [312/317] Generating bindings/vala/vte-2.91-gtk4.vapi with a custom command
  89. Vte-3.91.gir:4125.7-4125.41: warning: Signal `Vte.Terminal.termprops_changed' conflicts with method of the same name
  90. [317/317] Linking target src/app/vte-2.91-gtk4
  91.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement