Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 597652 - app-misc/rlwrap-0.42 should subslot dep (:0=) on sys-libs/readline
Summary: app-misc/rlwrap-0.42 should subslot dep (:0=) on sys-libs/readline
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Common Lisp Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-21 02:46 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2016-10-25 07:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2016-10-21 02:46:34 UTC
Recent readline upgrade left me with this artifact in @preserved-rebuild

>>> package: sys-libs/readline-7.0
 *  - /lib64/libreadline.so.6
 *  - /lib64/libreadline.so.6.3
 *      used by /usr/bin/gnuplot (sci-visualization/gnuplot-5.0.4)
 *      used by /usr/bin/rlwrap (app-misc/rlwrap-0.42)


rlwraps deps currently only indicate :0 

RDEPEND="sys-libs/readline:0"
DEPEND="${RDEPEND}"

But needs subslot deps so "0" -> "0/7" results in a rebuild.

> RDEPEND="sys-libs/readline:0="

Should suffice
Comment 1 Chema Alonso Josa (RETIRED) gentoo-dev 2016-10-25 07:58:34 UTC
Done. Thanks for the report.