Advertisement
Guest User

pipewire failure meson build missing code dependencies better version more detai

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