Date: Tue, 21 Nov 2017 00:22:49 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-toolchain@FreeBSD.org Subject: [Bug 223776] ports-mgmt/pkg: lld confuses shared library tracking Message-ID: <bug-223776-29464-4FQszsodJb@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-223776-29464@https.bugs.freebsd.org/bugzilla/> References: <bug-223776-29464@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223776 Tobias Kortkamp <tobik@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Affects Only Me |Affects Some People CC| |tobik@freebsd.org --- Comment #1 from Tobias Kortkamp <tobik@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, ... --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223776-29464-4FQszsodJb>