Skip Menu |

This queue is for tickets about the Socket6 CPAN distribution.

Report information
The Basics
Id: 113950
Status: resolved
Priority: 0/
Queue: Socket6

People
Owner: ume [...] mahoroba.org
Requestors: Peter_Dyballa [...] Freenet.DE
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: p5.22-socket6 0.27 won't built on PPC Mac OS X 10.4.11, Tiger, because of conflicting types for 'inet_ntop'
Date: Sun, 24 Apr 2016 14:54:54 +0200
To: bug-Socket6 [...] rt.cpan.org
From: Peter Dyballa <Peter_Dyballa [...] Freenet.DE>

Message body is not shown because it is too large.

Download config.log
application/octet-stream 16k

Message body not shown because it is not plain text.

Download main.log
application/octet-stream 15k

Message body not shown because it is not plain text.

Download Socket6.cpp
application/octet-stream 980.6k

Message body not shown because it is not plain text.

Download PGP.sig
application/pgp-signature 194b

Message body not shown because it is not plain text.

Subject: possible patch? [rt.cpan.org #113950]
Date: Sat, 18 Jun 2016 10:06:06 -0700
To: bug-Socket6 [...] rt.cpan.org
From: Andrew Galante <spock128 [...] gmail.com>
It looks like the problem here is that this version of OSX's inet_pton() is exhibiting deprecated behavior: The configure script is checking to see if the IPv6 address "::21" is being correctly produced. inet_pton() is instead producing "::0.0.0.33", which I believe is still valid, though deprecated (I haven't checked the full RFC's, so I may be wrong there). This patch modifies aclocal.m4 and configure to accept either result as a success, which allows Socket6 to build on OSX 10.4. --

Message body is not shown because sender requested not to inline it.

Subject: Re: possible patch? [rt.cpan.org #113950]
Date: Fri, 24 Jun 2016 22:57:46 +0200
To: bug-Socket6 [...] rt.cpan.org
From: Peter Dyballa <Peter_Dyballa [...] Freenet.DE>
Am 18.06.2016 um 19:06 schrieb Andrew Galante via RT: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=113950 > > > It looks like the problem here is that this version of OSX's > inet_pton() is exhibiting deprecated behavior: The configure > script is checking to see if the IPv6 address "::21" is being > correctly produced. inet_pton() is instead producing "::0.0.0.33", > which I believe is still valid, though deprecated (I haven't > checked the full RFC's, so I may be wrong there). This patch > modifies aclocal.m4 and configure to accept either result as a > success, which allows Socket6 to build on OSX 10.4. > > -- > > > <patch-inet_pton-6.patch>
Yes, your patch solves the problem. Thank you! -- Greetings Pete A morning without coffee is like something without something else.
Thank you for your report and patch. I've just uploaded 0.28 to cpan.