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

Graphics::TinyTIFF #410

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

Graphics::TinyTIFF #410

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

Comments

@AlexDaniel
Copy link
Member

Module Graphics::TinyTIFF 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: 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
Copy link

ryn1x commented Feb 8, 2019

@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 AlexDaniel added the native dependency Fails because it needs some library installed first label Feb 8, 2019
@AlexDaniel
Copy link
Member Author

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

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