Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105345 - Initial "emerge -e system" failed when compiling 'dev-util/dialog' with ncurses library
Summary: Initial "emerge -e system" failed when compiling 'dev-util/dialog' with ncurs...
Status: RESOLVED DUPLICATE of bug 67524
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-09 00:59 UTC by Patrick ALLAERT
Modified: 2005-09-09 05:56 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 Patrick ALLAERT 2005-09-09 00:59:26 UTC
My initial "emerge -e system" failed while configuring dev-util/dialog.
During bootstrap, ncurses is compiled without USE flag "unicode" but since I
have "unicode" in my USE flag, I have to compile ncurses first with:
emerge -O ncurses
So ncurses is compiled with unicode flag and dialog is now able to link against
a unicoded ncurses!

Reproducible: Always
Steps to Reproduce:
1. Bootstrap
2. Put "unicode" in your USE flag
3. emerge -e system

Actual Results:  
The 'configure' step of dialog stop when checking against ncurses.

Expected Results:  
Compile ncurses BEFORE dialog! At least when "unicode" USE flag is used
Comment 1 SpanKY gentoo-dev 2005-09-09 05:56:00 UTC

*** This bug has been marked as a duplicate of 67524 ***