Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boost: fix build for non x86_64 hostPlatforms #358590

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

tobim
Copy link
Contributor

@tobim tobim commented Nov 23, 2024

#356102 (comment)

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 25.05 Release Notes (or backporting 24.11 and 25.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

Copy link
Member

@emilazy emilazy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for looking into this!

(FWIW, I‘m working on unpinning a bunch of packages that are unnecessarily pinned to an older Boost, to try and reduce the amount of GCC 14‐related patching we have to do for issues like #356812 (comment). It’s going very well so far.)

pkgs/development/libraries/boost/generic.nix Outdated Show resolved Hide resolved
@tobim tobim force-pushed the pkgs/fix-boost-libc++ branch from 19c078d to 3e2ceab Compare November 24, 2024 15:33
@ofborg ofborg bot requested a review from hjones2199 November 25, 2024 09:22
@emilazy emilazy merged commit d9d68fe into NixOS:staging Nov 25, 2024
37 of 38 checks passed
@kfiz
Copy link

kfiz commented Jan 1, 2025

@tobim @emilazy this breaks aarch64-darwin: error: Invalid property '<boost.stacktrace.from_exception>off': unknown feature 'boost.stacktrace.from_exception'

@emilazy
Copy link
Member

emilazy commented Jan 1, 2025

Sorry about that; fix up at #369964.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants