all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tobias Geerinckx-Rice via Guix-patches via <guix-patches@gnu.org>
To: 40556@debbugs.gnu.org, Pierre Langlois <pierre.langlois@gmx.com>
Subject: [bug#40556] [PATCH] gnu: dovecot: Add libunwind input.
Date: Sat, 11 Apr 2020 18:17:09 +0200	[thread overview]
Message-ID: <875ze6ngmg.fsf@nckx> (raw)
In-Reply-To: <87ftdahvut.fsf@gmx.com>

[-- Attachment #1: Type: text/plain, Size: 512 bytes --]

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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

  reply	other threads:[~2020-04-11 16:18 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-11 15:42 [bug#40556] [PATCH] gnu: dovecot: Add libunwind input Pierre Langlois
2020-04-11 16:17 ` Tobias Geerinckx-Rice via Guix-patches via [this message]
2020-04-11 16:53   ` Pierre Langlois
2020-04-11 17:56     ` Julien Lepiller
2020-04-16 16:24     ` Ludovic Courtès
2020-04-16 17:13       ` Pierre Langlois
2020-04-16 17:41         ` Pierre Langlois
2020-04-17  8:20           ` bug#40556: " Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=875ze6ngmg.fsf@nckx \
    --to=guix-patches@gnu.org \
    --cc=40556@debbugs.gnu.org \
    --cc=me@tobias.gr \
    --cc=pierre.langlois@gmx.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.