Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21078 - dialog will not build either in emerge or manually
Summary: dialog will not build either in emerge or manually
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-15 17:51 UTC by Thomas Worthington
Modified: 2003-05-22 04:22 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 Thomas Worthington 2003-05-15 17:51:47 UTC
The dialog packages can not find the ncurses library headers during the 
execution of their configure scripts. The packages download and start the 
configure stage but then fail.

Reproducible: Always
Steps to Reproduce:
1.emerge dialog
Actual Results:  
Configure gives an error message stating that it can not find ncurses include 
files.

This happens in both the .9beta2002 and 2003 ebuilds.

Expected Results:  
In the 2002 version I added the line 
cf_cv_curses_incdir="-I/usr/include"

into the configure file and ran it again from the command line (ie "./configure
"). This worked and I just did "make" and "make install" followed by an "emerge 
inject" to update the system.

I was building Gentoo on a clean machine and so this was not an update nor were 
there any unusual non-Gentoo packages installed. I'm ranking this as Major since 
it prevents TeX and some other major items from building even though dialog is 
not a vital package in itself (in fact tetex will build fine if you remove the 
dependancy on dialog from its ebuild script: I've never actually needed the 
dialog system in five years of working in TeX).
Comment 1 Thomas Worthington 2003-05-22 04:22:11 UTC
Forget it: I gave up and re-installed and the problem went away. Something must have went wrong during the first install but what I don't know; almost certainly nothing to do with dialog.

TW