[Bug 198036] security/gnupg: hidden dependency on devel/readline

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Feb 25 16:25:04 UTC 2015


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

            Bug ID: 198036
           Summary: security/gnupg: hidden dependency on devel/readline
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: amdmi3 at FreeBSD.org
                CC: johans at FreeBSD.org, kuriyama at FreeBSD.org
                CC: johans at FreeBSD.org, kuriyama at FreeBSD.org

If gnupg2 is built with devel/readline installed, it's picked as a hidden
library dependency, and if readline is removed afterwards, gnupg would break.

% pkg info | grep readline
readline-6.3.8                 Library for editing command lines as they are
typed
% ldd /usr/local/bin/gpg2 | grep readline
        libreadline.so.6 => /usr/local/lib/libreadline.so.6 (0x8011dd000)
% pkg info -d gnupg-2.1.2 | grep readline
% pkg delete readline
% ldd /usr/local/bin/gpg2 | grep readline
        libreadline.so.6 => not found (0)
% portmaster gnuplot
% ldd /usr/local/bin/gpg2 | grep readline
        libreadline.so.8 => /lib/libreadline.so.8 (0x8011dd000)

--- Comment #1 from Bugzilla Automation <bugzilla at FreeBSD.org> ---
Maintainers CC'd

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


More information about the freebsd-ports-bugs mailing list