Bug 242255

Summary: Make fails on svn
Product: [Applications] kmymoney Reporter: allan <agander93>
Component: generalAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: RESOLVED UPSTREAM    
Severity: minor CC: anselmolsm, iann_bugzilla
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description allan 2010-06-20 13:51:19 UTC
Version:           unspecified (using KDE 4.3.5) 
OS:                Linux

Downloaded from svn last night and make is failing.

Scanning dependencies of target views                                                                                                                               
[ 74%] Building CXX object kmymoney/views/CMakeFiles/views.dir/views_automoc.cpp.o                                                                                  
[ 74%] Building CXX object kmymoney/views/CMakeFiles/views.dir/kaccountsview.cpp.o                                                                                  
[ 75%] Building CXX object kmymoney/views/CMakeFiles/views.dir/kbudgetview.cpp.o                                                                                    
[ 75%] Building CXX object kmymoney/views/CMakeFiles/views.dir/kcategoriesview.cpp.o                                                                                
[ 75%] Building CXX object kmymoney/views/CMakeFiles/views.dir/kforecastview.cpp.o                                                                                  
/home/aga/kmymoney/kmymoney/views/kforecastview.cpp: In function ‘QString i18n(const char*, const A1&) [with A1 = int]’:                                            
/home/aga/kmymoney/kmymoney/views/kforecastview.cpp:424: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.4/README.Bugs> for instructions.
make[2]: *** [kmymoney/views/CMakeFiles/views.dir/kforecastview.cpp.o] Error 1
make[1]: *** [kmymoney/views/CMakeFiles/views.dir/all] Error 2
make: *** [all] Error 2


Reproducible: Didn't try

Steps to Reproduce:
worked OK on second attempt!
Comment 1 Anselmo L. S. Melo (anselmolsm) 2010-06-20 14:14:32 UTC
From the output in #1:

"
/home/aga/kmymoney/kmymoney/views/kforecastview.cpp:424: internal compiler
error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.4/README.Bugs> for instructions."


It should be reported to GCC (http://gcc.gnu.org/bugs/).
Thanks.
Comment 2 Alvaro Soliverez 2010-06-20 14:55:34 UTC
It seems like something gone awry on your compiled files.
Have you tried compiling from scratch?
Comment 3 allan 2010-06-20 15:03:05 UTC
As I said, though, it worked soon afterwards, so the files must have been OK, I think.
Comment 4 Ian Neal 2010-06-20 17:51:58 UTC
I've been getting intermittent failures too, sometimes takes 2-3 attempts before it completes.