Re: new releases of cpan-openbsd-smoker
[email protected] (Slaven Rezic)
| Newsgroups | perl.cpan.testers.discuss |
|---|---|
| Message-ID | <[email protected]> |
James E Keenan <[email protected] > hat am 18.05.2022 16:26 geschrieben: On 5/10/22 07:17, Alceu Rodrigues de Freitas Junior via cpan-testers-discuss wrote: > Hello folks, > > I released yesterday (a little bit late, to be honest) newer versions of > the CPAN Smoker for OpenBSD Vagrant boxes: > > https://app.vagrantup.com/arfreitas/boxes/openbsd-7.0-cpan-smoker-i386 > > https://app.vagrantup.com/arfreitas/boxes/openbsd-7.0-cpan-smoker-amd64 > > OpenBSD 7.1 is already available and I should release boxes for it as > well in the next few days; > [...] The problem I've been encountering recently is that the Task-CPAN-Reporter stack includes IO-Socket-SSL, and the CPAN maintainer of IO-Socket-SSL has given up on trying to maintain that module on OpenBSD. See, for example, https://github.com/noxxi/p5-io-socket-ssl/issues/115 . While the OpenBSD people do a good job of maintaining their *port* of IO-Socket-SSL via patches, that port is only intended to work with the *system* perl in a given version of OpenBSD. If you try to use 'cpan' or 'cpanm' to install something that has IO::Socket::SSL in its dependency chain (e.g., Task::CPAN::Reporter), you will get test failures. Actually I think there's no need to use Task::CPAN::Reporter. Just install plain CPAN::Reporter and make sure to use a http URL in your .cpanreporter/config.ini. Regards, Slaven