On 2019-08-21, Jordon <open...@sirjorj.com> wrote: > A few years ago I attempted to make a port of obs-studio for openbsd. > With help from this mailing list, I got something that ran but > wasn\xe2\x80\x99t > particularly useful, as audio and video sources were not there.
erm, audio and video sources did work, via ffmpeg. it didn't work well on your machine though. https://marc.info/?l=openbsd-ports&m=148404688530732&w=2 On 2019-08-22, Jordon <open...@sirjorj.com> wrote: > Thanks - that fixed it. I figured there was some cleanup or maintenance that > needed to be done - i just didn't know how to do it. In running pkg_check, i > did get a lot of these: > > --- .libs9-partial-gcc-libs-8.3.0p1.1 ------------------- > lib should exist > lib is not a directory > lib/libatomic.so.3.0 should exist > lib/libatomic.so.3.0 is not a file > can't read lib/libatomic.so.3.0 > lib/libestdc++.so.19.0 should exist > lib/libestdc++.so.19.0 is not a file > can't read lib/libestdc++.so.19.0 > > Are those problematic? How do I fix them or should I just ignore them? you probably either had some crash or failure during a pkg_add or pkg_delete operation, or some filesystem corruption. does pkg_delete .libs9-partial-gcc-libs get rid of it?