grondilu / openssl

Perl6 API to OpenSSL
Artistic License 2.0
3 stars 8 forks source link

Install error on latest MacOS (Ventura 13.3) #17

Open jubilatious1 opened 1 year ago

jubilatious1 commented 1 year ago

Need to update my Rakudo, but this is what I see so far:

 % /Users/admin/rakudo/Rakudo-2022.07/install/share/perl6/site/bin/zef install SSL --verbose
===> Searching for: SSL
===> Found: SSL:ver<0.2.1> [via Zef::Repository::Ecosystems<rea>]
===> Fetching [OK]: SSL:ver<0.2.1> to /var/folders/yt/l8245119545_9b4bhx09qssc0000gn/T//.zef/1680709682.55826.1933.4949390552636/SSL%3Aver%3C0.2.1%3E%3Aauth%3Cgithub%3Agrondilu%3E.tar.gz
===> Extraction [OK]: SSL to /var/folders/yt/l8245119545_9b4bhx09qssc0000gn/T//.zef/SSL%3Aver%3C0.2.1%3E%3Aauth%3Cgithub%3Agrondilu%3E.tar.gz
===> Testing: SSL:ver<0.2.1>
[SSL] This container does not reference a native integer
[SSL]   in sub CArray2Buf at /var/folders/yt/l8245119545_9b4bhx09qssc0000gn/T/.zef
[SSL] /SSL%3Aver%3C0.2.1%3E%3Aauth%3Cgithub%3Agrondilu%3E.tar.gz/openssl-master/lib/SSL/Digest.pm (SSL::Digest) line 31
[SSL]   in sub md4 at /var/folders/yt/l8245119545_9b4bhx09qssc0000gn/T/.zef/SSL%3Aver%3C0.2.1%3E%3Aauth%3Cgithub%3Agrondilu%3E.tar.gz/openssl-master
[SSL] /lib/SSL/Digest.pm (SSL::Digest) line 65
[SSL]   in sub md4 at /var/folders/yt/l8245119545_9b4bhx09qssc0000gn/T/.zef/SSL%3Aver%3C0.2.1%3E%3Aauth%3Cgithub%3Agrondilu%3E.tar.gz/openssl-master/lib/SSL/Digest.pm (SSL::Digest) line 53
[SSL]   in block <unit> at t/basic.t line 18
[SSL] 
[SSL] t/basic.t ... Dubious, test returned 255
[SSL] All 11 subtests passed 
[SSL] t/binary.t .. Dubious, test returned 255
[SSL] All 10 subtests passed 
[SSL] 
[SSL] Test Summary Report
[SSL] -------------------
[SSL] t/basic.t  (Wstat: 65280 Tests: 0 Failed: 0)
[SSL] Non-zero exit status: 255
[SSL]   Parse errors: Bad plan.  You planned 11 tests but ran 0.
[SSL] t/binary.t (Wstat: 65280 Tests: 0 Failed: 0)
[SSL] Non-zero exit status: 255
[SSL]   Parse errors: Bad plan.  You planned 10 tests but ran 0.
[SSL] Files=2, Tests=0,  1 wallclock secs
[SSL] Result: FAILED
===> Testing [FAIL]: SSL:ver<0.2.1>
Aborting due to test failure: SSL:ver<0.2.1> (use --force-test to override)
admin@MBP zef % 
grondilu commented 1 year ago

This repo is old and not maintained. I guess I should state it in the README, though.