Your message dated Fri, 29 Jun 2012 15:00:10 +0100
with message-id <[email protected]>
and subject line Re: linux/socket.h lacks typedef of sa_family_t
has caused the Debian Bug report #573159,
regarding linux/socket.h lacks typedef of sa_family_t
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
573159: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573159
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: linux-libc-dev
Version: 2.6.32-9
Severity: normal
Hi,
linux/netlink.h includes linux/socket.h for the definition of
sa_family_t (see the comment in that file). However the shipped
linux/socket.h doesn't contain that typedef.
The upstream kernel headers include the typedef. Please add this to
socket.h since otherwise compilation of userspace programs (e.g. the
check for macvtap in libvirt) fails.
Cheers,
-- Guido
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.33-rc8 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 3.1.0~rc4-1~experimental.1
We now have __kernel_sa_family_t defined in <linux/socket.h> and used in
<linux/netlink.h>. Not exactly what you asked for, but seems to fix the
real problem.
The upstream commit was:
commit 6602a4baf4d1a73cc4685a39ef859e1c5ddf654c
Author: David S. Miller <[email protected]>
Date: Sun Aug 7 22:48:07 2011 -0700
net: Make userland include of netlink.h more sane.
Let us know if you think this is worth including in a stable update.
Ben.
--
Ben Hutchings
Lowery's Law:
If it jams, force it. If it breaks, it needed replacing anyway.
signature.asc
Description: This is a digitally signed message part
--- End Message ---