Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2022
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. git submodule update --init
  2. meson build/
  3. ninja -C build/
  4. Submodule 'subprojects/libliftoff' (https://gitlab.freedesktop.org/emersion/libliftoff.git) registered for path 'subprojects/libliftoff'
  5. Submodule 'subprojects/wlroots' (https://gitlab.freedesktop.org/wlroots/wlroots.git) registered for path 'subprojects/wlroots'
  6. Cloning into '/home/sophie/build/gamescope/subprojects/libliftoff'...
  7. fatal: unable to access 'https://gitlab.freedesktop.org/emersion/libliftoff.git/': gnutls_handshake() failed: Error in the pull function.
  8. fatal: clone of 'https://gitlab.freedesktop.org/emersion/libliftoff.git' into submodule path '/home/sophie/build/gamescope/subprojects/libliftoff' failed
  9. Failed to clone 'subprojects/libliftoff'. Retry scheduled
  10. Cloning into '/home/sophie/build/gamescope/subprojects/wlroots'...
  11. fatal: unable to access 'https://gitlab.freedesktop.org/wlroots/wlroots.git/': gnutls_handshake() failed: Error in the pull function.
  12. fatal: clone of 'https://gitlab.freedesktop.org/wlroots/wlroots.git' into submodule path '/home/sophie/build/gamescope/subprojects/wlroots' failed
  13. Failed to clone 'subprojects/wlroots'. Retry scheduled
  14. Cloning into '/home/sophie/build/gamescope/subprojects/libliftoff'...
  15. Cloning into '/home/sophie/build/gamescope/subprojects/wlroots'...
  16. Submodule path 'subprojects/libliftoff': checked out '9c84f7945aab0d88365f4c878f9de8a68deca3ea'
  17. Submodule path 'subprojects/wlroots': checked out '9f41627aa10a94d9427bc315fa3d363a61b94d7c'
  18. Submodule path 'subprojects/libliftoff': checked out '9c84f7945aab0d88365f4c878f9de8a68deca3ea'
  19. Submodule path 'subprojects/wlroots': checked out '9f41627aa10a94d9427bc315fa3d363a61b94d7c'
  20. The Meson build system
  21. Version: 0.61.2
  22. Source dir: /home/sophie/build/gamescope
  23. Build dir: /home/sophie/build/gamescope/build
  24. Build type: native build
  25. Project name: gamescope
  26. Project version: undefined
  27. C compiler for the host machine: cc (gcc 11.2.0 "cc (Ubuntu 11.2.0-19ubuntu1) 11.2.0")
  28. C linker for the host machine: cc ld.bfd 2.38
  29. C++ compiler for the host machine: c++ (gcc 11.2.0 "c++ (Ubuntu 11.2.0-19ubuntu1) 11.2.0")
  30. C++ linker for the host machine: c++ ld.bfd 2.38
  31. Host machine cpu family: x86_64
  32. Host machine cpu: x86_64
  33. Compiler for C++ supports arguments -Wno-unused-parameter: YES
  34. Compiler for C++ supports arguments -Wno-missing-field-initializers: YES
  35. Compiler for C++ supports arguments -Wno-c99-designator: NO
  36. Compiler for C++ supports arguments -Wno-invalid-offsetof: YES
  37. Compiler for C++ supports arguments -Wno-unused-const-variable: YES
  38. Found pkg-config: /usr/bin/pkg-config (0.29.2)
  39. Run-time dependency x11 found: YES 1.7.5
  40. Did not find CMake 'cmake'
  41. Found CMake: NO
  42. Run-time dependency xdamage found: NO (tried pkgconfig)
  43.  
  44. meson.build:28:0: ERROR: Dependency "xdamage" not found, tried pkgconfig
  45.  
  46. A full log can be found at /home/sophie/build/gamescope/build/meson-logs/meson-log.txt
  47. ninja: Entering directory `build/'
  48. ninja: error: loading 'build.ninja': No such file or directory
  49.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement