Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 25328 - sniffit-3.0.7 fails to compile with GCC 3.3
Summary: sniffit-3.0.7 fails to compile with GCC 3.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-26 08:59 UTC by Chandler Carruth
Modified: 2003-07-28 08:43 UTC (History)
1 user (show)

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


Attachments
fix for typo (sniffit.0.3.7.beta-gcc33.diff,496 bytes, patch)
2003-07-26 09:02 UTC, Chandler Carruth
Details | Diff
ebuild to use patch (sniffit-0.3.7-r1.ebuild,1005 bytes, text/plain)
2003-07-26 09:02 UTC, Chandler Carruth
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chandler Carruth 2003-07-26 08:59:52 UTC
Simple typo-bug with sniffit that GCC 3.3 refuses to compile.
Comment 1 Chandler Carruth 2003-07-26 09:02:06 UTC
Created attachment 15042 [details, diff]
fix for typo

somebody forgot to remove an older type from a struct definition when they
started using #define'ed types to allow for different syntax for various
types... removed the vestigal type, so that there weren't _2_ types for that
variables.

-illusion
Comment 2 Chandler Carruth 2003-07-26 09:02:53 UTC
Created attachment 15043 [details]
ebuild to use patch

just an ebuild for those wanting to test the patch.... nothing fancy... one
line change.

-i
Comment 3 Martin Schlemmer (RETIRED) gentoo-dev 2003-07-28 08:43:20 UTC
Fixed in -r1.