https://bugzilla.rpmfusion.org/show_bug.cgi?id=3576
--- Comment #9 from MartinKG <mgansser(a)alice.de> 2015-08-07 16:25:59 CEST ---
obs-studio-0.11.2 is now available.
please report both warning/error to upstream at
https://obsproject.com/mantis/bug_report_page.php
[martin@fc22 x86_64]$ rpmlint -i obs-studio-0.11.2-0.1.fc22.x86_64.rpm
obs-studio.x86_64: W: shared-lib-calls-exit /usr/lib64/libobs.so.0
exit(a)GLIBC_2.2.5
This library package calls exit() or _exit(), probably in a non-fork()
context. Doing so from a library is strongly discouraged - when a library
function calls exit(), it prevents the calling program from handling the
error, reporting it to the user, closing files properly, and cleaning up any
state that the program has. It is preferred for the library to return an
actual error code and let the calling program decide how to handle the
situation.
obs-studio.x86_64: E: arch-dependent-file-in-usr-share
/usr/share/obs/obs-plugins/obs-ffmpeg/ffmpeg-mux
This package installs an ELF binary in the /usr/share hierarchy, which is
reserved for architecture-independent files.
--
Configure bugmail:
https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.