[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [musl] Re: OS detection wrong on Alpine Linux 3.10
From: |
Szabolcs Nagy |
Subject: |
Re: [musl] Re: OS detection wrong on Alpine Linux 3.10 |
Date: |
Sun, 20 Sep 2020 15:56:29 +0200 |
* Bruno Haible <bruno@clisp.org> [2020-09-20 13:19:13 +0200]:
> Dmitry V. Levin wrote:
> > Is this __DEFINED_va_list macro the official way of detecting musl?
>
> No, but in a world where the musl people don't want to provide an official
> way [1][2] and the Alpine Linux people break their previously working way of
> detecting musl [3], we (GNU) need to use our own heuristics to fulfil the
> practical need of programs (especially test suites) to distinguish musl
> systems from glibc systems.
we have not seen a "practical need of programs
to distinguish musl systems from glibc systems".
instead we have seen a practical need to detect
specific c runtime behaviours and extensions.
even in the glibc world using __GLIBC__ to detect
features is not reliable since there are heavily
patched glibcs out there. (though the way glibc
handles api and abi stability means it mostly
works, but this is unreasonable to expect across
different implementations)
- OS detection wrong on Alpine Linux 3.10, Bruno Haible, 2020/09/19
- Re: OS detection wrong on Alpine Linux 3.10, Dmitry V. Levin, 2020/09/20
- Re: OS detection wrong on Alpine Linux 3.10, Bruno Haible, 2020/09/20
- Re: [musl] Re: OS detection wrong on Alpine Linux 3.10, Ariadne Conill, 2020/09/20
- Re: [musl] Re: OS detection wrong on Alpine Linux 3.10,
Szabolcs Nagy <=
- Re: [musl] Re: OS detection wrong on Alpine Linux 3.10, Rich Felker, 2020/09/20
- Re: [musl] Re: OS detection wrong on Alpine Linux 3.10, Bruno Haible, 2020/09/20
- Re: [musl] Re: OS detection wrong on Alpine Linux 3.10, Rich Felker, 2020/09/22
- Re: [musl] Re: OS detection wrong on Alpine Linux 3.10, Jeffrey Walton, 2020/09/22
- Re: [musl] Re: OS detection wrong on Alpine Linux 3.10, Bruno Haible, 2020/09/22
Re: [musl] Re: OS detection wrong on Alpine Linux 3.10, Ariadne Conill, 2020/09/20