perl 5.21.7 - test fail of cpan/IO-Socket-IP/t/01local-client-v4.t

Mathieu Arnold mat at FreeBSD.org
Thu Jan 22 09:39:54 UTC 2015



+--On 21 janvier 2015 20:38:53 -1000 parv <parv at pair.com> wrote:
| Has anybody noticed the test failure (in perl 5.21.7) related to
| socket address in cpan/IO-Socket-IP/t/01local-client-v4.t when
| multiple aliases exist for 127.0.0.1 ...

Well, I do not have multiple aliases on lo0 (I assume you meant lo0 and not
127.0.0.1 here) so I had not encountered this when creating the port for
5.20.

Also, it looks like the test says it can fail because of strange
networking.  Have you tried reporting this upstream ?

| As I do have these ...
| 
|   # ifconfig lo0
|   lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
|     options=3<RXCSUM,TXCSUM>
|     inet6 fe80::1%lo0 prefixlen 64 scopeid 0xd
|     inet6 ::1 prefixlen 128
|     inet 127.0.0.1 netmask 0xff000000
|     inet 127.0.0.2 netmask 0xffffff00
|     inet 127.0.0.3 netmask 0xffffff00
|     inet 127.0.0.4 netmask 0xffffff00
|     nd6 options=3<PERFORMNUD,ACCEPT_RTADV>

As a side note, your netmask is wrong, which may be why the test fails,
127/8 is the network, not 127/24.

Regards,

-- 
Mathieu Arnold


More information about the freebsd-perl mailing list