Skip to content

openscenegraph: Fixing compiling on Darwin#384430

Merged
7c6f434c merged 1 commit intoNixOS:masterfrom
DaGenix:fix-openscenegraph
Feb 23, 2025
Merged

openscenegraph: Fixing compiling on Darwin#384430
7c6f434c merged 1 commit intoNixOS:masterfrom
DaGenix:fix-openscenegraph

Conversation

@DaGenix
Copy link
Copy Markdown
Contributor

@DaGenix DaGenix commented Feb 23, 2025

The pull request on OpenSceneGraph contains an explanation of why this is necessary:
openscenegraph/OpenSceneGraph#1360. This fixes compiling on Darwin, which was broken by the change to have libtiff compiled with CMake in 8b72443 which was merged as part of #366566.

FYI: @alyssais

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.

The pull request on OpenSceneGraph contains an explanation of why this
is necessary:
openscenegraph/OpenSceneGraph#1360. This fixes
compiling on Darwin, which was broken by the change to have libtiff
compiled with CMake in 8b72443 which
was merged as part of NixOS#366566.
@ofborg ofborg Bot added the 6.topic: darwin Running or building packages on Darwin label Feb 23, 2025
@github-actions github-actions Bot added 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. labels Feb 23, 2025
@nix-owners nix-owners Bot requested review from 7c6f434c and aanderse February 23, 2025 04:12
@DaGenix
Copy link
Copy Markdown
Contributor Author

DaGenix commented Feb 23, 2025

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 384430


aarch64-darwin

⏩ 1 package marked as broken and skipped:
  • sumo
❌ 15 packages failed to build:
  • gepetto-viewer (python312Packages.gepetto-viewer)
  • gepetto-viewer-corba (python312Packages.gepetto-viewer-corba)
  • gepetto-viewer-corba.doc (python312Packages.gepetto-viewer-corba.doc)
  • gepetto-viewer.bin (python312Packages.gepetto-viewer.bin)
  • gepetto-viewer.dev (python312Packages.gepetto-viewer.dev)
  • gepetto-viewer.doc (python312Packages.gepetto-viewer.doc)
  • python312Packages.gepetto-gui
  • 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
  • saga
✅ 4 packages built:
  • grass
  • openscenegraph
  • osgqt
  • pdal

All of the packages that failed to build were already failing. osgqt, pdal, and grass were previously failing on Darwin, but now build.

@7c6f434c 7c6f434c merged commit da96f9d into NixOS:master Feb 23, 2025
@DaGenix DaGenix deleted the fix-openscenegraph branch February 23, 2025 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: darwin Running or building packages on Darwin 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants