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

Graphics::TinyTIFF #410

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module Graphics::TinyTIFF 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: Graphics::TinyTIFF
===> Found: Graphics::TinyTIFF:ver<0.0.6> [via Zef::Repository::Ecosystems<cpan>]
===> Fetching [OK]: Graphics::TinyTIFF:ver<0.0.6> to /home/alex/Blin/data/zef-data/tmp/1549579333.8398.9361/Graphics-TinyTIFF-0.0.6.tar.gz
===> Extraction [OK]: Graphics::TinyTIFF to /home/alex/Blin/data/zef-data/store/Graphics-TinyTIFF-0.0.6.tar.gz
===> Testing: Graphics::TinyTIFF:ver<0.0.6>
# Failed test at t/01-basic.t line 19
# Cannot locate native library 'libtinytiff.so': libtinytiff.so: cannot open shared object file: No such file or directory
# Failed test at t/01-basic.t line 20
# Cannot locate native library 'libtinytiff.so': libtinytiff.so: cannot open shared object file: No such file or directory
# Failed test at t/01-basic.t line 21
# Cannot locate native library 'libtinytiff.so': libtinytiff.so: cannot open shared object file: No such file or directory
# Failed test at t/01-basic.t line 22
# Cannot locate native library 'libtinytiff.so': libtinytiff.so: cannot open shared object file: No such file or directory
# Failed test at t/01-basic.t line 23
# Cannot locate native library 'libtinytiff.so': libtinytiff.so: cannot open shared object file: No such file or directory
# Failed test at t/01-basic.t line 24
# Cannot locate native library 'libtinytiff.so': libtinytiff.so: cannot open shared object file: No such file or directory
# Failed test at t/01-basic.t line 25
# Cannot locate native library 'libtinytiff.so': libtinytiff.so: cannot open shared object file: No such file or directory
Use of uninitialized value of type Any in numeric context
  in block <unit> at t/01-basic.t line 27
Use of uninitialized value of type Any in numeric context
  in block <unit> at t/01-basic.t line 27
# Failed test at t/01-basic.t line 30
# Cannot locate native library 'libtinytiff.so': libtinytiff.so: cannot open shared object file: No such file or directory
# Failed test at t/01-basic.t line 31
# Cannot locate native library 'libtinytiff.so': libtinytiff.so: cannot open shared object file: No such file or directory
# Failed test at t/01-basic.t line 32
# Cannot locate native library 'libtinytiff.so': libtinytiff.so: cannot open shared object file: No such file or directory
# Failed test at t/01-basic.t line 33
# Cannot locate native library 'libtinytiff.so': libtinytiff.so: cannot open shared object file: No such file or directory
# Failed test at t/01-basic.t line 34
# Cannot locate native library 'libtinytiff.so': libtinytiff.so: cannot open shared object file: No such file or directory
# Failed test at t/01-basic.t line 35
# Cannot locate native library 'libtinytiff.so': libtinytiff.so: cannot open shared object file: No such file or directory
# Failed test at t/01-basic.t line 36
# Cannot locate native library 'libtinytiff.so': libtinytiff.so: cannot open shared object file: No such file or directory
# Failed test at t/01-basic.t line 37
# Cannot locate native library 'libtinytiff.so': libtinytiff.so: cannot open shared object file: No such file or directory
# Failed test at t/01-basic.t line 38
# Cannot locate native library 'libtinytiff.so': libtinytiff.so: cannot open shared object file: No such file or directory
# Failed test at t/01-basic.t line 40
# Cannot locate native library 'libtinytiff.so': libtinytiff.so: cannot open shared object file: No such file or directory
# Failed test at t/01-basic.t line 41
# Cannot locate native library 'libtinytiff.so': libtinytiff.so: cannot open shared object file: No such file or directory
# Failed test at t/01-basic.t line 42
# Cannot locate native library 'libtinytiff.so': libtinytiff.so: cannot open shared object file: No such file or directory
# Failed test at t/01-basic.t line 43
# Cannot locate native library 'libtinytiff.so': libtinytiff.so: cannot open shared object file: No such file or directory
# Looks like you failed 20 tests of 20
t/01-basic.t .. 
Dubious, test returned 20 (wstat 5120, 0x1400)
Failed 20/20 subtests 

Test Summary Report
-------------------
t/01-basic.t (Wstat: 5120 Tests: 20 Failed: 20)
  Failed tests:  1-20
  Non-zero exit status: 20
Files=1, Tests=20,  6 wallclock secs ( 0.03 usr  0.01 sys +  4.53 cusr  0.20 csys =  4.77 CPU)
Result: FAIL
===> Testing [FAIL]: Graphics::TinyTIFF:ver<0.0.6>
Failed to get passing tests, but continuing with --force-test
===> Installing: Graphics::TinyTIFF:ver<0.0.6>
===> Install [OK] for Graphics::TinyTIFF:ver<0.0.6>

Ping @ryn1x

ryn1x commented 5 years ago

@AlexDaniel can you add the native dependencies label? Instructions on installing the native library are in the readme of the module.

Snippet from README:

DEPENDANCIES

Unix

git clone https://github.com/ryn1x/TinyTIFF.git
cd TinyTIFF
mkdir build
cd build
cmake ..
make
sudo make install

Windows

git clone https://github.com/ryn1x/TinyTIFF.git
cd TinyTIFF
mkdir build
cd build
cmake ..
cmake -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=TRUE -DBUILD_SHARED_LIBS=TRUE -G "Visual Studio 15 2017 win64" ..
build generated ".sln" file with visual studio

INSTALL

zef install Graphics::TinyTIFF

AlexDaniel commented 5 years ago

@ryn1x sure! I also invited you to the perl6 organization.