Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75183 - ncurses fails to build during "emerge system"
Summary: ncurses fails to build during "emerge system"
Status: RESOLVED DUPLICATE of bug 75142
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: Alpha All
: High critical (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-21 07:48 UTC by Ted Goodridge, Jr
Modified: 2005-07-17 13:06 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 Ted Goodridge, Jr 2004-12-21 07:48:09 UTC
Ncurses failed to build during emerge system.  Output is followed (unnecessary parts snipped)

Calculating system dependencies  >>> Unpacking source...
>>> Unpacking ncurses-5.4.tar.gz to /var/tmp/portage/ncurses-5.4-r5/work
 [32;01m*[0m Applying ncurses-5.4-xterm.patch ...
[A[73G  [34;01m[ [32;01mok[34;01m ][0m
 [32;01m*[0m Applying ncurses-5.4-share-sed.patch ...
[A[73G  [34;01m[ [32;01mok[34;01m ][0m
 [32;01m*[0m Using GNU config files from /usr/share/gnuconfig
 [32;01m*[0m  Updating config.sub
[A[73G  [34;01m[ [32;01mok[34;01m ][0m
 [32;01m*[0m  Updating config.guess
[A[73G  [34;01m[ [32;01mok[34;01m ][0m
>>> Source unpacked.
gcc
 [32;01m*[0m econf: updating /var/tmp/portage/ncurses-5.4-r5/work/ncurses-5.4/config.guess with /usr/share/gnuconfig/config.guess
 [32;01m*[0m econf: updating /var/tmp/portage/ncurses-5.4-r5/work/ncurses-5.4/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --host=alpha-unknown-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/lib --with-terminfo-dirs=/etc/terminfo:/usr/share/terminfo --disable-termcap --with-shared --with-rcs-ids --without-ada --enable-symlinks --program-prefix= --without-debug
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
Configuring NCURSES 5.4 ABI 5 (Tue Dec 21 05:08:04 Local time zone must be set--see zic manual page 2004)
checking build system type... alphaev56-unknown-linux-gnu
			____________________________________
			 	-----------SNIP-----------------
			______________________________________________
 
gcc -mieee -O2 -mcpu=ev56 -fPIC -o worm ../obj_s/worm.o -L../lib -lform -lmenu -lpanel -lncurses    -Wl,-rpath,/var/tmp/portage/ncurses-5.4-r5/work/ncurses-5.4/lib  -I../test -I. -DHAVE_CONFIG_H -I. -I../include  -D_GNU_SOURCE -DNDEBUG -mieee -O2 -mcpu=ev56 -fPIC -fPIC 
gcc -mieee -O2 -mcpu=ev56 -fPIC -o xmas ../obj_s/xmas.o -L../lib -lform -lmenu -lpanel -lncurses    -Wl,-rpath,/var/tmp/portage/ncurses-5.4-r5/work/ncurses-5.4/lib  -I../test -I. -DHAVE_CONFIG_H -I. -I../include  -D_GNU_SOURCE -DNDEBUG -mieee -O2 -mcpu=ev56 -fPIC -fPIC 
make[1]: Leaving directory `/var/tmp/portage/ncurses-5.4-r5/work/ncurses-5.4/test'
cd misc && make DESTDIR="" all
make[1]: Entering directory `/var/tmp/portage/ncurses-5.4-r5/work/ncurses-5.4/misc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/var/tmp/portage/ncurses-5.4-r5/work/ncurses-5.4/misc'
cd c++ && make DESTDIR="" all
make[1]: Entering directory `/var/tmp/portage/ncurses-5.4-r5/work/ncurses-5.4/c++'
cd ../obj_s;   -I../c++ -I../include -I. -DHAVE_CONFIG_H -I. -I../include  -D_GNU_SOURCE -DNDEBUG -mieee -O2 -mcpu=ev56 -fPIC -fPIC -c ../c++/cursesf.cc
cd ../obj_s;   -I../c++ -I../include -I. -DHAVE_CONFIG_H -I. -I../include  -D_GNU_SOURCE -DNDEBUG -mieee -O2 -mcpu=ev56 -fPIC -fPIC -c ../c++/cursesm.cc
/bin/sh: line 1: -I../c++: No such file or directory
make[1]: *** [../obj_s/cursesf.o] Error 127
make[1]: *** Waiting for unfinished jobs....
/bin/sh: line 1: -I../c++: No such file or directory
make[1]: *** [../obj_s/cursesm.o] Error 127
make[1]: Leaving directory `/var/tmp/portage/ncurses-5.4-r5/work/ncurses-5.4/c++'
make: *** [all] Error 2

!!! ERROR: sys-libs/ncurses-5.4-r5 failed.
!!! Function src_compile, Line 81, Exitcode 2
!!! make failed
!!! If you need support, post the topmost build error, NOT this status message.

  ...done!
>>> emerge (1 of 65) sys-libs/ncurses-5.4-r5 to /
>>> md5 src_uri ;-) ncurses-5.4.tar.gz
Comment 1 Bryan Østergaard (RETIRED) gentoo-dev 2004-12-21 07:57:02 UTC

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