Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 8 Nov 2019 22:07:28 +0100
From: Johannes Brechtmann <johannes@...r.me>
To: Augusto César Dias <augusto.c.dias@...il.com>
Cc: musl@...ts.openwall.com, Rich Felker <dalias@...c.org>, Szabolcs Nagy
 <nsz@...t70.net>
Subject: Re: Problems with libc6-compat

On Fri, 8 Nov 2019 19:57:24 +0100
Augusto César Dias <augusto.c.dias@...il.com> wrote:

> Yes, even rust has an official alpine image to compile rust
> applications on it, but it states some features won’t work such as
> procedural macros which some libraries makes use of. Here’s an issue
> stating what should be done...
> 
> https://github.com/rust-lang/rust/issues/40174#issuecomment-538791091

Procedural macros are not restricted by musl but by static linking,
which rustc defaults to for musl targets. Enforcing dynamic linking
enables you to use procedural macros on musl:

https://github.com/rust-lang/rust/pull/58575#issuecomment-496026747


Johannes

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.