Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Dec 2020 02:40:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 252181] ports-mgmt/portlint: Should complain when USE_LDCONFIG is used with a .so library without the corresponding symbolic link(s)
Message-ID:  <bug-252181-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252181

            Bug ID: 252181
           Summary: ports-mgmt/portlint: Should complain when USE_LDCONFIG
                    is used with a .so library without the corresponding
                    symbolic link(s)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: marcus@FreeBSD.org
          Reporter: yuri@freebsd.org
             Flags: maintainer-feedback?(marcus@FreeBSD.org)
          Assignee: marcus@FreeBSD.org

Currently "USE_LDCONFIG=3Dyes" is suggested when a shared library is instal=
led.

However, portlint needs to additionally complain when "USE_LDCONFIG=3Dyes" =
is
used with a shared library without the corresponding symbolic link(s).

For example, lib/libxx.so is installed but no lib/libxx.so.0 is installed.

The problem with this is that ldconfig(8) only registers symlinked librarie=
s,
and doesn't register single libxx.so libraries.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252181-7788>