Skip to content

pdfslicer: fix build with cmake4#453370

Merged
dotlambda merged 1 commit intoNixOS:masterfrom
Sigmanificient:cmake4/pdfslicer
Oct 26, 2025
Merged

pdfslicer: fix build with cmake4#453370
dotlambda merged 1 commit intoNixOS:masterfrom
Sigmanificient:cmake4/pdfslicer

Conversation

@Sigmanificient
Copy link
Member

@Sigmanificient Sigmanificient commented Oct 19, 2025

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.

@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. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. labels Oct 19, 2025
@nix-owners nix-owners bot requested a review from dotlambda October 19, 2025 00:23
@Sigmanificient
Copy link
Member Author

nixpkgs-review result

Generated using nixpkgs-review-gha

Command: nixpkgs-review pr 453370
Commit: b48f60307545e6e888769827cd6b1381508ec1e2 (subsequent changes)
Merge: 37e1ea69c95ba286803985e8268e2ad1531f9436

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


x86_64-linux

✅ 1 package built:
  • pdfslicer

aarch64-linux

✅ 1 package built:
  • pdfslicer

x86_64-darwin (sandbox = true)

❌ 1 package failed to build:
  • pdfslicer

Error logs: `x86_64-darwin`
pdfslicer
-- Performing Test SUPPORTS_USER_DEFINED_LITERALS
-- Performing Test SUPPORTS_USER_DEFINED_LITERALS - Success
-- Performing Test HAS_NULLPTR_WARNING
-- Performing Test HAS_NULLPTR_WARNING - Success
-- Looking for open
-- Looking for open - found
-- Could NOT find Git (missing: GIT_EXECUTABLE) 
-- Checking for module 'uuid'
--   No package 'uuid' found
CMake Error at /nix/store/6cjky7lsm3n9fd1l1yfs084vawf8qs2c-cmake-4.1.1/share/cmake-4.1/Modules/FindPkgConfig.cmake:639 (message):
  The following required packages were not found:
  • uuid

Call Stack (most recent call first):
/nix/store/6cjky7lsm3n9fd1l1yfs084vawf8qs2c-cmake-4.1.1/share/cmake-4.1/Modules/FindPkgConfig.cmake:867 (_pkg_check_modules_internal)
third-party/stduuid/CMakeLists.txt:7 (pkg_check_modules)

-- Configuring incomplete, errors occurred!


aarch64-darwin (sandbox = true)

❌ 1 package failed to build:
  • pdfslicer

Error logs: `aarch64-darwin`
pdfslicer
-- Performing Test SUPPORTS_USER_DEFINED_LITERALS
-- Performing Test SUPPORTS_USER_DEFINED_LITERALS - Success
-- Performing Test HAS_NULLPTR_WARNING
-- Performing Test HAS_NULLPTR_WARNING - Success
-- Looking for open
-- Looking for open - found
-- Could NOT find Git (missing: GIT_EXECUTABLE) 
-- Checking for module 'uuid'
--   No package 'uuid' found
CMake Error at /nix/store/7f42ksnx9chv8clzni5k3ym0dp5sk3xq-cmake-4.1.1/share/cmake-4.1/Modules/FindPkgConfig.cmake:639 (message):
  The following required packages were not found:
  • uuid

Call Stack (most recent call first):
/nix/store/7f42ksnx9chv8clzni5k3ym0dp5sk3xq-cmake-4.1.1/share/cmake-4.1/Modules/FindPkgConfig.cmake:867 (_pkg_check_modules_internal)
third-party/stduuid/CMakeLists.txt:7 (pkg_check_modules)

-- Configuring incomplete, errors occurred!

@dotlambda dotlambda added this pull request to the merge queue Oct 26, 2025
Merged via the queue into NixOS:master with commit d8cc103 Oct 26, 2025
34 of 36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants