summary refs log tree commit diff
path: root/pkgs/shells/rssh
diff options
context:
space:
mode:
authorDanylo Hlynskyi <abcz2.uprola@gmail.com>2019-03-20 14:57:59 +0200
committerGitHub <noreply@github.com>2019-03-20 14:57:59 +0200
commitde0612c46cf17a368e92eaac91fd94affbe36488 (patch)
treeeb034846c2a9950c6dc624d7faba6bfd9d69b307 /pkgs/shells/rssh
parent52c3ee6c4d3fac1ad0a7aff0788abda639d8b3fc (diff)
downloadnixpkgs-de0612c46cf17a368e92eaac91fd94affbe36488.tar
nixpkgs-de0612c46cf17a368e92eaac91fd94affbe36488.tar.gz
nixpkgs-de0612c46cf17a368e92eaac91fd94affbe36488.tar.bz2
nixpkgs-de0612c46cf17a368e92eaac91fd94affbe36488.tar.lz
nixpkgs-de0612c46cf17a368e92eaac91fd94affbe36488.tar.xz
nixpkgs-de0612c46cf17a368e92eaac91fd94affbe36488.tar.zst
nixpkgs-de0612c46cf17a368e92eaac91fd94affbe36488.zip
auto-patchelf: don't use grep -q, as it causes Broken pipe (#56958)
This rare sitation was caught when building zoom-us package:
```
automatically fixing dependencies for ELF files
/nix/store/71d65fplq44y9yn2fvkpn2d3hrszracd-auto-patchelf-hook/nix-support/setup-hook: line 213: echo: write error: Broken pipe
/nix/store/71d65fplq44y9yn2fvkpn2d3hrszracd-auto-patchelf-hook/nix-support/setup-hook: line 210: echo: write error: Broken pipe
```

The worst is that derivation continued and resulted into broken package:
https://github.com/NixOS/nixpkgs/pull/55566#issuecomment-470065690

I hope, replacing `grep -q` with `grep` will remove this race condition.
Diffstat (limited to 'pkgs/shells/rssh')
0 files changed, 0 insertions, 0 deletions