guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: icecat: Disable RUNPATH validation.


From: Ludovic Courtès
Subject: 03/04: gnu: icecat: Disable RUNPATH validation.
Date: Thu, 16 Apr 2015 08:08:03 +0000

civodul pushed a commit to branch core-updates
in repository guix.

commit 73b1b4eba93b5b7a0ac098296a152489119dc7ab
Author: Ludovic Courtès <address@hidden>
Date:   Thu Apr 16 09:56:10 2015 +0200

    gnu: icecat: Disable RUNPATH validation.
    
    * gnu/packages/gnuzilla.scm (icecat)[arguments]: Pass
      #:validate-runpath? #f.
---
 gnu/packages/gnuzilla.scm |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index fbe63d9..419ff7a 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -266,6 +266,13 @@ standards.")
      `(#:tests? #f          ; no check target
        #:out-of-source? #t  ; must be built outside of the source directory
 
+
+       ;; XXX: There are RUNPATH issues such as
+       ;; $prefix/lib/icecat-31.6.0/plugin-container NEEDing libmozalloc.so,
+       ;; which is not in its RUNPATH, but they appear to be harmless in
+       ;; practice somehow.  See <http://hydra.gnu.org/build/378133>.
+       #:validate-runpath? #f
+
        #:configure-flags '(;; Building with debugging symbols takes ~5GiB, so
                            ;; disable it.
                            "--disable-debug"



reply via email to

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