Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Due to a multi-line string in autoconf tests in lzo, configure decides that the GCC assembler does not work, and builds without assembly symbols. Reproducible: Always Steps to Reproduce: 1. emerge dev-libs/lzo 2. nm /usr/lib/liblzo.so.1.0.0 | grep asm 3. Actual Results: There are no assembly symbols reported. Expected Results: Assembly symbols (such as _lzo1f_decompress_asm_fast_safe) reported.
Created an attachment (id=17438) [details] patch to fix this problem. This patches configure.in, which means that autoconf needs to be run after it is applied.
added 1.08-r1 with these fixes, thanks for the patch