<div dir="ltr"><div>I started installing every browser on the list. Surf browser indicated an error with gstreamer, so I <br></div><div>installed several gstreamer packages. 'pkg provides' was helpful as well. I include two scripts. Finding <br></div><div>the a source for the missing lib was too difficult so I tracked down the package that was doing all the <br></div><div>complaining: mesa-libs-19.0.8_2 and I removed that!</div><div>Now the complaint is from libvdpau-1.4, but I have my desktop back and Firefox running, so I think <br></div><div>this is fine.</div><div>These scripts are updated.<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Sep 19, 2020 at 3:03 PM Jonathan Engwall <<a href="mailto:engwalljonathanthereal@gmail.com">engwalljonathanthereal@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto"><div dir="auto"></div>Thank you<div dir="auto"><br></div><div dir="auto">Finding libc.so.7 was impossible. I found libc.so ... could there be a connection?</div><div dir="auto"><br></div><div dir="auto">That would be odd. This library is supplied by gnatdroud-sysroot-x86-23,, Android sysroots for C/Ada cross-compiler</div><div dir="auto"><br></div><div dir="auto">This does not make sense.</div><div dir="auto"><br></div><div dir="auto">You checks for conflicts have to become BEFORE any changes are made.</div><div dir="auto"><br></div><div dir="auto"><br><div class="gmail_quote" dir="auto"><div dir="ltr" class="gmail_attr">On Sat, Sep 19, 2020, 2:23 PM Nelson H. F. Beebe <<a href="mailto:beebe@math.utah.edu" rel="noreferrer" target="_blank">beebe@math.utah.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Jonathan Engwall <<a href="mailto:engwalljonathanthereal@gmail.com" rel="noreferrer noreferrer" target="_blank">engwalljonathanthereal@gmail.com</a>> asks:<br>
<br>
>> I need to know how to find the package that supply shared libraries, by the<br>
>> libraries the packages provide.<br>
<br>
I strongly recommend always installing the pkg-provides package on<br>
FreeBSD and its derivatives, and on DragonFlyBSD.<br>
<br>
After installation pkg-provides, a three lines in<br>
/usr/local/etc/pkg.conf need tweaking to look like this:<br>
<br>
        PKG_PLUGINS_DIR = "/usr/local/lib/pkg/";<br>
        PKG_ENABLE_PLUGINS = true; <br>
        PLUGINS [ provides ] ;    <br>
<br>
You then need to run (just once):<br>
<br>
        # pkg provides -u<br>
<br>
>From then on, an index of providing packages is maintained for all<br>
currently, and subsequently, installed files.<br>
<br>
You can then find the package that supplies a particular file like this:<br>
<br>
        % pkg provides /usr/local/bin/gmake<br>
        Name    : gmake-4.3_2<br>
        Desc    : GNU version of 'make' utility<br>
        Repo    : Avalon<br>
        Filename: usr/local/bin/gmake<br>
<br>
-------------------------------------------------------------------------------<br>
- Nelson H. F. Beebe                    Tel: +1 801 581 5254                  -<br>
- University of Utah                    FAX: +1 801 581 4148                  -<br>
- Department of Mathematics, 110 LCB    Internet e-mail: <a href="mailto:beebe@math.utah.edu" rel="noreferrer noreferrer" target="_blank">beebe@math.utah.edu</a>  -<br>
- 155 S 1400 E RM 233                       <a href="mailto:beebe@acm.org" rel="noreferrer noreferrer" target="_blank">beebe@acm.org</a>  <a href="mailto:beebe@computer.org" rel="noreferrer noreferrer" target="_blank">beebe@computer.org</a> -<br>
- Salt Lake City, UT 84112-0090, USA    URL: <a href="http://www.math.utah.edu/~beebe/" rel="noreferrer noreferrer noreferrer" target="_blank">http://www.math.utah.edu/~beebe/</a> -<br>
-------------------------------------------------------------------------------<br>
</blockquote></div></div></div>
</blockquote></div>