Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 181840 - Segmentation Fault in cc1plus when emerging kdialog....
Summary: Segmentation Fault in cc1plus when emerging kdialog....
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-12 22:53 UTC by Fabiano Sant'Ana
Modified: 2007-06-13 07:07 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 Fabiano Sant'Ana 2007-06-12 22:53:25 UTC
Good - your configure finished. Start make now

make  all-recursive
make[1]: Entering directory `/var/tmp/portage/kde-base/kdialog-3.5.5/work/kdialog-3.5.5'
Making all in kdeeject
make[2]: Entering directory `/var/tmp/portage/kde-base/kdialog-3.5.5/work/kdialog-3.5.5/kdeeject'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/kde-base/kdialog-3.5.5/work/kdialog-3.5.5/kdeeject'
Making all in kdialog
make[2]: Entering directory `/var/tmp/portage/kde-base/kdialog-3.5.5/work/kdialog-3.5.5/kdialog'
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.5/include -I/usr/qt/3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O2 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_NO_CAST_ASCII -DQT_NO_ASCII_CAST -c -o kdialog.o kdialog.cpp
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.5/include -I/usr/qt/3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O2 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_NO_CAST_ASCII -DQT_NO_ASCII_CAST -c -o widgets.o widgets.cpp
i686-pc-linux-gnu-g++: Internal error: Segmentation fault (program cc1plus)
Please submit a full bug report.
See <URL:http://bugs.gentoo.org/> for instructions.
make[2]: *** [widgets.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/kde-base/kdialog-3.5.5/work/kdialog-3.5.5/kdialog'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kde-base/kdialog-3.5.5/work/kdialog-3.5.5'
make: *** [all] Error 2

!!! ERROR: kde-base/kdialog-3.5.5 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_compile
  ebuild.sh, line 971:   Called qa_call 'src_compile'
  environment, line 4935:   Called src_compile
  ebuild.sh, line 1304:   Called kde-meta_src_compile
  kde-meta.eclass, line 380:   Called kde_src_compile
  kde.eclass, line 170:   Called kde_src_compile 'all'
  kde.eclass, line 340:   Called kde_src_compile 'myconf' 'configure' 'make'
  kde.eclass, line 336:   Called die

!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/kde-base/kdialog-3.5.5/temp/build.log'.

localhost ~ # emerge -av gcc

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild     U ] sys-devel/gcc-4.1.2 [4.1.1-r3] USE="fortran gtk mudflap* nls (-altivec) -bootstrap -build -d% -doc -gcj (-hardened) (-ip28) (-ip32r10k) (-multilib) -multislot (-n32) (-n64) -nocxx -objc -objc++ -objc-gc -test -vanilla" 38,840 kB



Reproducible: Always

Steps to Reproduce:
1.emerge -v kdm

Actual Results:  
a kernel dump in process cc1plus

Expected Results:  
compile kdialog sucessfully
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-06-13 07:07:16 UTC
emerge --info please. Also, does it happen repeatedly at *exactly* the same place?