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

Libui #451

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

Libui #451

AlexDaniel opened this issue Feb 8, 2019 · 4 comments

Comments

@AlexDaniel
Copy link
Member

Module Libui 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: Libui
===> Found: Libui:ver<0.0.1> [via Zef::Repository::Ecosystems<cpan>]
===> Fetching [OK]: Libui:ver<0.0.1> to /home/alex/Blin/data/zef-data/tmp/1549581032.25599.172/Libui-0.0.1.tar.gz
===> Extraction [OK]: Libui to /home/alex/Blin/data/zef-data/store/Libui-0.0.1.tar.gz
===> Testing: Libui:ver<0.0.1>
Unable to init server: Could not connect: Connection refused
# Failed test 'Can access the libui library'
# at t/00-basics.t line 9
# Cannot open display: 
Bailout called.  Further testing stopped:  Cannot proceed without the native libui library
FAILED--Further testing stopped: Cannot proceed without the native libui library
===> Testing [FAIL]: Libui:ver<0.0.1>
Failed to get passing tests, but continuing with --force-test
===> Installing: Libui:ver<0.0.1>
===> Install [OK] for Libui:ver<0.0.1>

Ping @Garland-g

@Garland-g
Copy link

I am unable to attach a label or assign myself to this.

This works for me on my desktop. The error indicates that it cannot open a server, which I presume is a display server.

I have bundled the native library with it, but it also requires libgtk-3.so on Linux. It uses the native widgets on macos and Windows.

@AlexDaniel
Copy link
Member Author

@Garland-g Ah, right, I invited you to the org.

The error indicates that it cannot open a server, which I presume is a display server.

Yeah, there was no display server. Is it supposed to fail tests if there's no display, or should check if there's a display server and only run tests in that case?

@Garland-g
Copy link

The tests aren't set up to check for a display server.

@Garland-g Garland-g self-assigned this Feb 8, 2019
@Garland-g
Copy link

I set up my tests to note that there's no display server and then pass in v0.0.3, but I forgot to update this ticket.

@Garland-g Garland-g removed their assignment May 9, 2020
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