gnu: glibc: Comment on the parallel build race.

* gnu/packages/base.scm (glibc): Augment comment regarding sequential
  builds.
master
Ludovic Courtès 2015-03-05 23:41:29 +01:00
parent 15926aec0d
commit 211db2f645
1 changed files with 5 additions and 1 deletions

View File

@ -388,7 +388,11 @@ included.")
(arguments
`(#:out-of-source? #t
#:parallel-build? #f ; There's at least one race in the build.
;; In version 2.21, there a race in the 'elf' directory, see
;; <http://lists.gnu.org/archive/html/guix-devel/2015-02/msg00709.html>.
#:parallel-build? #f
#:configure-flags
(list "--enable-add-ons"
"--sysconfdir=/etc"