Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 49238 - ethereal-0.10.3 fails to compile with gcc 3.4.0
Summary: ethereal-0.10.3 fails to compile with gcc 3.4.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Please assign to toolchain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 48528
  Show dependency tree
 
Reported: 2004-04-27 20:58 UTC by Robert Moss (RETIRED)
Modified: 2004-04-30 03:41 UTC (History)
0 users

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


Attachments
Patch to fix compilation error (ethereal-0.10.3-gcc34.patch,458 bytes, patch)
2004-04-27 20:59 UTC, Robert Moss (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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