conda-forge / matplotlib-feedstock

A conda-smithy repository for matplotlib.
BSD 3-Clause "New" or "Revised" License
22 stars 57 forks source link

TST: Ping CIs #394

Closed larsoner closed 1 month ago

larsoner commented 1 month ago

Checklist

If this is green we could merge it to see if it actually uploads 3.9.1, which would be nice.

Not updating the build number since there is no 3.9.1 build 0 currently. Not rerendering because that bumps to cos7 which seemed problematic in #390.

conda-forge-webservices[bot] commented 1 month 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 1 month ago

@conda-forge-admin, please rerender

larsoner commented 1 month ago

@conda-forge/help-python any idea about this error which seems to have appeared out of nowhere (before the rerender and after even though things had been green a couple of days ago):

WARNING (matplotlib-base): interpreted library (Python) package conda-forge/noarch::packaging==24.1=pyhd8ed1ab_0 in requirements/run but it is not used (i.e. it is overdepending or perhaps statically linked? If that is what you want then add it to `build/ignore_run_exports`)
Traceback (most recent call last):
  File "/opt/conda/bin/conda-build", line 11, in <module>
    sys.exit(execute())
  File "/opt/conda/lib/python3.10/site-packages/conda_build/cli/main_build.py", line 590, in execute
    api.build(
  File "/opt/conda/lib/python3.10/site-packages/conda_build/api.py", line 250, in build
    return build_tree(
  File "/opt/conda/lib/python3.10/site-packages/conda_build/build.py", line 3638, in build_tree
    packages_from_this = build(
  File "/opt/conda/lib/python3.10/site-packages/conda_build/build.py", line 2711, in build
    newly_built_packages = bundlers[pkg_type](output_d, m, env, stats)
  File "/opt/conda/lib/python3.10/site-packages/conda_build/build.py", line 1850, in bundle_conda
    files = post_process_files(metadata, initial_files)
  File "/opt/conda/lib/python3.10/site-packages/conda_build/build.py", line 1664, in post_process_files
    post_build(m, new_files, build_python=python)
  File "/opt/conda/lib/python3.10/site-packages/conda_build/post.py", line 1728, in post_build
    check_overlinking(m, files, host_prefix)
  File "/opt/conda/lib/python3.10/site-packages/conda_build/post.py", line 1553, in check_overlinking
    return check_overlinking_impl(
  File "/opt/conda/lib/python3.10/site-packages/conda_build/post.py", line 1530, in check_overlinking_impl
    raise OverLinkingError(overlinking_errors)
conda_build.exceptions.OverLinkingError: overlinking check failed 
['  ERROR (matplotlib-base,lib/python3.9/site-packages/matplotlib/_qhull.pypy39-pp73-ppc_64-linux-gnu.so): $RPATH/ld64.so.2 not found in packages, sysroot(s) nor the missing_dso_whitelist.\n.. is this binary repackaging?', '  ERROR (matplotlib-base,lib/python3.9/site-packages/matplotlib/_path.pypy39-pp73-ppc_64-linux-gnu.so): $RPATH/ld64.so.2 not found in packages, sysroot(s) nor the missing_dso_whitelist.\n.. is this binary repackaging?', '  ERROR (matplotlib-base,lib/python3.9/site-packages/matplotlib/_tri.pypy39-pp73-ppc_64-linux-gnu.so): $RPATH/ld64.so.2 not found in packages, sysroot(s) nor the missing_dso_whitelist.\n.. is this binary repackaging?', '  ERROR (matplotlib-base,lib/python3.9/site-packages/matplotlib/_image.pypy39-pp73-ppc_64-linux-gnu.so): $RPATH/ld64.so.2 not found in packages, sysroot(s) nor the missing_dso_whitelist.\n.. is this binary repackaging?', '  ERROR (matplotlib-base,lib/python3.9/site-packages/matplotlib/backends/_tkagg.pypy39-pp73-ppc_64-linux-gnu.so): $RPATH/ld64.so.2 not found in packages, sysroot(s) nor the missing_dso_whitelist.\n.. is this binary repackaging?']
isuruf commented 1 month ago

Can you open an issue in github.com/conda/conda-build ?

h-vetinari commented 1 month ago

Can you open an issue in github.com/conda/conda-build ?

I think this is somehow sysroot related: https://github.com/conda-forge/linux-sysroot-feedstock/issues/67

h-vetinari commented 1 month ago

OK, I've opened the issue & fixed ppc in #396 (without doing the cos7 bump for linux-64 yet).