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
CC @rhelmot@artemist do you know with the variosu C++ ABI changes whether this will start working in 24.11?
@edolstra I doubt the alignment is actually funky, but I also don't know whether it is for sure. We could do a static_assert or C-style allocation (with alignment) instead, but I am hoping that the problem will also just go away.
Interesting... I've had issues with -Wl,-z,defs flags in lix that I fixed, but only for libc symbols, not for C++ symbols. The lix build issues were all fixed in 24.11, but IIRC C++ wasn't part of that, just Rust.
I'm not actually sure how to reproduce this - when I try to nix build github:nixos/nixpkgs/nixos-24.05#pkgsCross.x86_64-freebsd.stdenv.cc as indicated by the flake I get a gcc internal compiler error: Segmentation fault while compiling llvm17?
I ran across an old conversation (september) between myself and Joerg about this error specifically. It looks like we determined that it was already fixed by simply switching to nixpkgs-unstable, and at the time I identified NixOS/nixpkgs#316249 as the fix.
Describe the bug
https://hydra.nixos.org/build/277988251
It fails with
due to
in
src/libexpr-c/nix_api_expr.cc
.@Ericson2314 Do we actually need the explicit alignment?
Steps To Reproduce
Expected behavior
A clear and concise description of what you expected to happen.
nix-env --version
outputAdditional context
Add any other context about the problem here.
Priorities
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered: