public inbox for gentoo-ppc-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Michael George <george@mutualdata.com>
To: gentoo-ppc-user@lists.gentoo.org
Subject: [gentoo-ppc-user] gcc issues with wv2
Date: Tue, 28 Sep 2004 17:12:01 -0400	[thread overview]
Message-ID: <20040928211201.GA325@brutus.pewamo.office> (raw)

I got some of my emerge issues worked out by changing to a no preemptive
kernel.  Now I'm trying to build koffice but it's still dying on wv2:

-----------------------------------------------------------------------------
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" \
  -c -o word97_generated.lo `test -f 'word97_generated.cpp' || echo './'`word97_generated.cpp; \
then mv ".deps/word97_generated.Tpo" ".deps/word97_generated.Plo"; \
else rm -f ".deps/word97_generated.Tpo"; exit 1; \
fi
make[2]: *** [olestorage.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
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
In file included from word97_generated.cpp:32:
wvlog.h:41: error: `std::ios' is not a template
wvlog.h:41: error: `std::ios' is not a template
wvlog.h:75: error: `std::ios' is not a template
wvlog.h:75: error: `std::ios' is not a template
word97_generated.cpp:8169:2: warning: #warning is a GCC extension
word97_generated.cpp:8169:2: warning: #warning "Couldn't generate reading code for SEPX::grpprl"
word97_generated.cpp:8185:2: warning: #warning is a GCC extension
word97_generated.cpp:8185:2: warning: #warning "Couldn't generate writing code for SEPX::grpprl"
word97_generated.cpp:8206:2: warning: #warning is a GCC extension
word97_generated.cpp:8206:2: warning: #warning "Can't compare SEPX::grpprl items"
make[2]: *** [word97_generated.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/wv2-0.2.1/work/wv2-0.2.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/wv2-0.2.1/work/wv2-0.2.1'
make: *** [all] Error 2

!!! ERROR: app-text/wv2-0.2.1 failed.
!!! Function src_compile, Line 415, Exitcode 2
!!! emake failed
-----------------------------------------------------------------------------

I don't see any obvious USE flags that would be an issue...

Where does one start with an issue like this in gentoo?

-- 
-M

There are 10 kinds of people in this world:
	Those who can count in binary and those who cannot.

--
gentoo-ppc-user@gentoo.org mailing list


                 reply	other threads:[~2004-09-28 21:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040928211201.GA325@brutus.pewamo.office \
    --to=george@mutualdata.com \
    --cc=gentoo-ppc-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox