On Mon, 30 Sep 2013, Tom?? Chv?tal wrote:
Dne Po 30. z??? 2013 14:41:54, Richard Biener napsal(a):
On Mon, 30 Sep 2013, Tom?? Chv?tal wrote:
Hello guys,
I was looking into our failures and kdenetwork3 fails for quite time with OOM.
Possibly it is caused by gcc4.8. But I have not enough C++ foo to figure out how to fix this. We need it rolling so we can still keep kde3 stuff in 13.1 so anyone feels like sorting it out?
Does adding -fno-var-tracking fix the build?
Richard.
Still the same [1].
Tom
[1] https://build.opensuse.org/package/live_build_log/home:scarabeus_iv/kdenetwo...
Seems to be preprocessing of kcm_kcmsambaconf_la.all_cpp.cpp that fails, tracked down to preprocessing of kcminterface.cpp. It works for me with adding -w, testcase: pamPasswordChangeChk->setAccel( QKeySequence( tr2i18n( "Alt+^@" ) ) ); pamPasswordChangeChk->setAccel( QKeySequence( tr2i18n( "Alt+^@" ) ) ); pamPasswordChangeChk->setAccel( QKeySequence( tr2i18n( "Alt+^@" ) ) ); pamPasswordChangeChk->setAccel( QKeySequence( tr2i18n( "Alt+^@" ) ) ); pamPasswordChangeChk->setAccel( QKeySequence( tr2i18n( "Alt+^@" ) ) ); so it's the control sequence that confuses GCC. Richard. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org