Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2015 17:04:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 197995] math/gnuplot: hidden dependency on devel/readline
Message-ID:  <bug-197995-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 197995
           Summary: math/gnuplot: 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@FreeBSD.org
          Reporter: amdmi3@FreeBSD.org
                CC: glewis@FreeBSD.org, johans@FreeBSD.org
                CC: glewis@FreeBSD.org, johans@FreeBSD.org

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

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

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

-- 
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-197995-13>