Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mapnik: 4.0.4 -> 4.0.5 #378766

Merged
merged 1 commit into from
Feb 3, 2025
Merged

mapnik: 4.0.4 -> 4.0.5 #378766

merged 1 commit into from
Feb 3, 2025

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Feb 2, 2025

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for mapnik is: Open source toolkit for developing mapping applications

meta.homepage for mapnik is: https://mapnik.org

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 4.0.5 with grep in /nix/store/m46hwk0yril9pmlbb3vwd9sylwxjcqy2-mapnik-4.0.5
  • found 4.0.5 in filename of file in /nix/store/m46hwk0yril9pmlbb3vwd9sylwxjcqy2-mapnik-4.0.5

Rebuild report (if merged into master) (click to expand)
8 total rebuild path(s)

8 package rebuild(s)

First fifty rebuilds by attrpath

apacheHttpdPackages.mod_tile
apacheHttpdPackages_2_4.mod_tile
mapnik
perl538Packages.Tirex
perl540Packages.Tirex
python312Packages.python-mapnik
python313Packages.python-mapnik
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/m46hwk0yril9pmlbb3vwd9sylwxjcqy2-mapnik-4.0.5 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A mapnik https://github.com/r-ryantm/nixpkgs/archive/a077f94c4afe4a46f1aea9d99a981b38f71b46ab.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/a077f94c4afe4a46f1aea9d99a981b38f71b46ab#mapnik

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/m46hwk0yril9pmlbb3vwd9sylwxjcqy2-mapnik-4.0.5
ls -la /nix/store/m46hwk0yril9pmlbb3vwd9sylwxjcqy2-mapnik-4.0.5/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review


x86_64-linux

⏩ 4 packages marked as broken and skipped:
  • python312Packages.python-mapnik
  • python312Packages.python-mapnik.dist
  • python313Packages.python-mapnik
  • python313Packages.python-mapnik.dist
✅ 6 packages built:
  • apacheHttpdPackages.mod_tile
  • mapnik
  • perl538Packages.Tirex
  • perl538Packages.Tirex.devdoc
  • perl540Packages.Tirex
  • perl540Packages.Tirex.devdoc

Maintainer pings

cc @autra @imincik @l0b0 @nh2 @nialov @sikmir @willcohen @hrdinka @hummeltech for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@sikmir
Copy link
Member

sikmir commented Feb 2, 2025

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 378766


x86_64-darwin

⏩ 4 packages marked as broken and skipped:
  • python312Packages.python-mapnik
  • python312Packages.python-mapnik.dist
  • python313Packages.python-mapnik
  • python313Packages.python-mapnik.dist
❌ 5 packages failed to build:
  • mapnik
  • perl538Packages.Tirex
  • perl538Packages.Tirex.devdoc
  • perl540Packages.Tirex
  • perl540Packages.Tirex.devdoc
mapnik> In file included from /tmp/nix-build-mapnik-4.0.5.drv-0/source/deps/mapbox/variant/include/mapbox/variant.hpp:8:
mapnik> /nix/store/icz7h6qd37drf5gi8512w3xi7cnfqzhq-libcxx-19.1.6-dev/include/c++/v1/string:820:42: error: implicit instantiation of undefined template 'std::char_traits<int>'
mapnik>   820 |   static_assert(is_same<_CharT, typename traits_type::char_type>::value,
mapnik>       |

@imincik
Copy link
Contributor

imincik commented Feb 3, 2025

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 378766

x86_64-darwin

⏩ 4 packages marked as broken and skipped:
❌ 5 packages failed to build:

mapnik> In file included from /tmp/nix-build-mapnik-4.0.5.drv-0/source/deps/mapbox/variant/include/mapbox/variant.hpp:8:
mapnik> /nix/store/icz7h6qd37drf5gi8512w3xi7cnfqzhq-libcxx-19.1.6-dev/include/c++/v1/string:820:42: error: implicit instantiation of undefined template 'std::char_traits<int>'
mapnik>   820 |   static_assert(is_same<_CharT, typename traits_type::char_type>::value,
mapnik>       |

mapnik is failing on Darwin since December 2024

@imincik imincik merged commit 5af943f into NixOS:master Feb 3, 2025
25 of 27 checks passed
@imincik
Copy link
Contributor

imincik commented Feb 3, 2025

PR to unbreak python-mapnik - #379057

@r-ryantm r-ryantm deleted the auto-update/mapnik branch February 4, 2025 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants