-
Notifications
You must be signed in to change notification settings - Fork 26
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
xcffib fails to update under NixOS #150
Comments
Seems like the problem is:
can you talk a little bit about the environment that the tests are running in? Are they running in parallel? I don't really know anything about nix. |
The reason it fails seems logical since I am running this from my desktop environment. I managed to get the build to pass by disabling my desktop environment (my X server) and then running the upgrade. I don't believe there is anything wrong with your test suite. It's simply an annoyance related to NixOS. It is not a big deal right now but it may be a major pain point for me if every time I want to update my packages I need to shut down my X server. |
What's interesting is, it should try to work around existing displays. Relevant code is here: https://github.com/tych0/xcffib/blob/master/module/testing.py#L31 I run the test suite in a graphical environment regularly and have for years. That's why I wonder if this is a race somehow? Anyway, if you happen to get to the bottom of it, I'm happy to take a patch to work around the issue. |
Noted, if this happens again surely I will try to look into it. In the mean time I have a work around at least. Thanks! |
Hi,
Lately (I believe it's been a week), I haven't been able to update my system because of a build error (supposedly) from your repository. Here are the logs I'm getting :
Setup:
NixOS
22.11
with home-managerQtile
0.22.1
I have tried already to ask in the Qtile repository and they redirected me here qtile/qtile#4157
The text was updated successfully, but these errors were encountered: