guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: ld-wrapper: Add debugging info.


From: Ludovic Courtès
Subject: 02/05: gnu: ld-wrapper: Add debugging info.
Date: Tue, 21 Apr 2015 21:23:58 +0000

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

commit 4267c637d63ac7c48fe8206623ca976fc0dd742a
Author: Ludovic Courtès <address@hidden>
Date:   Tue Apr 21 21:08:44 2015 +0200

    gnu: ld-wrapper: Add debugging info.
    
    * gnu/packages/ld-wrapper.in (ld-wrapper): Add "libraries linked"
      debugging statement.
---
 gnu/packages/ld-wrapper.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/ld-wrapper.in b/gnu/packages/ld-wrapper.in
index f4ab17c..ed2a51e 100644
--- a/gnu/packages/ld-wrapper.in
+++ b/gnu/packages/ld-wrapper.in
@@ -200,6 +200,8 @@ impure library ~s~%"
          (args (append args (rpath-arguments libs))))
     (when %debug?
       (format (current-error-port)
+              "ld-wrapper: libraries linked: ~s~%" libs)
+      (format (current-error-port)
               "ld-wrapper: invoking `~a' with ~s~%"
               %real-ld args))
     (apply execl %real-ld (basename %real-ld) args)))



reply via email to

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