Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 116954 - Emerge fails looking for lib nucursesw
Summary: Emerge fails looking for lib nucursesw
Status: RESOLVED DUPLICATE of bug 67524
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-28 01:00 UTC by Paul McDermott
Modified: 2005-12-28 03:38 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Config log from emerging dialog (config.log,34.08 KB, text/plain)
2005-12-28 01:02 UTC, Paul McDermott
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paul McDermott 2005-12-28 01:00:14 UTC
Emerging dialog fails. Configure is looking for ncursesw (sic). ncurses is installed.

checking for initscr in -lncursesw... no
checking for -lncursesw in /usr/local/lib... no
checking for -lncursesw in /usr/lib... no
configure: error: Cannot link ncursesw library

!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/dialog-1.0.20050206/work/dialog-1.0-20050206/config.log

!!! ERROR: dev-util/dialog-1.0.20050206 failed.
!!! Function econf, Line 495, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.

mediacentre paul # emerge -pvD ncurses

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] sys-libs/ncurses-5.4-r6  -bootstrap -build -debug +doc* +gpm -minimal -nocxx +unicode* 0 kB

lrwxrwxrwx  1 root root     15 May  6  2005 /lib/libncurses.so -> libncurses.so.5
lrwxrwxrwx  1 root root     17 May  6  2005 /lib/libncurses.so.5 -> libncurses.so.5.4
-rwxr-xr-x  1 root root 277944 May  6  2005 /lib/libncurses.so.5.4
Comment 1 Paul McDermott 2005-12-28 01:02:34 UTC
Created attachment 75666 [details]
Config log from emerging dialog
Comment 2 Keri Harris gentoo-dev 2005-12-28 01:14:54 UTC
You recently added unicode to your USE flags and you forgot to emerge --update --newuse --deep world.

Comment 3 Paul McDermott 2005-12-28 01:16:11 UTC
I've just found out that ncursesw is support for wide and multibyte characters (see http://dickey.his.com/ncurses/ncurses.faq.html). This is available in ncurses 5.5 (currently in testing)

Sounds like there is a requirement for ncurses 5.5 if the unicode USE flag is set.

Removing unicode from /etc/make.conf allows me to proceed. (Can't think why I had it there in the first place...)
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2005-12-28 03:38:24 UTC
Please, search...

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