Advertisement
Guest User

Untitled

a guest
Dec 14th, 2022
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. + exec meson setup --prefix /usr --libexecdir lib --sbindir bin --buildtype plain --auto-features enabled --wrap-mode nodownload -D b_lto=true -D b_pie=true AdwSteamGtk-0.1.5 build
  2. The Meson build system
  3. Version: 0.64.1
  4. Source dir: /home/brunomiguel/userrepository/pkgbuild/adwsteamgtk/src/AdwSteamGtk-0.1.5
  5. Build dir: /home/brunomiguel/userrepository/pkgbuild/adwsteamgtk/src/build
  6. Build type: native build
  7. Project name: adwaita-steam-gtk
  8. Project version: 0.1.5
  9. Host machine cpu family: x86_64
  10. Host machine cpu: x86_64
  11. Program msgfmt found: YES (/usr/bin/msgfmt)
  12. Program desktop-file-validate found: YES (/usr/bin/desktop-file-validate)
  13. Program appstream-util found: YES (/usr/bin/appstream-util)
  14. Program glib-compile-schemas found: YES (/usr/bin/glib-compile-schemas)
  15. Program blueprint-compiler found: YES (/usr/bin/blueprint-compiler)
  16. Found pkg-config: /usr/bin/pkg-config (1.8.0)
  17. Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
  18. Program python3 found: YES (/usr/bin/python3)
  19. Configuring adwaita-steam-gtk using configuration
  20. Program msginit found: YES (/usr/bin/msginit)
  21. Program msgmerge found: YES (/usr/bin/msgmerge)
  22. Program xgettext found: YES (/usr/bin/xgettext)
  23. Build-time dependency gio-2.0 found: YES 2.74.3
  24. Program glib-compile-schemas found: YES (/usr/bin/glib-compile-schemas)
  25. Program gtk4-update-icon-cache found: YES (/usr/bin/gtk4-update-icon-cache)
  26. Program update-desktop-database found: YES (/usr/bin/update-desktop-database)
  27. Build targets in project: 7
  28.  
  29. adwaita-steam-gtk 0.1.5
  30.  
  31. User defined options
  32. auto_features: enabled
  33. buildtype : plain
  34. libexecdir : lib
  35. prefix : /usr
  36. sbindir : bin
  37. wrap_mode : nodownload
  38. b_lto : true
  39. b_pie : true
  40.  
  41. Found ninja-1.11.1 at /usr/bin/ninja
  42. ninja: Entering directory `/home/brunomiguel/userrepository/pkgbuild/adwsteamgtk/src/build'
  43. [1/4] Generating data/io.github.Foldex.AdwSteamGtk.desktop with a custom command
  44. [2/4] Generating data/io.github.Foldex.AdwSteamGtk.appdata.xml with a custom command
  45. [3/4] Generating src/blueprints with a custom command
  46. usage: blueprint-compiler [-h] [--version] command ...
  47.  
  48. positional arguments:
  49. command
  50. compile Compile blueprint files
  51. batch-compile
  52. Compile many blueprint files at once
  53. port Interactive porting tool
  54. lsp Run the language server (for internal use by IDEs)
  55. help Show this message
  56.  
  57. optional arguments:
  58. -h, --help show this help message and exit
  59. --version show program's version number and exit
  60. [4/4] Generating src/adwaita-steam-gtk_gresource with a custom command
  61. FAILED: src/adwaita-steam-gtk.gresource
  62. /usr/bin/glib-compile-resources ../AdwSteamGtk-0.1.5/src/adwaita_steam_gtk.gresource.xml --sourcedir src --sourcedir ../AdwSteamGtk-0.1.5/src --internal --generate --target src/adwaita-steam-gtk.gresource --dependency-file src/adwaita-steam-gtk.gresource.d
  63. ../AdwSteamGtk-0.1.5/src/adwaita_steam_gtk.gresource.xml: Falha ao localizar “window.ui” em qualquer diretório de origem.
  64. ninja: build stopped: subcommand failed.
  65. INFO: autodetecting backend as ninja
  66. INFO: calculating backend command to run: /usr/bin/ninja -C /home/brunomiguel/userrepository/pkgbuild/adwsteamgtk/src/build
  67. ==> ERRO: Uma falha ocorreu em build().
  68. A cancelar...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement