guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: lablgtk: Build sequentially.


From: Ludovic Courtès
Subject: 01/02: gnu: lablgtk: Build sequentially.
Date: Sat, 31 Oct 2015 12:19:02 +0000

civodul pushed a commit to branch dbus-update
in repository guix.

commit ef89cb4263e14887385ef8240b040be052c741c1
Author: Ludovic Courtès <address@hidden>
Date:   Sat Oct 31 12:26:43 2015 +0100

    gnu: lablgtk: Build sequentially.
    
    * gnu/packages/ocaml.scm (lablgtk)[arguments]: Add #:parallel-build? #f.
---
 gnu/packages/ocaml.scm |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index fc45805..ee4e783 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -460,6 +460,11 @@ provers.")
        ("librsvg" ,librsvg)))
     (arguments
      `(#:tests? #f ; no check target
+
+       ;; Occasionally we would get "Error: Unbound module GtkThread" when
+       ;; compiling 'gtkThInit.ml', with 'make -j'.  So build sequentially.
+       #:parallel-build? #f
+
        #:phases
          (modify-phases %standard-phases
            (replace 'install



reply via email to

[Prev in Thread] Current Thread [Next in Thread]