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

LibCurl #447

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module LibCurl 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: LibCurl
===SORRY!===
Cannot locate native library 'libcurl.so': libcurl.so: cannot open shared object file: No such file or directory

===> Found: LibCurl:ver<0.5.3> [via Zef::Repository::Ecosystems<cpan>]
===> Fetching [OK]: LibCurl:ver<0.5.3> to /home/alex/Blin/data/zef-data/tmp/1549581105.27421.456/LibCurl-0.5.3.tar.gz
===> Extraction [OK]: LibCurl to /home/alex/Blin/data/zef-data/store/LibCurl-0.5.3.tar.gz
===> Testing: LibCurl:ver<0.5.3>
# Failed test 'LibCurl::Easy module can be use-d ok'
# at t/01-load.t line 9
# Cannot locate native library 'libcurl.so': libcurl.so: cannot open shared object file: No such file or directory
# Failed test 'LibCurl::HTTP module can be use-d ok'
# at t/01-load.t line 11
# ===SORRY!===
# Cannot locate native library 'libcurl.so': libcurl.so: cannot open shared object file: No such file or directory
# 
# Failed test 'LibCurl::Multi module can be use-d ok'
# at t/01-load.t line 15
# ===SORRY!===
# Cannot locate native library 'libcurl.so': libcurl.so: cannot open shared object file: No such file or directory
# 
# Looks like you failed 3 tests of 5
t/01-load.t .. 
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/5 subtests 

Test Summary Report
-------------------
t/01-load.t (Wstat: 768 Tests: 5 Failed: 3)
  Failed tests:  2-3, 5
  Non-zero exit status: 3
Files=1, Tests=5, 37 wallclock secs ( 0.03 usr  0.00 sys + 30.56 cusr  0.63 csys = 31.22 CPU)
Result: FAIL
===> Testing [FAIL]: LibCurl:ver<0.5.3>
Failed to get passing tests, but continuing with --force-test
===> Installing: LibCurl:ver<0.5.3>
===> Install [FAIL] for LibCurl:ver<0.5.3>: ===SORRY!===
Cannot locate native library 'libcurl.so': libcurl.so: cannot open shared object file: No such file or directory

Ping @CurtTilmes

Previous ticket: #156