[opensuse-factory] Internal compiler error at 64-bit
Hi! I receive permanent internal compiler error when building for 64-bit in this package: https://build.opensuse.org/package/live_build_log?arch=x86_64&package=kde3-kpolynome&project=home%3AAnsus%3AKDE3&repository=KDE_KDE3_openSUSE_11.4 The error message: ./maindlg.ui.h: In member function 'virtual void maindlg::btnLoad_clicked()': ./maindlg.ui.h:387:68: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result ./maindlg.ui.h:389:96: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result ./maindlg.ui.h:397:61: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result curvedlg.moc: In constructor 'matdata::matdata()': curvedlg.moc:155:86: internal compiler error: Aborted For 32-bit it builds well. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On 20/09/11 12:49, Ilya Chernykh wrote:
Hi!
I receive permanent internal compiler error when building for 64-bit in this package: https://build.opensuse.org/package/live_build_log?arch=x86_64&package=kde3-kpolynome&project=home%3AAnsus%3AKDE3&repository=KDE_KDE3_openSUSE_11.4
The error message:
./maindlg.ui.h: In member function 'virtual void maindlg::btnLoad_clicked()': ./maindlg.ui.h:387:68: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result ./maindlg.ui.h:389:96: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result ./maindlg.ui.h:397:61: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result curvedlg.moc: In constructor 'matdata::matdata()': curvedlg.moc:155:86: internal compiler error: Aborted
For 32-bit it builds well.
Some build host in the OBS appear to be broken atm. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On Tuesday 20 September 2011 20:05:59 Cristian Rodríguez wrote:
I receive permanent internal compiler error when building for 64-bit in this package: https://build.opensuse.org/package/live_build_log?arch=x86_64&package=kde3-kpolynome&project=home%3AAnsus%3AKDE3&repository=KDE_KDE3_openSUSE_11.4
The error message:
./maindlg.ui.h: In member function 'virtual void maindlg::btnLoad_clicked()': ./maindlg.ui.h:387:68: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result ./maindlg.ui.h:389:96: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result ./maindlg.ui.h:397:61: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result curvedlg.moc: In constructor 'matdata::matdata()': curvedlg.moc:155:86: internal compiler error: Aborted
For 32-bit it builds well.
Some build host in the OBS appear to be broken atm.
Still get the same errors again and again upon rebuild. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On Tuesday 20 September 2011, Cristian Rodríguez wrote:
On 20/09/11 12:49, Ilya Chernykh wrote:
For 32-bit it builds well.
Some build host in the OBS appear to be broken atm.
For me the error happens only on x86_64 openSUSE_11.4 and Tumbleweed. Both distros have the same gcc version installed, so could be they changed something with vm setup which affects only this gcc/arch combination!? cu, Rudi -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On Tuesday 20 September 2011 21:02:03 Ruediger Meier wrote:
Some build host in the OBS appear to be broken atm.
For me the error happens only on x86_64 openSUSE_11.4 and Tumbleweed. Both distros have the same gcc version installed, so could be they changed something with vm setup which affects only this gcc/arch combination!?
For me happens in Factory as well. But the number of affected packages in 11.4 is higher, probably because they started to be affected earlier. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On Tuesday 20 September 2011 21:02:03 Ruediger Meier wrote:
Some build host in the OBS appear to be broken atm.
For me the error happens only on x86_64 openSUSE_11.4 and Tumbleweed. Both distros have the same gcc version installed, so could be they changed something with vm setup which affects only this gcc/arch combination!?
So I have 30 packages failed due to this issue. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On Tuesday 20 September 2011, Ruediger Meier wrote:
On Tuesday 20 September 2011, Cristian Rodríguez wrote:
On 20/09/11 12:49, Ilya Chernykh wrote:
For 32-bit it builds well.
Some build host in the OBS appear to be broken atm.
For me the error happens only on x86_64 openSUSE_11.4 and Tumbleweed. Both distros have the same gcc version installed, so could be they changed something with vm setup which affects only this gcc/arch combination!?
I was wrong, the build errors happens across all distributions (also non suse) but only on x86_64. I've diffed a lot logfiles and came to some vague conclusions: 1. Errors happens on kvm vms 64bit only. 2. It's because the 64bit kvm vms are started without -cpu in opposite to the 32bit ones. Therefore we have original (so random, differnt) host cpu archs when building 64bit stuff but generic host cpus on i586. 3. If configure scripts are agressively trying to optimize CCFLAGS then build may fail dependent on the current buildhost CPU. cu, Rudi -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On Tuesday 20 September 2011 19:49:47 you wrote:
Hi!
I receive permanent internal compiler error when building for 64-bit in this package: https://build.opensuse.org/package/live_build_log?arch=x86_64&package=kde3-kpolynome&project=home%3AAnsus%3AKDE3&repository=KDE_KDE3_openSUSE_11.4
The error message:
./maindlg.ui.h: In member function 'virtual void maindlg::btnLoad_clicked()': ./maindlg.ui.h:387:68: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result ./maindlg.ui.h:389:96: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result ./maindlg.ui.h:397:61: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result curvedlg.moc: In constructor 'matdata::matdata()': curvedlg.moc:155:86: internal compiler error: Aborted
For 32-bit it builds well.
And it seems not only this package is affected, but a number of them: https://build.opensuse.org/package/live_build_log?arch=x86_64&package=kde3-sim&project=KDE%3AKDE3&repository=openSUSE_11.4 https://build.opensuse.org/package/live_build_log?arch=x86_64&package=kde3-kupdateapplet&project=KDE%3AKDE3&repository=openSUSE_11.4 https://build.opensuse.org/package/live_build_log?arch=x86_64&package=kdeutils3&project=KDE%3AKDE3&repository=openSUSE_11.4 https://build.opensuse.org/package/live_build_log?arch=x86_64&package=psi-qt3&project=KDE%3AKDE3&repository=openSUSE_11.4 https://build.opensuse.org/package/live_build_log?arch=x86_64&package=kdeaddons3&project=KDE%3AKDE3&repository=openSUSE_Factory https://build.opensuse.org/package/live_build_log?arch=x86_64&package=kde3-k3b&project=KDE%3AKDE3&repository=openSUSE_11.4 https://build.opensuse.org/package/live_build_log?arch=x86_64&package=kde3-kaffeine&project=KDE%3AKDE3&repository=openSUSE_11.4 https://build.opensuse.org/package/live_build_log?arch=x86_64&package=kde3-knemo&project=KDE%3AKDE3&repository=openSUSE_11.4 All started to fail today. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On 20/09/11 13:06, Ilya Chernykh wrote:
On Tuesday 20 September 2011 19:49:47 you wrote:
And it seems not only this package is affected, but a number of them:
Yeah, happends everywhere other example.. https://build.opensuse.org/package/live_build_log?arch=x86_64&package=acl&project=Base%3ASystem&repository=openSUSE_Factory -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Having the same stuff on Banshee repositories :/ NM 2011/9/20 Cristian Rodríguez <crrodriguez@opensuse.org>:
On 20/09/11 13:06, Ilya Chernykh wrote:
On Tuesday 20 September 2011 19:49:47 you wrote:
And it seems not only this package is affected, but a number of them:
Yeah, happends everywhere other example..
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
-- Nelson Marques /* http://www.marques.so nmo.marques@gmail.com */ -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
participants (5)
-
Cristian Rodríguez
-
Ilya Chernykh
-
Nelson Marques
-
Ruediger Meier
-
Rüdiger Meier