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 #24

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://github.com/regro/autotick-bot/actions/runs/4218126397, please use this URL for debugging.

@conda-forge-webservices
Copy link
Contributor

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 Feb 20, 2023
@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
  • azure: failed

Thus the PR was not passing and not merged.

@traversaro
Copy link
Contributor

The failure is:

2023-02-20T22:50:10.6162820Z -- Looking for pthread_create in pthread
2023-02-20T22:50:10.8121560Z -- Looking for pthread_create in pthread - not found
2023-02-20T22:50:10.8545520Z CMake Error at /Users/runner/miniforge3/conda-bld/librealsense_1676933182974/_build_env/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
2023-02-20T22:50:10.8547970Z   Could NOT find Threads (missing: Threads_FOUND)
2023-02-20T22:50:10.8558610Z Call Stack (most recent call first):
2023-02-20T22:50:10.8561150Z   /Users/runner/miniforge3/conda-bld/librealsense_1676933182974/_build_env/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
2023-02-20T22:50:10.8563600Z   /Users/runner/miniforge3/conda-bld/librealsense_1676933182974/_build_env/share/cmake-3.25/Modules/FindThreads.cmake:228 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
2023-02-20T22:50:10.8565800Z   tools/convert/CMakeLists.txt:10 (find_package)
2023-02-20T22:50:10.8566900Z 
2023-02-20T22:50:10.8567800Z 
2023-02-20T22:50:10.8569570Z -- Configuring incomplete, errors occurred!
2023-02-20T22:50:10.8570900Z See also "$SRC_DIR/build/CMakeFiles/CMakeOutput.log".
2023-02-20T22:50:10.8572300Z See also "$SRC_DIR/build/CMakeFiles/CMakeError.log".
2023-02-20T22:50:13.0603010Z Traceback (most recent call last):

Something is going wrong in the compilation of this snippet: https://github.com/Kitware/CMake/blob/v3.25.2/Modules/FindThreads.cmake#L71 .

@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!

@github-actions github-actions bot removed the automerge Merge the PR when CI passes label Feb 26, 2023
@traversaro traversaro added the automerge Merge the PR when CI passes label Feb 26, 2023
@traversaro
Copy link
Contributor

New failure:

2023-02-26T21:02:26.0359640Z clang-14: warning: argument unused during compilation: '-mfloat-abi=hard' [-Wunused-command-line-argument]
2023-02-26T21:02:26.0806410Z [174/183] Linking CXX executable tools/embed/rs-embed
2023-02-26T21:02:26.0807770Z FAILED: tools/embed/rs-embed 
2023-02-26T21:02:26.0811570Z : && $BUILD_PREFIX/bin/arm64-apple-darwin20.0.0-clang++ -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -stdlib=libc++ -fvisibility-inlines-hidden -fmessage-length=0 -isystem $PREFIX/include -fdebug-prefix-map=$SRC_DIR=/usr/local/src/conda/librealsense-2.53.1 -fdebug-prefix-map=$PREFIX=/usr/local/src/conda-prefix -pedantic -g -Wno-missing-field-initializers -Wno-switch -Wno-multichar -Wsequence-point -Wformat -Wformat-security -mfpu=neon -mfloat-abi=hard -ftree-vectorize -latomic -pthread -O3 -DNDEBUG -isysroot /Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -mmacosx-version-min=11.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,$PREFIX/lib -L$PREFIX/lib tools/embed/CMakeFiles/rs-embed.dir/rs-embed.cpp.o tools/embed/CMakeFiles/rs-embed.dir/__/__/third-party/realsense-file/lz4/lz4.c.o -o tools/embed/rs-embed   && :
2023-02-26T21:02:26.0814790Z ld: library not found for -latomic

@github-actions github-actions bot removed the automerge Merge the PR when CI passes label Feb 26, 2023
@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 traversaro merged commit f9330a8 into conda-forge:main Feb 26, 2023
@regro-cf-autotick-bot regro-cf-autotick-bot deleted the bot-pr_arm_osx_h9ed797 branch February 26, 2023 22:16
@traversaro traversaro mentioned this pull request Feb 27, 2023
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.

2 participants