Bug 42709 - libtermcap-compat needs symlink libtermcap.so.2
Bug#: 42709 Product:  Gentoo Linux Version: 1.4 Platform: All
OS/Version: All Status: RESOLVED Severity: critical Priority: P2
Resolution: FIXED Assigned To: base-system@gentoo.org Reported By: eradicator@gentoo.org
Component: Ebuilds
URL: 
Summary: libtermcap-compat needs symlink libtermcap.so.2
Keywords:  
Status Whiteboard: 
Opened: 2004-02-23 23:02 0000
Description:   Opened: 2004-02-23 23:02 0000
qpkg -l libtermcap-compat
sys-libs/libtermcap-compat-1.2.3-r1 *
CONTENTS:
/etc
/etc/termcap
/lib
/lib/libtermcap.so.2.0.8
/lib/libtermcap.so -> libtermcap.so.2.0.8
/usr
/usr/lib
/usr/lib/libtermcap.a
/usr/lib/libtermcap.so
/usr/share
/usr/share/doc
/usr/share/doc/libtermcap-compat-1.2.3-r1
/usr/share/doc/libtermcap-compat-1.2.3-r1/README.gz
/usr/share/doc/libtermcap-compat-1.2.3-r1/ChangeLog.gz


Without it, the following breaks:

# cat conftest.c 
int main() { return 0; }
# gcc -o conftest conftest.c -ltermcap                                      
# ldd conftest
        libtermcap.so.2 => not found
        libc.so.6 => /lib/libc.so.6 (0x210b4000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x21097000)

Marking critical because this is in stable x86 and blocks postgres from emerging.

------- Comment #1 From Daniel Ahlberg (RETIRED) 2004-03-17 10:33:50 0000 -------
Fixed in 2.0.8-r1

------- Comment #2 From Janus N. Tøndering 2004-03-23 16:20:06 0000 -------
Not sure if this is appropriate here but I had trouble compiling vim because of
/lib not being in /etc/ld.so.conf -- and so it could not find libtermcap.so.2
at runtime linking.