Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82674 - zile-2.0 needs dependency on libtermcap-compat
Summary: zile-2.0 needs dependency on libtermcap-compat
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-20 06:12 UTC by keith+gentoo
Modified: 2005-03-05 06:39 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 keith+gentoo 2005-02-20 06:12:20 UTC
zile-2.0 switched from using ncurses to using termcap directly, but libtermcap-compat is not listed as a dependency in the ebuild.

Reproducible: Always
Steps to Reproduce:
1. Ensure that libtermcap-compat is not installed.
2. emerge zile


Actual Results:  
checking use allegro library... no
checking use epocemx... no
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for tgetstr in -ltermcap... no
configure: error: cannot find libtermcap
See `config.log' for more details.


Expected Results:  
no errors. :)

Portage 2.0.51-r15 (default-linux/x86/2004.3, gcc-3.4.3,
glibc-2.3.4.20050125-r0, 2.6.10-gentoo-r6 i686)
=================================================================
System uname: 2.6.10-gentoo-r6 i686 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.6.9
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Feb 18 2005, 20:43:33)]
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
dev-lang/python:     2.3.5
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r2
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon64 -O2"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=athlon64 -O2"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://gentoo.mirrors.pair.com/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="x86 3dnow X aalib acpi alsa apache2 artswrappersuid avi bash-completion
berkdb bitmap-fonts cdparanoia cdr crypt cups curl doc drac dvd dvdr dvdread
emacs emboss encode esd exif f77 fam fftw flac font-server foomaticdb gd gdbm
gif gimpprint gnome gphoto2 gstreamer gtk gtk2 gtkhtml imagemagick imap imlib
ipv6 jabber java jpeg junit libg++ libwww mad maildir mmap mmx mozilla mp3 mpeg
mppe-mppc mysql ncurses nptl ofx oggvorbis opengl oss pam pda pdflib perl png
postgres python quicktime readline ruby samba session slang spell sqlite sse ssl
tcltk tcpd theora tiff truetype truetype-fonts type1-fonts usb xine xml xml2
xmms xosd xv zaptel zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS
Comment 1 Mamoru KOMACHI (RETIRED) gentoo-dev 2005-03-05 06:39:13 UTC
Thanks. Fixed in CVS.