Opened 13 years ago

Closed 13 years ago

#30355 closed defect (fixed)

dnsmasq @2.57 Lion build failure

Reported by: nullptr@… Owned by: nerdling (Jeremy Lavergne)
Priority: Normal Milestone:
Component: ports Version: 2.0.0
Keywords: lion Cc:
Port: dnsmasq

Description

dnsmasq 2.57 fails to build on Lion using macports from svn. This may be fixed by the attached strawman patch. Build log follows:

cc -Wall -W -O2     -c network.c
cc -Wall -W -O2     -c rfc2131.c
network.c: In function 'indextoname':
network.c:100: warning: unused parameter 'fd'
network.c: In function 'make_sock':
network.c:439: error: 'IPV6_PKTINFO' undeclared (first use in this function)
network.c:439: error: (Each undeclared identifier is reported only once
network.c:439: error: for each function it appears in.)
network.c: In function 'local_bind':
network.c:621: warning: unused parameter 'intname'
make[1]: *** [network.o] Error 1

Attachments (1)

dnsmasq-rfc2542-lion.diff (1.0 KB) - added by nullptr@… 13 years ago.

Download all attachments as: .zip

Change History (5)

Changed 13 years ago by nullptr@…

Attachment: dnsmasq-rfc2542-lion.diff added

comment:1 Changed 13 years ago by nullptr@…

Cc: nullptr@… added

Cc Me!

comment:2 Changed 13 years ago by jmroot (Joshua Root)

Cc: nullptr@… removed
Owner: changed from macports-tickets@… to snc@…
Port: dnsmasq added

Please remember to fill in the Port field and cc the maintainer. You do not need to be in cc when you are the reporter.

comment:3 Changed 13 years ago by nerdling (Jeremy Lavergne)

Status: newassigned

comment:4 Changed 13 years ago by nerdling (Jeremy Lavergne)

Resolution: fixed
Status: assignedclosed

Patched in r81087.

Note: See TracTickets for help on using tickets.