Skip to content

qt5.qtwebengine: fix build with Ninja 1.12#315787

Merged
K900 merged 1 commit intoNixOS:stagingfrom
reckenrode:qtwebengine5-fix
May 30, 2024
Merged

qt5.qtwebengine: fix build with Ninja 1.12#315787
K900 merged 1 commit intoNixOS:stagingfrom
reckenrode:qtwebengine5-fix

Conversation

@reckenrode
Copy link
Contributor

@reckenrode reckenrode commented May 30, 2024

Description of changes

I ran into this while working on my cctools/cross/clang18 branch, which is rebased on staging regularly. It appears the Ninja upgrade in #303416 broke the Qt WebEngine build. I believe this affects the Qt 6 version as well, but it should be fixed upstream in 6.71. (Unfortunately, Qt WebEngine 6 fails to build on Darwin for other reasons, so I can’t test it.)

Targeting staging because I assume there will still be quite a few Linux rebuilds.

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/)
  • 24.11 Release Notes (or backporting 23.11 and 24.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.

@github-actions github-actions bot added the 6.topic: qt/kde Object-oriented framework for GUI creation label May 30, 2024
@K900 K900 merged commit 8244f2c into NixOS:staging May 30, 2024
@ofborg ofborg bot added 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 101-500 This PR causes between 101 and 500 packages to rebuild on Linux. labels May 30, 2024
@reckenrode reckenrode deleted the qtwebengine5-fix branch May 30, 2024 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: qt/kde Object-oriented framework for GUI creation 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 101-500 This PR causes between 101 and 500 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants