Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 597650 - app-crypt/heimdal-1.5.3-r2 should subslot dep on readline
Summary: app-crypt/heimdal-1.5.3-r2 should subslot dep on readline
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Kerberos Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-21 02:03 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2017-07-13 05:49 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:03:19 UTC
After upgrading readline recently:

>>> package: sys-libs/readline-7.0
 *  - /usr/lib32/libreadline.so.6
 *  - /usr/lib32/libreadline.so.6.3
 *      used by /usr/lib32/libsl.so.0.2.1 (app-crypt/heimdal-1.5.3-r2)
 *  - /lib64/libreadline.so.6
 *  - /lib64/libreadline.so.6.3
 *      used by /usr/bin/gnuplot (sci-visualization/gnuplot-5.0.4)
 *      used by /usr/bin/kcc (app-crypt/heimdal-1.5.3-r2)
 *      used by /usr/bin/kftp (app-crypt/heimdal-1.5.3-r2)
 *      used by 2 other files


Current dependency string is only:

	>=sys-libs/readline-6.2_p5-r1[${MULTILIB_USEDEP}]

Should be one of these ( not 100% sure which )

	>=sys-libs/readline-6.2_p5-r1:=[${MULTILIB_USEDEP}]
	>=sys-libs/readline-6.2_p5-r1:0=[${MULTILIB_USEDEP}]

Testing confirms a rebuild is sufficient to resolve the preseved-libs warning.
Comment 1 Eray Aslan gentoo-dev 2017-07-13 05:49:12 UTC
should be fixed in app-crypt/heimdal-7.4.0.  thanks for the report.