All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Sören Tempel" <soeren@soeren-tempel.net>
To: dm-crypt@saout.de
Subject: [dm-crypt] cryptsetup 2.4.0 does not compile on musl libc anymore
Date: Wed, 18 Aug 2021 19:56:38 +0200	[thread overview]
Message-ID: <35XPR9UQD3QB2.34PCBREEPLVZ1@8pit.net> (raw)

Hello,

I just wanted to let you know that cryptsetup 2.4.0, contrary to 2.3.0,
no longer compiles with musl libc, e.g. as used on Alpine Linux, by
default. This is due to the fact that the external tokens code uses
dlvsym(3) which is a GNU extension not supported by musl. However, even
if support for external tokens is disabled (--disable-external-tokens)
`tests/all-symbols-test.c` fails to compile as it also requires dlvsym
and is not compiled conditionally.

Please CC me, I am not subscribed to the list.

Greetings,
Sören
_______________________________________________
dm-crypt mailing list -- dm-crypt@saout.de
To unsubscribe send an email to dm-crypt-leave@saout.de

             reply	other threads:[~2021-08-19 22:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-18 17:56 Sören Tempel [this message]
2021-08-20  8:20 ` [dm-crypt] Re: cryptsetup 2.4.0 does not compile on musl libc anymore Milan Broz
2021-08-20 11:48   ` Sören Tempel
2021-08-20 12:11     ` Milan Broz
2021-08-22 12:58       ` Milan Broz

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=35XPR9UQD3QB2.34PCBREEPLVZ1@8pit.net \
    --to=soeren@soeren-tempel.net \
    --cc=dm-crypt@saout.de \
    /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.
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.