You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
juhp
changed the title
2.20.4 fails to build with Fedora
2.20.4 fails to build with Fedora: ‘typedef void traceable_allocator<void>::value_type’ is private within this context
Mar 4, 2024
That is correct. We needed this patch to fix a stack overflow.
Possible resolutions:
apply the patch to bdwgc / boehmgc (whichever it's called on Fedora)
or build without gc, ./configure --disable-gc (only if you have memory to spare and/or you only use this build to then build Nix with Nix and switch to that)
The patch has been applied upstream, but not released, afaik. Other preparations for the next bdwgc release are in #9900; wip, not a solution yet.
Happens with both unreleased Fedora 40 (or Rawhide) and current Fedora 39.
https://src.fedoraproject.org/rpms/boost
https://src.fedoraproject.org/rpms/gcc
The text was updated successfully, but these errors were encountered: