https://bugzilla.novell.com/show_bug.cgi?id=805424 https://bugzilla.novell.com/show_bug.cgi?id=805424#c13 --- Comment #13 from Matthias Mailänder <matthias@mailaender.name> 2013-10-22 20:18:59 UTC --- In fact the wxWidgets build does not break. It is just running on another thread and displayed with a "succeeded" message. The whole build breaks because of [ 136s] Linking C executable desura_bittest [ 136s] yes [ 136s] /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/gcc/x86_64-suse-linux/4.7/libgcc.a when searching for -lgcc [ 136s] /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/bin/ld: cannot find -lgcc [ 136s] /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/gcc/x86_64-suse-linux/4.7/libgcc_s.so when searching for -lgcc_s [ 136s] /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/bin/ld: cannot find -lgcc_s [ 136s] /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../libc.so when searching for -lc [ 136s] /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/libc.so when searching for -lc [ 136s] /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/bin/ld: cannot find -lc [ 136s] /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/gcc/x86_64-suse-linux/4.7/libgcc.a when searching for -lgcc [ 136s] /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/bin/ld: cannot find -lgcc [ 136s] /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/gcc/x86_64-suse-linux/4.7/libgcc_s.so when searching for -lgcc_s [ 136s] /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/bin/ld: cannot find -lgcc_s [ 136s] checking for round... collect2: error: ld returned 1 exit status [ 136s] make[2]: *** [src/executable/bittest/desura_bittest] Error 1 [ 136s] make[1]: *** [src/executable/bittest/CMakeFiles/desura_bittest.dir/all] Error 2 [ 136s] make[1]: *** Waiting for unfinished jobs.... I am really not the x64 expert, but by looking at https://github.com/desura/Desurium/blob/35740290e0a738563fcc72d49f7855aa173d... it seems doing the switch alone is not enough. For the multilib test you actually need to have 32-bit libraries installed on x64 to satisfy the check so add some more BuildRequires. The steam packages is the only one I know that adds -32-bit packackages (but for Requires:) so maybe get inspired by that. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.