Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32061 - Fix for tcpdump SCTP compile problem.
Summary: Fix for tcpdump SCTP compile problem.
Status: RESOLVED DUPLICATE of bug 25544
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-26 14:29 UTC by Ray Russell Reese III (RETIRED)
Modified: 2005-07-17 13:06 UTC (History)
0 users

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


Attachments
Patch for print-sctp.c (tcpdump-3.7.2-stcp.patch,423 bytes, patch)
2003-10-26 14:30 UTC, Ray Russell Reese III (RETIRED)
Details | Diff
Patch for the ebuild (tcpdump-3.7.2.ebuild.patch,661 bytes, patch)
2003-10-26 14:31 UTC, Ray Russell Reese III (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ray Russell Reese III (RETIRED) gentoo-dev 2003-10-26 14:29:19 UTC
I have created a patch for tcpdump that fixes a problem that causes IPPROTO_SCTP to be defined incorrectly with newer versions of glibc, causing tcpdump not to compile properly when it comes to print-sctp.c.

Also I've added ~amd64 to the keywords as the sctp problem seemed to occur mostly on AMD64 because it used newer libraries.
Comment 1 Ray Russell Reese III (RETIRED) gentoo-dev 2003-10-26 14:30:19 UTC
Created attachment 19830 [details, diff]
Patch for print-sctp.c

Drop this in /files, switches the order of the headers so that IPPROTO_SCTP
isn't incorrectly redefined.
Comment 2 Ray Russell Reese III (RETIRED) gentoo-dev 2003-10-26 14:31:22 UTC
Created attachment 19831 [details, diff]
Patch for the ebuild

This is a patch for the ebuild so it picks up the other patch properly.
Comment 3 Mamoru KOMACHI (RETIRED) gentoo-dev 2003-10-27 04:08:19 UTC

*** This bug has been marked as a duplicate of 25544 ***