Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 79013 - python incorrectly tests -ltermcap when looking for readline
Summary: python incorrectly tests -ltermcap when looking for readline
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: Highest normal (vote)
Assignee: Python Gentoo Team
URL: https://sourceforge.net/tracker/downl...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-21 15:30 UTC by SpanKY
Modified: 2005-04-20 10:20 UTC (History)
1 user (show)

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 SpanKY gentoo-dev 2005-01-21 15:30:29 UTC
from the configure output:
checking for rl_pre_input_hook in -lreadline... no

looking at config.log it's because it tries to do '-lreadline -ltermcap' ... really it should be doing '-lreadline -lncurses'
Comment 1 Alastair Tse (RETIRED) gentoo-dev 2005-04-20 09:24:56 UTC
adding this patch to python-2.3.5 and python-2.4 and also autoconf into python
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2005-04-20 09:30:39 UTC
actually on second thought, i'm not going to add autoconf to the deps because i'm worried it might break bootstrap, revising patch
Comment 3 Alastair Tse (RETIRED) gentoo-dev 2005-04-20 10:20:37 UTC
ok, committed revised patches, also fixed up some things in DEPEND/RDEPEND for the ~x86 versions of python 2.3 amd 2.4