After update system the lightspark 0.4.4.3 and git version can not finish link tightspark Reproducible: Always Steps to Reproduce: 1. emerge -av lightspark it compiled 100% but in the end process : Linking CXX shared library ../x86_64/Gentoo/lib64/liblightsparkplugin.so [100%] Built target lightsparkplugin Linking CXX executable x86_64/Gentoo/bin/tightspark x86_64/Gentoo/lib64/liblightspark.so.0.4.4: undefined reference to `ud_init' x86_64/Gentoo/lib64/liblightspark.so.0.4.4: undefined reference to `ud_disassemble' x86_64/Gentoo/lib64/liblightspark.so.0.4.4: undefined reference to `ud_set_syntax' x86_64/Gentoo/lib64/liblightspark.so.0.4.4: undefined reference to `ud_set_mode' x86_64/Gentoo/lib64/liblightspark.so.0.4.4: undefined reference to `ud_insn_off' x86_64/Gentoo/lib64/liblightspark.so.0.4.4: undefined reference to `ud_insn_asm' x86_64/Gentoo/lib64/liblightspark.so.0.4.4: undefined reference to `ud_translate_att' x86_64/Gentoo/lib64/liblightspark.so.0.4.4: undefined reference to `ud_set_pc' x86_64/Gentoo/lib64/liblightspark.so.0.4.4: undefined reference to `ud_set_input_buffer' collect2: ld returned 1 exit status make[2]: ** [x86_64/Gentoo/bin/tightspark] Erro 1 make[1]: ** [CMakeFiles/tightspark.dir/all] Erro 2 make: ** [all] Erro 2 emake failed * ERROR: www-plugins/lightspark-0.4.4.3 failed: * Make failed! * * Call stack: * ebuild.sh, line 56: Called src_compile * environment, line 3044: Called cmake-utils_src_compile * environment, line 799: Called _execute_optionaly 'src_compile' * environment, line 265: Called enable_cmake-utils_src_compile * environment, line 1152: Called cmake-utils_src_make * environment, line 818: Called die * The specific snippet of code: * emake "$@" || die "Make failed!"; * * If you need support, post the output of 'emerge --info =www-plugins/lightspark-0.4.4.3', * the complete build log and the output of 'emerge -pqv =www-plugins/lightspark-0.4.4.3'. * The complete build log is located at '/var/tmp/portage/www-plugins/lightspark-0.4.4.3/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/www-plugins/lightspark-0.4.4.3/temp/environment'. * S: '/var/tmp/portage/www-plugins/lightspark-0.4.4.3/work/lightspark-0.4.4.3' 3.
Created attachment 251887 [details] build log
It appears that there could be some udis86 related problem on your system.
Is that still an issue with lightspark-0.5.0 and llvm-2.9?
Bug fixed.