Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 68111 - emerging kdeutils-3.3.0 fails with moc internal error
Summary: emerging kdeutils-3.3.0 fails with moc internal error
Status: VERIFIED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High blocker (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-19 01:23 UTC by Björn Gohla
Modified: 2005-12-25 05:58 UTC (History)
0 users

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


Attachments
processed output of kdes moc (ccGrVeDp.out,416.93 KB, text/plain)
2004-10-19 01:26 UTC, Björn Gohla
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Björn Gohla 2004-10-19 01:23:05 UTC
when doing a world update, kdeutils-3.3.0 does not compile, since kdes model object compiler segfaults on converterdialog.moc .

Reproducible: Always
Steps to Reproduce:
1. run emerge -U kdeutils
2.
3.

Actual Results:  
 

Expected Results:  
compile kdeutils 

the compilation process gives the following error message: 
 
--8<-- 
[...] 
/usr/qt/3/bin/moc ./converterdialog.h -o converterdialog.moc 
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.3/include -I/usr/qt/3/include 
-I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor 
-Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align 
-Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings 
-DNDEBUG -DNO_DEBUG -O2 -O2 -mcpu=i586 -fomit-frame-pointer -Wformat-security 
-Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common 
-DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT 
-DQT_NO_TRANSLATION  -c -o converterdialog.o converterdialog.cc 
In file included from converterdialog.cc:163: 
converterdialog.moc: In member function `virtual bool 
   CValidateLineEdit::qt_invoke(int, QUObject*)': 
converterdialog.moc:119: internal compiler error: Segmentation fault 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://bugs.gentoo.org/> for instructions. 
Preprocessed source stored 
into /var/tmp/portage/kdeutils-3.3.0/temp/ccGrVeDp.out file, please attach 
this to your bugreport. 
make[3]: *** [converterdialog.o] Error 1 
make[3]: Leaving directory 
`/var/tmp/portage/kdeutils-3.3.0/work/kdeutils-3.3.0/khexedit' 
make[2]: *** [all-recursive] Error 1 
make[2]: Leaving directory 
`/var/tmp/portage/kdeutils-3.3.0/work/kdeutils-3.3.0/khexedit' 
make[1]: *** [all-recursive] Error 1 
make[1]: Leaving directory 
`/var/tmp/portage/kdeutils-3.3.0/work/kdeutils-3.3.0' 
make: *** [all] Error 2 
 
!!! ERROR: kde-base/kdeutils-3.3.0 failed. 
!!! Function kde_src_compile, Line 142, Exitcode 2 
!!! died running emake, kde_src_compile:make 
 
--8<--
Comment 1 Björn Gohla 2004-10-19 01:26:48 UTC
Created attachment 42145 [details]
processed output of kdes moc
Comment 2 Simone Gotti (RETIRED) gentoo-dev 2004-10-19 02:32:05 UTC
You forgot to add your 'emerge info' output.

This is a segfault of gcc, not of moc. 
If you try recompiling kdeutils, does it happens again in the same point? If yes, then probably this is a problem with gcc, you can try recompiling it with less optimizing CFLAGS or using another version.
If it doesn't happens or happens in a different point then this is probably an hardware problem (bad memory, overheating etc...).
Comment 3 Gregorio Guidi (RETIRED) gentoo-dev 2004-12-23 07:02:04 UTC
No reply from reporter.
Comment 4 Carsten Lohrke (RETIRED) gentoo-dev 2005-12-25 05:58:09 UTC
^^