Compile is failing on both of my machines with the latest update.
Installing obs-ffmpeg to OBS rundir
[ 50%] Building C object plugins/obs-filters/CMakeFiles/obs-filters.dir/luma-key-filter.c.o
[ 50%] Building C object plugins/obs-outputs/CMakeFiles/obs-outputs.dir/librtmp/log.c.o
[ 50%] Building C object plugins/obs-outputs/CMakeFiles/obs-outputs.dir/librtmp/md5.c.o
[ 50%] Built target obs-ffmpeg
[ 50%] Building C object plugins/obs-outputs/CMakeFiles/obs-outputs.dir/librtmp/parseurl.c.o
[ 51%] Building C object plugins/obs-outputs/CMakeFiles/obs-outputs.dir/librtmp/rtmp.c.o
[ 51%] Building C object plugins/obs-outputs/CMakeFiles/obs-outputs.dir/rtmp-hevc.c.o
[ 51%] Building C object plugins/obs-outputs/CMakeFiles/obs-outputs.dir/ftl-stream.c.o
[ 51%] Linking C shared module obs-filters.so
Installing obs-filters to OBS rundir
[ 51%] Built target obs-filters
[ 51%] Linking CXX shared module decklink.so
Installing decklink to OBS rundir
[ 51%] Built target decklink
In function ‘DecodeTEA’,
inlined from ‘HandleInvoke’ at /home/user/.cache/paru/clone/obs-studio-browser/src/obs-studio/plugins/obs-outputs/librtmp/rtmp.c:3151:21:
/home/user/.cache/paru/clone/obs-studio-browser/src/obs-studio/plugins/obs-outputs/librtmp/rtmp.c:4575:7: error: ‘*(uint32_t *)out’ may be used uninitialized [-Werror=maybe-uninitialized]
4575 | y = v[0];
| ~~^~~~~~
cc1: all warnings being treated as errors
make[2]: *** [plugins/obs-outputs/CMakeFiles/obs-outputs.dir/build.make:272: plugins/obs-outputs/CMakeFiles/obs-outputs.dir/librtmp/rtmp.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1744: plugins/obs-outputs/CMakeFiles/obs-outputs.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
error: failed to build 'obs-studio-browser-29.1.0-1':
error: packages failed to build: obs-studio-browser-29.1.0-1
Pinned Comments
tytan652 commented on 2023-01-13 07:52 (UTC) (edited on 2023-01-13 07:52 (UTC) by tytan652)
For those who might ask why
libva-vdpau-driver
was added to conflicts.It is the only way at package level to prevent the user to have segfaults because of this driver. This will not be fixed on OBS side since this is not an OBS issue.
The driver is only loaded with Nvidia cards.
Try
libva-nvidia-driver
if you really need Nvidia decode through VAAPI.tytan652 commented on 2022-07-08 06:02 (UTC)
This package have some dependencies with version check, it will allow you to rebuild the package only when your system is correctly updated. This feature is not enabled on Manjaro.
If you have any issue, please before commenting rebuild this package (a clean build) and try again to make sure it's not because of a library update.
Pamac has a messed up dependency checker, use another AUR helper for the first install.
This AUR package provide OBS with all the missing feature except Twitch, Restream and YouTube integrations.
More explaination here: https://ideas.obsproject.com/posts/1558/
It provide any dependency needed for Wayland support.
I'm quite active on OBS discord server (don't PM me directly).