Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 79820 - dev-util/dialog-1.0-20040731 fails to link to ncursesw library
Summary: dev-util/dialog-1.0-20040731 fails to link to ncursesw library
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-28 01:42 UTC by postmodern
Modified: 2005-01-28 13:22 UTC (History)
1 user (show)

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 postmodern 2005-01-28 01:42:42 UTC
dev-util/dialog-1.0-20040731 fails to link to ncursesw library. Sadly dialog is required by alsa-utils for alsamixer.

Reproducible: Always
Steps to Reproduce:
1. emerge =dialog-1.0-20040731
2.
3.

Actual Results:  
error

Expected Results:  
success

Gentoo Base System version 1.4.16
Portage 2.0.51-r15 (default-ppc-2004.3, gcc-3.4.1, glibc-2.3.3.20040420-r1,
2.6.10-gentoo-r6 ppc)
=================================================================
System uname: 2.6.10-gentoo-r6 ppc 750FX
Python:              dev-lang/python-2.3.3 [2.3.3 (#1, Sep 26 2004, 21:55:55)]
dev-lang/python:     2.3.3
sys-devel/autoconf:  2.59-r4
sys-devel/automake:  1.8.5-r1
sys-devel/binutils:  2.15.90.0.3-r3
sys-devel/libtool:   1.5.2-r5
virtual/os-headers:  2.4.22
ACCEPT_KEYWORDS="ppc"
AUTOCLEAN="yes"
CFLAGS="-mcpu=750 -O3 -pipe"
CHOST="powerpc-unknown-linux-gnu"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-mcpu=750 -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distlocks"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa berkdb crypt dvd esd f77 flac fortran gdbm gif gtk gtk2 imlib jpeg
mozilla mp3 network nls oggvorbis opengl pam perl png ppc python readline speex
spell ssl theora truetype unicode"
Unset:  ASFLAGS, CBUILD, CTARGET, LDFLAGS, PORTDIR_OVERLAY
Comment 1 Roland Bär 2005-01-28 02:36:11 UTC
You are now using "unicode" in your use flags, but ncurses was emerged in the past without "unicode". Just "emerge ncurses" again, than it will work. (Tested and checked here)
Comment 2 postmodern 2005-01-28 10:11:53 UTC
I just emerge -u world and that seems to have fixed this issue.
Comment 3 Honza 2005-01-28 12:45:29 UTC
I have same problem. And of course I have ncurses without unicode. I have version which didn't know about USE flag unicode ... isn't it bug in dependencies ?
Comment 4 postmodern 2005-01-28 13:22:40 UTC
When I upgraded to sys-libs/ncurses-5.4-r5 (default on ppc as of current) this problem went away.