Hello. I am trying to build obs from ports and I was facing the same issue related here:
I also commented the line PULSEAUDIO_BROKEN_OFF and the build went on. But differently from the deleted user on the thread I linked, I am facing the following issue:
Pulseaudio is disabled in config, I also didnt selected it for any dependecies while building (I guess), also, reading the port makefile, I tried to build with -DDISABLE_PULSEAUDIO=true and -DENABLE_PULSEAUDIO=false but I got the same output.
I dont really want to install pulseaudio, but also, I dont know how to avoid that. Could you guys give me some ideas?
At make config of obs I am selecting only pipeware and sndio.
Since last year if you try to build multimedia/obs-studio, it throws a link to this Github issue and says obs-studio is marked as broken. It seems like this was fixed in October yet we still can't build it - the tag is for 27.2.3 and that version is currently in quarterly ports. Anyone know why?
- Deleted member 67862
- github issue multimedia obs studio obs studio plugins
- Replies: 11
- Forum: Installation and Maintenance of Ports or Packages
I also commented the line PULSEAUDIO_BROKEN_OFF and the build went on. But differently from the deleted user on the thread I linked, I am facing the following issue:
Code:
===> Configuring for obs-studio-31.1.1_1
===> Performing out-of-source build
/bin/mkdir -p /usr/ports/multimedia/obs-studio/work/.build
CMake Warning (dev) at cmake/finders/FindSysinfo.cmake:66 (message):
Failed to find Sysinfo version.
Call Stack (most recent call first):
libobs/cmake/os-freebsd.cmake:6 (find_package)
libobs/CMakeLists.txt:274 (include)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/finders/FindPulseAudio.cmake:80 (message):
Failed to find PulseAudio version.
Call Stack (most recent call first):
libobs/cmake/os-freebsd.cmake:55 (find_package)
libobs/CMakeLists.txt:274 (include)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
Could NOT find PulseAudio (missing: PulseAudio_INCLUDE_DIR
PulseAudio_LIBRARY) (found version "0.0.0")
Reason given by package: Ensure that PulseAudio is installed on the system.
Call Stack (most recent call first):
/usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:603 (_FPHSA_FAILURE_MESSAGE)
cmake/finders/FindPulseAudio.cmake:85 (find_package_handle_standard_args)
libobs/cmake/os-freebsd.cmake:55 (find_package)
libobs/CMakeLists.txt:274 (include)
-- Configuring incomplete, errors occurred!
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/multimedia/obs-studio
*** Error code 1
Stop.
make: stopped in /usr/ports/multimedia/obs-studio
Pulseaudio is disabled in config, I also didnt selected it for any dependecies while building (I guess), also, reading the port makefile, I tried to build with -DDISABLE_PULSEAUDIO=true and -DENABLE_PULSEAUDIO=false but I got the same output.
I dont really want to install pulseaudio, but also, I dont know how to avoid that. Could you guys give me some ideas?
At make config of obs I am selecting only pipeware and sndio.