Gentoo Archives: gentoo-ppc-user

From: Michael George <george@××××××××××.com>
To: gentoo-ppc-user@l.g.o
Subject: [gentoo-ppc-user] gcc issues with wv2
Date: Tue, 28 Sep 2004 21:12:06
Message-Id: 20040928211201.GA325@brutus.pewamo.office
1 I got some of my emerge issues worked out by changing to a no preemptive
2 kernel. Now I'm trying to build koffice but it's still dying on wv2:
3
4 -----------------------------------------------------------------------------
5 if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -DPACKAGE=\"wv2\" -DVERSION=\"0.2.1\" -I. -I. -I.. -I../include -I.. -I. -I/usr/include/libgsf-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libgsf-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wold-style-cast -Wnon-virtual-dtor -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -O2 -mcpu=7400 -maltivec -mabi=altivec -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -Wold-style-cast -Wnon-virtual-dtor -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -O2 -mcpu=7400 -maltivec -mabi=altivec -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -MT word97_generated.lo -MD -MP -MF ".deps/word97_generated.Tpo" \
6 -c -o word97_generated.lo `test -f 'word97_generated.cpp' || echo './'`word97_generated.cpp; \
7 then mv ".deps/word97_generated.Tpo" ".deps/word97_generated.Plo"; \
8 else rm -f ".deps/word97_generated.Tpo"; exit 1; \
9 fi
10 make[2]: *** [olestorage.lo] Error 1
11 make[2]: *** Waiting for unfinished jobs....
12 g++ -DHAVE_CONFIG_H -DPACKAGE=\"wv2\" -DVERSION=\"0.2.1\" -I. -I. -I.. -I../include -I.. -I. -I/usr/include/libgsf-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libgsf-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wold-style-cast -Wnon-virtual-dtor -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -O2 -mcpu=7400 -maltivec -mabi=altivec -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -Wold-style-cast -Wnon-virtual-dtor -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -O2 -mcpu=7400 -maltivec -mabi=altivec -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -MT word97_generated.lo -MD -MP -MF .deps/word97_generated.Tpo -c word97_generated.cpp -fPIC -DPIC -o word97_generated.lo
13 In file included from word97_generated.cpp:32:
14 wvlog.h:41: error: `std::ios' is not a template
15 wvlog.h:41: error: `std::ios' is not a template
16 wvlog.h:75: error: `std::ios' is not a template
17 wvlog.h:75: error: `std::ios' is not a template
18 word97_generated.cpp:8169:2: warning: #warning is a GCC extension
19 word97_generated.cpp:8169:2: warning: #warning "Couldn't generate reading code for SEPX::grpprl"
20 word97_generated.cpp:8185:2: warning: #warning is a GCC extension
21 word97_generated.cpp:8185:2: warning: #warning "Couldn't generate writing code for SEPX::grpprl"
22 word97_generated.cpp:8206:2: warning: #warning is a GCC extension
23 word97_generated.cpp:8206:2: warning: #warning "Can't compare SEPX::grpprl items"
24 make[2]: *** [word97_generated.lo] Error 1
25 make[2]: Leaving directory `/var/tmp/portage/wv2-0.2.1/work/wv2-0.2.1/src'
26 make[1]: *** [all-recursive] Error 1
27 make[1]: Leaving directory `/var/tmp/portage/wv2-0.2.1/work/wv2-0.2.1'
28 make: *** [all] Error 2
29
30 !!! ERROR: app-text/wv2-0.2.1 failed.
31 !!! Function src_compile, Line 415, Exitcode 2
32 !!! emake failed
33 -----------------------------------------------------------------------------
34
35 I don't see any obvious USE flags that would be an issue...
36
37 Where does one start with an issue like this in gentoo?
38
39 --
40 -M
41
42 There are 10 kinds of people in this world:
43 Those who can count in binary and those who cannot.
44
45 --
46 gentoo-ppc-user@g.o mailing list