Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 538190 - net-misc/chrony USE=readline has an automagic dependency on dev-libs/libedit
Summary: net-misc/chrony USE=readline has an automagic dependency on dev-libs/libedit
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-29 19:53 UTC by Brian Evans (RETIRED)
Modified: 2015-01-30 11:27 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 Brian Evans (RETIRED) gentoo-dev 2015-01-29 19:53:07 UTC
If dev-libs/libedit is installed and readline USE is enabled on net-misc/chrony,  the chrony build will link and use dev-libs/libedit instead of sys-libs/readline.


To disable this behavior, add --without-editline to the configure parameters according to the configure file.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2015-01-30 10:49:25 UTC
(In reply to Brian Evans from comment #0)
> To disable this behavior, add --without-editline to the configure parameters
> according to the configure file.

Even more than that seems to be needed. The configure script accepts --disable-readline, --without-readline and --without-editline, and they don't necessarily mean what we think they mean.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2015-01-30 11:27:08 UTC
I have added IUSE=libedit and a REQUIRED_USE restricting choice to at most one of IUSE="libedit readline". This will probably upset some people so it's in -r1.