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

GTK::V3 #578

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

GTK::V3 #578

AlexDaniel opened this issue Feb 27, 2019 · 2 comments
Labels
deprecated module The module should no longer be used native dependency Fails because it needs some library installed first

Comments

@AlexDaniel
Copy link
Member

Module GTK::V3 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: GTK::V3
===> Found: GTK::V3:ver<0.6.2> [via Zef::Repository::Ecosystems<cpan>]
===> Fetching [OK]: GTK::V3:ver<0.6.2> to /home/alex/Blin/data/zef-data/tmp/1551235137.7951.8396/gtk-v3-0.6.2.tar.gz
===> Extraction [OK]: GTK::V3 to /home/alex/Blin/data/zef-data/store/gtk-v3-0.6.2.tar.gz
===> Testing: GTK::V3:ver<0.6.2>
# 
# 
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/845433b47f415c73e9e7cdbfd0423a793b829910/share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 287
  in method CALL-ME at /tmp/whateverable/rakudo-moar/845433b47f415c73e9e7cdbfd0423a793b829910/share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 576
  in submethod BUILD at /home/alex/Blin/data/zef-data/store/gtk-v3-0.6.2.tar.gz/gtk-v3-0.6.2/lib/GTK/V3/Gtk/GtkMain.pm6 (GTK::V3::Gtk::GtkMain) line 76
  in submethod BUILD at /home/alex/Blin/data/zef-data/store/gtk-v3-0.6.2.tar.gz/gtk-v3-0.6.2/lib/GTK/V3/Glib/GObject.pm6 (GTK::V3::Glib::GObject) line 245
  in block <unit> at t/010-gtype.t line 43

t/010-gtype.t ........ 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
# 
# Glib main loop test
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/845433b47f415c73e9e7cdbfd0423a793b829910/share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 287
  in method CALL-ME at /tmp/whateverable/rakudo-moar/845433b47f415c73e9e7cdbfd0423a793b829910/share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 576
  in submethod BUILD at /home/alex/Blin/data/zef-data/store/gtk-v3-0.6.2.tar.gz/gtk-v3-0.6.2/lib/GTK/V3/Gtk/GtkMain.pm6 (GTK::V3::Gtk::GtkMain) line 76
  in block <unit> at t/050-gmain.t line 11

t/050-gmain.t ........ 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
# 
# GTK main loop test
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/845433b47f415c73e9e7cdbfd0423a793b829910/share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 287
  in method CALL-ME at /tmp/whateverable/rakudo-moar/845433b47f415c73e9e7cdbfd0423a793b829910/share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 576
  in submethod BUILD at /home/alex/Blin/data/zef-data/store/gtk-v3-0.6.2.tar.gz/gtk-v3-0.6.2/lib/GTK/V3/Gtk/GtkMain.pm6 (GTK::V3::Gtk::GtkMain) line 76
  in block <unit> at t/051-main.t line 11

t/051-main.t ......... 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
        # Failed test 'right exception type (X::GTK::V3)'
        # at perl#sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 287
        # Expected: X::GTK::V3
        # Got:      X::AdHoc
        # Exception message: Cannot locate native library 'libgtk-3.so': libgtk-3.so: cannot open shared object file: No such file or directory
        # Looks like you failed 1 test of 3
    # Failed test 'No options used'
    # at t/100-display.t line 11
        # Failed test 'right exception type (X::GTK::V3)'
        # at perl#sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 287
        # Expected: X::GTK::V3
        # Got:      X::AdHoc
        # Exception message: Cannot locate native library 'libgtk-3.so': libgtk-3.so: cannot open shared object file: No such file or directory
        # Looks like you failed 1 test of 3
    # Failed test 'Wrong options used'
    # at t/100-display.t line 16
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/845433b47f415c73e9e7cdbfd0423a793b829910/share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 287
  in method CALL-ME at /tmp/whateverable/rakudo-moar/845433b47f415c73e9e7cdbfd0423a793b829910/share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 576
  in submethod BUILD at /home/alex/Blin/data/zef-data/store/gtk-v3-0.6.2.tar.gz/gtk-v3-0.6.2/lib/GTK/V3/Gtk/GtkMain.pm6 (GTK::V3::Gtk::GtkMain) line 76
  in submethod BUILD at /home/alex/Blin/data/zef-data/store/gtk-v3-0.6.2.tar.gz/gtk-v3-0.6.2/lib/GTK/V3/Glib/GObject.pm6 (GTK::V3::Glib::GObject) line 245
  in block <unit> at t/100-display.t line 25

