gnu: dmraid: Disable parallel build.

Fixes a race condition as reported by Brendan Tildesley
<brendan.tildesley@openmailbox.org> in <https://bugs.gnu.org/31999#187>.

* gnu/packages/disk.scm (dmraid)[arguments]: Set #:parallel-build #f.
master
Marius Bakke 2018-08-01 13:15:56 +02:00
parent ad430c7127
commit 2207053542
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 4 additions and 0 deletions

View File

@ -671,6 +671,10 @@ libnvdimm (non-volatile memory device) sub-system in the Linux kernel.")
(native-inputs `(("which" ,which)))
(arguments
`(#:tests? #f ; No tests.
;; Prevent a race condition where some target would attempt to link
;; libdmraid.so before it had been built as reported in
;; <https://bugs.gnu.org/31999#187>.
#:parallel-build? #f
#:phases (modify-phases %standard-phases
(add-before 'configure 'change-directory
(lambda _