Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 342565 - www-plugins/lightspark-0.4.4.3 fails to linkage final stage
Summary: www-plugins/lightspark-0.4.4.3 fails to linkage final stage
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Chí-Thanh Christopher Nguyễn
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-25 01:48 UTC by yermandu
Modified: 2011-10-11 15:27 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build log (build.log,13.34 KB, text/plain)
2010-10-25 01:49 UTC, yermandu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description yermandu 2010-10-25 01:48:09 UTC
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.
Comment 1 yermandu 2010-10-25 01:49:40 UTC
Created attachment 251887 [details]
build log
Comment 2 Chí-Thanh Christopher Nguyễn gentoo-dev 2010-10-26 14:37:57 UTC
It appears that there could be some udis86 related problem on your system.
Comment 3 Chí-Thanh Christopher Nguyễn gentoo-dev 2011-07-27 15:41:04 UTC
Is that still an issue with lightspark-0.5.0 and llvm-2.9?
Comment 4 yermandu 2011-10-11 15:27:21 UTC
Bug fixed.