| 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.
Created an attachment (id=131779) [details]
avahi-0.6.21-no-ipv6.patch
Here's a reworked patch.
Oops, I commited the updated patch already some days ago. Thanks Tiziano!