Summary: | Porting: trafshow-5.2.3 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Ryan Ramsey <admin> |
Component: | New packages | Assignee: | osx porters <osx> |
Status: | RESOLVED WONTFIX | ||
Severity: | minor | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | PPC | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | trafshow-4.0-gentoo.patch (rediffed patch from 3.1) |
Description
Ryan Ramsey
2004-07-24 22:23:49 UTC
Created attachment 37925 [details, diff]
trafshow-4.0-gentoo.patch (rediffed patch from 3.1)
Please try this patch.
Just put it in the files/ directory and rename the ebuild to -4.0. (do not
comment out the epatch line, it is needed).
Please report back here.
I'm going to try to assign this bug to the net-analyzer herd, since it involves updating one of their packages. Once a 4.0 version is in the portage tree, osx-porters would be happy to take a look at any required patches to make it work on Gentoo for OSX. 0.4 added -thankyou. osx porters - this now installs as user:group= root:bin rather than owner bin. Hope this works. It works great, except it segfaults with: ach_port_type() failed (ipc/rcv) msg too large task_get_bootstrap_port() failed (ipc/mig) wrong reply message ID Abort trap Apple provides libpcap-0.8, which does not meet the >=0.8.3 requirement for version 4.0. Does this error message have something to do with the version of libpcap? Netmon herd: any ideas? Do newer versions work with it already? domain_resolver.c: In function domain_resolver.c: In function nameserver_request: domain_resolver.c:467: error: MAXDNAME undeclared (first use in this function) domain_resolver.c:467: error: (Each undeclared identifier is reported only once domain_resolver.c:467: error: for each function it appears in.) domain_resolver.c:467: warning: unused variable buf domain_resolver.c: In function nameserver_send: domain_resolver.c:543: error: HEADER undeclared (first use in this function) domain_resolver.c:543: error: hp undeclared (first use in this function) domain_resolver.c:543: error: parse error before ) token domain_resolver.c:552: error: HFIXEDSZ undeclared (first use in this function) domain_resolver.c:558: error: QFIXEDSZ undeclared (first use in this function) domain_resolver.c:571: warning: implicit declaration of function PUTSHORT domain_resolver.c:571: error: T_A undeclared (first use in this function) domain_resolver.c:574: error: T_PTR undeclared (first use in this function) domain_resolver.c:577: error: T_MX undeclared (first use in this function) domain_resolver.c:580: error: C_IN undeclared (first use in this function) domain_resolver.c: In function nameserver_reply: domain_resolver.c:629: error: NOERROR undeclared (first use in this function) domain_resolver.c: In function parse_packet: domain_resolver.c:662: error: HEADER undeclared (first use in this function) domain_resolver.c:662: error: hp undeclared (first use in this function) domain_resolver.c:662: error: parse error before ) token domain_resolver.c:663: error: HFIXEDSZ undeclared (first use in this function) domain_resolver.c:669: error: MAXDNAME undeclared (first use in this function) domain_resolver.c:686: error: NOERROR undeclared (first use in this function) domain_resolver.c:686: error: REFUSED undeclared (first use in this function) domain_resolver.c:719: error: INT16SZ undeclared (first use in this function) domain_resolver.c:724: warning: implicit declaration of function GETSHORT domain_resolver.c:726: error: C_IN undeclared (first use in this function) domain_resolver.c:731: error: T_A undeclared (first use in this function) domain_resolver.c:732: error: T_PTR undeclared (first use in this function) domain_resolver.c:733: error: T_MX undeclared (first use in this function) domain_resolver.c:752: error: INT32SZ undeclared (first use in this function) domain_resolver.c:759: warning: implicit declaration of function GETLONG domain_resolver.c:837: error: T_CNAME undeclared (first use in this function) domain_resolver.c:669: warning: unused variable name make: *** [domain_resolver.o] Error 1 make: *** Waiting for unfinished jobs.... probably patchable by including the right thing(tm): % grep -R MAXDNAME /usr/include/* /usr/include/arpa/nameser.h:#define NS_MAXDNAME 1025 /* maximum domain name */ /usr/include/arpa/nameser.h: char name[NS_MAXDNAME]; /usr/include/arpa/nameser.h: char name[NS_MAXDNAME], alg[NS_MAXDNAME]; /usr/include/arpa/nameser8_compat.h:#define MAXDNAME 256 /* maximum domain name */ /usr/include/arpa/nameser_compat.h:#define MAXDNAME NS_MAXDNAME but I don't feel like stepping into it, now. closing bug. Won't fix here. Maybe in prefix if still an issue there. |