On Sun, 2022-10-09 at 22:25 +0100, Sam James wrote:
>
> * Some bugs simply need an `eautoreconf` because older
> autoconf-generated configure files had issues.
>
Vanilla autoconf still emits busted tests for e.g. AC_CHECK_FUNC, so
you'll want the ~arch autoconf with sam's backported patches in
Sam James writes:
> Hi all,
>
> Clang 16 is going to break a lot of packages. We need your help to fix
> the huge number of bugs [0] already reported - and there's more coming.
>
I should've added: here's a nice list of things to work on.
https://bugs.gentoo.org/showdependencytree.cgi?id=87041
> On 8 Oct 2022, at 10:43, Michał Górny wrote:
>
> Hi,
>
> Here's a patchset adding two new functions along with tests:
>
> - tc-get-cxx-stdlib() that determines C++ stdlib used (libc++ vs
> libstdc++)
> - tc-get-c-rtlib() that determines C compiler runtime used (libgcc vs
> compiler-rt)
>
Hi all,
Clang 16 is going to break a lot of packages. We need your help to fix
the huge number of bugs [0] already reported - and there's more coming.
These fixes are almost always trivial, the issue is the _volume_ of
bugs. The compiler even
tells you how to fix them most of the time.
I absol