guix/gnu
Thiago Jung Bauermann f234f5b0e1
gnu: diffutils: Fix signal processing.
diffutils has a race condition in its signal processing code which is easy to
trigger on powerpc64le-linux.  More often than not, it causes the ‘colors’
test to fail and therefore the build of the package fails as well.

Add the patch proposed in Debian bug 922552 which fixes the problem.

* gnu/packages/patches/diffutils-fix-signal-processing.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/base.scm (diffutils)[source]: Use it.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-11-11 10:31:30 -05:00
..
bootloader
build
home
installer
machine
packages gnu: diffutils: Fix signal processing. 2021-11-11 10:31:30 -05:00
platforms
services
system
tests gnu: glibc: Look for the current timezone in /etc/localtime. 2021-11-11 10:31:29 -05:00
artwork.scm
bootloader.scm
ci.scm
home.scm
image.scm
installer.scm
local.mk gnu: diffutils: Fix signal processing. 2021-11-11 10:31:30 -05:00
machine.scm
packages.scm
platform.scm
services.scm
system.scm
tests.scm