Gentoo Archives: gentoo-user

From: Zac Medico <zmedico@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] error when emerge -e system && etc-update && source /etc/profile
Date: Sun, 10 Jul 2005 02:42:12
Message-Id: 42D08A0D.1050107@gmail.com
In Reply to: [gentoo-user] error when emerge -e system && etc-update && source /etc/profile by yance_kowara@exemail.com.au
1 yance_kowara@×××××××××××.au wrote:
2 > Hi all,
3 >
4 > I am a gentoo noob. When I run the command emerge -e system && etc-update
5 > && source /etc/profile, the make reported the following error:
6 >
7 > make[1]: Entering directory
8 > `/var/tmp/portage/ncurses-5.4.20050319/work/narrowc/c++'
9 > cd ../obj_s; -I../c++ -I../include
10 > -I/var/tmp/portage/ncurses-5.4.20050319/work/ncurses-5.4/c++
11 > -DHAVE_CONFIG_H
12 > -I/var/tmp/portage/ncurses-5.4.20050319/work/ncurses-5.4/c++/../include
13 > -I. -I../include -D_GNU_SOURCE -DNDEBUG -march=i686 -O3 -pipe -fPIC -c
14 > /var/tmp/portage/ncurses-5.4.20050319/work/ncurses-5.4/c++/cursesf.cc
15 > cd ../obj_s; -I../c++ -I../include
16 > -I/var/tmp/portage/ncurses-5.4.20050319/work/ncurses-5.4/c++
17 > -DHAVE_CONFIG_H
18 > -I/var/tmp/portage/ncurses-5.4.20050319/work/ncurses-5.4/c++/../include
19 > -I. -I../include -D_GNU_SOURCE -DNDEBUG -march=i686 -O3 -pipe -fPIC -c
20 > /var/tmp/portage/ncurses-5.4.20050319/work/ncurses-5.4/c++/cursesm.cc
21 > /bin/sh: line 1: -I../c++: No such file or directory
22 > /bin/sh: line 1: -I../c++: No such file or directory
23 > make[1]: *** [../obj_s/cursesf.o] Error 127
24 > make[1]: *** Waiting for unfinished jobs....
25 > make[1]: *** [../obj_s/cursesm.o] Error 127
26 > make[1]: Leaving directory
27 > 'var/tmp/portage/ncurses-5.4.20050319/work/narrowc/c++'
28 > make: *** [all] Error 2
29 >
30 > !!! ERROR: sys-libs/ncurses-5.4.20050319 failed.
31 > !!! Function do_compile, Line 94, Exitcode 2
32 > !!! make failed
33 >
34
35 If your MAKEOPTS setting is to large it can lead to "No such file or directory" errors. MAKEOPTS="-j1" is always safe.
36
37 As a side note, I'd recommend a lower level of optimization such as -02 or -Os.
38
39 > I am installing Gentoo using Knoppix 3.6 live CD. I can't use Gentoo
40 > CD/DVD to bootup the system because it set the wrong screen resolution,
41 > i.e the LCD only shows "out of range" error.
42 >
43 > The box is an old Celeron 667Mhz.
44 >
45 > Any pointer appreciated.
46 >
47 > Thank you.
48 >
49
50 Maybe you can use the gentoo-nofb option or pick a different VGA vesa mode before boot.
51
52 Zac
53 --
54 gentoo-user@g.o mailing list