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

IUP #430

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module IUP 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: IUP
Failed to open file /home/alex/Blin/data/zef-data/store/perl6-IUP.git/0ab5db344ff263722d298614692705627bd4e692/resources/lib/IUP.so: No such file or directory
===> Found: IUP:ver<0.0.2>:auth<Henrique Dias> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: IUP:ver<0.0.2>:auth<Henrique Dias> to /home/alex/Blin/data/zef-data/tmp/1549581940.20876.643/perl6-IUP.git
===> Extraction [OK]: IUP to /home/alex/Blin/data/zef-data/store/perl6-IUP.git
===> Building: IUP:ver<0.0.2>:auth<Henrique Dias>
Command: /tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/bin/perl6 -Ilib -e require '/home/alex/Blin/data/zef-data/store/perl6-IUP.git/0ab5db344ff263722d298614692705627bd4e692/Build.pm'; ::('Build').new.build('/home/alex/Blin/data/zef-data/store/perl6-IUP.git/0ab5db344ff263722d298614692705627bd4e692') ?? exit(0) !! exit(1);
src/IUP.c:11:10: fatal error: iup.h: No such file or directory
 #include <iup.h>
          ^~~~~~~
compilation terminated.
The spawned command 'gcc -c -fPIC -o src/IUP.o -Werror=declaration-after-statement -Werror=pointer-arith -O3 -DNDEBUG  -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC src/IUP.c -I/usr/include/iup' exited unsuccessfully (exit code: 1)
  in method build at /home/alex/Blin/data/zef-data/store/perl6-IUP.git/0ab5db344ff263722d298614692705627bd4e692/Build.pm line 23
  in block <unit> at -e line 1

===> Building [FAIL]: IUP:ver<0.0.2>:auth<Henrique Dias>
Failed to build, but continuing with --force-build
===> Testing: IUP:ver<0.0.2>:auth<Henrique Dias>
t/00-load.t .. ok
All tests successful.
Files=1, Tests=1,  9 wallclock secs ( 0.03 usr  0.00 sys +  7.61 cusr  0.22 csys =  7.86 CPU)
Result: PASS
===> Testing [OK] for IUP:ver<0.0.2>:auth<Henrique Dias>
===> Installing: IUP:ver<0.0.2>:auth<Henrique Dias>
===> Install [FAIL] for IUP:ver<0.0.2>:auth<Henrique Dias>: Failed to open file /home/alex/Blin/data/zef-data/store/perl6-IUP.git/0ab5db344ff263722d298614692705627bd4e692/resources/lib/IUP.so: No such file or directory

Ping @hankache

Previous ticket: #180

AlexDaniel commented 5 years ago

There's a still-open PR https://github.com/mrhdias/perl6-IUP/pull/10