Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LibCurl #447

Open
AlexDaniel opened this issue Feb 8, 2019 · 0 comments
Open

LibCurl #447

AlexDaniel opened this issue Feb 8, 2019 · 0 comments
Labels
native dependency Fails because it needs some library installed first

Comments

@AlexDaniel
Copy link
Member

Module LibCurl cannot be installed (AlwaysFail), perhaps it has some failing tests.

  • Tickets are opened/closed in this repo automatically (though not immediately).
  • If you can install the module without any problems, add works for me label, leave a comment saying that it works for you and mention any details that you feel are important.
  • If it needs a native library, put native dependency label, describe what you did to install it and ensure that same instructions are present in the README file of the module (otherwise submit a pull request). Also try to update this wiki page.
  • If the module is broken, try to fix it and send a PR. Add PR sent label.
  • If there is a problem in one of the dependencies, add failing dependency label and write a comment explaining the situation. Feel free to work on the corresponding ticket for the failing dependency.
  • It is a good idea to assign yourself to this ticket if you're working on it (to make sure two or more people are not working on the same ticket at the same time).
  • Once you are done, search for a next ticket.

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

@CurtTilmes CurtTilmes added the native dependency Fails because it needs some library installed first label Feb 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
native dependency Fails because it needs some library installed first
Projects
None yet
Development

No branches or pull requests

2 participants