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

vorbisgain: Fix build with GCC 14 #372004

Merged
merged 3 commits into from
Jan 8, 2025
Merged

Conversation

FraGag
Copy link
Contributor

@FraGag FraGag commented Jan 8, 2025

vorbisgain currently doesn't build on master since GCC was updated to version 14.

  • Remove patchPhase (it's redundant)
  • Add patch to fix implicit declaration of isatty() (fixes the build)
  • Add patch for incorrect usage of fprintf() and remove hardeningDisable = [ "format" ] (improves safety)

Fixes #370032

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.

FraGag added 3 commits January 7, 2025 22:12
- configure is already executable in 0.37
- The man page is installed just fine even without --mandir
@FraGag FraGag force-pushed the vorbisgain-isatty branch from 373954d to 31c64cd Compare January 8, 2025 03:12
Copy link
Member

@FliegendeWurst FliegendeWurst left a comment

Choose a reason for hiding this comment

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

The patchPhase override is both redundant and would have prevented your patches from applying 👍

@FliegendeWurst FliegendeWurst merged commit e0d9641 into NixOS:master Jan 8, 2025
39 of 43 checks passed
@FraGag FraGag deleted the vorbisgain-isatty branch January 11, 2025 03:48
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.

Build failure: vorbisgain-0.37
2 participants