Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jan 2007 18:02:54 GMT
From:      Sukharew Andrew<andreyns@tbd.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/107621: net/proxychains is corrupt
Message-ID:  <200701061802.l06I2sZW051688@www.freebsd.org>
Resent-Message-ID: <200701061810.l06IAAjJ053447@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         107621
>Category:       ports
>Synopsis:       net/proxychains is corrupt
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 06 18:10:09 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Sukharew Andrew
>Release:        FreeBSD 6.1-RELEASE-p10 i386
>Organization:
State Institution "Research of Yamal"
>Environment:
FreeBSD sc214.tbd.sld 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #5: Mon Oct 9 12:25:19 YEKST 2006 root@sc214.tbd.sld:/usr/obj/usr/src/sys/sc214_17052006 i386
>Description:
this port not compiling.
Error consist in mismatch type of data
gmake[3]: *** [libproxychains.lo]
gmake[3]: Leaving directory
`/usr/ports/net/proxychains/work/proxychains-3.1/proxychains'
gmake[2]: *** [all-recursive]
gmake[2]: Leaving directory
`/usr/ports/net/proxychains/work/proxychains-3.1/proxychains'
gmake[1]: *** [all-recursive]
gmake[1]: Leaving directory `/usr/ports/net/proxychains/work/proxychains-3.1'
gmake: *** [all-recursive-am]
*** Error code 2

Stop in /usr/ports/net/proxychains.

>How-To-Repeat:
cd /usr/ports/net/proxychains; make
>Fix:
I'm fixed this problem
replace
"struct hostent *gethostbyaddr (const void *addr, int len, int type)"
on
"struct hostent *gethostbyaddr (const char *addr, int len, int type)"
in /usr/ports/net/proxychains/work/proxychains-3.1/proxychains/libproxychains.c
line 311

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701061802.l06I2sZW051688>