Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5804 - koffice-1.2_beta2.ebuild kiExport.cc:496: Internal compiler error.
Summary: koffice-1.2_beta2.ebuild kiExport.cc:496: Internal compiler error.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Bart Verwilst
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-31 03:35 UTC by Maurizio Disimino
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maurizio Disimino 2002-07-31 03:35:03 UTC
/bin/sh ../../../libtool --silent --mode=compile --tag=CXX i686-pc-linux-gnu-g++
-DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I../../../lib/kofficeui
-I../../../lib/kofficeui -I../../../lib/kofficecore -I../../../lib/kofficecore
-I../../../lib/store -I../../../lib/store -I../../../lib/kwmf
-I../../../lib/kwmf -I/usr/kde/3/include -I/usr/qt/3/include
-I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor
-Wno-long-long -Wbad-function-cast -Wundef -Wall -pedantic -W -Wpointer-arith
-Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3 -pipe
-fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST
-DQT_NO_COMPAT -DKDE_NO_COMPAT  -c -o kiExport.lo `test -f kiExport.cc || echo
'./'`kiExport.cc
kiExport.cc: In function `void ProcessGobjectTag(QDomNode, void *, QString &)':
kiExport.cc:496: Internal compiler error.
kiExport.cc:496: Please submit a full bug report.
kiExport.cc:496: See <URL:http://www.gnu.org/software/gcc/bugs.html> for
instructions.
make[4]: *** [kiExport.lo] Error 1
make[4]: *** Waiting for unfinished jobs....

Here's my conf.

CHOST="i686-pc-linux-gnu"
CFLAGS="-march=i686 -O3 -pipe"
CXXFLAGS="-march=i686 -O3 -pipe"

gcc version 2.95.3 20010315 (release)

Maurizio Disimino
Comment 1 Maurizio Disimino 2002-07-31 08:46:56 UTC
Compiled again and worked. I'm trying to track down this issue.

Maurizio Disimino
Comment 2 Dan Armak (RETIRED) gentoo-dev 2002-08-01 06:15:05 UTC
Verwilst is the koffice guy. (PLEASE don't assign bugs to developers yourself, 
let the bug wranglers do the job!!) 
 
My take: internal compiler errors are usually caused not by the code being 
compiled, but by general system instability (faulty memory or overhaetig or a 
badly compiled/configured compiler etc). 
Comment 3 Dan Armak (RETIRED) gentoo-dev 2002-08-01 06:15:54 UTC
...So since you can't reproduce it yourself, this is certainly general system 
instability of some sort.