Bug 193646 - net-dns/avahi-0.6.21 incomplete ipv6 patch
Bug#: 193646 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: swegener@gentoo.org Reported By: dev-zero@gentoo.org
Component: Ebuilds
URL: 
Summary: net-dns/avahi-0.6.21 incomplete ipv6 patch
Keywords:  
Status Whiteboard: 
Opened: 2007-09-24 14:03 0000
Description:   Opened: 2007-09-24 14:03 0000
just encountered this while cross-compiling:

socket.c: In function `avahi_open_socket_ipv6':
socket.c:374: warning: unused parameter `no_reuse'
socket.c: In function `avahi_open_unicast_socket_ipv6':
socket.c:950: error: `IPV6_V6ONLY' undeclared (first use in this function)
socket.c:950: error: (Each undeclared identifier is reported only once
socket.c:950: error: for each function it appears in.)

... upstream added a new function which uses the IPV6_V6ONLY symbol, which
isn't "defined-out" by the current patch.

------- Comment #1 From Tiziano Müller 2007-09-24 14:04:25 0000 -------
Created an attachment (id=131779) [details]
avahi-0.6.21-no-ipv6.patch

Here's a reworked patch.

------- Comment #2 From Sven Wegener 2007-10-01 19:13:16 0000 -------
Oops, I commited the updated patch already some days ago. Thanks Tiziano!