Skip to content

at-spi2-core: fix build with clang 16#243537

Merged
vcunat merged 1 commit intoNixOS:stagingfrom
reckenrode:at-spi2-clang16
Jul 17, 2023
Merged

at-spi2-core: fix build with clang 16#243537
vcunat merged 1 commit intoNixOS:stagingfrom
reckenrode:at-spi2-clang16

Conversation

@reckenrode
Copy link
Copy Markdown
Contributor

Add missing header for implicit declaration of strcasecmp.

Description of changes
Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • 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/)
  • 23.11 Release Notes (or backporting 23.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.

@ofborg ofborg bot added 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 1001-2500 This PR causes many rebuilds on Darwin and should most likely target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 5001+ This PR causes many rebuilds on Linux and must target the staging branches. labels Jul 14, 2023
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

GNOME packages prefer having patches just after src, see https://discourse.nixos.org/t/document-attribute-ordering-in-package-expressions/4887.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Could you please forward this upstream and then use fetchpatch here?

Add missing header for implicit declaration of `strcasecmp`.
@reckenrode
Copy link
Copy Markdown
Contributor Author

@jtojnar I submitted the patch upstream, moved patches to just after src, and used fetchpatch to pull the patch from the MR.

@ofborg ofborg bot requested a review from jtojnar July 14, 2023 23:43
@vcunat vcunat merged commit 837ad22 into NixOS:staging Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 1001-2500 This PR causes many rebuilds on Darwin and should most likely target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 5001+ This PR causes many rebuilds on Linux and must target the staging branches.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants