guix-commits
[Top][All Lists]
Advanced

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

04/05: ld-wrapper: Don't talk about "impure library".


From: Ludovic Courtès
Subject: 04/05: ld-wrapper: Don't talk about "impure library".
Date: Thu, 29 Mar 2018 11:58:23 -0400 (EDT)

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

commit 1a5e07c3b56049d45be15e3f1ffbe81f2f1809ba
Author: Ludovic Courtès <address@hidden>
Date:   Thu Mar 29 17:53:16 2018 +0200

    ld-wrapper: Don't talk about "impure library".
    
    * gnu/packages/ld-wrapper.in (rpath-arguments): Clarify message instead
    of saying "impure library".
---
 gnu/packages/ld-wrapper.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ld-wrapper.in b/gnu/packages/ld-wrapper.in
index 24445ed..c1f2038 100644
--- a/gnu/packages/ld-wrapper.in
+++ b/gnu/packages/ld-wrapper.in
@@ -217,8 +217,8 @@ exec @GUILE@ -c "(load-compiled \"@address@hidden") (apply 
$main (cdr (command-line))
                        (begin
                          (format (current-error-port)
                                  "ld-wrapper: error: attempt to use \
-impure library ~s~%"
-                                 file)
+library outside of ~a: ~s~%"
+                                 %store-directory file)
                          (exit 1)))))
               '()
               library-files))



reply via email to

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