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

Cozy-0.6.7 fails to run #57029

Closed
mogorman opened this issue Mar 7, 2019 · 2 comments
Closed

Cozy-0.6.7 fails to run #57029

mogorman opened this issue Mar 7, 2019 · 2 comments

Comments

@mogorman
Copy link
Contributor

mogorman commented Mar 7, 2019

Issue description

i tried installing the version of cozy that is in nixpkgs git repo. It crashes on running.

Steps to reproduce

nix-env -i cozy -f ~/code/nixos/nixpkgs/
cozy
Traceback (most recent call last):
File "/nix/store/jjz2dzbd4i1yrwnq26g8490zcn6dd9ip-cozy-0.6.7/bin/..com.github.geigi.cozy-wrapped-wrapped", line 36, in
from cozy.ui import CozyUI
File "/nix/store/jjz2dzbd4i1yrwnq26g8490zcn6dd9ip-cozy-0.6.7/lib/python3.7/site-packages/cozy/ui.py", line 5, in
gi.require_version('Gst', '1.0')
File "/nix/store/kiw47xswi1041sbvbgrlfy0xs0zlwyvk-python3.7-pygobject-3.30.4/lib/python3.7/site-packages/gi/init.py", line 129, in require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Gst not available

Technical details

  • system: "x86_64-linux"
  • host os: Linux 4.19.26, NixOS, 18.09.2318.4c089d328fe (Jellyfish)
  • multi-user?: yes
  • sandbox: yes
  • version: nix-env (Nix) 2.1.3
  • channels(root): "nixos-18.09.2318.4c089d328fe"
  • channels(mog): ""
  • nixpkgs: /nix/var/nix/profiles/per-user/root/channels/nixos
@worldofpeace worldofpeace self-assigned this Mar 7, 2019
@worldofpeace worldofpeace removed their assignment Jun 7, 2019
@mweinelt
Copy link
Member

mweinelt commented Jul 5, 2019

Broken in 19.03 as well.

$ cozy                                                                                                ✔  5123  20:39:54 
Traceback (most recent call last):
  File "/nix/store/bhyhk39yxiszg8rx0rsmkrl633jywips-cozy-0.6.7/bin/..com.github.geigi.cozy-wrapped-wrapped", line 36, in <module>
    from cozy.ui import CozyUI
  File "/nix/store/bhyhk39yxiszg8rx0rsmkrl633jywips-cozy-0.6.7/lib/python3.7/site-packages/cozy/ui.py", line 5, in <module>
    gi.require_version('Gst', '1.0')
  File "/nix/store/qilk9npmnbgnp0ypf7s0bjh20qh3ylqh-python3.7-pygobject-3.30.4/lib/python3.7/site-packages/gi/__init__.py", line 129, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Gst not available
$ nix-info                                                                                            ✔  5122  20:39:51 
system: "x86_64-linux", multi-user?: yes, version: nix-env (Nix) 2.2.2, channels(root): "nixos-19.03.173052.aef662d2eb5, nixos-hardware, nixos-unstable-19.09pre182971.a1dd419c1ff", channels(hexa): "", nixpkgs: /nix/var/nix/profiles/per-user/root/channels/nixos

worldofpeace added a commit that referenced this issue Jul 6, 2019
Workaround #56943

Fixes #57029

(cherry picked from commit c210b8b)
@worldofpeace
Copy link
Contributor

a203bc7 has fixed this

worldofpeace added a commit that referenced this issue Jul 6, 2019
dtzWill pushed a commit to dtzWill/nixpkgs that referenced this issue Jul 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants