Gentoo Archives: gentoo-user

From: "Timothy A. Holmes" <tholmes@×××××××××.net>
To: gentoo-user@l.g.o
Subject: RE: [gentoo-user] problem with a world update
Date: Wed, 06 Sep 2006 18:42:40
Message-Id: 17CD9CE4C0FA574A8B29EF02D49B385D2A921E@srvexch-01.mcaschool.local
In Reply to: Re: [gentoo-user] problem with a world update by James Ausmus
1 > -----Original Message-----
2 > From: James Ausmus [mailto:james.ausmus@×××××.com]
3 > Sent: Wednesday, September 06, 2006 12:59 PM
4 > To: gentoo-user@l.g.o
5 > Subject: Re: [gentoo-user] problem with a world update
6 >
7 > On 9/6/06, Timothy A. Holmes <tholmes@×××××××××.net> wrote:
8 > > Hi folks;
9 > >
10 > > I have a server that im getting ready to build as a file server --
11 the
12 > > OS is installed (several months ago-- its been idleing) and im doing
13 an
14 > > emerge -NDuav world to get it all up to date.
15 > >
16 > > Im getting the following error, and I have no clue what to do about
17 it,
18 > > can someone please point me in the right direction?
19 > >
20 > >
21 > >
22 > > ** adjusting tabset paths
23 > > sed -f run_tic.sed
24 > > /var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/misc/terminfo.src
25 > > >terminfo.tmp
26 > > make[1]: Leaving directory
27 > > `/var/tmp/portage/ncurses-5.5-r2/work/narrowc/misc'
28 > > cd c++ && make DESTDIR="" all
29 > > make[1]: Entering directory
30 > > `/var/tmp/portage/ncurses-5.5-r2/work/narrowc/c++'
31 > > /usr/bin/g++ -I../c++ -I../include
32 > > -I/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++
33 -DHAVE_CONFIG_H
34 > > -I/var/tmp/portage/ncurses-5.5-r2/work/ncurses-5.5/c++/../include
35 -I.
36 > > -I../include -D_GNU_SOURCE -DNDEBUG {-O2 -march=pentium4 -pipe
37 > > -fomit-frame-pointer} -fPIC -c
38 >
39 > It looks like your CFLAGS setting in /etc/make.conf might be screwed
40 > up - contains some curly braces {} ?
41 >
42 > HTH-
43 >
44 > James
45 > --
46 > gentoo-user@g.o mailing list
47 [Timothy A. Holmes]
48
49
50 James:
51
52 The setting is set per the handbook -- with a couple mods for speed
53
54 CFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer"
55 CHOST="i686-pc-linux-gnu"
56 CXXFLAGS="{$CFLAGS}"
57
58 MAKEOPTS="-j4"
59
60
61
62 Timothy A. Holmes
63 IT Manager / Network Admin / Web Master / Computer Teacher
64
65 Medina Christian Academy
66 A Higher Standard...
67
68 Jeremiah 33:3
69 Jeremiah 29:11
70 Esther 4:14
71
72
73 --
74 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] problem with a world update Gian Domeni Calgeer <gidoca@×××.ch>