Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28359 - dev-libs/lzo does not include assembly symbols when built with gcc-3.3.1; patch to fix.
Summary: dev-libs/lzo does not include assembly symbols when built with gcc-3.3.1; pat...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 28334
  Show dependency tree
 
Reported: 2003-09-10 08:19 UTC by James Harlow (RETIRED)
Modified: 2003-09-11 20:47 UTC (History)
0 users

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


Attachments
patch to fix this problem. (lzo-gcc-3.3.1-configure.in.patch,738 bytes, patch)
2003-09-10 08:21 UTC, James Harlow (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Harlow (RETIRED) gentoo-dev 2003-09-10 08:19:32 UTC
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.
Comment 1 James Harlow (RETIRED) gentoo-dev 2003-09-10 08:21:02 UTC
Created attachment 17438 [details, diff]
patch to fix this problem.

This patches configure.in, which means that autoconf needs to be run after it
is applied.
Comment 2 SpanKY gentoo-dev 2003-09-11 20:47:05 UTC
added 1.08-r1 with these fixes, thanks for the patch