Skip to content

gdal: fix tests with proj 9.8.0#499843

Closed
autra wants to merge 1 commit intoNixOS:masterfrom
autra:fix_gdal_proj9.8.0
Closed

gdal: fix tests with proj 9.8.0#499843
autra wants to merge 1 commit intoNixOS:masterfrom
autra:fix_gdal_proj9.8.0

Conversation

@autra
Copy link
Copy Markdown
Contributor

@autra autra commented Mar 14, 2026

Things done

Fix tests with proj 9.8.0, so that #498606 build is less red

  • 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.

@autra autra mentioned this pull request Mar 14, 2026
@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 101-500 This PR causes between 101 and 500 packages to rebuild on Linux. 10.rebuild-darwin: 101-500 This PR causes between 101 and 500 packages to rebuild on Darwin. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. labels Mar 14, 2026
@autra autra marked this pull request as ready for review March 14, 2026 17:28
@nixpkgs-ci nixpkgs-ci bot requested review from a team and dotlambda March 14, 2026 17:40
Copy link
Copy Markdown
Member

@dotlambda dotlambda left a comment

Choose a reason for hiding this comment

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

Use fetchpatch or add ?full_index=1.

@autra autra force-pushed the fix_gdal_proj9.8.0 branch from 0cfedce to b3fefb8 Compare March 15, 2026 15:26
@autra
Copy link
Copy Markdown
Contributor Author

autra commented Mar 15, 2026

@dotlambda done.

Note: I've checked all the build failures, they are all failing on master as well.

(fetchpatch2 {
name = "fix-test-ogr-geojson";
url = "https://github.com/OSGeo/gdal/commit/01a8dbb1e2eb64ba98888255d116d23d6e165ee5.patch?full_index=1";
hash = "sha256-JpDc/0pkLR76qI90MKRP09HUMAqnUZoLVb5+y3AaftA=";
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.

Suggested change
hash = "sha256-JpDc/0pkLR76qI90MKRP09HUMAqnUZoLVb5+y3AaftA=";
hash = "sha256-RlngFpBc21UW4Tj+XEElg76cVWg7xZwee7R3ioMosLg=";

@dotlambda
Copy link
Copy Markdown
Member

included in #498606

@dotlambda dotlambda closed this Mar 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 101-500 This PR causes between 101 and 500 packages to rebuild on Darwin. 10.rebuild-linux: 101-500 This PR causes between 101 and 500 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.

2 participants