Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 63073 - postgresql compiles against termcap of libtermcap-compar is installed
Summary: postgresql compiles against termcap of libtermcap-compar is installed
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: PgSQL Bugs
URL:
Whiteboard:
Keywords:
: 63095 63181 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-09-06 17:22 UTC by Sven
Modified: 2007-09-22 23:20 UTC (History)
3 users (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 Sven 2004-09-06 17:22:45 UTC
when libtermcap-compat-1.2.3-r1 is installed

# ./configure |grep termcap
checking for readline... yes (-lreadline -ltermcap)

when libtermcap-compat is not installed:

# ./configure |grep readline
checking for readline... yes (-lreadline -lncurses)
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking readline/history.h usability... yes
checking readline/history.h presence... yes
checking for readline/history.h... yes


And i think that postgresql should better not use termcap, but ncruses. I think it's more like a postgresql-bug that it detect termcap, but can your patch it somehow?

Reproducible: Always
Steps to Reproduce:
Comment 1 Masatomo Nakano (RETIRED) gentoo-dev 2004-09-15 12:53:28 UTC
sorry for being late.

I agree with you.
I've just added postgresql-7.4.5-r1 which wouldn't use termcap library.
It seems ok. Can you also try that?

I'm going to patch to 7.3.7 as well later.
Comment 2 Masatomo Nakano (RETIRED) gentoo-dev 2004-09-15 12:57:13 UTC
*** Bug 63181 has been marked as a duplicate of this bug. ***
Comment 3 Masatomo Nakano (RETIRED) gentoo-dev 2004-09-23 12:19:11 UTC
*** Bug 63095 has been marked as a duplicate of this bug. ***