Bug#645469: bind fails for AF_UNIX sockets with EINVAL

2011-10-17 Thread Robert Millan
2011/10/16 Petr Salinger : >> Yes, I think this should be handled in glibc, and the sockaddr_un be >> fixed to match what the kernel expects, the compat code would be there >> to fix applications built against the bogus sockaddr_un type. > > In fact, we already clip the passed size in our eglibc in

Bug#645469: bind fails for AF_UNIX sockets with EINVAL

2011-10-17 Thread Petr Salinger
Yes, I think this should be handled in glibc, and the sockaddr_un be fixed to match what the kernel expects, the compat code would be there to fix applications built against the bogus sockaddr_un type. In fact, we already clip the passed size in our eglibc in bind() and connect(), it might suffi

Bug#645469: bind fails for AF_UNIX sockets with EINVAL

2011-10-17 Thread Robert Millan
2011/10/17 Petr Salinger : > I just commited r3740 and r3739, at least one have to be active > with r3735 kernel. > I consider it cleanest way from current mess :-( Yeah, I guess when the problem is so ugly the solution must be ugly too :-( Have you tested r3740? Btw, you forgot kfreebsd-{9,10}

Re: Bug#645546: clang: FTBFS(kfreebsd): error: Operating system is unknown, configure can't continue

2011-10-17 Thread Christoph Egger
Hi! Sylvestre Ledru writes: > Le dimanche 16 octobre 2011 à 23:26 +0200, Christoph Egger a écrit : >> cd build-clang && \ >>../llvm-2.9/configure CC=x86_64-kfreebsd-gnu-gcc >> CXX=x86_64-kfreebsd-gnu-g++ CPP=x86_64-kfreebsd-gnu-cpp >> --with-c-include-dirs=/usr/include/x86_64-kfreebsd-gnu

Bug#645527: marked as done (bind() fails for AF_UNIX sockets with EINVAL)

2011-10-17 Thread Debian Bug Tracking System
Your message dated Mon, 17 Oct 2011 19:48:39 + with message-id and subject line Bug#645527: fixed in kfreebsd-8 8.2-10 has caused the Debian Bug report #645527, regarding bind() fails for AF_UNIX sockets with EINVAL to be marked as done. This means that you claim that the problem has been dea

Processing of kfreebsd-8_8.2-10_kfreebsd-amd64.changes

2011-10-17 Thread Debian FTP Masters
kfreebsd-8_8.2-10_kfreebsd-amd64.changes uploaded successfully to localhost along with the files: kfreebsd-8_8.2-10.dsc kfreebsd-8_8.2-10.debian.tar.gz kfreebsd-source-8.2_8.2-10_all.deb kfreebsd-headers-8.2-1_8.2-10_kfreebsd-amd64.deb kfreebsd-image-8.2-1-amd64_8.2-10_kfreebsd-amd64.deb

kfreebsd-8_8.2-10_kfreebsd-amd64.changes ACCEPTED into unstable

2011-10-17 Thread Debian FTP Masters
Accepted: kfreebsd-8_8.2-10.debian.tar.gz to main/k/kfreebsd-8/kfreebsd-8_8.2-10.debian.tar.gz kfreebsd-8_8.2-10.dsc to main/k/kfreebsd-8/kfreebsd-8_8.2-10.dsc kfreebsd-headers-8-amd64_8.2-10_kfreebsd-amd64.deb to main/k/kfreebsd-8/kfreebsd-headers-8-amd64_8.2-10_kfreebsd-amd64.deb kfreebs

Re: Bug#644588: gle-graphics: FTBFS(kfreebsd): Message: /usr/lib/libgle-graphics-4.2.2.so: cannot open shared object file: No such file or directory

2011-10-17 Thread Christian T. Steigies
On Fri, Oct 07, 2011 at 11:33:33PM +0200, Christoph Egger wrote: > Hi! > > "Christian T. Steigies" writes: > > Hi, > > On Fri, Oct 07, 2011 at 12:08:59PM +0200, Christian T. Steigies wrote: > >> On Fri, Oct 07, 2011 at 10:22:32AM +0200, Christoph Egger wrote: > >> > Package: src:gle-graphics > >>

Bug#645698: kbuild: FTBFS: undefined reference to `pthread_getspecific'

2011-10-17 Thread Christoph Egger
Package: src:kbuild Version: 1:0.1.9998svn2543-1 Severity: serious Tags: sid wheezy X-Debbugs-Cc: debian-bsd@lists.debian.org Justification: fails to build from source (but built successfully in the past) Hi! Your package failed to build on the kfreebsd-* buildds: kBuild: Installing kmk_time =>

Bug#645469: bind fails for AF_UNIX sockets with EINVAL

2011-10-17 Thread Robert Millan
2011/10/17 Robert Millan : > 2011/10/17 Petr Salinger : >> I just commited r3740 and r3739, at least one have to be active >> with r3735 kernel. Btw, could we restrict this kludge to platforms that need it? See attached patch. -- Robert Millan Index: sys/un.h ===

Bug#645469: bind fails for AF_UNIX sockets with EINVAL

2011-10-17 Thread Petr Salinger
Btw, could we restrict this kludge to platforms that need it? See attached patch. I like the idea, slightly different patch is in. Petr -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: htt