First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 28359
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: James Harlow (RETIRED) <hythloday@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
lzo-gcc-3.3.1-configure.in.patch patch to fix this problem. patch James Harlow (RETIRED) 2003-09-10 08:21 0000 738 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 28359 depends on: Show dependency tree
Bug 28359 blocks: 28334
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-09-10 08:19 0000
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 From James Harlow (RETIRED) 2003-09-10 08:21:02 0000 -------
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.

------- Comment #2 From SpanKY 2003-09-11 20:47:05 0000 -------
added 1.08-r1 with these fixes, thanks for the patch

First Last Prev Next    No search results available      Search page      Enter new bug