Re: [Pkg-anonymity-tools] Bug#768140: torsocks: FTBFS on kfreebsd-*

2014-11-10 Thread Holger Levsen
Hi, On Montag, 10. November 2014, intrigeri wrote: > [...] I'm sorry I can't > really give you folks more time, as the window to get fixes for > important bugs into Jessie closes early in December. not wanting to interfere with intrigeris plans (which I think are sensible!), but this doesn't rea

Re: Bug#768140: torsocks: FTBFS on kfreebsd-*

2014-11-10 Thread intrigeri
Hi, Hi Steven & other kfreebsd porters, Steven Chamberlain wrote (07 Nov 2014 14:10:15 GMT) : > Steven Chamberlain wrote: >> For FreeBSD I came up with the attached, hackish workaround >> using SO_TYPE (widely available), and out of the available >> protocols in PF_LOCAL (= AF_UNIX), assume that

Re: Bug#768140: torsocks: FTBFS on kfreebsd-*

2014-11-07 Thread Steven Chamberlain
Steven Chamberlain wrote: > For FreeBSD I came up with the attached, hackish workaround > using SO_TYPE (widely available), and out of the available > protocols in PF_LOCAL (= AF_UNIX), assume that only > SOCK_{DGRAM,SEQPACKET,STREAM} are candidates for fd passing. Actually it didn't work: | $ ./

Re: Bug#768140: torsocks: FTBFS on kfreebsd-*

2014-11-07 Thread Steven Chamberlain
intrig...@debian.org wrote: > The fix for #766306 makes torsocks FTBFS on kfreebsd-*: > https://buildd.debian.org/status/package.php?p=torsocks Hi, SO_DOMAIN was only accepted into POSIX earlier this year: http://austingroupbugs.net/view.php?id=840 it seems to be only available yet on Linux and