saintdev / obs-studio-overlay

Gentoo overlay for OBS Studio
23 stars 5 forks source link

Fails to build 0.13.0 (9999) on Funtoo after switch to lib32/lib64 #18

Closed q00p-git closed 8 years ago

q00p-git commented 8 years ago

Hi, my obs-studio worked till upgrade to 0.13.0. As I read into the previous issues and compared the changelog I guess it is due to change to lib32/lib64. Doesn't like the OpenSSH ... Is there a chance to switch back to the old version as I need obs-studio working ?

Thank you.

build log >>> https://bpaste.net/show/283d7a1b2b28 or obs-studio-build.txt

q00p-git commented 8 years ago

Solved the issue by setting following USE-flags :

net-misc/openssh -bindist

In Funtoo OpenSSH & OpenSSL are build with USE="bindist" in stage.

Thank you.