Gentoo Archives: gentoo-amd64

From: Daemon Xavier <daemon.xavier@×××××.com>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] gcc 4.1.0, emerge -e world
Date: Fri, 23 Jun 2006 22:00:59
Message-Id: 770289e40606231456r2343213anaeacccb39863b738@mail.gmail.com
1 when emerge -e system I got no errors, the when emerge -e world came along,
2 well i got past 300 of my 789 packgs for my 64 bit system then i started
3 gettin errors. It stopped on like 306, but i wanted to compile again, but
4 havent found a way to start from where i stopped, OH and i cant post that
5 build error, bc i was in console mode. Now when trying to compile pieces
6 of my system, emerge -uaD world, i got thru until this:
7
8 ../include/EST_TMatrix.h:107: error: 'p_column_step' was not declared in
9 this scope
10 ../include/EST_TMatrix.h: In member function 'const T&
11 EST_TMatrix<T>::fast_a_m(int, int) const':
12 ../include/EST_TMatrix.h:119: error: 'p_memory' was not declared in this
13 scope
14 ../include/EST_TMatrix.h: In member function 'T&
15 EST_TMatrix<T>::fast_a_m(int, int)':
16 ../include/EST_TMatrix.h:121: error: 'p_memory' was not declared in this
17 scope
18 ../include/EST_TMatrix.h: In member function 'const T&
19 EST_TMatrix<T>::fast_a_1(int, int) const':
20 ../include/EST_TMatrix.h:124: error: 'p_memory' was not declared in this
21 scope
22 ../include/EST_TMatrix.h: In member function 'T&
23 EST_TMatrix<T>::fast_a_1(int, int)':
24 ../include/EST_TMatrix.h:126: error: 'p_memory' was not declared in this
25 scope
26 ../include/EST_TMatrix.h: In member function 'int
27 EST_TMatrix<T>::num_columns() const':
28 ../include/EST_TMatrix.h:178: error: 'p_num_columns' was not declared in
29 this scope
30 ../include/EST_TMatrix.h: In member function 'void EST_TMatrix<T>::fill()':
31 ../include/EST_TMatrix.h:217: error: 'def_val' was not declared in this
32 scope
33 ../include/EST_TSimpleVector.h: In member function 'void
34 EST_TSimpleVector<T>::empty()':
35 ../include/EST_TSimpleVector.h:77: error: 'def_val' was not declared in this
36 scope
37 ../include/EST_TSimpleVector.h:77: error: there are no arguments to 'fill'
38 that depend on a template parameter, so a declaration of 'fill' must be
39 available
40 slib.cc: In function 'void gc_mark_and_sweep()':
41 slib.cc:1088: warning: dereferencing type-punned pointer will break
42 strict-aliasing rules
43 make[1]: *** [slib.o] Error 1
44 make: *** [siod] Error 2
45
46 !!! ERROR: app-accessibility/speech-tools-1.2.3-r3 failed.
47 Call stack:
48 ebuild.sh, line 1539: Called dyn_compile
49 ebuild.sh, line 939: Called src_compile
50 speech-tools-1.2.3-r3.ebuild, line 51: Called die
51
52 im kinda a noob, but I could tell u what my cflags were, but dont know what
53 they are, I know they are in my make.conf tho. heh so here it is:
54
55 CHOST="x86_64-pc-linux-gnu"
56 CFLAGS="-march=k8 -pipe -O2"
57 CXXFLAGS="${CFLAGS}"
58 MAKEOPTS="-j2"
59 FEATURES="ccache userpriv usersandbox"
60 CCACHE_SIZE="1G"
61 CCACHE_DIR="/var/tmp/ccache"
62 PORTAGE_NICENESS="15"
63 ALSA_CARDS="intel8x0"
64
65 --
66 Karma, It's Real!
67 "No penguins were harmed during the writing, just a bunch of broken windows
68 to let them escape..."-xtacocorex

Replies

Subject Author
Re: [gentoo-amd64] gcc 4.1.0, emerge -e world Brian Litzinger <brian@××××××××××××.com>
Re: [gentoo-amd64] gcc 4.1.0, emerge -e world Richard Fish <bigfish@××××××××××.org>