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

ARM OSX Migrator #3

Merged

Conversation

regro-cf-autotick-bot
Copy link
Contributor

This feedstock is being rebuilt as part of the ARM OSX migration.

Feel free to merge the PR if CI is all green, but please don't close it
without reaching out the the ARM OSX team first at @conda-forge/help-osx-arm64.

If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase @conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https:/regro/autotick-bot/actions/runs/3542530655, please use this URL for debugging.

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

@traversaro traversaro added the automerge Merge the PR when CI passes label Nov 24, 2022
@traversaro traversaro closed this Nov 24, 2022
@traversaro traversaro reopened this Nov 24, 2022
@github-actions
Copy link
Contributor

Hi! This is the friendly conda-forge automerge bot!

I considered the following status checks when analyzing this PR:

  • linter: passed
  • travis: passed
  • azure: failed

Thus the PR was not passing and not merged.

@github-actions github-actions bot removed the automerge Merge the PR when CI passes label Nov 24, 2022
@github-actions
Copy link
Contributor

Hi! This is the friendly conda-forge automerge bot!

Commits were made to this PR after the automerge label was added. For security reasons, I have disabled automerge by removing the automerge label. Please add the automerge label again (or ask a maintainer to do so) if you'd like to enable automerge again!

@Tobias-Fischer
Copy link
Contributor

Hmm .. odd why the osx-arm64 build fails.

Relevant bits & pieces:

-- Installing: /Users/runner/miniforge3/conda-bld/gz-msgs9_1669312457054/_build_env/bin/gz_msgs_gen-9.0.0
-- Installing: /Users/runner/miniforge3/conda-bld/gz-msgs9_1669312457054/_build_env/bin/gz_msgs_gen
-- Installing: /Users/runner/miniforge3/conda-bld/gz-msgs9_1669312457054/_build_env/bin/ign_msgs_gen
...
cd /Users/runner/miniforge3/conda-bld/gz-msgs9_1669312457054/work && /Library/Frameworks/Python.framework/Versions/Current/bin/python3.11 tools/gz_msgs_generate.py --protoc-exec /Users/runner/miniforge3/conda-bld/gz-msgs9_1669312457054/_build_env/bin/protoc --gz-generator-bin /Users/runner/miniforge3/conda-bld/gz-msgs9_1669312457054/work/build/bin/gz_msgs_gen --generate-cpp TRUE --generate-ruby TRUE --generate-ignition TRUE --output-cpp-path /Users/runner/miniforge3/conda-bld/gz-msgs9_1669312457054/work/build/include --output-ruby-path /Users/runner/miniforge3/conda-bld/gz-msgs9_1669312457054/work/build/ruby --proto-path /Users/runner/miniforge3/conda-bld/gz-msgs9_1669312457054/work/proto --input-path /Users/runner/miniforge3/conda-bld/gz-msgs9_1669312457054/work/proto/gz/msgs/actuators.proto
/Users/runner/miniforge3/conda-bld/gz-msgs9_1669312457054/work/build/bin/gz_msgs_gen: program not found or is not executable

It seems like it's not looking for the gz_msgs_gen in the right spot, although the build.sh looks to be doing the right thing. Any clues @traversaro?

@traversaro
Copy link
Contributor

traversaro commented Nov 24, 2022

Hmm .. odd why the osx-arm64 build fails.

Relevant bits & pieces:

-- Installing: /Users/runner/miniforge3/conda-bld/gz-msgs9_1669312457054/_build_env/bin/gz_msgs_gen-9.0.0
-- Installing: /Users/runner/miniforge3/conda-bld/gz-msgs9_1669312457054/_build_env/bin/gz_msgs_gen
-- Installing: /Users/runner/miniforge3/conda-bld/gz-msgs9_1669312457054/_build_env/bin/ign_msgs_gen
...
cd /Users/runner/miniforge3/conda-bld/gz-msgs9_1669312457054/work && /Library/Frameworks/Python.framework/Versions/Current/bin/python3.11 tools/gz_msgs_generate.py --protoc-exec /Users/runner/miniforge3/conda-bld/gz-msgs9_1669312457054/_build_env/bin/protoc --gz-generator-bin /Users/runner/miniforge3/conda-bld/gz-msgs9_1669312457054/work/build/bin/gz_msgs_gen --generate-cpp TRUE --generate-ruby TRUE --generate-ignition TRUE --output-cpp-path /Users/runner/miniforge3/conda-bld/gz-msgs9_1669312457054/work/build/include --output-ruby-path /Users/runner/miniforge3/conda-bld/gz-msgs9_1669312457054/work/build/ruby --proto-path /Users/runner/miniforge3/conda-bld/gz-msgs9_1669312457054/work/proto --input-path /Users/runner/miniforge3/conda-bld/gz-msgs9_1669312457054/work/proto/gz/msgs/actuators.proto
/Users/runner/miniforge3/conda-bld/gz-msgs9_1669312457054/work/build/bin/gz_msgs_gen: program not found or is not executable

It seems like it's not looking for the gz_msgs_gen in the right spot, although the build.sh looks to be doing the right thing. Any clues @traversaro?

There was a regression in the cross-compilation support in gazebosim/gz-msgs#256 (the use of ${GZ_MSGS_GEN_EXECUTABLE} was changed back to directly use $<TARGET_FILE:gz_msgs_gen>), I tried to fix this in gazebosim/gz-msgs#319 .

@traversaro
Copy link
Contributor

The PR seems to be working fine.

@traversaro traversaro added the automerge Merge the PR when CI passes label Nov 24, 2022
@github-actions github-actions bot removed the automerge Merge the PR when CI passes label Nov 24, 2022
@github-actions
Copy link
Contributor

Hi! This is the friendly conda-forge automerge bot!

Commits were made to this PR after the automerge label was added. For security reasons, I have disabled automerge by removing the automerge label. Please add the automerge label again (or ask a maintainer to do so) if you'd like to enable automerge again!

@traversaro
Copy link
Contributor

@conda-forge-admin please rerender

conda-forge-webservices[bot] and others added 2 commits November 24, 2022 22:16
@Tobias-Fischer
Copy link
Contributor

@conda-forge-admin please rerender

@Tobias-Fischer Tobias-Fischer merged commit ddda5ee into conda-forge:main Nov 25, 2022
@regro-cf-autotick-bot regro-cf-autotick-bot deleted the bot-pr_arm_osx_h246249 branch November 25, 2022 01:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants