nixpkgs/pkgs/development/libraries/boost
Maximilian Bosch f363b7c5df
boost1{69,70,72}: fix build w/glibc-2.34
To quote the release-notes[1]:

> When _DYNAMIC_STACK_SIZE_SOURCE or _GNU_SOURCE are defined,
> PTHREAD_STACK_MIN is no longer constant and is redefined to
> sysconf(_SC_THREAD_STACK_MIN).  This supports dynamic sized register
> sets for modern architectural features like Arm SVE.

This basically means that if the above applies, `#if PTHREAD_STACK_MIN > 0`
won't compile anymore because `PTHREAD_STACK_MIN` isn't a hard-coded
number, but `__sysconf (__SC_THREAD_STACK_MIN_VALUE)`[2].

The issue (for 1.69, 1.70, 1.72 - the other versions seem OK) was
reported upstream, but only for Solaris[3], however the corresponding
patches[4] seem to work as well for us.

Failing Hydra build: https://hydra.nixos.org/build/150926294

[1] https://sourceware.org/pipermail/libc-alpha/2021-August/129718.html
[2] See `${pkgs.glibc.dev}/include/bits/pthread_stack_min-dynamic.h`
[3] https://github.com/boostorg/thread/issues/283
[4] https://github.com/conan-io/conan-center-index/pull/361
2022-02-27 10:25:35 +01:00
..
1.55.nix
1.59.nix
1.60.nix
1.65.nix
1.66.nix
1.68.nix
1.69.nix boost1{69,70,72}: fix build w/glibc-2.34 2022-02-27 10:25:35 +01:00
1.70.nix boost1{69,70,72}: fix build w/glibc-2.34 2022-02-27 10:25:35 +01:00
1.72.nix boost1{69,70,72}: fix build w/glibc-2.34 2022-02-27 10:25:35 +01:00
1.73.nix
1.74.nix
1.75.nix
1.77.nix
clang-math-2.patch
clang-math.patch
cmake-paths-173.patch
cmake-paths.patch
darwin-1.55-no-system-python.patch
darwin-no-system-python.patch
default.nix
gcc-5.patch
generic.nix Merge pull request #153143 from r-burns/boost-no-atomics 2022-02-16 18:55:03 -08:00
pthread-stack-min-fix.patch boost1{69,70,72}: fix build w/glibc-2.34 2022-02-27 10:25:35 +01:00