Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 96235 - dev-util/dialog-1.0.20050206 fails to build with USE=unicode
Summary: dev-util/dialog-1.0.20050206 fails to build with USE=unicode
Status: RESOLVED DUPLICATE of bug 67524
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-15 17:51 UTC by Jason Ahrens
Modified: 2005-06-15 23:35 UTC (History)
0 users

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


Attachments
config.log file from failed configure (config.log,35.01 KB, text/plain)
2005-06-15 17:53 UTC, Jason Ahrens
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Ahrens 2005-06-15 17:51:14 UTC
dev-util/dialog-1.0.20050206 fails to build with USE=unicode, while looking  
for ncursesw. This is on a clean system (just installed yesterday).  
  
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  
 
This stops alsa-utils from building on a clean system. 
 
(Work around is to do 'USE=-unicode emerge -v --oneshot dialog' when 
alsa-utils build fails.) 
  

Reproducible: Always
Steps to Reproduce:
1. USE=unicode emerge -v dialog 
2. 
3. 
 
Actual Results:  
Failed as shown 

Expected Results:  
Missing package should be listed as dependency. 

peacock etc # emerge info 
Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5-20050130, 
glibc-2.3.4.20041102-r1, 2.6.11-gentoo-r9 i686) 
================================================================= 
System uname: 2.6.11-gentoo-r9 i686 AMD Athlon(tm) XP 1600+ 
Gentoo Base System version 1.4.16 
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Jun  9 2005, 01:16:01)] 
dev-lang/python:     2.3.5 
sys-apps/sandbox:    [Not Present] 
sys-devel/autoconf:  2.59-r6, 2.13 
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.5 
sys-devel/binutils:  2.15.92.0.2-r10 
sys-devel/libtool:   1.5.16 
virtual/os-headers:  2.6.8.1-r2 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CFLAGS="-march=athlon-xp -O3 -pipe -ftracer -fforce-addr -fomit-frame-pointer" 
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/terminfo /etc/env.d" 
CXXFLAGS="-march=athlon-xp -O3 -pipe -ftracer -fforce-addr 
-fomit-frame-pointer" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict" 
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="x86 3dnow X acpi afs alsa apache2 apm arts avi bash-completion berkdb 
bitmap-fonts bzip2 crypt cscope cups db dbus dga dio directfb dvd emboss 
encode fam fbcon ffmpeg fftw foomaticdb fortran ftp gdbm gif gpm gtk gtk2 hal 
imlib ipv6 jpeg kde lcms libcaca libg++ libwww lm_sensors mad maildir mikmod 
mime mmap mmx motif mp3 mpeg mpi nas ncurses nls nptl nptlonly nvidia 
oggvorbis openal opengl osc oss pam pcntl pcre pdflib perl png portaudio posix 
python qt quicktime readline samba sdl sharedext sharedmem shorten sockets 
spell spl sse ssl szip tcpd theora threads tokenizer truetype truetype-fonts 
type1-fonts unicode usb v4l2 vhosts xml xml2 xmlrpc xmms xosd xv xvid xvmc 
zlib userland_GNU kernel_linux elibc_glibc" 
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, 
PORTDIR_OVERLAY
Comment 1 Jason Ahrens 2005-06-15 17:53:12 UTC
Created attachment 61309 [details]
config.log file from failed configure
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-06-15 23:35:08 UTC
re-emerge ncurses with USE="unicode"

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