conda-forge / vtk-feedstock

A conda-smithy repository for vtk.
BSD 3-Clause "New" or "Revised" License
13 stars 64 forks source link

Rebuild for lz4_c19 #241

Closed regro-cf-autotick-bot closed 2 years ago

regro-cf-autotick-bot commented 2 years ago

This PR has been triggered in an effort to update lz4_c19.

Notes and instructions for merging this PR:

  1. Please merge the PR only after the tests have passed.
  2. Feel free to push to the bot's branch to update this PR if needed.

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 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/2342419208, please use this URL for debugging.

conda-forge-linter commented 2 years 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.

larsoner commented 2 years ago

I suspect this PR (or the one the day before?) is the cause of this error:

https://dev.azure.com/mne-tools/mne-kit-gui/_build/results?buildId=19647&view=logs&j=d5fdfc1f-aefc-5732-33f8-139cb3120670&t=7c200e68-a310-5ddd-9df1-872eb8746637

On Linux:

/usr/share/miniconda/envs/mne-kit-gui/lib/python3.10/site-packages/tvtk/tvtk_access.py:36: in <module>
    import vtk
/usr/share/miniconda/envs/mne-kit-gui/lib/python3.10/site-packages/vtk.py:31: in <module>
    all_m = importlib.import_module('vtkmodules.all')
/usr/share/miniconda/envs/mne-kit-gui/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
/usr/share/miniconda/envs/mne-kit-gui/lib/python3.10/site-packages/vtkmodules/all.py:68: in <module>
    from .vtkIOFFMPEG import *
E   ImportError: libSvtAv1Enc.so.0: cannot open shared object file: No such file or directory

And on macOS:

/usr/local/miniconda/envs/mne-kit-gui/lib/python3.10/site-packages/mayavi/core/utils.py:2: in <module>
    import vtk
/usr/local/miniconda/envs/mne-kit-gui/lib/python3.10/site-packages/vtk.py:31: in <module>
    all_m = importlib.import_module('vtkmodules.all')
/usr/local/miniconda/envs/mne-kit-gui/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
/usr/local/miniconda/envs/mne-kit-gui/lib/python3.10/site-packages/vtkmodules/all.py:70: in <module>
    from .vtkIOFFMPEG import *
E   ImportError: dlopen(/usr/local/miniconda/envs/mne-kit-gui/lib/python3.10/site-packages/vtkmodules/vtkIOFFMPEG.cpython-310-darwin.so, 2): Library not loaded: @rpath/libSvtAv1Enc.0.dylib
E     Referenced from: /usr/local/miniconda/envs/mne-kit-gui/lib/libavcodec.58.134.100.dylib
E     Reason: image not found
jakirkham commented 2 years ago

@larsoner, please see issue ( https://github.com/conda-forge/svt-av1-feedstock/issues/12 )

larsoner commented 2 years ago

Ahh yes, thanks for the pointer, and sorry for the noise here!

jakirkham commented 2 years ago

Ofc. Not noise. It is good to know where else this is surfacing

jakirkham commented 2 years ago

Also xref https://github.com/conda-forge/vtk-feedstock/issues/243