Bug 242255 - Make fails on svn
Summary: Make fails on svn
Status: RESOLVED UPSTREAM
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR minor
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-20 13:51 UTC by allan
Modified: 2010-06-20 17:51 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.