Skip Menu |

This queue is for tickets about the IO-Async-SSL CPAN distribution.

Report information
The Basics
Id: 120701
Status: resolved
Priority: 0/
Queue: IO-Async-SSL

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: t/11listen-openssl.t fails on debian/stretch
On debian/stretch systems (the next stable debian) t/11listen-openssl.t fails: ... Can't kill a non-numeric process ID at t/11listen-openssl.t line 67. END failed--call queue aborted. # Looks like your test exited with 22 before it could output anything. t/11listen-openssl.t .... skipped: no openssl ... Also the existence check for openssl does not work anymore: $ openssl --help Invalid command '--help'; type "help" for a list. What works (also with older versions, it seems) is using the help subcommand: $ openssl help >/dev/null 2>&1; echo $? 0
On 2017-03-23 02:30:41, SREZIC wrote: Show quoted text
> On debian/stretch systems (the next stable debian) t/11listen- > openssl.t fails: > > ... > Can't kill a non-numeric process ID at t/11listen-openssl.t line 67. > END failed--call queue aborted. > # Looks like your test exited with 22 before it could output anything. > t/11listen-openssl.t .... skipped: no openssl > ... > > > Also the existence check for openssl does not work anymore: > > $ openssl --help > Invalid command '--help'; type "help" for a list. > > > What works (also with older versions, it seems) is using the help > subcommand: > > $ openssl help >/dev/null 2>&1; echo $? > 0
Here's a patch for these issues: http://cpan.cpantesters.org/authors/id/S/SR/SREZIC/patches/IO-Async-SSL-0.19-RT120701.patch
This patch was released as part of 0.20 -- Paul Evans