Skip to content

osgqt: fix for CMake v4#445587

Merged
SuperSandro2000 merged 1 commit intoNixOS:masterfrom
nim65s:osgqt-cmake4
Oct 8, 2025
Merged

osgqt: fix for CMake v4#445587
SuperSandro2000 merged 1 commit intoNixOS:masterfrom
nim65s:osgqt-cmake4

Conversation

@nim65s
Copy link
Contributor

@nim65s nim65s commented Sep 23, 2025

ref. openscenegraph/osgQt#65, but upstream does not seem reactive.

part of #445447

Things done

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

Add a 👍 reaction to pull requests you find important.

@nim65s nim65s marked this pull request as draft September 23, 2025 17:32
@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. labels Sep 23, 2025
@nim65s nim65s force-pushed the osgqt-cmake4 branch 2 times, most recently from 541d08f to 1b151fb Compare September 23, 2025 17:45
ref. openscenegraph/osgQt#65, but upstream does
not seem reactive.

part of NixOS#445447
@nim65s nim65s marked this pull request as ready for review October 8, 2025 09:50
@nixpkgs-ci nixpkgs-ci bot added the 9.needs: reviewer This PR currently has no reviewers requested and needs attention. label Oct 8, 2025
@Sigmanificient
Copy link
Member

nixpkgs-review result

Generated using nixpkgs-review-gha

Command: nixpkgs-review pr 445587
Commit: af3064e719dcbefc9e3651750033557fcc24dce3 (subsequent changes)
Merge: 9bbc7054a58c63e596cf3e67976d09f925978173

Logs: https://github.com/Sigmanificient/nixpkgs-review-gha/actions/runs/18341462515


x86_64-linux

⏩ 20 packages marked as broken and skipped:
  • gepetto-viewer
  • gepetto-viewer-corba
  • gepetto-viewer-corba.doc
  • gepetto-viewer.bin
  • gepetto-viewer.dev
  • gepetto-viewer.doc
  • python312Packages.gepetto-gui
  • python312Packages.gepetto-viewer
  • python312Packages.gepetto-viewer-corba
  • python312Packages.gepetto-viewer-corba.doc
  • python312Packages.gepetto-viewer.bin
  • python312Packages.gepetto-viewer.dev
  • python312Packages.gepetto-viewer.doc
  • python313Packages.gepetto-gui
  • python313Packages.gepetto-viewer
  • python313Packages.gepetto-viewer-corba
  • python313Packages.gepetto-viewer-corba.doc
  • python313Packages.gepetto-viewer.bin
  • python313Packages.gepetto-viewer.dev
  • python313Packages.gepetto-viewer.doc
✅ 1 package built:
  • osgqt

aarch64-linux

⏩ 20 packages marked as broken and skipped:
  • gepetto-viewer
  • gepetto-viewer-corba
  • gepetto-viewer-corba.doc
  • gepetto-viewer.bin
  • gepetto-viewer.dev
  • gepetto-viewer.doc
  • python312Packages.gepetto-gui
  • python312Packages.gepetto-viewer
  • python312Packages.gepetto-viewer-corba
  • python312Packages.gepetto-viewer-corba.doc
  • python312Packages.gepetto-viewer.bin
  • python312Packages.gepetto-viewer.dev
  • python312Packages.gepetto-viewer.doc
  • python313Packages.gepetto-gui
  • python313Packages.gepetto-viewer
  • python313Packages.gepetto-viewer-corba
  • python313Packages.gepetto-viewer-corba.doc
  • python313Packages.gepetto-viewer.bin
  • python313Packages.gepetto-viewer.dev
  • python313Packages.gepetto-viewer.doc
✅ 1 package built:
  • osgqt

x86_64-darwin (sandbox = true)

⏩ 20 packages marked as broken and skipped:
  • gepetto-viewer
  • gepetto-viewer-corba
  • gepetto-viewer-corba.doc
  • gepetto-viewer.bin
  • gepetto-viewer.dev
  • gepetto-viewer.doc
  • python312Packages.gepetto-gui
  • python312Packages.gepetto-viewer
  • python312Packages.gepetto-viewer-corba
  • python312Packages.gepetto-viewer-corba.doc
  • python312Packages.gepetto-viewer.bin
  • python312Packages.gepetto-viewer.dev
  • python312Packages.gepetto-viewer.doc
  • python313Packages.gepetto-gui
  • python313Packages.gepetto-viewer
  • python313Packages.gepetto-viewer-corba
  • python313Packages.gepetto-viewer-corba.doc
  • python313Packages.gepetto-viewer.bin
  • python313Packages.gepetto-viewer.dev
  • python313Packages.gepetto-viewer.doc
❌ 1 package failed to build:
  • osgqt

aarch64-darwin (sandbox = true)

⏩ 20 packages marked as broken and skipped:
  • gepetto-viewer
  • gepetto-viewer-corba
  • gepetto-viewer-corba.doc
  • gepetto-viewer.bin
  • gepetto-viewer.dev
  • gepetto-viewer.doc
  • python312Packages.gepetto-gui
  • python312Packages.gepetto-viewer
  • python312Packages.gepetto-viewer-corba
  • python312Packages.gepetto-viewer-corba.doc
  • python312Packages.gepetto-viewer.bin
  • python312Packages.gepetto-viewer.dev
  • python312Packages.gepetto-viewer.doc
  • python313Packages.gepetto-gui
  • python313Packages.gepetto-viewer
  • python313Packages.gepetto-viewer-corba
  • python313Packages.gepetto-viewer-corba.doc
  • python313Packages.gepetto-viewer.bin
  • python313Packages.gepetto-viewer.dev
  • python313Packages.gepetto-viewer.doc
❌ 1 package failed to build:
  • osgqt

@nim65s
Copy link
Contributor Author

nim65s commented Oct 8, 2025

My darwin box is down, I can't check that :(
That nixpkgs-review-gha seems great though, maybe I can try it

@SuperSandro2000
Copy link
Member

error: derivation '/nix/store/x4ql7y2s1wgpx9s9786a4rdwfpfaf7ms-osgQt-3.5.7-unstable-2025-10-08.drv' specifies a sandbox profile, but this is only allowed when 'sandbox' is 'relaxed'

@SuperSandro2000 SuperSandro2000 added this pull request to the merge queue Oct 8, 2025
Merged via the queue into NixOS:master with commit f85d4cc Oct 8, 2025
31 of 35 checks passed
@nim65s nim65s deleted the osgqt-cmake4 branch October 8, 2025 11:58
@nim65s nim65s mentioned this pull request Oct 23, 2025
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

9.needs: reviewer This PR currently has no reviewers requested and needs attention. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants