Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 193646 - net-dns/avahi-0.6.21 incomplete ipv6 patch
Summary: net-dns/avahi-0.6.21 incomplete ipv6 patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Sven Wegener
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-24 14:03 UTC by Tiziano Müller (RETIRED)
Modified: 2007-10-01 19:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
avahi-0.6.21-no-ipv6.patch (avahi-0.6.21-no-ipv6.patch,625 bytes, patch)
2007-09-24 14:04 UTC, Tiziano Müller (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tiziano Müller (RETIRED) gentoo-dev 2007-09-24 14:03:50 UTC
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 Tiziano Müller (RETIRED) gentoo-dev 2007-09-24 14:04:25 UTC
Created attachment 131779 [details, diff]
avahi-0.6.21-no-ipv6.patch

Here's a reworked patch.
Comment 2 Sven Wegener gentoo-dev 2007-10-01 19:13:16 UTC
Oops, I commited the updated patch already some days ago. Thanks Tiziano!