Advertisement
Guest User

Untitled

a guest
Oct 12th, 2022
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.95 KB | None | 0 0
  1. Hmm... Looks like a unified diff to me...
  2. The text leading up to this was:
  3. --------------------------
  4. |From c482159ce93deafc7f1fc5755ba15135709ae726 Mon Sep 17 00:00:00 2001
  5. |From: Matt Gajownik <matt@obsproject.com>
  6. |Date: Tue, 25 Aug 2020 19:28:26 +1000
  7. |Subject: [PATCH] libobs/util: Fix loading Python binary modules on *nix
  8. |
  9. |Fixes #2222
  10. |---
  11. | libobs/util/platform-nix.c | 3 ++-
  12. | 1 file changed, 2 insertions(+), 1 deletion(-)
  13. |
  14. |diff --git a/libobs/util/platform-nix.c b/libobs/util/platform-nix.c
  15. |index 26800d52f7..997b62db1a 100644
  16. |--- a/libobs/util/platform-nix.c
  17. |+++ b/libobs/util/platform-nix.c
  18. --------------------------
  19. patching file libobs/util/platform-nix.c
  20. Using Plan A...
  21. Hunk #1 succeeded at 81 (offset 10 lines).
  22. done
  23. Building ...
  24. -- OBS: Application Version: 28.0.3 - Build Number: 1
  25. -- The C compiler identification is GNU 12.2.0
  26. -- The CXX compiler identification is GNU 12.2.0
  27. -- Detecting C compiler ABI info
  28. -- Detecting C compiler ABI info - done
  29. -- Check for working C compiler: /usr/bin/cc - skipped
  30. -- Detecting C compile features
  31. -- Detecting C compile features - done
  32. -- Detecting CXX compiler ABI info
  33. -- Detecting CXX compiler ABI info - done
  34. -- Check for working CXX compiler: /usr/bin/c++ - skipped
  35. -- Detecting CXX compile features
  36. -- Detecting CXX compile features - done
  37. -- Found OpenGL: /usr/lib64/libOpenGL.so
  38. -- Found FFmpeg: /usr/lib64/../lib64/libavcodec.so (found version "#define LIBAVCODEC_VERSION_MINOR 37;#define LIBAVCODEC_VERSION_MICRO 100.37.100") found components: avcodec avdevice avutil avformat
  39. -- Found CURL: /usr/lib64/libcurl.so (found version "7.85.0")
  40. -- Found Luajit: /usr/sbin/../lib64/libluajit-5.1.so
  41. -- Found SWIG: /usr/bin/swig (found suitable version "4.0.2", minimum required is "3")
  42. -- OBS: ENABLED obslua
  43. -- Found Luajit: /usr/lib64/libluajit-5.1.so
  44. -- OBS: obs-scripting -> Luajit found.
  45. -- Found Python: /usr/bin/python3.9 (found version "3.9.14") found components: Interpreter Development Development.Module Development.Embed
  46. -- OBS: ENABLED obspython
  47. -- OBS: obs-scripting -> Python 3.9.14 found.
  48. -- OBS: Using system Jansson library.
  49. -- Found X11: /usr/include
  50. -- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so
  51. -- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so - found
  52. -- Looking for gethostbyname
  53. -- Looking for gethostbyname - found
  54. -- Looking for connect
  55. -- Looking for connect - found
  56. -- Looking for remove
  57. -- Looking for remove - found
  58. -- Looking for shmat
  59. -- Looking for shmat - found
  60. -- Looking for IceConnectionNumber in ICE
  61. -- Looking for IceConnectionNumber in ICE - found
  62. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2")
  63. -- XCB[XCB]: Found component XCB
  64. -- Found XCB: /usr/lib64/libxcb.so found components: XCB
  65. -- Found X11_XCB: /usr/lib64/libX11-xcb.so
  66. -- Found OpenGL: /usr/lib64/libOpenGL.so found components: EGL
  67. -- Found Wayland: /usr/lib64/libwayland-client.so;/usr/lib64/libwayland-server.so;/usr/lib64/libwayland-egl.so;/usr/lib64/libwayland-cursor.so
  68. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  69. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
  70. -- Found Threads: TRUE
  71. -- Found FFmpeg: /usr/lib64/libavformat.so (found version "#define LIBAVFORMAT_VERSION_MINOR 27;#define LIBAVFORMAT_VERSION_MICRO 100.27.100") found components: avformat avutil swscale swresample avcodec
  72. -- Found ZLIB: /usr/lib64/libz.so (found version "1.2.12")
  73. -- OBS: Qt version: 5
  74. -- OBS: -> PulseAudio found - audio monitoring enabled
  75. -- Checking for modules 'gio-2.0;gio-unix-2.0'
  76. -- Found gio-2.0, version 2.72.4
  77. -- Found gio-unix-2.0, version 2.72.4
  78. -- Found Gio: /usr/lib64/libgio-2.0.so
  79. -- Found Wayland: /usr/lib64/libwayland-client.so;/usr/lib64/libwayland-server.so;/usr/lib64/libwayland-egl.so;/usr/lib64/libwayland-cursor.so found components: Client
  80. -- Found Xkbcommon: /usr/lib64/libxkbcommon.so
  81. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
  82. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
  83. -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
  84. -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
  85. -- Performing Test COMPILER_HAS_DEPRECATED_ATTR
  86. -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
  87. -- XCB[XCB]: Found component XCB
  88. -- XCB[XFIXES]: Found component XFIXES
  89. -- XCB[RANDR]: Found component RANDR
  90. -- XCB[SHM]: Found component SHM
  91. -- XCB[XINERAMA]: Found component XINERAMA
  92. -- XCB[COMPOSITE]: Found component COMPOSITE
  93. -- Found XCB: /usr/lib64/libxcb.so;/usr/lib64/libxcb-xfixes.so;/usr/lib64/libxcb-randr.so;/usr/lib64/libxcb-shm.so;/usr/lib64/libxcb-xinerama.so;/usr/lib64/libxcb-composite.so found components: XCB XFIXES RANDR SHM XINERAMA COMPOSITE
  94. -- OBS: ENABLED linux-capture
  95. -- OBS: ENABLED linux-pulseaudio
  96. -- Found Libv4l2: /usr/lib64/libv4l2.so
  97. -- Found FFmpeg: /usr/lib64/libavcodec.so (found version "#define LIBAVCODEC_VERSION_MINOR 37;#define LIBAVCODEC_VERSION_MICRO 100.37.100") found components: avcodec avutil avformat
  98. -- Found Udev: /usr/lib64/libudev.so
  99. -- OBS: ENABLED linux-v4l2
  100. -- OBS: DISABLED linux-jack
  101. -- Found ALSA: /usr/lib64/libasound.so (found version "1.2.7.2")
  102. -- OBS: ENABLED linux-alsa
  103. -- Found PipeWire: /usr/lib64/libpipewire-0.3.so (found suitable version "0.3.59", minimum required is "0.3.33")
  104. -- OBS: ENABLED linux-pipewire
  105. -- OBS: ENABLED decklink
  106. -- Found LibVLC: /usr/include/vlc
  107. -- OBS: ENABLED vlc-video
  108. -- OBS: DISABLED sndio
  109. -- OBS: - obs-vst uses bundled VST headers
  110. -- OBS: ENABLED obs-vst
  111. CMake Error at cmake/Modules/ObsHelpers.cmake:446 (message):
  112. OBS: obs-browser submodule not available.
  113. Call Stack (most recent call first):
  114. plugins/CMakeLists.txt:11 (obs_status)
  115. plugins/CMakeLists.txt:64 (check_obs_browser)
  116.  
  117.  
  118. -- Configuring incomplete, errors occurred!
  119. See also "/tmp/build/tmp-obs-studio/obs-studio-28.0.3/build-obs-studio/CMakeFiles/CMakeOutput.log".
  120. obs-studio.SlackBuild FAILED at line 248
  121.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement