[Bug 223776] ports-mgmt/pkg: lld confuses shared library tracking

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Nov 21 00:22:49 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223776

Tobias Kortkamp <tobik at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Affects Only Me             |Affects Some People
                 CC|                            |tobik at freebsd.org

--- Comment #1 from Tobias Kortkamp <tobik at freebsd.org> ---
I get this too.  The packages seem to miss shlibs_provided in their
manifests.

I've built an entire package set with lld as the default linker.  This
lead to weird results when running pkg upgrade or even pkg install.
E.g. on my notebook pkg insisted on always installing nvidia-driver on
every pkg install.  I'm assuming this was because pkg thinks it is the
only provider for libGL.so.1.  pkg check -d output is also pretty
scary.  I switched back to ld.bfd and the problem is gone.

Weirdly enough this didn't affect all packages but only some like
e.g.  mesa-libs, qt5-widgets, qt5-gui, libressl, libevent, readline,
...

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-pkg mailing list