t/100-display.t ...... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
        # Failed test 'right exception type (X::GTK::V3)'
        # at perl#sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 287
        # Expected: X::GTK::V3
        # Got:      X::AdHoc
        # Exception message: Cannot locate native library 'libgtk-3.so': libgtk-3.so: cannot open shared object file: No such file or directory
        # Looks like you failed 1 test of 3
    # Failed test 'No options used'
    # at t/101-screen.t line 12
        # Failed test 'right exception type (X::GTK::V3)'
        # at perl#sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 287
        # Expected: X::GTK::V3
        # Got:      X::AdHoc
        # Exception message: Cannot locate native library 'libgtk-3.so': libgtk-3.so: cannot open shared object file: No such file or directory
        # Looks like you failed 1 test of 3
    # Failed test 'Wrong options used'
    # at t/101-screen.t line 17
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/845433b47f415c73e9e7cdbfd0423a793b829910/share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 287
  in method CALL-ME at /tmp/whateverable/rakudo-moar/845433b47f415c73e9e7cdbfd0423a793b829910/share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 576
  in submethod BUILD at /home/alex/Blin/data/zef-data/store/gtk-v3-0.6.2.tar.gz/gtk-v3-0.6.2/lib/GTK/V3/Gtk/GtkMain.pm6 (GTK::V3::Gtk::GtkMain) line 76
  in submethod BUILD at /home/alex/Blin/data/zef-data/store/gtk-v3-0.6.2.tar.gz/gtk-v3-0.6.2/lib/GTK/V3/Glib/GObject.pm6 (GTK::V3::Glib::GObject) line 245
  in block <unit> at t/101-screen.t line 26

t/101-screen.t ....... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
        # Failed test 'right exception type (X::GTK::V3)'
        # at perl#sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 287
        # Expected: X::GTK::V3
        # Got:      X::AdHoc
        # Exception message: Cannot locate native library 'libgtk-3.so': libgtk-3.so: cannot open shared object file: No such file or directory
        # Looks like you failed 1 test of 3
    # Failed test 'No options used'
    # at t/102-window.t line 12
        # Failed test 'right exception type (X::GTK::V3)'
        # at perl#sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 287
        # Expected: X::GTK::V3
        # Got:      X::AdHoc
        # Exception message: Cannot locate native library 'libgtk-3.so': libgtk-3.so: cannot open shared object file: No such file or directory
        # Looks like you failed 1 test of 3
    # Failed test 'Wrong options used'
    # at t/102-window.t line 17
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/845433b47f415c73e9e7cdbfd0423a793b829910/share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 287
  in method CALL-ME at /tmp/whateverable/rakudo-moar/845433b47f415c73e9e7cdbfd0423a793b829910/share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 576
  in submethod BUILD at /home/alex/Blin/data/zef-data/store/gtk-v3-0.6.2.tar.gz/gtk-v3-0.6.2/lib/GTK/V3/Gtk/GtkMain.pm6 (GTK::V3::Gtk::GtkMain) line 76
  in submethod BUILD at /home/alex/Blin/data/zef-data/store/gtk-v3-0.6.2.tar.gz/gtk-v3-0.6.2/lib/GTK/V3/Glib/GObject.pm6 (GTK::V3::Glib::GObject) line 245
  in block <unit> at t/102-window.t line 26

