all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Pierre Langlois <pierre.langlois@gmx.com>
Cc: Tobias Geerinckx-Rice <me@tobias.gr>, 40556@debbugs.gnu.org
Subject: [bug#40556] [PATCH] gnu: dovecot: Add libunwind input.
Date: Thu, 16 Apr 2020 18:24:56 +0200	[thread overview]
Message-ID: <877dyfgzzb.fsf@gnu.org> (raw)
In-Reply-To: <87eesuhsl2.fsf@gmx.com> (Pierre Langlois's message of "Sat, 11 Apr 2020 18:53:29 +0200")

Hi,

Pierre Langlois <pierre.langlois@gmx.com> skribis:

> +       ;; FIXME: The 'test-backtrace' tests fail on arm when using glibc's
> +       ;; backtrace_symbol() function so fallback to using libunwind.
> +       ,@(match (or (%current-target-system) (%current-system))
> +           ((or "aarch64-linux" "armhf-linux")
> +            `(("libunwind" ,libunwind)))
> +           (_ '()))

This isn’t quite correct because ‘%current-target-system’ returns a
triplet, like “arm-linux-gnueabihf”.

Use ‘target-arm?’ instead.

TIA!

Ludo’.

  parent reply	other threads:[~2020-04-16 16:26 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
2020-04-11 16:53   ` Pierre Langlois
2020-04-11 17:56     ` Julien Lepiller
2020-04-16 16:24     ` Ludovic Courtès [this message]
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=877dyfgzzb.fsf@gnu.org \
    --to=ludo@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.