NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.95k stars 13.97k forks source link

tracker fails to build on some systems (test failure) #141728

Closed seqizz closed 3 years ago

seqizz commented 3 years ago

Describe the bug

Not sure if this needs to be reported or going to be caught by automation anyway. Still, trying to install steam from unstable repo fails.

Steps To Reproduce

Steps to reproduce the behavior:

  1. Try to install steam from unstable
  2. ...
  3. ...

Additional context

Summary of Failures:

24/33 tracker:resource / resource                     FAIL             0.21s   killed by signal 6 SIGABRT

Ok:                 32
Expected Fail:      0
Fail:               1
Unexpected Pass:    0
Skipped:            0
Timeout:            0

Full log written to /build/tracker-3.2.0/build/meson-logs/testlog.txt
checking for XNESTMODULES... yes
checking whether to build Xnest DDX... yes
checking whether to build Xorg DDX... yes
builder for '/nix/store/d67j41d88js80c6rvk7d6fpap7ilmczd-tracker-3.2.0.drv' failed with exit code 1
cannot build derivation '/nix/store/yw942n07506d9gfkcxc2j0mz83i15j39-gtk+3-3.24.30.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/vh65pnvg2h1rv5gcm6kbrk0y4cwbvv77-steam-usr-multi.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/xv3xrn6fs6w2pyds8dh9hvwcp8vs2sg2-steam-fhs.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/1ivxvf5svrz2k27bgcrz0a5k1hfiwm3d-steam.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/2g1vib9a53hlx3vn5qkgnlpm8c9mpvp5-steam.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/s2zcwshs4qp1hww01y1bawi4g90q9vk1-home-manager-path.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/wjdgskrscg0s6cxz9lc1p3lrnbpzial7-home-manager-generation.drv': 1 dependencies couldn't be built
error: build of '/nix/store/wjdgskrscg0s6cxz9lc1p3lrnbpzial7-home-manager-generation.drv' failed

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

~> nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 5.13.13-zen1, NixOS, 21.05.3787.564cb4d81d4 (Okapi)`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.3.15`
 - channels(root): `"nixos-21.05.3787.564cb4d81d4"`
 - channels(gurkan): `"home-manager-21.05"`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`

Maintainer information:

# a list of nixpkgs attributes affected by the problem
attribute:
# a list of nixos modules affected by the problem
module:
TredwellGit commented 3 years ago

https://github.com/NixOS/nixpkgs/pull/139144#issuecomment-942945303

seqizz commented 3 years ago

Seems like reported already, thx @TredwellGit , closing this one.

tgharib commented 3 years ago

I think we should still keep this issue open. Not only was that comment in a merged merge request (rather than an issue) but Steam affects all desktop environments including non-gnome ones such as i3 (which I am running).

bb010g commented 3 years ago

Upstream report: https://gitlab.gnome.org/GNOME/tracker/-/issues/332

jficz commented 3 years ago

This doesn't affect just Steam but also (but not limited to) Lutris and Wine.

MarekPasnikowski commented 3 years ago

I have stumbled upon this build failure tonight; with a nixos-rebuild switch --upgrade command inside the unstable-small channel. Is the fix still in the production pipeline?

TredwellGit commented 3 years ago

https://nixpk.gs/pr-tracker.html?pr=141796