Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 904482 - media-video/obs-studio-9999::gentoo failed (configure phase) -- build dependency submodules removed upstream
Summary: media-video/obs-studio-9999::gentoo failed (configure phase) -- build depende...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chiitoo
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-17 17:22 UTC by Enne Eziarc
Modified: 2023-05-06 11:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Enne Eziarc 2023-04-17 17:22:45 UTC
The current git ebuild of OBS spits out CMake errors during configure.

I can work around it by doing `emerge dev-cpp/{asio,nlohmann_json,websocketpp}` beforehand.

After some digging it turns out that's the intended solution:
https://github.com/obsproject/obs-websocket/commit/78a1b54a47db
Comment 1 Chiitoo gentoo-dev 2023-04-17 18:10:46 UTC
So it seems (generally have 'websocket' disabled here, so did not notice it myself yet).

Thanks!
Comment 2 Larry the Git Cow gentoo-dev 2023-05-06 11:00:14 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be57f350c61a7f2de4e4ec3d269cc4d20e76b910

commit be57f350c61a7f2de4e4ec3d269cc4d20e76b910
Author:     Jimi Huotari <chiitoo@gentoo.org>
AuthorDate: 2023-05-06 10:09:44 +0000
Commit:     Jimi Huotari <chiitoo@gentoo.org>
CommitDate: 2023-05-06 11:00:05 +0000

    media-video/obs-studio: update dependencies and remove -Werror
    
    Also add an 'optfeature' for ffmpeg[vaapi], a "calm deprecation"
    compile-time option, and disable automagical ccache.
    
    Closes: https://bugs.gentoo.org/892862
    Closes: https://bugs.gentoo.org/904482
    Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>

 media-video/obs-studio/Manifest               |  3 +++
 media-video/obs-studio/obs-studio-9999.ebuild | 36 ++++++++++++++-------------
 2 files changed, 22 insertions(+), 17 deletions(-)