Advertisement
Guest User

pipewire failure meson build missing code dependencies

a guest
Jan 17th, 2023
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. root@DietPi:~/pipewire# sudo meson setup builddir
  2. The Meson build system
  3. Version: 1.0.0
  4. Source dir: /root/pipewire
  5. Build dir: /root/pipewire/builddir
  6. Build type: native build
  7. Project name: pipewire
  8. Project version: 0.3.64
  9. C compiler for the host machine: ccache cc (gcc 10.2.1 "cc (Raspbian 10.2.1-6+rpi1) 10.2.1 20210110")
  10. C linker for the host machine: cc ld.bfd 2.35.2
  11. Host machine cpu family: arm
  12. Host machine cpu: armv7l
  13. Compiler for C supports arguments -fvisibility=hidden: YES
  14. Compiler for C supports arguments -fno-strict-aliasing: YES
  15. Compiler for C supports arguments -Werror=suggest-attribute=format: YES
  16. Compiler for C supports arguments -Wsign-compare: YES
  17. Compiler for C supports arguments -Wpointer-arith: YES
  18. Compiler for C supports arguments -Wpointer-sign: YES
  19. Compiler for C supports arguments -Wformat: YES
  20. Compiler for C supports arguments -Wformat-security: YES
  21. Compiler for C supports arguments -Wimplicit-fallthrough: YES
  22. Compiler for C supports arguments -Wmissing-braces: YES
  23. Compiler for C supports arguments -Wtype-limits: YES
  24. Compiler for C supports arguments -Wvariadic-macros: YES
  25. Compiler for C supports arguments -Wmaybe-uninitialized: YES
  26. Compiler for C supports arguments -Wno-missing-field-initializers: YES
  27. Compiler for C supports arguments -Wno-unused-parameter: YES
  28. Compiler for C supports arguments -Wno-pedantic: YES
  29. Compiler for C supports arguments -Wold-style-declaration: YES
  30. Compiler for C supports arguments -Wdeprecated-declarations: YES
  31. Compiler for C supports arguments -Wunused-result: YES
  32. Compiler for C supports arguments -D_GNU_SOURCE: YES
  33. Compiler for C supports arguments -DFASTPATH: YES
  34. C++ compiler for the host machine: ccache c++ (gcc 10.2.1 "c++ (Raspbian 10.2.1-6+rpi1) 10.2.1 20210110")
  35. C++ linker for the host machine: c++ ld.bfd 2.35.2
  36. Compiler for C++ supports arguments -fvisibility=hidden: YES
  37. Compiler for C++ supports arguments -fno-strict-aliasing: YES
  38. Compiler for C++ supports arguments -Werror=suggest-attribute=format: YES
  39. Compiler for C++ supports arguments -Wsign-compare: YES
  40. Compiler for C++ supports arguments -Wpointer-arith: YES
  41. Compiler for C++ supports arguments -Wpointer-sign: NO
  42. Compiler for C++ supports arguments -Wformat: YES
  43. Compiler for C++ supports arguments -Wformat-security: YES
  44. Compiler for C++ supports arguments -Wimplicit-fallthrough: YES
  45. Compiler for C++ supports arguments -Wmissing-braces: YES
  46. Compiler for C++ supports arguments -Wtype-limits: YES
  47. Compiler for C++ supports arguments -Wvariadic-macros: YES
  48. Compiler for C++ supports arguments -Wmaybe-uninitialized: YES
  49. Compiler for C++ supports arguments -Wno-missing-field-initializers: YES
  50. Compiler for C++ supports arguments -Wno-unused-parameter: YES
  51. Compiler for C++ supports arguments -Wno-pedantic: YES
  52. Compiler for C++ supports arguments -Wold-style-declaration: NO
  53. Compiler for C++ supports arguments -Wdeprecated-declarations: YES
  54. Compiler for C++ supports arguments -Wunused-result: YES
  55. Compiler for C++ supports arguments -Wno-c99-designator: NO
  56. Compiler for C supports arguments -msse: NO
  57. Compiler for C supports arguments -msse2: NO
  58. Compiler for C supports arguments -mssse3: NO
  59. Compiler for C supports arguments -msse4.1: NO
  60. Compiler for C supports arguments -mfma: NO
  61. Compiler for C supports arguments -mavx: NO
  62. Compiler for C supports arguments -mavx2: NO
  63. Compiler for C supports arguments -mfpu=neon: YES
  64. Checking if "arm Neon Support" compiles: YES
  65. Library atomic found: YES
  66. Checking if "8-byte __atomic_fetch_add without libatomic" : links: NO
  67. Checking if "8-byte __atomic_fetch_add with libatomic" with dependency -latomic: links: YES
  68. Has header "sys/mount.h" : YES
  69. Has header "sys/param.h" : YES
  70. Has header "sys/random.h" : YES
  71. Has header "sys/vfs.h" : YES
  72. Has header "pwd.h" : YES
  73. Fetching value of define "SYS_pidfd_open" : (0 + 434)
  74. Found pkg-config: /usr/local/bin/pkg-config (0.29.2)
  75. Run-time dependency systemd found: YES 247
  76. Found CMake: /usr/bin/cmake (3.18.4)
  77.  
  78.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement