Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jul 2017 09:21:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 220998] devel/readline: Linked with ncurses from base, even ncurses from ports installed
Message-ID:  <bug-220998-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 220998
           Summary: devel/readline: Linked with ncurses from base, even
                    ncurses from ports installed
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet@FreeBSD.org
          Reporter: gor@clogic.com.ua
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)
          Assignee: sunpoet@FreeBSD.org

This cause a trouble, if port dependent on readline require ncurses and ncu=
rses
from ports installed. Ports dependent on readline, linked with both base and
ports ncurses.

# ldd /usr/local/lib/libreadline.so.7
/usr/local/lib/libreadline.so.7:
        libncursesw.so.8 =3D> /lib/libncursesw.so.8 (0x801251000)
        libc.so.7 =3D> /lib/libc.so.7 (0x800824000)

Example devel/tig:
# ldd /usr/local/bin/tig
/usr/local/bin/tig:
        libreadline.so.7 =3D> /usr/local/lib/libreadline.so.7 (0x800861000)
    >   libncursesw.so.6 =3D> /usr/local/lib/libncursesw.so.6 (0x800ab2000)
        libtinfow.so.6 =3D> /usr/local/lib/libtinfow.so.6 (0x800ce4000)
        libc.so.7 =3D> /lib/libc.so.7 (0x800f1d000)
    >   libncursesw.so.8 =3D> /lib/libncursesw.so.8 (0x8012d5000)

See ^ this.

--=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-220998-13>