t/102-window.t ....... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
# 
# 
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/845433b47f415c73e9e7cdbfd0423a793b829910/share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 287
  in method CALL-ME at /tmp/whateverable/rakudo-moar/845433b47f415c73e9e7cdbfd0423a793b829910/share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 576
  in submethod BUILD at /home/alex/Blin/data/zef-data/store/gtk-v3-0.6.2.tar.gz/gtk-v3-0.6.2/lib/GTK/V3/Gtk/GtkMain.pm6 (GTK::V3::Gtk::GtkMain) line 76
  in submethod BUILD at /home/alex/Blin/data/zef-data/store/gtk-v3-0.6.2.tar.gz/gtk-v3-0.6.2/lib/GTK/V3/Glib/GObject.pm6 (GTK::V3::Glib::GObject) line 245
  in block <unit> at t/300-label.t line 16

t/300-label.t ........ 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
# 
# 
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/845433b47f415c73e9e7cdbfd0423a793b829910/share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 287
  in method CALL-ME at /tmp/whateverable/rakudo-moar/845433b47f415c73e9e7cdbfd0423a793b829910/share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 576
  in submethod BUILD at /home/alex/Blin/data/zef-data/store/gtk-v3-0.6.2.tar.gz/gtk-v3-0.6.2/lib/GTK/V3/Gtk/GtkMain.pm6 (GTK::V3::Gtk::GtkMain) line 76
  in submethod BUILD at /home/alex/Blin/data/zef-data/store/gtk-v3-0.6.2.tar.gz/gtk-v3-0.6.2/lib/GTK/V3/Glib/GObject.pm6 (GTK::V3::Glib::GObject) line 245
  in block <unit> at t/301-button.t line 21

t/301-button.t ....... 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
# 
# 
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/845433b47f415c73e9e7cdbfd0423a793b829910/share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 287
  in method CALL-ME at /tmp/whateverable/rakudo-moar/845433b47f415c73e9e7cdbfd0423a793b829910/share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 576
  in submethod BUILD at /home/alex/Blin/data/zef-data/store/gtk-v3-0.6.2.tar.gz/gtk-v3-0.6.2/lib/GTK/V3/Gtk/GtkMain.pm6 (GTK::V3::Gtk::GtkMain) line 76
  in submethod BUILD at /home/alex/Blin/data/zef-data/store/gtk-v3-0.6.2.tar.gz/gtk-v3-0.6.2/lib/GTK/V3/Glib/GObject.pm6 (GTK::V3::Glib::GObject) line 245
  in block <unit> at t/302-checkbutton.t line 14

t/302-checkbutton.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
# 
# 
    # create radio button
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/845433b47f415c73e9e7cdbfd0423a793b829910/share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 287
  in method CALL-ME at /tmp/whateverable/rakudo-moar/845433b47f415c73e9e7cdbfd0423a793b829910/share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 576
  in submethod BUILD at /home/alex/Blin/data/zef-data/store/gtk-v3-0.6.2.tar.gz/gtk-v3-0.6.2/lib/GTK/V3/Gtk/GtkMain.pm6 (GTK::V3::Gtk::GtkMain) line 76
  in submethod BUILD at /home/alex/Blin/data/zef-data/store/gtk-v3-0.6.2.tar.gz/gtk-v3-0.6.2/lib/GTK/V3/Glib/GObject.pm6 (GTK::V3::Glib::GObject) line 245
  in block <unit> at t/303-radiobutton.t line 16

