Advertisement
Guest User

steam deck oversteer install failure

a guest
Oct 9th, 2024
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | Gaming | 0 0
  1. Build started at 2024-10-09T09:29:28.416416
  2. Main binary: /usr/bin/python
  3. Build Options: -Dprefix=/usr
  4. Python system: Linux
  5. The Meson build system
  6. Version: 1.1.1
  7. Source dir: /home/deck/oversteer/src/oversteer-0.8.3
  8. Build dir: /home/deck/oversteer/src/oversteer-0.8.3/build
  9. Build type: native build
  10. Project name: oversteer
  11. Project version: 0.8.3
  12. Build machine cpu family: x86_64
  13. Build machine cpu: x86_64
  14. Host machine cpu family: x86_64
  15. Host machine cpu: x86_64
  16. Target machine cpu family: x86_64
  17. Target machine cpu: x86_64
  18. Program python3 found: YES (/usr/bin/python3)
  19. Running command: /usr/bin/python3 -c 'import importlib.util; import sys; exit(1) if importlib.util.find_spec('"'"'gi'"'"') is None else exit(0)'
  20. --- stdout ---
  21.  
  22. --- stderr ---
  23.  
  24.  
  25. Running command: /usr/bin/python3 -c 'import importlib.util; import sys; exit(1) if importlib.util.find_spec('"'"'pyudev'"'"') is None else exit(0)'
  26. --- stdout ---
  27.  
  28. --- stderr ---
  29.  
  30.  
  31. Running command: /usr/bin/python3 -c 'import importlib.util; import sys; exit(1) if importlib.util.find_spec('"'"'xdg'"'"') is None else exit(0)'
  32. --- stdout ---
  33.  
  34. --- stderr ---
  35.  
  36.  
  37. Running command: /usr/bin/python3 -c 'import importlib.util; import sys; exit(1) if importlib.util.find_spec('"'"'evdev'"'"') is None else exit(0)'
  38. --- stdout ---
  39.  
  40. --- stderr ---
  41.  
  42.  
  43. Running command: /usr/bin/python3 -c 'import importlib.util; import sys; exit(1) if importlib.util.find_spec('"'"'gettext'"'"') is None else exit(0)'
  44. --- stdout ---
  45.  
  46. --- stderr ---
  47.  
  48.  
  49. Running command: /usr/bin/python3 -c 'import importlib.util; import sys; exit(1) if importlib.util.find_spec('"'"'matplotlib'"'"') is None else exit(0)'
  50. --- stdout ---
  51.  
  52. --- stderr ---
  53.  
  54.  
  55. Running command: /usr/bin/python3 -c 'import importlib.util; import sys; exit(1) if importlib.util.find_spec('"'"'scipy'"'"') is None else exit(0)'
  56. --- stdout ---
  57.  
  58. --- stderr ---
  59.  
  60.  
  61. Running command: /usr/bin/python3 -c 'import importlib.util; import sys; exit(1) if importlib.util.find_spec('"'"'numpy'"'"') is None else exit(0)'
  62. --- stdout ---
  63.  
  64. --- stderr ---
  65.  
  66.  
  67. Pkg-config binary for 1 is not cached.
  68. Pkg-config binary missing from cross or native file, or env var undefined.
  69. Trying a default Pkg-config fallback at pkg-config
  70. Did not find pkg-config by name 'pkg-config'
  71. Found Pkg-config: NO
  72. Dependency lookup for udev with method 'pkgconfig' failed: Pkg-config binary for machine 1 not found. Giving up.
  73. CMake binary for 1 is not cached
  74. CMake binary missing from cross or native file, or env var undefined.
  75. Trying a default CMake fallback at cmake
  76. Did not find CMake 'cmake'
  77. Found CMake: NO
  78. Dependency lookup for udev with method 'cmake' failed: CMake binary for machine 1 not found. Giving up.
  79. Run-time dependency udev found: NO
  80.  
  81. meson.build:26:15: ERROR: Dependency lookup for udev with method 'pkgconfig' failed: Pkg-config binary for machine 1 not found. Giving up.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement