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::FTPlib #568

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module Net::FTPlib 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::FTPlib
Failed to open file /home/alex/Blin/data/zef-data/store/v0.2.0.zip/Net-FTPlib-0.2.0/resources/libraries/libftplibhelp.so: No such file or directory
===> Found: Net::FTPlib:ver<0.2.0>:auth<github:araraloren> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: Net::FTPlib:ver<0.2.0>:auth<github:araraloren> to /home/alex/Blin/data/zef-data/tmp/1549811293.21804.5766/v0.2.0.zip
===> Extraction [OK]: Net::FTPlib to /home/alex/Blin/data/zef-data/store/v0.2.0.zip
===> Building: Net::FTPlib:ver<0.2.0>:auth<github:araraloren>
Command: /tmp/whateverable/rakudo-moar/d904b7048bfaa8b7e1583baa1af0665f29c5b8c3/bin/perl6 -Ilib -e require '/home/alex/Blin/data/zef-data/store/v0.2.0.zip/Net-FTPlib-0.2.0/Build.pm'; ::('Build').new.build('/home/alex/Blin/data/zef-data/store/v0.2.0.zip/Net-FTPlib-0.2.0') ?? exit(0) !! exit(1);
gcc -shared -fPIC -Werror=declaration-after-statement -Werror=pointer-arith -O3 -DNDEBUG  -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -o /home/alex/Blin/data/zef-data/store/v0.2.0.zip/Net-FTPlib-0.2.0/src/../resources/libraries/libftplibhelp.so ftplibhelp.c
In file included from ftplibhelp.c:2:
ftplibhelp.h:13:10: fatal error: ftplib.h: No such file or directory
 #include <ftplib.h>
          ^~~~~~~~~~
compilation terminated.
Makefile:11: recipe for target '/home/alex/Blin/data/zef-data/store/v0.2.0.zip/Net-FTPlib-0.2.0/src/../resources/libraries/libftplibhelp.so' failed
make: *** [/home/alex/Blin/data/zef-data/store/v0.2.0.zip/Net-FTPlib-0.2.0/src/../resources/libraries/libftplibhelp.so] Error 1
The spawned command 'make' exited unsuccessfully (exit code: 2)
  in method build at /home/alex/Blin/data/zef-data/store/v0.2.0.zip/Net-FTPlib-0.2.0/Build.pm line 17
  in block <unit> at -e line 1

===> Building [FAIL]: Net::FTPlib:ver<0.2.0>:auth<github:araraloren>
Failed to build, but continuing with --force-build
===> Testing: Net::FTPlib:ver<0.2.0>:auth<github:araraloren>
===SORRY!=== Error while compiling /home/alex/Blin/data/zef-data/store/v0.2.0.zip/Net-FTPlib-0.2.0/lib/Net/FTPlib.pm6 (Net::FTPlib)
An exception occurred while evaluating a BEGIN
at /home/alex/Blin/data/zef-data/store/v0.2.0.zip/Net-FTPlib-0.2.0/lib/Net/FTPlib.pm6 (Net::FTPlib):10
Exception details:
  ===SORRY!=== Error while compiling 
  Cannot locate native library 'libftp.so': libftp.so: cannot open shared object file: No such file or directory
  at :
t/01-load.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 

Test Summary Report
-------------------
t/01-load.t (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
Files=1, Tests=0,  3 wallclock secs ( 0.03 usr  0.00 sys +  2.38 cusr  0.14 csys =  2.55 CPU)
Result: FAIL
===> Testing [FAIL]: Net::FTPlib:ver<0.2.0>:auth<github:araraloren>
Failed to get passing tests, but continuing with --force-test
===> Installing: Net::FTPlib:ver<0.2.0>:auth<github:araraloren>
===> Install [FAIL] for Net::FTPlib:ver<0.2.0>:auth<github:araraloren>: Failed to open file /home/alex/Blin/data/zef-data/store/v0.2.0.zip/Net-FTPlib-0.2.0/resources/libraries/libftplibhelp.so: No such file or directory

Ping @araraloren

Previous ticket: #482