t/303-radiobutton.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
# 
# 
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/845433b47f415c73e9e7cdbfd0423a793b829910/share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 287
  in method CALL-ME at /tmp/whateverable/rakudo-moar/845433b47f415c73e9e7cdbfd0423a793b829910/share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 576
  in submethod BUILD at /home/alex/Blin/data/zef-data/store/gtk-v3-0.6.2.tar.gz/gtk-v3-0.6.2/lib/GTK/V3/Gtk/GtkMain.pm6 (GTK::V3::Gtk::GtkMain) line 76
  in submethod BUILD at /home/alex/Blin/data/zef-data/store/gtk-v3-0.6.2.tar.gz/gtk-v3-0.6.2/lib/GTK/V3/Glib/GObject.pm6 (GTK::V3::Glib::GObject) line 245
  in block <unit> at t/330-grid.t line 16

t/330-grid.t ......... 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
        # Failed test 'right exception type (X::GTK::V3)'
        # at perl#sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 287
        # Expected: X::GTK::V3
        # Got:      X::AdHoc
        # Exception message: Cannot locate native library 'libgtk-3.so': libgtk-3.so: cannot open shared object file: No such file or directory
        # Looks like you failed 1 test of 3
    # Failed test 'No options used'
    # at t/500-builder.t line 39
        # Failed test 'right exception type (X::GTK::V3)'
        # at perl#sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 287
        # Expected: X::GTK::V3
        # Got:      X::AdHoc
        # Exception message: Cannot locate native library 'libgtk-3.so': libgtk-3.so: cannot open shared object file: No such file or directory
        # Looks like you failed 1 test of 3
    # Failed test 'Wrong options used'
    # at t/500-builder.t line 44
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/845433b47f415c73e9e7cdbfd0423a793b829910/share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 287
  in method CALL-ME at /tmp/whateverable/rakudo-moar/845433b47f415c73e9e7cdbfd0423a793b829910/share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 576
  in submethod BUILD at /home/alex/Blin/data/zef-data/store/gtk-v3-0.6.2.tar.gz/gtk-v3-0.6.2/lib/GTK/V3/Gtk/GtkMain.pm6 (GTK::V3::Gtk::GtkMain) line 76
  in submethod BUILD at /home/alex/Blin/data/zef-data/store/gtk-v3-0.6.2.tar.gz/gtk-v3-0.6.2/lib/GTK/V3/Glib/GObject.pm6 (GTK::V3::Glib::GObject) line 245
  in block <unit> at t/500-builder.t line 53

t/500-builder.t ...... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 

Test Summary Report
-------------------
t/010-gtype.t      (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/050-gmain.t      (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/051-main.t       (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/100-display.t    (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/101-screen.t     (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/102-window.t     (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/300-label.t      (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/301-button.t     (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/302-checkbutton.t (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/303-radiobutton.t (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/330-grid.t       (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/500-builder.t    (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
Files=12, Tests=0, 86 wallclock secs ( 0.07 usr  0.02 sys + 74.08 cusr  3.91 csys = 78.08 CPU)
Result: FAIL
===> Testing [FAIL]: GTK::V3:ver<0.6.2>
Failed to get passing tests, but continuing with --force-test
===> Installing: GTK::V3:ver<0.6.2>
===> Install [OK] for GTK::V3:ver<0.6.2>

Ping @MARTIMM

@AlexDaniel AlexDaniel added the native dependency Fails because it needs some library installed first label Feb 27, 2019
@AlexDaniel
Copy link
Member Author

It needs libgtk-3-dev, I added it to the list: https://github.com/perl6/ecosystem-unbitrot/wiki

@MARTIMM
Copy link

MARTIMM commented Apr 4, 2022

Way too late for a response, well better late than never. I've made this module some years ago and the module is renamed into a series of the modules like Gnome::Gtk3.

I thought that the module was already removed from all places, but that seems not to be the case.

So, if still in some ecosystem, please remove it. I'll check PAUSE and github.

@MARTIMM MARTIMM added the deprecated module The module should no longer be used label Apr 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deprecated module The module should no longer be used native dependency Fails because it needs some library installed first
Projects
None yet
Development

No branches or pull requests

2 participants