Raku / ecosystem-unbitrot

Which modules are not installable?
https://perl6.github.io/ecosystem-unbitrot/
GNU General Public License v3.0
5 stars 4 forks source link

Net::Curl #479

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module Net::Curl cannot be installed (AlwaysFail), perhaps it has some failing tests.

If you can't self-assign yourself or attach a label, please let us know on #perl6 channel on freenode or just leave a comment here. We will try to give you privileges as fast as possible.

Output:

===> Searching for: Net::Curl
===> Found: Net::Curl:ver<0.1.0>:auth<github:azawawi> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: Net::Curl:ver<0.1.0>:auth<github:azawawi> to /home/alex/Blin/data/zef-data/tmp/1549579675.18481.3130/perl6-net-curl.git
===> Extraction [OK]: Net::Curl to /home/alex/Blin/data/zef-data/store/perl6-net-curl.git
===> Testing: Net::Curl:ver<0.1.0>:auth<github:azawawi>
t/01-load.t ........... ok
t/02-nativecall.t ..... ok
Cannot locate native library 'libcurl.so': libcurl.so: cannot open shared object file: No such file or directory
  in method setup at /tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 287
  in method CALL-ME at /tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 576
  in method download at /home/alex/Blin/data/zef-data/store/perl6-net-curl.git/6058c370112a2477b71608ee273231cde1d8f4ae/lib/Net/Curl/Easy.pm6 (Net::Curl::Easy) line 11
  in block <unit> at t/03-easy_encoding.t line 16

t/03-easy_encoding.t .. 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests 

Test Summary Report
-------------------
t/03-easy_encoding.t (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 1 tests but ran 0.
Files=3, Tests=2, 21 wallclock secs ( 0.02 usr  0.02 sys + 18.59 cusr  0.51 csys = 19.14 CPU)
Result: FAIL
===> Testing [FAIL]: Net::Curl:ver<0.1.0>:auth<github:azawawi>
Failed to get passing tests, but continuing with --force-test
===> Installing: Net::Curl:ver<0.1.0>:auth<github:azawawi>
===> Install [OK] for Net::Curl:ver<0.1.0>:auth<github:azawawi>

Ping @azawawi

Previous ticket: #123

Altai-man commented 5 years ago

It is just that libcurl is missing on test machine, works fine here.