forked from lopsided98/nix-ros-overlay
-
Notifications
You must be signed in to change notification settings - Fork 1
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
rosdistro sync, Wed Feb 26 07:26:14 2025 #9
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fixes this error: ``` > CMake Error at CMakeLists.txt:114 (message): > Mismatch in ros-jazzy-gz-common-vendor version (Nix: 5.7.0, upstream: > 5.7.1). Fix this in overrides.nix. ``` The new hash is retrieved with `nix flake prefetch github:gazebosim/gz-common/gz-common5_5.7.1` command that returns correct old hash for the previous revision.
Fixes this error: ``` > CMake Error at CMakeLists.txt:114 (message): > Mismatch in ros-jazzy-gz-msgs-vendor version (Nix: 10.3.1, upstream: > 10.3.2). Fix this in overrides.nix. ```
… about vendored source The information is store in vendored-source.json files in the package directories. The file can be automatically generated by running, e.g.: $(nix-build -A rosPackages.jazzy.gz-math-vendor.updateAmentVendor)' This command executes cmake for the given packages with an alternative version of the ament_vendor macro, which generates the file. The above command generates: $ cat distros/jazzy/gz-math-vendor/vendored-source.json { "url": "https://github.com/gazebosim/gz-math.git", "rev": "gz-math7_7.5.2", "hash": "sha256-LwYeyv8nwX06n5ju+ra2uqNMedMSLRumem8qDHXtNns=" } patchAmentVendorGit is updated to pick the information about patching from that file instead of from its arguments. patchGzAmentVendorGit is updated similarly.
Now, this information can be automatically updated, which will be done in next commits.
This script automatically updates (or generates) all vendored-source.json files.
These files were generated by running ./maintainers/scripts/update-ament-vendor.sh several times (see the comment in the script to understand why).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Superflore Nix generator began regeneration of all packages from ROS distro ['jazzy'] from nix-ros-overlay commit 90b26f5.
This pull request was generated by running the following command:
Jazzy Changes:
Missing Dependencies: