AOSC-Dev / aosc-os-abbs

ABBS/ACBS tree for AOSC OS package metadata, build configuration, scripts, and patches
https://packages.aosc.io
GNU General Public License v2.0
93 stars 71 forks source link

Many packages export their internal libraries via /etc/ld.so.conf.d/* #1631

Closed Icenowy closed 3 years ago

Icenowy commented 5 years ago

Bug description

A bunch of libraries export their internal-used libraries via paths in /etc/ld.so.conf.

A severe example is julia, which exports some libraries with the same name of packaged library provided by AOSC OS.

Packages

Known packages with unnecessary ld.so.conf:

glibc+32
discover
fakeroot # It comes with a bad ld.so.conf which doesn't have any effect at all.
lmms
wine # but it comes with libwine.so which is really intended to be exported

Known packages which really export libraries via ld.so.conf:

openjdk
openmpi
samba
MingcongBai commented 3 years ago

Addressed with #2882. Closing.