guix-patches
[Top][All Lists]
Advanced

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

[bug#40556] [PATCH] gnu: dovecot: Add libunwind input.


From: Tobias Geerinckx-Rice
Subject: [bug#40556] [PATCH] gnu: dovecot: Add libunwind input.
Date: Sat, 11 Apr 2020 18:17:09 +0200

Pierre,

Pierre Langlois 写道:
I wonder what's wrong with backtrace_symbols() in guix, I'm not sure how
to investigate that. For now though, what do you think of using
libunwind?

OK, but it should only be included on platforms that require it:

 ;; Untested…
 (inputs
  `(…
    ,@(match (%current-system)
        ((or "aarch64-linux" "armhf-linux" …)
         `(("libunwind" ,libunwind)))
        (_ `()))
    …))

Could you test that?

Kind regards,

T G-R

Attachment: signature.asc
Description: PGP signature


reply via email to

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