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

GTK::Scintilla #402

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module GTK::Scintilla 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: GTK::Scintilla
Failed to open file /home/alex/Blin/data/zef-data/store/perl6-gtk-scintilla.git/7664d7498ed835202f6d4c624f7a94970698ac85/resources/libwidget.so: No such file or directory
===> Found: GTK::Scintilla:ver<0.0.5> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: GTK::Scintilla:ver<0.0.5> to /home/alex/Blin/data/zef-data/tmp/1549582366.31609.4161/perl6-gtk-scintilla.git
===> Extraction [OK]: GTK::Scintilla to /home/alex/Blin/data/zef-data/store/perl6-gtk-scintilla.git
===> Building: GTK::Scintilla:ver<0.0.5>
Command: /tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/bin/perl6 -Ilib -e require '/home/alex/Blin/data/zef-data/store/perl6-gtk-scintilla.git/7664d7498ed835202f6d4c624f7a94970698ac85/Build.pm'; ::('Build').new.build('/home/alex/Blin/data/zef-data/store/perl6-gtk-scintilla.git/7664d7498ed835202f6d4c624f7a94970698ac85') ?? exit(0) !! exit(1);
rm -f *.o
rm -rf ../resources
(cd scintilla/gtk && GTK3=1 make clean)
make[1]: Entering directory '/home/alex/Blin/data/zef-data/store/perl6-gtk-scintilla.git/7664d7498ed835202f6d4c624f7a94970698ac85/src/scintilla/gtk'
Package gtk+-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-3.0' found
rm -f *.o ./../bin/scintilla.a *.plist
make[1]: Leaving directory '/home/alex/Blin/data/zef-data/store/perl6-gtk-scintilla.git/7664d7498ed835202f6d4c624f7a94970698ac85/src/scintilla/gtk'
rm -f *.o
rm -rf ../resources
(cd scintilla/gtk && GTK3=1 make clean)
make[1]: Entering directory '/home/alex/Blin/data/zef-data/store/perl6-gtk-scintilla.git/7664d7498ed835202f6d4c624f7a94970698ac85/src/scintilla/gtk'
Package gtk+-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-3.0' found
rm -f *.o ./../bin/scintilla.a *.plist
make[1]: Leaving directory '/home/alex/Blin/data/zef-data/store/perl6-gtk-scintilla.git/7664d7498ed835202f6d4c624f7a94970698ac85/src/scintilla/gtk'
gcc `pkg-config --cflags gtk+-3.0` -Iscintilla/include -DGTK -DSCI_LEXER -W -Wall -c widget.c -fpic -o widget.o
Package gtk+-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-3.0' found
In file included from widget.c:2:
widget.h:7:10: fatal error: gtk/gtk.h: No such file or directory
 #include <gtk/gtk.h>
          ^~~~~~~~~~~
compilation terminated.
Makefile:23: recipe for target 'widget.o' failed
make: *** [widget.o] Error 1
===> Building [FAIL]: GTK::Scintilla:ver<0.0.5>
Failed to build, but continuing with --force-build
===> Testing: GTK::Scintilla:ver<0.0.5>
t/01-sanity.t ....... ok
Cannot locate native library 'libgtk-3.so': libgtk-3.so: 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/installed/GTK::Simple_0.1.11/sources/9C99D3FA774250A9D42FB1A68197B043CC17DE16 (GTK::Simple::App) line 26
  in block <unit> at t/02-basic.t line 22

# Looks like you planned 56 tests, but ran 4
t/02-basic.t ........ 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 52/56 subtests 
t/99-author-meta.t .. ok

Test Summary Report
-------------------
t/02-basic.t      (Wstat: 65280 Tests: 4 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 56 tests but ran 4.
Files=3, Tests=7, 18 wallclock secs ( 0.03 usr  0.00 sys + 12.38 cusr  0.59 csys = 13.00 CPU)
Result: FAIL
===> Testing [FAIL]: GTK::Scintilla:ver<0.0.5>
Failed to get passing tests, but continuing with --force-test
===> Installing: GTK::Scintilla:ver<0.0.5>
===> Install [FAIL] for GTK::Scintilla:ver<0.0.5>: Failed to open file /home/alex/Blin/data/zef-data/store/perl6-gtk-scintilla.git/7664d7498ed835202f6d4c624f7a94970698ac85/resources/libwidget.so: No such file or directory

Ping @azawawi

Previous ticket: #210