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

File::Metadata::Libextractor #389

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module File::Metadata::Libextractor 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: File::Metadata::Libextractor
===> Found: File::Metadata::Libextractor:ver<0.0.2>:auth<cpan:FRITH> [via Zef::Repository::Ecosystems<cpan>]
===> Fetching [OK]: File::Metadata::Libextractor:ver<0.0.2>:auth<cpan:FRITH> to /home/alex/Blin/data/zef-data/tmp/1549579246.6089.8720/File-Metadata-Libextractor-0.0.2.tar.gz
===> Extraction [OK]: File::Metadata::Libextractor to /home/alex/Blin/data/zef-data/store/File-Metadata-Libextractor-0.0.2.tar.gz
===> Testing: File::Metadata::Libextractor:ver<0.0.2>:auth<cpan:FRITH>
t/00-use.t ... ok
Cannot locate native library 'libextractor.so.3': libextractor.so.3: 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 block <unit> at t/01-raw.t line 9

t/01-raw.t ... 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
Cannot locate native library 'libextractor.so.3': libextractor.so.3: 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 submethod BUILD at /home/alex/Blin/data/zef-data/store/File-Metadata-Libextractor-0.0.2.tar.gz/File-Metadata-Libextractor-0.0.2/lib/File/Metadata/Libextractor.pm6 (File::Metadata::Libextractor) line 16
  in block <unit> at t/02-oo.t line 8

t/02-oo.t .... 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
t/99-meta.t .. ok

Test Summary Report
-------------------
t/01-raw.t (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/02-oo.t  (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
Files=4, Tests=4, 15 wallclock secs ( 0.03 usr  0.01 sys + 11.91 cusr  0.58 csys = 12.53 CPU)
Result: FAIL
===> Testing [FAIL]: File::Metadata::Libextractor:ver<0.0.2>:auth<cpan:FRITH>
Failed to get passing tests, but continuing with --force-test
===> Installing: File::Metadata::Libextractor:ver<0.0.2>:auth<cpan:FRITH>
===> Install [OK] for File::Metadata::Libextractor:ver<0.0.2>:auth<cpan:FRITH>

Ping @frithnanth

frithnanth commented 5 years ago

Yes, it depends on libextractor.

AlexDaniel commented 5 years ago

@frithnanth I see, thanks! Just the label is enough, the ticket will be closed automatically once we install the dependency on our side (and if we close now and don't fix it, the ticket will be recreated again).