Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 49238

Summary: ethereal-0.10.3 fails to compile with gcc 3.4.0
Product: Gentoo Linux Reporter: Robert Moss (RETIRED) <robmoss>
Component: [OLD] GCC PortingAssignee: Please assign to toolchain <gcc-porting>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 48528    
Attachments: Patch to fix compilation error

Description Robert Moss (RETIRED) gentoo-dev 2004-04-27 20:58:41 UTC
ethereal-0.10.3 requires the use of "-fno-unroll-loops" otherwise things break all over the place. The attached patch adds this to epan/Makefile.in (where it's needed) on the CFLAGS line to allow compilation.

Reproducible: Always
Steps to Reproduce:
Comment 1 Robert Moss (RETIRED) gentoo-dev 2004-04-27 20:59:03 UTC
Created attachment 30211 [details, diff]
Patch to fix compilation error
Comment 2 SpanKY gentoo-dev 2004-04-27 23:47:04 UTC
now in portage, thanks