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

Could not find Gnome::Gtk3::Main #17

Closed
j-mckim opened this issue Feb 12, 2021 · 1 comment
Closed

Could not find Gnome::Gtk3::Main #17

j-mckim opened this issue Feb 12, 2021 · 1 comment

Comments

@j-mckim
Copy link

j-mckim commented Feb 12, 2021

I'm working with raku as provided by the rakudo-moar-2020.12-01-linux-x86_64-gcc.tar.gz binary installation provided by radudo. Zef (e.g. "zef install Gnome::Gtk3") proceeds up to the point where these diagnostics are issued:

===> Testing [OK] for Gnome::GObject:ver<0.16.16.2>
===> Testing: Gnome::Gio:ver<0.5.3>
[Gnome::Gio] ===SORRY!=== Error while compiling /home/jim/.zef/store/gnome-gio-0.5.3.tar.gz/gnome-gio-0.5.3/t/SimpleAction.t
[Gnome::Gio] Could not find Gnome::Gtk3::Main in:
[Gnome::Gio] file#/home/jim/.zef/store/gnome-gio-0.5.3.tar.gz/gnome-gio-0.5.3
[Gnome::Gio] file#/home/jim/.zef/store/gnome-native-0.18.7.1.tar.gz/gnome-native-0.18.7.1
[Gnome::Gio] file#/home/jim/.zef/store/gnome-glib-0.18.2.tar.gz/gnome-glib-0.18.2
[Gnome::Gio] file#/home/jim/.zef/store/gnome-gobject-0.16.16.2.tar.gz/gnome-gobject-0.16.16.2
[Gnome::Gio] inst#/home/jim/.raku
[Gnome::Gio] inst#/home/jim/rakudo-moar-2020.12-01-linux-x86_64-gcc/share/perl6/site
[Gnome::Gio] inst#/home/jim/rakudo-moar-2020.12-01-linux-x86_64-gcc/share/perl6/vendor
[Gnome::Gio] inst#/home/jim/rakudo-moar-2020.12-01-linux-x86_64-gcc/share/perl6/core
[Gnome::Gio] ap#
[Gnome::Gio] nqp#
[Gnome::Gio] perl5#
[Gnome::Gio] Please note that a 'META6.json' file was found in '.', of which the 'provides' section was used to determine if a dependency is available or not. Perhaps you need to add 'Gnome::Gtk3::Main' in the section of that file? Or need to specify a directory that does not have a 'META6.json' file?
[Gnome::Gio] at /home/jim/.zef/store/gnome-gio-0.5.3.tar.gz/gnome-gio-0.5.3/t/SimpleAction.t:157
===> Testing [FAIL]: Gnome::Gio:ver<0.5.3>
Aborting due to test failure: Gnome::Gio:ver<0.5.3> (use --force-test to override)

Have you any suggestions? Raku reports its version as Rakudo v2020.12. Am I missing other prerequisites?

@MARTIMM
Copy link
Owner

MARTIMM commented Feb 12, 2021

Hi,
I've just pushed Gnome::Gio:ver<0.5.3.1> to remedy this problem. I was using it there to test signals defined in a few modules of Gio. It was already mentioned here Gnome::Gio #1.

@MARTIMM MARTIMM closed this as completed Feb 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants