Closed regro-cf-autotick-bot closed 1 year ago
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.
Again error due to missing deps of the python side:
2023-11-11T15:15:18.5079068Z conda_libmamba_solver.conda_build_exceptions.ExplainedDependencyNeedsBuildingError: Unsatisfiable dependencies for platform linux-64: {MatchSpec("libopencv[version='>=4.8.1,<4.8.2.0a0']"), MatchSpec("libbipedal-locomotion-framework==0.15.0=he403c79_3")}
2023-11-11T15:15:18.5080652Z Encountered problems while solving:
2023-11-11T15:15:18.5081785Z - package libbipedal-locomotion-framework-0.15.0-he403c79_3 requires libopencv >=4.8.1,<4.8.2.0a0, but none of the providers can be installed
2023-11-11T15:15:18.5082754Z
2023-11-11T15:15:18.5083143Z Could not solve for environment specs
2023-11-11T15:15:18.5083577Z The following packages are incompatible
2023-11-11T15:15:18.5084587Z ├─ libbipedal-locomotion-framework 0.15.0.* he403c79_3 is installable and it requires
2023-11-11T15:15:18.5085498Z │ └─ libopencv >=4.8.1,<4.8.2.0a0 , which can be installed;
2023-11-11T15:15:18.5086566Z └─ libopencv 4.8.0.* py38hb4d4081_0 is not installable because it conflicts with any installable versions previously reported.
2023-11-11T15:15:18.5087368Z
we should add libopencv to the python bindings depednencies, together with this libraries for which the build script prints a warning:
2023-11-12T01:37:14.6229659Z WARNING (libbipedal-locomotion-framework,lib/yarp/YarpRobotLoggerDevice.so): Needed DSO lib/libmatioCpp.so.0.2.2 found in ['libmatio-cpp']
2023-11-12T01:37:14.6231437Z WARNING (libbipedal-locomotion-framework,lib/yarp/YarpRobotLoggerDevice.so): .. but ['libmatio-cpp'] not in reqs/run, (i.e. it is overlinking) (likely) or a missing dependency (less likely)
2023-11-12T01:37:16.1958771Z WARNING (libbipedal-locomotion-framework,bin/blf-realsense-test-0.15.0): Needed DSO lib/libvtkRenderingCore-9.2.so.1 found in ['vtk-base']
2023-11-12T01:37:16.1960314Z WARNING (libbipedal-locomotion-framework,bin/blf-realsense-test-0.15.0): .. but ['vtk-base'] not in reqs/run, (i.e. it is overlinking) (likely) or a missing dependency (less likely)
2023-11-12T01:37:16.1961841Z WARNING (libbipedal-locomotion-framework,bin/blf-realsense-test-0.15.0): Needed DSO lib/libvtkCommonDataModel-9.2.so.1 found in ['vtk-base']
2023-11-12T01:37:16.1963390Z WARNING (libbipedal-locomotion-framework,bin/blf-realsense-test-0.15.0): .. but ['vtk-base'] not in reqs/run, (i.e. it is overlinking) (likely) or a missing dependency (less likely)
2023-11-12T01:37:16.1971872Z WARNING (libbipedal-locomotion-framework,bin/blf-realsense-test-0.15.0): Needed DSO lib/libvtkCommonMath-9.2.so.1 found in ['vtk-base']
2023-11-12T01:37:16.1973591Z WARNING (libbipedal-locomotion-framework,bin/blf-realsense-test-0.15.0): .. but ['vtk-base'] not in reqs/run, (i.e. it is overlinking) (likely) or a missing dependency (less likely)
2023-11-12T01:37:16.2175185Z WARNING (libbipedal-locomotion-framework,bin/blf-realsense-test-0.15.0): Needed DSO lib/libvtkCommonCore-9.2.so.1 found in ['vtk-base']
2023-11-12T01:37:16.2176787Z WARNING (libbipedal-locomotion-framework,bin/blf-realsense-test-0.15.0): .. but ['vtk-base'] not in reqs/run, (i.e. it is overlinking) (likely) or a missing dependency (less likely)
2023-11-12T01:37:16.2378065Z WARNING (libbipedal-locomotion-framework,bin/blf-realsense-test-0.15.0): Needed DSO lib/libvtksys-9.2.so.1 found in ['vtk-base']
2023-11-12T01:37:16.2379703Z WARNING (libbipedal-locomotion-framework,bin/blf-realsense-test-0.15.0): .. but ['vtk-base'] not in reqs/run, (i.e. it is overlinking) (likely) or a missing dependency (less likely)
2023-11-12T01:42:57.7190159Z WARNING (bipedal-locomotion-framework-python,lib/python3.8/site-packages/bipedal_locomotion_framework/bindings.cpython-38-x86_64-linux-gnu.so): Needed DSO lib/libopencv_stitching.so.408 found in ['libopencv']
2023-11-12T01:42:57.7192900Z WARNING (bipedal-locomotion-framework-python,lib/python3.8/site-packages/bipedal_locomotion_framework/bindings.cpython-38-x86_64-linux-gnu.so): .. but ['libopencv'] not in reqs/run, (i.e. it is overlinking) (likely) or a missing dependency (less likely)
2023-11-12T01:42:57.7405398Z WARNING (bipedal-locomotion-framework-python,lib/python3.8/site-packages/bipedal_locomotion_framework/bindings.cpython-38-x86_64-linux-gnu.so): Needed DSO lib/libopencv_core.so.408 found in ['libopencv']
2023-11-12T01:42:57.7407833Z WARNING (bipedal-locomotion-framework-python,lib/python3.8/site-packages/bipedal_locomotion_framework/bindings.cpython-38-x86_64-linux-gnu.so): .. but ['libopencv'] not in reqs/run, (i.e. it is overlinking) (likely) or a missing dependency (less likely)
we should add libopencv to the python bindings depednencies, together with this libraries for which the build script prints a warning:
Also fixed by https://github.com/conda-forge/libmatio-cpp-feedstock/pull/10 .
@conda-forge-admin please re-render
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!
Hi! This is the friendly automated conda-forge-webservice.
I tried to rerender for you, but it looks like there was nothing to do.
This message was generated by GitHub actions workflow run https://github.com/conda-forge/bipedal-locomotion-framework-feedstock/actions/runs/6843571874.
Hi! This is the friendly conda-forge automerge bot!
I considered the following status checks when analyzing this PR:
Thus the PR was passing and merged! Have a great day!
This PR has been triggered in an effort to update python312.
Notes and instructions for merging this PR:
Please note that if you close this PR we presume that the feedstock has been rebuilt, so if you are going to perform the rebuild yourself don't close this PR until the your rebuild has been merged.
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 code>@<space/conda-forge-admin, please rerun bot in a PR comment to have theconda-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/cf-scripts/actions/runs/6834610685, please use this URL for debugging.