Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 147284 - sys-libs/ncurses-5.5-r2 fails at some c++ stuff in a recent stage3-build
Summary: sys-libs/ncurses-5.5-r2 fails at some c++ stuff in a recent stage3-build
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-12 02:44 UTC by Lars Weiler (RETIRED)
Modified: 2006-09-12 04:45 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 Lars Weiler (RETIRED) gentoo-dev 2006-09-12 02:44:44 UTC
I'm building a new ppc32 stage3 with catalyst.  There ncurses-5.5-r2 fails with the following error:

cd c++ && make DESTDIR="" all
make[1]: Entering directory `/var/tmp/portage/ncurses-5.5-r2/work/narrowc/c++'
cd ../obj_s;   -I../c++ -I../include -I/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++ -DHAVE_CONFIG_H -I/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++/../include -I. -I../include  -D_GNU_SOURCE -DNDEBUG -O2 -mcpu=powerpc -mtune=powerpc -fno-strict-aliasing -pipe  -fPIC -c /var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++/cursesf.cc
cd ../obj_s;   -I../c++ -I../include -I/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++ -DHAVE_CONFIG_H -I/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++/../include -I. -I../include  -D_GNU_SOURCE -DNDEBUG -O2 -mcpu=powerpc -mtune=powerpc -fno-strict-aliasing -pipe  -fPIC -c /var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++/cursesm.cc
cd ../obj_s;   -I../c++ -I../include -I/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++ -DHAVE_CONFIG_H -I/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++/../include -I. -I../include  -D_GNU_SOURCE -DNDEBUG -O2 -mcpu=powerpc -mtune=powerpc -fno-strict-aliasing -pipe  -fPIC -c /var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++/cursesw.cc
cd ../obj_s;   -I../c++ -I../include -I/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++ -DHAVE_CONFIG_H -I/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++/../include -I. -I../include  -D_GNU_SOURCE -DNDEBUG -O2 -mcpu=powerpc -mtune=powerpc -fno-strict-aliasing -pipe  -fPIC -c /var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++/cursespad.cc
cd ../obj_s;   -I../c++ -I../include -I/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++ -DHAVE_CONFIG_H -I/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++/../include -I. -I../include  -D_GNU_SOURCE -DNDEBUG -O2 -mcpu=powerpc -mtune=powerpc -fno-strict-aliasing -pipe  -fPIC -c /var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++/cursesp.cc
/bin/sh: -I../c++: No such file or directory
/bin/sh: -I../c++: No such file or directory
/bin/sh: -I../c++: No such file or directory
make[1]: *** [../obj_s/cursesf.o] Error 127
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [../obj_s/cursesm.o] Error 127
/bin/sh: -I../c++: No such file or directory
make[1]: *** [../obj_s/cursesw.o] Error 127
make[1]: *** [../obj_s/cursespad.o] Error 127
/bin/sh: -I../c++: No such file or directory
make[1]: *** [../obj_s/cursesp.o] Error 127
make[1]: Leaving directory `/var/tmp/portage/ncurses-5.5-r2/work/narrowc/c++'
make: *** [all] Error 2

!!! ERROR: sys-libs/ncurses-5.5-r2 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  ncurses-5.5-r2.ebuild, line 49:   Called do_compile
  ncurses-5.5-r2.ebuild, line 91:   Called die


It sounds a bit similar to bug #138544, although I don't have any g++ available inside the stage3.  I'm using a snapshot from 2006-09-09.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-09-12 02:51:58 UTC
> It sounds a bit similar to bug #138544, although I don't have any g++ available
> inside the stage3.  I'm using a snapshot from 2006-09-09.

Meh, it sounds a lot more like Bug 75137 ;)
Comment 2 Lars Weiler (RETIRED) gentoo-dev 2006-09-12 03:02:18 UTC
(In reply to comment #1)
> Meh, it sounds a lot more like Bug 75137 ;)

Didn't found it due to improper Subject ;-)

Well, if I missed a step, then catalyst is broken...  I'm rebuilding stage2 now and see if anything changes.
Comment 3 Lars Weiler (RETIRED) gentoo-dev 2006-09-12 04:45:59 UTC
(In reply to comment #2)
> I'm rebuilding stage2 now and see if anything changes.

Strange.  After rebuilding stage2, ncurses in stage3 compiles now.

Anyways, thanks Jakub for pointing to that other bug.