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

Bug 32061

Summary: Fix for tcpdump SCTP compile problem.
Product: Gentoo Linux Reporter: Ray Russell Reese III (RETIRED) <anti>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch for print-sctp.c
Patch for the ebuild

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 ***